@charset "UTF-8";

/*-- Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&amp;display=swap");
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #171717;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}
a:hover {
  color: #333;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #7f7f7f;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #777;
}

::selection {
  background: #ddd;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/
.section-padding {
  padding: 150px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 100px 30px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 100px 10px;
  }
}

/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}


.cb img {
    max-width: 80px;
    position: relative;
    line-height: 0;
    top: -6px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
 .header-logo{
  width: 100px;
 }
.section-title h2 {
  font-size: 75px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -1px;
  color: #171717;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
  }
}

.section-title h2 span {
  color: #E8E3DF;
}

.section-title h3 {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title p {
  margin: 0;
}

.section-title span i {
  color: #ddd;
  font-size: 80px;
}
@media (max-width: 767px) {
  .section-title span i {
    font-size: 40px;
  }
}

.section-title i {
  color: #ddd;
  position: relative;
  top: 10px;
}

.gray-bg .section-title span i {
  color: #fff;
}

.section-title img {
  border-radius: 50px;
  height: 60px;
  position: relative;
  bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title img {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
}
/*Button Style */
.theme-btn, .white-btn {
  display: inline-flex;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 35px;
  border: 1px solid #171717;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .theme-btn, .white-btn {
    padding: 15px 32px;
  }
}
.theme-btn:hover, .white-btn:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.theme-btn i, .white-btn i {
  transform: rotate(-45deg);
  font-size: 20px;
  padding-left: 5px;
  position: relative;
  top: 1px;
}
.theme-btn i:hover, .white-btn i:hover {
  transform: rotate(0);
}

.white-btn {
  border-color: #fff;
  color: #fff;
}
.white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type=submit],
button[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  color: #171717;
  width: 115px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #171717;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding: 0 20px;
}

.container {
  max-width: 1580px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.white-bg {
  background: #fff;
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #efefe9;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.overlay, .overlay-5, .overlay-4, .overlay-3, .overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active, .active.overlay-2, .active.overlay-3, .active.overlay-4, .active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Preloader*/
.preloader {
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*-- Search Form --*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 25px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 30px;
  top: 35px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: -25px;
  top: 0px;
  background: transparent !important;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 10px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: rgba(34, 40, 49, 0.4392156863);
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.8s ease-out 0s;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #000;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #141417;
}

.directon-sign i {
  font-size: 80px;
  color: #ddd;
}

.circle-button {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-area {
  border-bottom: 1px solid #eee;
}
.header-area .navigation {
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  /*background: #fff;*/
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #171717;
  border-right: 1px solid #eee;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
    border-right: none;
  }
}

.logo a {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}

.main-menu ul {
  line-height: 1;
}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 25px;
  position: relative;
}
.main-menu ul > li > a {
  display: inline-block;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 1;
  padding: 35px 0;
  overflow: hidden;
  color: #777;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 235px;
  background-color: #171717;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.main-menu ul > li > ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-menu ul > li > ul li a:hover {
  color: #fff !important;
}
.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}
.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
}
.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #171717;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: #171717;
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171717;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #171717;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #171717;
}

.header-area .container {
  /*background: #fff;*/
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
 
}
@media (max-width: 1400px) {
  
  .main-menu ul > li {
    margin: 0 20px;
}
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn, .action-bar .white-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  align-items: center;
  border-left: 1px solid #eee;
  height: 90px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .header-right {
    padding-left: 0;
    border-left: none;
  }
}

.header-right .search-trigger i {
  font-size: 18px;
  margin-right: 40px;
  position: relative;
  top: 2px;
}
.header-right .search-trigger i:hover {
  cursor: pointer;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.absolute-header .header-right .search-trigger i {
  color: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
  background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.header-four.absolute-header {
  top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}
@media (max-width: 767px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

#home-1 .hero-area-banner {
  background-image: url(../img/slider/slide-1.jpg);
  background-size: cover;
  background-position: top;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 800px;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner {
    background-position: top;
  }
}
#home-1 .hero-area-banner .hero-area-content {
  display: table-cell;
  vertical-align: middle;
}
#home-1 .hero-area-banner h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner h1 {
    font-size: 75px;
    line-height: 85px;
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 40px;
    line-height: 50px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-1 .hero-area-banner p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  color: #777;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner p {
    color: #333;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner p {
    color: #333;
    margin-top: 50px;
  }
}
#home-1 .service-info h4 {
  color: #333;
}
#home-1 .theme-btn, #home-1 .white-btn {
  background: #171717;
  color: #fff;
}
#home-1 .theme-btn:hover, #home-1 .white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

.hero-area {
  position: relative;
}

.hero-area-inner {
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .hero-area-inner {
    padding: 120px 0 60px;
  }
}

.hero-area-content p {
  margin-top: 40px;
}

.slider-bg {
  height: 600px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider-bg {
    min-height: 500px;
  }
}

.circle-shape-wrap {
  position: absolute;
  top: 150px;
  right: 50px;
  z-index: 9;
  animation: rotation 30s infinite linear;
  width: 200px;
}

.circle-shape-wrap img {
  animation: rotation 30s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.single-slide-item {
  position: relative;
  z-index: 1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid #686765;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  right: 60px;
  bottom: 40px;
  margin-top: -25px;
  background: none;
  color: #fff;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 60px;
  bottom: 100px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #fff;
  color: #171717;
  border-color: #fff;
}

#home-2 .project-dtl-info {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  #home-2 .project-dtl-info {
    flex-direction: column;
    align-items: baseline;
    padding-left: 40px;
  }
}
#home-2 .project-dtl-info .project-title {
  flex: 0 0 30%;
  padding-left: 0;
}
#home-2 .project-dtl-info .project-title h6 {
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
}
#home-2 .project-dtl-info .project-title h2 {
  font-size: 32px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-2 .project-dtl-info .project-title h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .project-dtl-info .project-title h2 {
    font-size: 24px;
  }
}
#home-2 .project-dtl-info .project-title::before {
  display: none;
}
#home-2 .project-dtl-info .project-title p {
  margin: 0;
}
#home-2 .project-info-wrap {
  flex: 0 0 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-2 .project-info-wrap {
    flex: 0 0 60%;
  }
}
#home-2 .single-project-info {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}
#home-2 .single-project-info h6 {
  color: #fff;
}
#home-2 .single-project-info p {
  margin: 0;
}
#home-2 .project-dtl-wrap {
  width: 70%;
  position: relative;
  bottom: 0;
  right: 70%;
  transform: translateY(-100px);
  z-index: 2;
  margin-bottom: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .project-dtl-wrap {
    width: 100%;
    right: 0;
  }
}
@media (max-width: 767px) {
  #home-2 .project-dtl-wrap {
    width: 100%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -225px;
  }
}

#home-3 .hero-area-inner {
  padding: 120px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-inner {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  #home-3 .hero-area-inner {
    padding: 60px 0;
  }
}
#home-3 .hero-area-content .section-title span {
  padding-left: 150px;
}
@media (max-width: 767px) {
  #home-3 .hero-area-content .section-title span {
    padding-left: 0;
  }
}
#home-3 .hero-area-banner p {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-banner {
    max-width: calc(100% - 40px);
  }
}
#home-3 .hero-area-content p {
  text-align: justify;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-content p {
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .about-section.pb-100 {
    padding-bottom: 50px;
  }
}

.about-bg-wrap {
  max-width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-bg-wrap {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.about-content-wrapper h3 {
  color: #636363;
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .about-content-wrapper h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }
}
.about-content-wrapper p {
  font-size: 18px;
  margin-top: 50px;
  text-align: justify;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper p {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .about-content-wrapper p {
    margin-top: 30px;
  }
}

#about-two .section-title {
  margin: 0;
}
#about-two .about-bg-wrapper {
  max-width: calc(100% - 40px);
  margin-top: 60px;
}
@media (max-width: 767px) {
  #about-two .about-bg-wrapper {
    max-width: calc(100% - 0px);
    margin-top: 0;
  }
}
#about-two .about-content-wrapper {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-two .about-content-wrapper {
    max-width: calc(100% - 60px);
  }
}
#about-two .about-content-wrapper h3 {
  color: #636363;
  font-size: 26px;
  line-height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-two .about-content-wrapper h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #about-two .about-content-wrapper h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-two .about-content-wrapper p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #about-two .about-content-wrapper p {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-desc.pl-150 {
    padding-left: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc.pl-150 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-desc.pl-150 {
    padding-left: 0;
  }
}

.about-desc p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-desc p {
    margin-bottom: 30px;
  }
}

#about_page .hero-area-inner {
  padding: 50px 0 0;
}

#about_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about_page .section-title h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about_page .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  #about_page .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-feature-img {
  margin-top: -120px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-feature-img {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-feature-img {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .about-feature-img {
    margin-top: 0;
  }
}

h1.pl-150 {
  color: #fff;
}
@media (max-width: 767px) {
  h1.pl-150 {
    color: inherit;
    padding-left: 0;
  }
}

.content-wrap {
  text-align: center;
  padding: 20px;
}
.content-wrap h5 {
  font-size: 20px;
}
.content-wrap p {
  margin-top: 10px;
  margin-bottom: 0;
}

.timeline-wrap {
  position: relative;
}
.timeline-wrap:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  content: "";
  transform: translate(0, 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-wrap:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .timeline-wrap:after {
    display: none;
  }
}

.single-history-item {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-history-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .history-section.pt-60.pb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .history-section .mt-120 {
    margin-top: 0;
  }
}

.history-img img {
  height: 220px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-two.about-section {
    padding-bottom: 50px;
  }
}

.feature-bg-wrap {
  margin-top: -150px;
  margin-right: -85px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-bg-wrap {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-bg-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .feature-bg-wrap {
    margin-top: 0;
    margin-right: 0;
  }
}

.single-feature-item {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .single-feature-item {
    margin-top: 60px;
  }
}
.single-feature-item .feature-icon {
  border: 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #636363;
}
.single-feature-item .feature-icon i {
  font-size: 25px;
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s linear;
}
.single-feature-item h4 {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-feature-item h4 {
    font-size: 22px;
  }
}
.single-feature-item:hover .feature-icon i {
  transform: rotate(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .mt-150 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .feature-area .mt-150 {
    margin-top: 0;
  }
}

.feature_wrap {
  position: relative;
  z-index: 1;
}
.feature_wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.2;
}

.feature_item {
  display: flex;
  align-items: center;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .feature_item {
    height: 200px;
  }
}
.feature_item h5 {
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 60px;
  color: transparent;
  -webkit-text-stroke: 0.8px #FFFBFB;
  -webkit-text-stroke-width: 1px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item h5 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .feature_item h5 {
    font-size: 60px;
  }
}

.slick-list {
  z-index: 1;
}

.single-counter-box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .single-counter-box {
    text-align: center;
  }
}
.single-counter-box h6 {
  font-size: 18px;
  font-weight: 400;
  color: #7f7f7f;
}
@media (max-width: 767px) {
  .single-counter-box h6 {
    font-size: 17px;
  }
}

.single-counter-box .counter-number span {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #171717;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box .counter-number span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box .counter-number span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .single-counter-box .counter-number span {
    font-size: 45px;
  }
}

.single-counter-box p.counter-number {
  font-size: 70px;
  color: #171717;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box p.counter-number {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box p.counter-number {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .single-counter-box p.counter-number {
    font-size: 50px;
  }
}

.single-counter-box p.counter-number {
  border-bottom: 1px solid #ddd;
}

.single-service-item {
  position: relative;
}
.single-service-item:last-child {
  border-bottom: 1px solid #ddd;
}
.single-service-item .single-service-inner {
  border-top: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.single-service-item .single-service-inner:nth-of-type(4) {
  border-bottom: 1px solid #ddd;
}
.single-service-item .single-service-inner h5 {
  font-size: 45px;
  font-weight: 400;
  color: #9F9F9F;
  transition: 0.4s linear;
}
.single-service-item .single-service-inner h5 span {
  font-size: 18px;
  position: relative;
  top: -45px;
}
@media (max-width: 767px) {
  .single-service-item .single-service-inner h5 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .single-service-item .single-service-inner h5 {
    font-size: 24px;
    line-height: 34px;
  }
}
.single-service-item .single-service-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 26px 0;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item .single-service-inner p {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .single-service-item .single-service-inner p {
    padding-right: 75px;
  }
}
.single-service-item .single-service-inner .details-link {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.single-service-item .single-service-inner .details-link i {
  font-size: 25px;
  color: #7f7f7f;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-service-item .single-service-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}
.single-service-item .single-service-inner:hover h5 {
  color: #171717;
}
.single-service-item .single-service-inner:hover h5 span {
  color: #7f7f7f;
}
.single-service-item .single-service-inner:hover .details-link i {
  transform: rotate(180deg);
}

.service-img {
  width: 30%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 80px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  z-index: 9;
}
.service-img.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-service-item:nth-child(5) .service-img {
  top: -120px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item:nth-child(5) .service-img {
    top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:nth-child(5) .service-img {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .single-service-item:nth-child(5) .service-img {
    top: 80px;
  }
}

.single-service-item:last-child .service-img {
  top: -225px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item:last-child .service-img {
    top: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:last-child .service-img {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .single-service-item:last-child .service-img {
    top: 80px;
  }
}

.single-service-item .service-img img {
  width: 100%;
}

.single-service-item:hover .service-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:hover .service-img {
    inset-inline-end: 10%;
  }
}

.service-section .cp-custom-accordion .accordion-items {
  margin-bottom: 0;
}
.service-section .cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 30px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 30px;
  color: #171717;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-section .cp-custom-accordion .accordion-buttons {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service-section .cp-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}
.service-section .cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
  border-top: 1px solid #eee;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-section .cp-custom-accordion .accordion-body {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .service-section .cp-custom-accordion .accordion-body {
    padding-left: 0;
  }
}
.service-section .cp-custom-accordion .accordion-buttons::after {
  content: "\f068";
  visibility: visible;
  top: 20%;
}
.service-section .cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
  transform: rotate(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section .service-bg-wrap {
    max-width: calc(100% - 20px);
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .service-section .service-bg-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-section.service-two.pt-50 {
    padding-top: 0;
  }
}

#service-3.service-section .cp-custom-accordion {
  margin-top: 30px;
}
#service-3.service-section .cp-custom-accordion .accordion-buttons {
  display: flex;
  align-items: center;
  padding: 30px 0 30px 30px;
  border-top: 1px solid #ddd;
}
#service-3.service-section .cp-custom-accordion .accordion-buttons {
  font-size: 30px;
}
@media (max-width: 767px) {
  #service-3.service-section .cp-custom-accordion .accordion-buttons {
    font-size: 24px;
    padding-left: 5px;
  }
}
#service-3.service-section .cp-custom-accordion .accordion-buttons span {
  padding-right: 30px;
}
@media (max-width: 767px) {
  #service-3.service-section .cp-custom-accordion .accordion-buttons span {
    padding-right: 0;
  }
}
#service-3.service-section .cp-custom-accordion .accordion-buttons::after {
  content: "\f061";
  transform: rotate(135deg);
  visibility: visible;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #service-3.service-section .cp-custom-accordion .accordion-buttons::after {
    width: 30px;
    height: 30px;
    top: 30%;
    right: 10px;
  }
}
#service-3.service-section .cp-custom-accordion .accordion-buttons.collapsed::after {
  transform: rotate(-45deg);
}
#service-3.service-section .accordion-body {
  display: flex;
  justify-content: space-around;
  height: 250px;
  border-top: none;
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3.service-section .accordion-body img {
    width: 360px;
  }
}
@media (max-width: 767px) {
  #service-3.service-section .accordion-body {
    flex-direction: column;
    height: auto;
  }
}
#service-3.service-section .accordion-body p {
  padding: 30px 120px 0 60px;
  text-align: justify;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3.service-section .accordion-body p {
    padding: 0px 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #service-3.service-section .accordion-body p {
    padding: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section.pt-100 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .service-section.pt-100 {
    padding-top: 0px;
  }
}

#service_page .section-title span i {
  font-size: 60px;
}
@media (max-width: 767px) {
  #service_page .section-title span i {
    display: none;
  }
}
@media (max-width: 767px) {
  #service_page .section-title i {
    display: none;
  }
}
#service_page .hero-area-content {
  padding-left: 75px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service_page .hero-area-content {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #service_page .hero-area-content {
    padding-left: 0px;
  }
}
#service_page .hero-area-content h1 {
  font-size: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service_page .hero-area-content h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service_page .hero-area-content h1 {
    font-size: 60px;
    line-height: 70px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  #service_page .hero-area-content h1 {
    font-size: 45px;
    line-height: 60px;
    padding-left: 0px;
  }
}
#service_page .hero-area-content span.meta {
  color: #a39d9d;
  position: relative;
  bottom: -65px;
}
@media (max-width: 767px) {
  #service_page .hero-area-content span.meta {
    bottom: 15px;
  }
}
#service_page h1.first_line {
  padding-left: 160px;
}
@media (max-width: 767px) {
  #service_page h1.first_line {
    padding-left: 0px;
  }
}
#service_page h1.third_line {
  padding-left: 85px;
}
@media (max-width: 767px) {
  #service_page h1.third_line {
    padding-left: 0px;
  }
}
#service_page .single-feature-item {
  margin-top: 0;
}

.services-tabs ul {
  display: block;
  border-bottom: none;
}

.services-tabs li {
  display: block;
}

.services-tabs li a {
  font-size: 40px;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-decoration: none;
  opacity: 0.27;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
@media (max-width: 767px) {
  .services-tabs li a {
    font-size: 30px;
  }
}

.services-tabs li a:hover {
  color: unset;
  opacity: 0.5;
}

.services-tabs li a.active {
  opacity: 1;
}

.services-tabs li a .number {
  position: absolute;
  top: 0;
  right: -25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.services-tabs li a.active .number {
  opacity: 1;
  transform: translateX(0);
}

.services-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.services-tabs li a.active:before {
  transform: scaleX(1);
}

.services-content {
  position: relative;
}

.services-text {
  position: absolute;
  bottom: 35px;
  left: -220px;
  max-width: 410px;
  background: #f1f1f1;
  padding: 50px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-text {
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .services-text {
    left: 0;
    bottom: 0;
    padding: 30px;
  }
}

.services-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.services-text p {
  font-size: 18px;
  line-height: 30px;
}

.services-content-item {
  position: relative;
  width: 100%;
  min-height: 600px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

img.services-image {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  img.services-image {
    width: 60%;
    margin: 10px 0 0 40%;
  }
}

@keyframes services-tabs-animation-1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.services-content-item.active img.services-image {
  animation: services-tabs-animation-1 0.7s ease-in-out;
}

@keyframes services-tabs-animation-2 {
  0% {
    transform: translate(0, 20px) scale(0.93);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.services-content-item.active .services-text {
  animation: services-tabs-animation-2 0.7s ease-in-out;
  will-change: transform;
}

@media (max-width: 767px) {
  .services-tabs.mt-100 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-section.pt-50 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .service-section {
    padding-bottom: 50px;
  }
}

.project-title {
  position: relative;
  padding-left: 30px;
}
.project-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #eee;
}
.project-title h3 {
  font-size: 24px;
  margin-top: 20px;
}
.project-title h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #8b8b8b;
  margin-top: 10px;
}
.project-title a {
  font-size: 17px;
  margin-top: 6px;
}

.project-slider .owl-stage-outer {
  overflow: inherit;
}

.project-slider:before,
.project-slider:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}

.project-slider:after {
  left: auto;
  right: -500%;
}

.project-slider .owl-nav button.owl-prev,
.project-slider .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.project-slider .owl-nav button.owl-prev:hover,
.project-slider .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.project-slider .owl-nav {
  position: absolute;
  bottom: -100px;
  left: 0;
  display: flex;
}

.project-slider .owl-nav i {
  font-size: 20px;
}

#project-2 .project-section {
  position: relative;
}
#project-2 .project-section.pt-100 {
  padding-top: 50px;
}
#project-2 .single-project-wrapper {
  display: block;
  min-height: 475px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
#project-2 .project-info-inner {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  background: #171717;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 40px;
}
@media (max-width: 767px) {
  #project-2 .project-info-inner {
    padding: 25px 15px;
  }
}
#project-2 .project-info-inner h3 {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-2 .project-info-inner h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #project-2 .project-info-inner h3 {
    font-size: 18px;
  }
}
#project-2 .project-info-inner p {
  margin: 0;
}
#project-2 .project-info-inner h6 {
  color: #444;
  margin: 17px 0;
}
#project-2 .project-info-inner:hover h3 {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
#project-2 .project-info-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#project-2 .project-details-link {
  color: #fff;
  border: 1px solid;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#project-2 .project-details-link i {
  font-size: 20px;
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s linear;
}
#project-2 .project-info {
  margin-right: 40px;
}
#project-2 .portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
  padding: 20px 10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
#project-2 .single-project-wrapper:hover .project-info-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#project-2 .project-info-inner:hover .project-details-link i {
  transform: rotate(0);
}

#project-3 .project-list {
  position: relative;
  z-index: 1;
  margin: 20px 0 10px;
}
#project-3 .project-list:after {
  position: absolute;
  content: "";
  top: 46px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #777;
}
#project-3 .project-list button {
  border: none;
  background: none;
  margin-bottom: 30px;
  color: #333;
  padding-left: 0;
  padding-right: 0px;
  margin-right: 50px;
  padding-bottom: 10px;
  font-size: 18px;
}
#project-3 .project-list button:hover {
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #project-3 .project-list button {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-3 .project-list button {
    margin-right: 45px;
  }
}
#project-3 .project-list .nav-link.active {
  border-bottom: 4px solid #777;
}
#project-3 .project-list .nav-link:focus, #project-3 .project-list .nav-link:hover {
  color: #000 !important;
}
#project-3 .featured-work-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  margin-bottom: 50px;
}
#project-3 .featured-work-wrapper:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #171717;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
}
#project-3 .featured-work-wrapper:hover::after {
  opacity: 0.6;
}
#project-3 .featured-work-wrapper .featured-work-info {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
  z-index: 2;
  padding: 35px 40px 35px 40px;
  max-width: 500px;
  transition: all ease 0.3s;
  transition-delay: 0.07s;
}
#project-3 .featured-work-wrapper .featured-work-info h2 {
  color: transparent;
  -webkit-text-stroke: 0.8px #FFFBFB;
  -webkit-text-stroke-width: 1px;
  font-size: 70px;
}
#project-3 .featured-work-wrapper .featured-work-info h4 {
  color: #fff;
  font-size: 30px;
}
#project-3 .featured-work-wrapper:hover .featured-work-info {
  opacity: 1;
  transform: translateY(0);
}
#project-3 .featured-work-wrapper .details-link {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 25px;
  transform: translate3d(0, -100%, 0);
  transition: all ease 0.3s;
  opacity: 0;
  z-index: 2;
}
#project-3 .featured-work-wrapper .details-link i {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}
#project-3 .featured-work-wrapper .details-link i:hover {
  transform: rotate(0);
}
#project-3 .featured-work-wrapper:hover .details-link {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  #project-3.project-section.pt-100 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  #project-3.project-section.pb-100 {
    padding-bottom: 50px;
    padding-top: 0;
  }
}

#project_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
@media (max-width: 767px) {
  #project_page .section-title h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .project-feature-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

#project_page .hero-area-inner {
  padding: 80px 0 40px;
}

.service-info p {
  position: relative;
  z-index: 1;
}

.service-info p:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 100px;
  width: 80px;
  height: 1px;
  background: #ddd;
}

@media (max-width: 767px) {
  .project-details-wrap.section-padding {
    padding-bottom: 50px;
  }
}

.project-details-wrap .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-wrap .section-title h1 {
    font-size: 75px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-wrap .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .project-details-wrap .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.project-details-wrap h6 {
  color: #a39d9d;
  line-height: 1.3;
}

.project-details-wrap h6 a {
  color: #a39d9d;
  font-size: 16px;
}

.project-details-wrap h6 span {
  color: #333;
  font-weight: 500;
}

.project-details-inner .section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 0;
}

.project-details-info {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-info {
    padding: 40px 0;
  }
}

.single-info p {
  margin: 0;
}

.single-info {
  margin-bottom: 20px;
}

.project-details-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-inner {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .project-details-inner {
    margin-top: 30px;
    padding-left: 0;
  }
}

.project-desc {
  text-align: end;
  padding-left: 150px;
}
.project-desc p {
  margin: 0;
}
@media (max-width: 767px) {
  .project-desc {
    padding-left: 0;
    text-align: start;
  }
}

.project-bg {
  position: relative;
}
@media (max-width: 767px) {
  .project-bg {
    height: 575px;
    object-fit: cover;
  }
}

.project-brief-wrap {
  position: absolute;
  bottom: 15px;
  left: 0;
  background: rgba(23, 23, 23, 0.7411764706);
  width: 400px;
  padding: 25px;
}
@media (max-width: 767px) {
  .project-brief-wrap {
    width: 350px;
    background: #171717;
  }
}

.single-brief {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-brief:not(:last-child) {
  margin-bottom: 15px;
}

.single-brief p {
  margin: 0;
}

.project-brief-wrap h6, .project-brief-wrap p {
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 400;
}

.single-brief.total-cost p {
  font-size: 30px;
  font-weight: 500;
}

figcaption {
  font-size: 17px;
  color: #777;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.project-details-img.big-img img {
  min-height: 634px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-img.big-img img {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .challenge-section.section-padding {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .challenge-section .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.challenge-section .section-title h2 span {
  display: inline;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 18px;
  text-decoration-thickness: 3px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .challenge-section .section-title h2 span {
    text-underline-offset: 10px;
  }
}

.challenge-section p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .challenge-section p {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .challenge-section p {
    margin-bottom: 60px;
  }
}

.challenge-img-two img {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .challenge-img-two img {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-section.section-padding.pt-100 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .solutions-section.section-padding.pt-100 {
    padding-top: 50px;
  }
}

.solutions-section h2 {
  font-size: 70px;
}

.solutions-section h4 {
  margin-bottom: 30px;
}

.solutions-img {
  max-width: calc(100% - 40px);
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-img {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .solutions-img {
    margin-top: 10px;
    max-width: calc(100% - 0px);
  }
}

.solutions-content h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-content h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .solutions-content h3 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 30px;
  }
}

.solutions-content h3 span {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 3px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .project-section.pb-100 {
    padding-bottom: 50px;
  }
}

.testimonial-section {
  position: relative;
}
.testimonial-section .directon-sign {
  position: absolute;
  top: 140px;
}

.quote-icon {
  margin-bottom: 30px;
}

.testimonial-content p {
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .testimonial-content p {
    font-size: 20px;
  }
}

.testimonial-author h6 {
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}
.testimonial-author h6 span {
  display: block;
  opacity: 0.5;
  font-size: 85%;
  margin-top: 5px;
}

.single-testimonial-item img {
  width: inherit !important;
}

.testimonial-author {
  margin-top: 30px;
}
.testimonial-author img {
  width: 70px !important;
  height: 70px !important;
}

.testimonial-wrapper .owl-nav button.owl-prev,
.testimonial-wrapper .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.testimonial-wrapper .owl-nav button.owl-prev:hover,
.testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.testimonial-wrapper .owl-nav {
  position: absolute;
  bottom: 0;
  right: 70px;
  display: flex;
}
@media (max-width: 767px) {
  .testimonial-wrapper .owl-nav {
    right: auto;
    bottom: -70px;
    left: -20px;
  }
}

.testimonial-wrapper .owl-nav i {
  font-size: 20px;
}

#testimonial-2 .single-testimonial-item {
  border: 1px solid #eee;
  text-align: center;
  padding: 40px;
}
@media (max-width: 767px) {
  #testimonial-2 .single-testimonial-item {
    padding: 25px;
  }
}
#testimonial-2 .single-testimonial-item p {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #testimonial-2 .single-testimonial-item p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-2 .single-testimonial-item p {
    font-size: 18px;
  }
}
#testimonial-2 .testimonial-img img {
  margin: 0 auto;
  border-radius: 50%;
  transform: translateY(-100px);
  margin-bottom: -60px;
}
#testimonial-2 .testimonial-author h6 {
  color: inherit;
}

#testimonial-2 .owl-carousel .owl-stage-outer {
  overflow: initial;
}

#testimonial-2 .owl-item {
  opacity: 0;
}

#testimonial-2 .owl-item.active {
  opacity: 1;
}

#testimonial-2 .owl-nav button.owl-prev,
#testimonial-2 .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

#testimonial-2 .owl-nav button.owl-prev:hover,
#testimonial-2 .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

#testimonial-2 .owl-nav {
  position: absolute;
  bottom: -50px;
  right: 50%;
  display: flex;
  transform: translate(50%, 50%);
}

#testimonial-2 .owl-nav i {
  font-size: 20px;
}

@media (max-width: 767px) {
  #testimonial-2.testimonial-section.pt-50 {
    padding-top: 0;
  }
}

.cta-area {
  position: relative;
  z-index: 1;
  height: 500px;
}
.cta-area h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}
@media (max-width: 767px) {
  .cta-area h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-area h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}

.cta-area-two {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
}
.cta-area-two span i {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area-two {
    text-align: center;
    padding: 50px 100px;
  }
  .cta-area-two h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-area-two {
    text-align: center;
  }
  .cta-area-two h2 {
    font-size: 35px;
  }
  .cta-area-two h2 br {
    display: none;
  }
}

.cta-content p {
  font-size: 20px;
  line-height: 30px;
}
.cta-content p a {
  font-size: 20px;
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.cta-img-area {
  position: relative;
  height: 600px;
}
@media (max-width: 767px) {
  .cta-img-area {
    display: none;
  }
}
.cta-img-area .cta-inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-img-area .cta-inner .cta-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-img-area h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 767px) {
  .cta-img-area h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .cta-img-area h2 br {
    display: none;
  }
}

.cta-img-area .cta-inner img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-section.blog-two.pb-100 {
  padding-bottom: 50px;
}

.single-blog-item {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item .blog-bg img {
    height: 270px;
    width: 100%;
    object-fit: cover;
  }
}
.single-blog-item .blog-content h3 a {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}
.single-blog-item .blog-meta {
  border-bottom: 1px solid #eee;
}
.single-blog-item .blog-meta p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-blog-item .blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.single-blog-item:hover .blog-content h3 a {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.blog-carousel .owl-stage-outer {
  overflow: inherit;
}

.blog-carousel-wrapper {
  overflow-x: hidden;
}

.blog-carousel:before,
.blog-carousel:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}

.blog-carousel:after {
  left: auto;
  right: -500%;
}

.blog-carousel .owl-nav button.owl-prev,
.blog-carousel .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.blog-carousel .owl-nav button.owl-prev:hover,
.blog-carousel .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.blog-carousel .owl-nav {
  position: absolute;
  bottom: -40px;
  right: 0;
  display: flex;
}

.blog-carousel .owl-nav i {
  font-size: 20px;
}

#blog-3 .single-blog-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
#blog-3 .single-blog-item:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .single-blog-item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #blog-3 .single-blog-item {
    flex-direction: column;
  }
}
#blog-3 .single-blog-item h3 a {
  font-size: 30px;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
@media (max-width: 767px) {
  #blog-3 .single-blog-item h3 a {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #blog-3 .single-blog-item h3 a br {
    display: none;
  }
}
#blog-3 .blog-bg {
  flex: 0 0 45%;
}
#blog-3 .blog-content {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #blog-3 .blog-content {
    padding-left: 0;
  }
}
#blog-3 .blog-info {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-info {
    margin-top: 10px;
  }
}
#blog-3 .blog-meta {
  border-bottom: none;
}
#blog-3 .blog-meta p {
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-meta p {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #blog-3 .blog-meta p {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#blog-3 a.read-more-btn {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

#blog_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #blog_page .section-title h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog_page .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  #blog_page .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
#blog_page .hero-area-inner {
  padding: 40px 0 0px;
}
#blog_page .pagination {
  margin: 30px 0 60px;
  justify-content: center;
}
#blog_page .page-link {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #171717;
}
#blog_page .page-link:hover {
  background: none;
  font-weight: 500;
}
#blog_page .page-link:focus {
  background-color: none;
  outline: 0;
  box-shadow: none;
}
#blog_page .page-item:first-child .page-link {
  display: inline-flex;
  border: 1px solid #171717;
  border-radius: 50%;
}
#blog_page .page-item:first-child .page-link i {
  font-size: 22px;
}
#blog_page .page-item:first-child .page-link:hover {
  background: #171717;
  color: #fff;
}
#blog_page .page-item:last-child .page-link {
  border: 1px solid #171717;
  border-radius: 50%;
}
#blog_page .page-item:last-child .page-link i {
  font-size: 22px;
}
#blog_page .page-item:last-child .page-link:hover {
  background: #171717;
  color: #fff;
}
#blog_page .active > .page-link,
#blog_page .page-link.active {
  border-radius: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-bottom: 1px solid;
  font-weight: 500;
}

.blog-details-page {
  padding: 0 0 100px;
}
.blog-details-page .section-title span i {
  color: #ddd;
  font-size: 80px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-page .section-title span i {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .blog-details-page .section-title span i {
    font-size: 40px;
  }
}
.blog-details-page .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details-page .blog-meta p {
  margin: 0;
}
@media (max-width: 767px) {
  .blog-details-page .blog-meta p {
    display: none;
  }
}
.blog-details-page .blog-meta span {
  font-size: 17px;
  color: #777;
  margin-right: 45px;
}
.blog-details-page .blog-content {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-page .blog-content {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .blog-details-page .blog-content {
    padding-left: 0;
  }
}
.blog-details-page .blog-content h3 {
  font-size: 35px;
  line-height: 45px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details-page .blog-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .blog-details-page .blog-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.blog-details-page .blog-content-inner h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #777;
}
.blog-details-page .blog-content-inner h4 span {
  font-size: 18px;
  padding-right: 30px;
}
.blog-details-page .blog-content-inner p {
  padding-left: 50px;
}
.blog-details-page .blog-quote-text {
  position: relative;
}
.blog-details-page .blog-quote-text h3 {
  font-size: 28px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
  color: #777;
}
@media (max-width: 767px) {
  .blog-details-page .blog-quote-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.blog-details-page .blog-tag-wrap h6 {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.blog-details-page .blog-tag-wrap a {
  font-size: 16px;
  color: #777;
  border: 1px solid #ddd;
  padding: 7px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comments-headline h5 {
  font-weight: 500;
}

.single-comments-inner {
  display: inline-flex;
  justify-content: space-around;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single-comments-inner {
    flex-direction: column;
  }
}

.comments-autor-thumb img {
  width: 100px;
}
@media (max-width: 767px) {
  .comments-autor-thumb img {
    margin-bottom: 10px;
  }
}

.comments-content {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .comments-content {
    padding-left: 0;
  }
}
.comments-content h6 {
  font-size: 20px;
}

p.comments-date {
  margin-bottom: 30px;
}

a.reply-btn {
  font-size: 17px;
  color: #777;
}
a.reply-btn i {
  margin-right: 15px;
}

.comments-form-wrap {
  background: #fff;
  margin-top: 60px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 200px;
}
.comments-form-wrap input[type=submit] {
  width: 170px;
  font-size: 17px;
}

.blog-sidebar {
  margin-top: 270px;
}
.blog-sidebar h5 {
  font-size: 28px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}

.search-bar-wrap input {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 50px;
}
.search-bar-wrap i {
  font-size: 18px;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  right: 35px;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  background: #fff;
  margin: 60px 0;
}
.blog-category ul li {
  display: block;
  border-top: 1px solid #ddd;
}
.blog-category ul li span {
  font-size: 14px;
  color: #777;
}
.blog-category ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #777;
  padding-left: 20px;
  margin: 20px 0;
}
.blog-category ul li a:hover {
  color: #171717;
}
.blog-category ul li i {
  margin-right: 15px;
}

.single-latest-post {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.post-title h3 a {
  font-size: 22px;
  line-height: 30px;
}

.post-tag p {
  margin: 10px 0;
}

.blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.popular-tag-wrap a {
  font-size: 15px;
  color: #777;
  border: 1px solid #ddd;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .blog-section {
    padding-top: 50px;
  }
}

.faq-section {
  position: relative;
  z-index: 1;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .faq-section.section-padding {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  .faq-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 30px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  color: #171717;
  border: none;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
  }
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
  color: #777;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f061";
  font-family: "Line Awesome Free";
  top: 25%;
  transform: rotate(-180deg);
  right: 30px;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  color: #777;
  border: 1.5px solid #ddd;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 35px;
    right: 0;
    font-size: 16px;
  }
}
.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f061";
  transform: rotate(-45deg);
}

.cp-custom-accordion .collapsed {
  position: relative;
}

.cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    font-size: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .client-area.pt-100 {
    padding-top: 50px;
  }
}

.single-client {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 215px;
  margin-left: 30px;
}
.single-client img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}
@media (max-width: 767px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

.client-area .owl-dots {
  display: none;
}

.single-team-item {
  margin-bottom: 50px;
}
.single-team-item .team-info h5 {
  font-size: 24px;
  margin-top: 15px;
}
.single-team-item .team-info hr {
  margin: 8px 0;
}
.single-team-item .team-info p {
  margin: 0;
}
.single-team-item .social-icon {
  font-size: 18px;
}
.single-team-item .social-icon a i {
  font-size: 18px;
  margin-right: 10px;
  color: #777;
  margin-top: 5px;
}
.single-team-item .social-icon a i:hover {
  color: #333;
}

@media (max-width: 767px) {
  .team-section.pb-60 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .team-section .section-title h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .team-area.section-padding.pb-100 {
    padding-bottom: 50px;
  }
}

.team-bg-wrap {
  max-width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-bg-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .team-bg-wrap {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.team-content-wrapper h3 {
  color: #636363;
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-content-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .team-content-wrapper h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
  }
}
.team-content-wrapper p {
  margin-top: 50px;
  text-align: justify;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-content-wrapper p {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-content-wrapper p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .team-content-wrapper p {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .process-section.pt-0 {
    padding-top: 50px !important;
  }
}

@media (max-width: 767px) {
  .process-section.pb-100 {
    padding-bottom: 50px;
  }
}

.single-process-item {
  border-top: 1px solid #ddd;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-process-item {
    padding: 30px;
  }
}
.single-process-item h2 {
  font-size: 50px;
}
.single-process-item h4 {
  margin: 30px 0 20px;
}
.single-process-item p {
  margin: 0;
}
.single-process-item .process-num {
  position: relative;
  z-index: 1;
}
.single-process-item .process-num i {
  color: #ddd;
  padding-left: 30px;
}
.single-process-item .process-num:before {
  position: absolute;
  content: "";
  top: -30px;
  left: -30px;
  width: 1px;
  height: 90px;
  background: #ddd;
}

.process-content-wrap .accordions {
  border-bottom: 1px solid #ddd;
}
.process-content-wrap .cp-custom-accordion .accordion-items {
  margin-bottom: 0;
}
.process-content-wrap .cp-custom-accordion .accordion-buttons {
  border-top: 1px solid #ddd;
  border-bottom: none;
  padding: 30px 0px;
  font-size: 30px;
  font-weight: normal;
}
.process-content-wrap .cp-custom-accordion .accordion-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 25px;
}

.process-img-wrap {
  position: relative;
  max-width: calc(100% - 40px);
}

.process-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  overflow: hidden;
}

.process-img-2 {
  position: relative;
  width: 75%;
  margin: 120px auto;
  overflow: hidden;
}

.process-img-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  overflow: hidden;
}

.single-process-item {
  margin-bottom: 60px;
}
.single-process-item h5 {
  font-size: 24px;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-process-item {
    padding: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .single-process-item {
    padding: 30px;
    margin-bottom: 0;
  }
}

.process-icon img {
  width: 60px;
  height: auto;
}

@media (max-width: 767px) {
  .process-section {
    padding-bottom: 50px;
  }
}

.single-choose-wrap {
  max-width: calc(100% - 100px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .single-choose-wrap {
    max-width: calc(100% - 10px);
  }
}

.single-choose-inner {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.single-choose-inner h5 {
  font-size: 45px;
  font-weight: 400;
  color: #9F9F9F;
}
.single-choose-inner h5 span {
  font-size: 20px;
  position: relative;
  top: -45px;
}
@media (max-width: 767px) {
  .single-choose-inner h5 span {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .single-choose-inner h5 {
    font-size: 24px;
    line-height: 34px;
  }
}
.single-choose-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 26px 0;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-inner p {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .single-choose-inner p {
    padding-right: 75px;
  }
}
.single-choose-inner .details-link {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.single-choose-inner .details-link i {
  font-size: 25px;
  color: #7f7f7f;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-choose-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}
.single-choose-inner:hover h5 a {
  color: #171717;
}
.single-choose-inner:hover .details-link i {
  transform: rotate(180deg);
}

.choose-content-wrap p {
  font-size: 18px;
  margin: 40px 0;
}

.single-choose-item {
  position: relative;
}
@media (max-width: 767px) {
  .single-choose-item {
    margin-top: 30px;
  }
}

.choose-img {
  width: 32.5%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 80px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  z-index: 9;
}

.choose-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-choose-item:last-child .choose-img {
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-item:last-child .choose-img {
    top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:last-child .choose-img {
    top: -50px;
  }
}

.single-choose-item .choose-img img {
  width: 100%;
}

.single-choose-item:hover .choose-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:hover .choose-img {
    inset-inline-end: 10%;
  }
}

.footer-area {
  background: #171717;
  color: #fff;
  position: relative;
  padding: 20px;
  margin-top: 100px;
  z-index: -1;
  /* padding-top: 100px; */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .footer-area {
    padding: 50px 50px;
    margin-top: 0;
  }
}
.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0;
}
.footer-area p {
  font-size: 17px;
  margin-top: 5px;
  color: #9BA2AD;
}
.footer-area ul li a {
  font-size: 17px;
  display: block;
  color: #9BA2AD;
  padding: 2px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}
.footer-area ul li a:hover {
  opacity: 0.5;
}

.footer-up {
  padding: 80px 0;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-up {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-up {
    padding: 0;
  }
}

img.footer-logo {
    width: 100px;
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #171717;
  border-top: 1px solid #222;
}
.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}


.company-email a {
  color: #f6f6f6;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}
.company-email a:hover {
  color: #fff;
}

.phone-number p {
  font-size: 20px;
  color: #fff;
}

.award-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.award-wrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.single-award-item {
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .single-award-item {
    margin-bottom: 30px;
  }
}
.single-award-item p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-award-item p {
    margin-bottom: 0;
  }
}
.single-award-item h3 {
  line-height: 1;
}

.award-icon {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.award-icon i {
  font-size: 20px;
  transform: rotate(-45deg);
}

.award-info {
  padding-left: 30px;
}
.award-info h3 {
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .award-info h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .award-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .award-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .newsletter-section h2 {
    font-size: 35px;
  }
}

.newsletter-inner {
  padding: 100px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-inner {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .newsletter-inner {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content {
    margin-top: 50px;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .newsletter-content {
    margin-top: 30px;
  }
}

.subscribed-form input[type=text] {
  border: 1px solid #999;
  border-radius: 50px;
}

.subscribed-form form {
  position: relative;
}

.subscribed-form input[type=submit] {
  position: absolute;
  right: 10px;
  border: 1px solid #999;
  border-radius: 50px;
  padding: 7px;
  top: 6px;
}
.subscribed-form input[type=submit]:hover {
  background: #171717;
  border-color: #171717;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-section .section-title span i {
    transform: rotate(90deg);
  }
}

.single-price-item {
  margin-top: 50px;
  transition: 0.3s;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 30px 10px;
  min-height: 600px;
}
.single-price-item h5 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  margin: 20px 0 0;
}
.single-price-item p {
  margin: 40px 0px;
}
.single-price-item .bordered-btn {
  color: #333;
  border-color: #333;
}

.price-box {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
.price-box h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.price-box h3 span {
  font-size: 16px;
}

.price-list {
  margin-top: 40px;
}

.price-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-list ul li {
  display: block;
  margin: 20px 0;
  color: #878787;
  font-size: 16px;
  position: relative;
  transition: 0.3s;
}
.price-list ul li i {
  margin-right: 15px;
}

#price_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #price_page .section-title h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #price_page .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  #price_page .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

#price_page .hero-area-inner {
  padding: 80px 0 40px;
}

#price_page .hero-area-content p {
  padding-left: 400px;
  text-align: justify;
  margin-top: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #price_page .hero-area-content p {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #price_page .hero-area-content p {
    padding-left: 0;
    margin-top: 50px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #price_page .section-title h1 br {
    display: none;
  }
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #a39d9d;
  font-size: 17px;
}

.breadcrumb-item.active {
  color: #333;
  font-size: 17px;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #a39d9d !important;
}

.breadcrumb-area h4 {
  margin-top: 10px;
}

.contact-section .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
.contact-section .section-title i {
  transform: rotate(-45deg);
}
.contact-section .contact-text {
  text-align: justify;
}
.contact-section .subimit-form-wrap form {
  margin-top: 50px;
}
.contact-section .subimit-form-wrap input,
.contact-section .subimit-form-wrap textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.contact-section .subimit-form-wrap textarea {
  height: 60px;
}
.contact-section input[type=submit] {
  border: 1px solid #ddd;
  border-radius: 50px;
  width: 135px;
}
.contact-section iframe {
  max-width: calc(100% - 40px);
  height: 600px;
  filter: grayscale(1);
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact-section iframe {
    max-width: calc(100% - 0px);
  }
}
.contact-section .single-contact-info {
  border-bottom: 1px solid #ddd;
}
.contact-section .single-contact-info p {
  margin: 0;
}
.contact-section .single-contact-info h4 {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .contact-section .single-contact-info h4 {
    font-size: 18px;
  }
}
.contact-section .social-area {
  margin-top: 30px;
}
.contact-section .social-area a {
  background: #9F9F9D;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.contact-section .social-area a i {
  font-size: 14px;
}
.contact-section .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-section .contact-info {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.funfacts_line {
  border-top: 1px solid #ddd;
}

.funfacts_item {
  display: flex;
  align-items: center;
  height: 250px;
}
@media (max-width: 767px) {
  .funfacts_item {
    height: 100px;
  }
}

.funfacts_item h5 {
  font-size: 75px;
  font-weight: 500;
  margin-right: 60px;
  color: #171717;
}
@media (max-width: 767px) {
  .funfacts_item h5 {
    font-size: 36px;
  }
}

.funfacts_item h5.stroke {
  -webkit-text-stroke: 0.8px #171717;
  -webkit-text-fill-color: #fff;
}

.funfacts_item img {
  display: inline-block;
  position: relative;
  top: -6px;
}

h5.slick-slide img {
  margin-right: 30px;
}
@media (max-width: 767px) {
  h5.slick-slide img {
    width: 40px;
    height: auto;
  }
}

/*

 */


  .panel{
    max-width: 1580px;
    margin: 0 auto;
    border: 3px solid rgb(188, 187, 187);
    border-radius: 10px;
    padding: 0px 0px 48px 56px;
    display: grid;
    grid-template-columns: 440px 1fr;
    align-items: center;
    gap: 40px;
    position: relative;
  }

  @media (max-width: 1400px) {
   .panel{
    max-width: 95vw;
    
  }
}
 
  /* ---------- Left text block ---------- */
  .intro h2{
    font-size: 34px;
    line-height: 1.25;
    color: var(--navy);
    font-weight: 800;
    margin: 0 0 20px 0;
  }
 
  .intro p{
    font-size: 15px;
    line-height: 1.6;
    color: var(--navy);
    opacity: 0.85;
    margin: 0;
    max-width: 400px;
  }
 
  /* ---------- Carousel ---------- */
  .carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 650px;
}
 
  .nav-btn{
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 3px solid grey;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--navy);
    transition: background 0.2s ease, transform 0.15s ease;
  }
 
  .nav-btn:hover{
    background: grey;
    color: white;
  }
 
  .nav-btn:active{ transform: scale(0.94); }
 
  .nav-btn svg{ width: 18px; height: 18px; }
 
  .track-viewport{
    overflow-x: hidden;
    overflow-y: visible;
    flex: 1;
    padding-bottom: 40px;
  }
 
  .track{
    display: flex;
    gap: 22px;
    transition: transform 0.5s ease;
  }
 
  .slide-card{
    position: relative;
    flex: 0 0 calc(50% - 11px);
    aspect-ratio: 6 / 6;
    border-radius: 4px;
    overflow: visible;
    background: #dde3ef; /* placeholder fill until image is added */
  }
 
  .slide-card img{
    border-radius: 4px;
  }
 
  .slide-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 
  
  .offer-tag {
      position: absolute;
      left: 20px;
      right: 20px;
      color: #fff;
      bottom: -30px;
      width: 220px;
      background: #db241c;
      border-radius: 21px;
      padding: 18px 20px 16px;
  }
 
  .offer-tag .badge{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: var(--navy);
    color: var(--white);
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 3px;
    margin-bottom: 14px;
  }
 
  .offer-tag .badge svg{
    width: 15px;
    height: 15px;
  }
 
  .offer-tag h3{
    margin: 0 0 8px 0;
    font-size: 21px;
    font-weight: 800;
    color: var(--navy);
  }
 
  .offer-tag .meta{
    margin: 0;
    font-size: 12.5px;
    color: var(--navy);
    opacity: 0.85;
  }
 
  .play-pause{
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
  }
 
  .play-pause svg{ width: 20px; height: 20px; }
 
  /* dots removed to match reference (uses pause icon centered under first card only) */
 
    @media (max-width: 1400px){
    .carousel-wrap{
    min-height: 500px;
  }
  }

  @media (max-width: 900px){
    .panel{
      grid-template-columns: 1fr;
      padding: 32px 24px 56px;
    }
    .slide-card{ flex-basis: 100%; }
    .intro h2{ font-size: 26px; }
    .carousel-wrap{
    min-height: 420px;
  }
  }


  /* ep-secitons css  */

  .epp-container {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 24px;
}

  .ep-info-grid {
  max-width: 1580px;
  margin: 0 auto;
  display: grid;
  padding-top: 100px;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 32px;
}

.ep-info-card {
  background: #fff3f39c;
  border-radius: 15px;
  padding: 30px 34px;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 140px;
}

.ep-info-icon {
  flex: 0 0 auto;
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(5234%) hue-rotate(351deg) brightness(93%) contrast(121%); */
}

.ep-info-icon i {
  font-size: 40px;
  color: #fff;
  
}

.ep-info-icon i::first-letter {
  color: #fff;
}

.ep-info-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}

@media (max-width: 900px) {
  .ep-info-grid {
    grid-template-columns: 1fr;
    width: 80%;
  }
}

@media (min-width: 901px) and (max-width: 1300px) {
  .ep-info-grid {
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
  }
}


/* epp carousal  */

/* Header & Tabs Area */
.epp-header {
  margin-bottom: 30px;
}

.epp-pretitle {
  font-family: var(--epp-font-main);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--epp-color-orange);
  margin-bottom: 12px;
  display: block;
}

.epp-tabs-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.epp-tab-btn {
  background: none;
  border: none;
  outline: none;
  font-family: var(--epp-font-heading);
  font-size: 36px;
  font-weight: 400;
  color: #94a3b8;
  cursor: pointer;
  padding: 4px 0;
  position: relative;
  transition: var(--epp-transition);
  display: inline-flex;
  align-items: center;
}

.epp-tab-btn:hover {
  color: var(--epp-color-heading);
}

.epp-tab-btn.epp-tab-btn--active {
  font-weight: 700;
  color: var(--epp-color-heading);
}

/* Underline indicator for active tab */
.epp-tab-btn::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--epp-color-orange);
  transition: var(--epp-transition);
  border-radius: 2px;
}

.epp-tab-btn.epp-tab-btn--active::after {
  width: 100%;
}

.epp-tab-divider {
  font-family: var(--epp-font-heading);
  font-size: 32px;
  font-weight: 300;
  color: #cbd5e1;
  user-select: none;
  padding: 0 4px;
}

/* Tab Panes */
.epp-tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.epp-tab-pane.epp-tab-pane--active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.epp-tab-lead {
  font-size: 16px;
  color: var(--epp-color-body);
  max-width: 780px;
  margin-bottom: 32px;
  line-height: 1.6;
}

/* Carousel Section */
.epp-carousel {
  position: relative;
  width: 100%;
}

.epp-carousel-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  padding: 10px 0 20px 0;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.epp-carousel-viewport:active {
  cursor: grabbing;
}

.epp-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

/* Card Styling */
.epp-card {
  flex: 0 0 320px;
  max-width: 320px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: var(--epp-transition);
  position: relative;
  border-radius: var(--epp-radius-card);
  overflow: hidden;
}

/* Highlighted / Featured Card styling matching Image 1 */
.epp-card.epp-card--featured {
  flex: 0 0 380px;
  max-width: 380px;
  /* border-color: rgba(242, 101, 34, 0.4); */
}

@media (min-width: 1024px) {
  .epp-card {
    flex: 0 0 320px;
  }
  .epp-card.epp-card--featured {
    flex: 0 0 380px;
  }
}

.epp-card:hover {
  transform: translateY(-8px);
}

/* Card Image Container */
.epp-card-media {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  background-color: #111111;
}

.epp-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
  filter: grayscale(15%) contrast(105%);
}

.epp-card:hover .epp-card-img {
  transform: scale(1.08);
  filter: grayscale(0%) contrast(110%);
}

/* Dark Overlay Gradient */
.epp-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
  pointer-events: none;
}

/* Card Body Footer */
.epp-card-body {
  padding: 20px 24px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #f1f5f9;
}

.epp-card-info {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.epp-card-num {
  font-family: var(--epp-font-main);
  font-size: 16px;
  font-weight: 700;
  color: var(--epp-color-muted);
}

.epp-card--featured .epp-card-num {
  color: var(--epp-color-orange);
}

.epp-card-title {
  font-family: var(--epp-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--epp-color-heading);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.epp-card:hover .epp-card-title {
  color: var(--epp-color-orange);
}

.epp-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f1f5f9;
  color: var(--epp-color-dark);
  font-size: 16px;
  transition: var(--epp-transition);
  flex-shrink: 0;
}

.epp-card:hover .epp-card-arrow {
  background-color: var(--epp-color-orange);
  color: #ffffff;
  transform: translate(3px, -3px) rotate(45deg);
}

/* Floating Enquire Badge on right side like image 1 */
.epp-enquire-badge {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #111111;
  color: #ffffff;
  padding: 16px 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: -4px 4px 15px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: var(--epp-transition);
}

.epp-enquire-badge:hover {
  background: var(--epp-color-orange);
}

/* Controls Bar */
.epp-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  gap: 24px;
}

.epp-progress-track {
  flex: 1;
  height: 4px;
  background-color: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.epp-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  background-color: var(--epp-color-orange);
  border-radius: 2px;
  transition: left 0.3s ease, width 0.3s ease;
}

.epp-nav-buttons {
  display: flex;
  gap: 12px;
}

.epp-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: var(--epp-color-heading);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: var(--epp-transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.epp-nav-btn:hover:not(:disabled) {
  background-color: var(--epp-color-orange);
  color: #ffffff;
  border-color: var(--epp-color-orange);
  box-shadow: 0 4px 14px rgba(242, 101, 34, 0.3);
}

.epp-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Responsive breakpoint styling */
@media (max-width: 900px) {
  .epp-tabs-wrapper {
    gap: 10px;
  }
  .epp-tab-btn {
    font-size: 26px;
  }
  .epp-tab-divider {
    font-size: 24px;
  }
  .epp-card,
  .epp-card.epp-card--featured {
    flex: 0 0 280px;
    max-width: 280px;
  }
  .epp-card-media {
    height: 320px;
  }
}

:root {
  --primary-red: #e31e24;
  --text-dark: #111827;
}

.frp-section {
  margin: 0 auto;
  font-family: var(--font-main);
}

/* Header */
.frp-header {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.frp-header .highlight { color: var(--primary-red); }
.frp-header .divider { color: #9ca3af; font-weight: 400; margin: 0 6px; }

/* Main Banner Container (700px High) */
.frp-banner {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background: linear-gradient(rgba(15, 23, 42, 0.65), rgba(15, 23, 42, 0.75)),
              url('../img/hero-banner-2.jpg') center/cover no-repeat;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* 3-Column Grid (Spans 100% height of container) */
.frp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%; /* 100% Full Height */
  max-width: 100%;
  margin: 0 auto;
}

/* Columns (Full Height with Vertically Centered Content) */
.frp-col {
  height: 100%; /* Spans full 700px height */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center content */
  align-items: center;     /* Horizontally center content */
  padding: 40px 32px;
  text-align: center;
  position: relative;
  transition: background-color 0.3s ease;   
  cursor: pointer;
}

/* Full height vertical dividers */
.frp-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}

/* Full column hover background overlay */
.frp-col:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Big Letter (F, R, P) */
.frp-letter {
  font-size: clamp(56px, 7vw, 80px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
}

.frp-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.frp-desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 290px;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .frp-banner { height: 580px; }
}

@media (max-width: 768px) {
  .frp-banner { height: auto; min-height: 500px; }
  .frp-grid { grid-template-columns: 1fr; height: auto; }
  .frp-col { height: auto; padding: 50px 24px; }
  .frp-col:not(:last-child)::after {
    right: 15%; top: auto; bottom: 0;
    width: 70%; height: 1px;
  }
}

/* map section css  */
    /* ── Section wrapper ── */
    .map-section {
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
    }

    .map-section h2 {
      font-size: clamp(26px, 3.5vw, 40px);
      font-weight: 800;
      color: #111827;
      margin-bottom: 8px;
      letter-spacing: -0.02em;
    }

    .map-section p {
      font-size: 15px;
      color: #6b7280;
      margin-bottom: 48px;
    }

    /* ── Map canvas ── */
    .map-canvas {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 aspect ratio */
      overflow: hidden;
      background: url('../img/epp_world_map_new.png') center / cover no-repeat;
    }

    .map-inner {
      position: absolute;
      inset: 0;
    }

    /* ── Info card ── */
    .info-card {
      position: absolute;
      background: #fff;
    
      padding: 10px 14px;
      text-align: left;
      min-width: 160px;
      max-width: 185px;
    
      z-index: 10;
      transform: translateX(-50%);
    }

    .info-card::after {        /* arrow pointing down to the pin */
      content: '';
      position: absolute;
      bottom: -7px;
      left: 50%;
      transform: translateX(-50%);
      border: 7px solid transparent;
      border-top-color: #fff;
      border-bottom: 0;
      filter: drop-shadow(0 2px 4px rgba(0,0,0,0.08));
    }

    .info-card .tag {
      display: inline-block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #fff;
      padding: 2px 8px;
      border-radius: 4px;
      margin-bottom: 6px;
    }

    .info-card h4 { font-size: 12px; font-weight: 600; color: #e31e24; margin-bottom: 4px; }
    .info-card p  { font-size: 11px; color: #6b7280; line-height: 1.45; }

    /* ── Pin ── */
    .pin-wrap {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      transform: translate(-50%, -100%);
      z-index: 20;
      cursor: pointer;
      transition: filter .25s;
    }
    .pin-wrap:hover { filter: brightness(1.15); }

    .pin {
      width: 44px;
      height: 58px;
      position: relative;
    }

    /* Teardrop SVG pin drawn with CSS */
    .pin svg { width: 44px; height: 58px; }

    .pin-num {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 13px;
      font-weight: 700;
      color: #fff;
    }

    /* Oval shadow beneath pin */
    .pin::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 50%;
      transform: translateX(-50%);
      width: 22px;
      height: 6px;
      border-radius: 50%;
      background: rgba(0,0,0,0.18);
    }

    /* ── Positions & colours for each point ── */
    /* [left%, top%]  colour */
    .pt1 { left: 22%; top: 38%; }
    .pt2 { left: 30%; top: 70%; }
    .pt3 { left: 54%; top: 58%; }
    .pt4 { left: 55%; top: 38%; }
    .pt5 { left: 69%; top: 50%; }
    .pt6 { left: 84%; top: 77%; }

    /* card offsets (above pin) */
    .pt1 .info-card { bottom: calc(100% + 14px); left: 50%; }
    .pt2 .info-card { bottom: calc(100% + 14px); left: 50%; }
    .pt3 .info-card { bottom: calc(100% + 14px); left: 50%; }
    .pt4 .info-card { bottom: calc(100% + 14px); left: 50%; }
    .pt5 .info-card { bottom: calc(100% + 14px); left: 50%; }
    .pt6 .info-card { bottom: calc(100% + 14px); left: 50%; }

    /* pin colours */
    .c1  { --clr: #e31e24; }
    .c2  { --clr: #e31e24; }
    .c3  { --clr: #e31e24; }
    .c4  { --clr: #e31e24; }
    .c5  { --clr: #e31e24; }
    .c6  { --clr: #e31e24; }

    .c6 .tag { background: #e31e24; }
    .c1 .tag { background: #e31e24; }
    .c2 .tag { background: #e31e24; }
    .c3 .tag { background: #e31e24; }
    .c4 .tag { background: #e31e24; }
    .c5 .tag { background: #e31e24; }



    /* social icon css  */

    /* .social-hub-section {
       max-width: 1580px;
       margin: 0 auto;
       padding: 60px 30px;
       background: var(--bs-body-bg);
     }
    
     .hub-header {
       text-align: center;
       max-width: 640px;
       margin: 0 auto 50px auto;
     }
    
     .hub-badge {
       display: inline-block;
       font-size: 0.75rem;
       font-weight: 700;
       letter-spacing: 2px;
       text-transform: uppercase;
       color: #e63b2e;
       background-color: rgba(var(--primary-red), 0.08);
       padding: 6px 16px;
       border-radius: var(--bs-border-radius-pill);
       margin-bottom: 12px;
       border: var(--bs-border-width) var(--bs-border-style) rgba(var(--bs-primary-rgb), 0.15);
     }
    
     .hub-title {
       font-size: 2.25rem;
       font-weight: 800;
       color: var(--bs-gray-900);
       letter-spacing: -0.5px;
       text-transform: uppercase;
       margin-bottom: 10px;
     }
    
     .hub-subtitle {
       font-size: 1rem;
       color: var(--bs-gray-600);
     }
    
     .journey-timeline-container {
       margin-bottom: 40px;
     }
    
     .timeline-track-wrapper {
       position: relative;
       padding: 0 4%;
     }
    
     .timeline-bg-line {
       position: absolute;
       top: 48px;
       left: 6%;
       right: 6%;
       height: 3px;
       background-color: var(--bs-gray-300);
       z-index: 1;
     }
    
     .timeline-progress-line {
       position: absolute;
       top: 48px;
       left: 6%;
       width: 0%;
       height: 3px;
       background-color: #e31e24;
       z-index: 2;
       transition: width 0.4s ease;
     }
    
     .timeline-nodes-grid {
       display: grid;
       grid-template-columns: repeat(4, 1fr);
       position: relative;
       z-index: 3;
     }
    
     .timeline-node-item {
       display: flex;
       flex-direction: column;
       align-items: center;
       cursor: pointer;
     }
    
     .step-number {
       font-size: 1.15rem;
       font-weight: 800;
       color: var(--bs-gray-500);
       margin-bottom: 6px;
       transition: color 0.3s ease;
     }
    
     .guide-line-top,
     .guide-line-bottom {
       width: 2px;
       background-color: var(--bs-gray-300);
       transition: background-color 0.3s ease;
     }
    
     .guide-line-top {
       height: 12px;
     }
    
     .guide-line-bottom {
       height: 20px;
     }
    
     .node-dot {
       width: 24px;
       height: 24px;
       border-radius: 50%;
       background-color: var(--bs-white);
       border: 3px solid var(--bs-gray-400);
       display: flex;
       align-items: center;
       justify-content: center;
       margin: 2px 0;
       transition: all 0.3s ease;
     }
    
     .node-dot-inner {
       width: 8px;
       height: 8px;
       border-radius: 50%;
       background-color: var(--bs-gray-400);
       transition: all 0.3s ease;
     }
    
     .timeline-node-item:hover .step-number,
     .timeline-node-item.active .step-number {
       color: #e63b2e;
     }
    
     .timeline-node-item:hover .node-dot,
     .timeline-node-item.active .node-dot {
       border-color: #e63b2e;
       box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.15);
       transform: scale(1.15);
     }
    
     .timeline-node-item:hover .node-dot-inner,
     .timeline-node-item.active .node-dot-inner {
       background-color: #e63b2e;
     }
    
     .timeline-node-item:hover .guide-line-top,
     .timeline-node-item:hover .guide-line-bottom,
     .timeline-node-item.active .guide-line-top,
     .timeline-node-item.active .guide-line-bottom {
       background-color: #e63b2e;
     }
    
     .social-cards-grid {
       display: grid;
       grid-template-columns: repeat(4, 1fr);
       gap: 20px;
     }
    
     .social-card {
       background-color: var(--bs-white);
       border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
       border-radius: var(--bs-border-radius-lg);
       padding: 28px 20px;
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       transition: all 0.3s ease;
       position: relative;
     }
    
     .social-card::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       height: 3px;
       background-color: var(--bs-gray-300);
       border-top-left-radius: var(--bs-border-radius-lg);
       border-top-right-radius: var(--bs-border-radius-lg);
       transition: background-color 0.3s ease;
     }
    
     .platform-header-name {
       font-size: 0.8rem;
       font-weight: 800;
       letter-spacing: 1.5px;
       text-transform: uppercase;
       color: var(--bs-gray-600);
       margin-bottom: 14px;
     }
    
     .social-icon-wrapper {
       width: 54px;
       height: 54px;
       border-radius: var(--bs-border-radius-pill);
       background-color: var(--bs-gray-100);
       border: var(--bs-border-width) var(--bs-border-style) var(--bs-gray-200);
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 1.3rem;
       font-weight: 800;
       color: var(--bs-gray-800);
       margin-bottom: 16px;
       transition: all 0.3s ease;
     }
    
     .handle-name {
       font-size: 0.95rem;
       font-weight: 700;
       color: var(--bs-gray-900);
       margin-bottom: 16px;
     }
    
     .stat-box {
       width: 100%;
       padding: 10px 0;
       margin-bottom: 16px;
       border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-gray-200);
       border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-gray-200);
     }
    
     .stat-number {
       font-size: 1.75rem;
       font-weight: 800;
       color: var(--bs-gray-900);
       line-height: 1.2;
     }
    
     .stat-label {
       font-size: 0.75rem;
       text-transform: uppercase;
       letter-spacing: 1px;
       color: var(--bs-gray-600);
       font-weight: 600;
     }
    
     .category-tag {
       font-size: 0.7rem;
       font-weight: 700;
       letter-spacing: 1.5px;
       text-transform: uppercase;
       color: #e63b2e;
       background-color: var(--bs-gray-100);
       padding: 4px 12px;
       border-radius: var(--bs-border-radius-pill);
       margin-bottom: 20px;
     }
    
     .cta-btn {
       width: 100%;
       display: inline-block;
       padding: 10px 16px;
       font-size: 0.85rem;
       font-weight: 700;
       letter-spacing: 1px;
       text-transform: uppercase;
       text-decoration: none;
       color: #fff;
       background-color: #e63b2e;
       border-radius: var(--bs-border-radius);
       transition: all 0.3s ease;
     }
    
     .social-card:hover,
     .social-card.active {
       transform: translateY(-6px);
       border-color: var(--clr);
       box-shadow: 0 0.5rem 1.5rem rgba(var(--clr), 0.12);
     }
    
     .social-card:hover::before,
     .social-card.active::before {
       background-color: #e31e24;
     }
    
     .social-card:hover .social-icon-wrapper,
     .social-card.active .social-icon-wrapper {
       background-color: #e31e24;
       color: var(--bs-white);
       border-color: var(--bs-primary);
     }
    
     .social-card:hover .category-tag,
     .social-card.active .category-tag {
       background-color: #e31e24;
       color: #fff;
     }
    
     .social-card:hover .cta-btn,
     .social-card.active .cta-btn {
       background-color: #fff;
       color: #e63b2e;
     }
    
     @media (max-width: 992px) {
       .social-cards-grid {
         grid-template-columns: repeat(2, 1fr);
       }
    
       .timeline-track-wrapper {
         display: none;
       }
     }
    
     @media (max-width: 576px) {
       .social-cards-grid {
         grid-template-columns: 1fr;
       }
     }
    
     */