/*
 Theme Name: Totally Wired
*/

*,
*:before,
*:after{
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body{
	padding: 0px; 
	margin: 0px;
	overflow-x: hidden;
	color: #333132;
    font-family: "Inter", sans-serif;
    line-height: 32px;
    font-size: 18px;
    background: #ffffff;
    padding-top: 00px;
    font-weight: 500;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #fff;
}

::-webkit-scrollbar
{
	width: 0;
	background-color: #fff;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

h1, h2, h3, h4, h5, h6, .h1{
    margin: 0;
    padding: 0;
    font-weight: 500; 
	line-height: 1.3;
}
h1, .h1{
    font-size: 62px; 
    line-height: 68px;
    font-weight: 300;
}
h2, .h2{
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -5%;
}
h3, .h3{
font-weight: 600;
font-size: 25px;
line-height: 28px;
letter-spacing: -5%;
}
h4, .h4{
    font-size: 21px;
}
h5, .h5{
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -3%;
}
h6{
font-weight: 600;
font-size: 17px;
line-height: 24px;
letter-spacing: -5%;

}

.fs-21{
    font-size: 21px;
}
.fs-28{
    font-size: 28px;
}
.fs-36{
font-weight: 600;
font-size: 36px;
line-height: 24px;
letter-spacing: -5%;
}
p, li {
    padding: 0px;
    margin: 0px;
letter-spacing: -5%;
}
li, p:last-child{
    margin-bottom: 0;
}

a, a:hover, a:focus{
    outline: 0;
    transition: all .2s ease;
    text-decoration: none;
    color: #122a5d;
}
a:hover, a:focus, .our-capabilities-holder p:hover{
    color: #000;
}
ul, ol{ 
    list-style-type: none;
    margin: 0;
    padding: 0;
}
input, button, button:focus, textarea , textarea:focus{
    outline: 0px;
}
.mx-100{
    max-width: 100%;
    height: auto;
}
.clr-2{
    color: #000222;
}
img{height: auto; }
.w-100{width: 100%; height: auto; }
.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 45px;}
.mb-45{margin-bottom: 45px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}
.mb-150{margin-bottom: 150px;}
.mb-170{margin-bottom: 170px;}
.mb-200{margin-bottom: 200px;}
.mt-130{margin-top: 130px;}
.mt-10{margin-top: 10px;}
.mt-100{margin-top: 100px;}
.mw-100{max-width: 100%  !important; }
.mw-300{max-width: 300px;}
.m-auto{
    margin: auto;
}
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-3{z-index: 3;}

section, .overflow-hidden {
    overflow: hidden;
}
.overflow-visible{
    overflow: visible;
}
.pb-160{
    padding-bottom: 160px;
}
.pt-160{
    padding-top: 160px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.pt-75{
    padding-top: 75px;
}
.pb-75{
    padding-bottom: 75px;
}
.p-0{
    padding: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pl-0{
    padding-left: 0 !important;
}
.pr-0{
    padding-right: 0 !important;
}
.text-center{text-align: center;}
.text-end {text-align: end;}
.clr-blue, .h3-blue h3{color: #122a5d  !important;}
.clr-black{color: #000000  !important;}
.clr-gold{color: #BEB19C  !important;}
.bg-gray{background: #ebecec;}
.clr-white{color: #fff !important;}
.bg-orng{background: #EE0C3D;}
.bg-white{background: #ffffff;}
.bg-black{background: #000000;}
.bg-grad{
    background: rgb(27,62,127);
background: linear-gradient(90deg, rgba(27,62,127,1) 0%, rgba(34,44,90,1) 100%);
}
.justify-content-center{
      justify-content: center;
}
.justify-content-end{
      justify-content: flex-end;
}
.container, .container-small, .container-fluid, .container-750, .container-1060, .container-630{
    width: 100%;
    max-width: 1145px;
    margin: auto;
    position: relative;
    z-index: 3;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid{
    max-width: 100%;
}
.container-small{
    max-width: 888px;
}
.container-920{
    max-width: 950px;
}
.container-750{
    max-width: 780px;
}
.container-1060{
    max-width: 1090px;
}
.container-630{
    max-width: 660px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row > div{
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.col-center{
    margin-left: auto;
    margin-right: auto;
}
.row-80{
    margin-right: -40px;
    margin-left: -40px;
}
.row.row-80 > div{
    padding-right: 40px;
  padding-left: 40px;
}
.row-60{
    margin-right: -30px;
    margin-left: -30px;
}
.row.row-60 > div{
    padding-right: 30px;
  padding-left: 30px;
}
.row-40{
    margin-right: -20px;
    margin-left: -20px;
}
.row.row-40 > div{
    padding-right: 20px;
    padding-left: 20px;
}
.row-24{
    margin-right: -12px;
    margin-left: -12px;
}
.row.row-24 > div{
    padding-right: 12px;
    padding-left: 12px;
}

.row-15{
    margin-right: -7px;
    margin-left: -7px;
}
.row.row-15 > div{
    padding-right: 7px;
    padding-left: 7px;
}

.row-20{
    margin-right: -10px;
    margin-left: -10px;
}
.row.row-20 > div{
    padding-right: 10px;
    padding-left: 10px;
}
.row-8{
    margin-right: -4px;
    margin-left: -4px;
}
.row.row-8 > div{
    padding-right: 4px;
    padding-left: 4px;
}


.col-md-12, .col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-md-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-md-6, .col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666%;
}
.col-md-4-5 {
    flex: 0 0 auto;
    width: 39%;
}
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333334%;
}
.col-md-2-5 {
    flex: 0 0 auto;
    width: 20%;
}
.col-md-3 {
    flex: 0 0 auto;
    width: 25%;
}
.offset-md-1{
     margin-left: 8.33333333%;
}
.col-100{
    width: 100%;
}
.col-80{
    width: 80%;
}
.col-70{
    width: 70%;
}
.col-60{
    width: 60%;
}
.col-50{
    width: 50%;
}
.col-40{
    width: 40%;
}
.col-30{
    width: 30%;
}
.col-20{
    width: 20%;
}
.col-28{
    width: 28%;
}
.col-44{
    width: 44%;
}
.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.justify-content-space-between{
    justify-content: space-between;
}
.text-uppercase {
  text-transform: uppercase;
}
.mt-0{margin-top:  0 !important;}
.h-100{
    height: 100%;
}
.fs-14 {
  font-size: 14px;
}
.clr-while, .clr-while-inner, .clr-while-inner * {
    color: #fff;
}
.clr-while-inner-imp * {
    color: #fff !important;
}
header {
    background: transparent;
    padding: 60px 45px 20px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 55;
}

.sticky {
  will-change: all;
  -webkit-transition: -webkit-all 0.2s ease;
  transition: -webkit-all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease, -webkit-transform 0.2s ease;
}
.sticky--not-top.sticky--pinned {
    
}
.sticky--not-top.sticky--pinned.open-menu-box,
.sticky--not-top.sticky--pinned.open-search-box {
  background-color: transparent;
  box-shadow: none;
}
.sticky--not-top {
  background-color: #000;
    padding: 55px 45px 15px;
  box-shadow: 1px -4px 10px 3px #ded7d700;
     -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-all 0.2s ease;
  transition: -webkit-all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease, -webkit-all 0.2s ease;
}
a[href^="tel"] {
/*
    pointer-events: none;
    cursor: default;
*/
    text-decoration: none;
    color: inherit;
}
header.sticky--not-top{
    
}
.sticky.sticky--top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sticky.sticky--unpinned {
/*
  -webkit-transform: translateY(-13rem);
  transform: translateY(-13rem);
*/
    -webkit-transition: -webkit-all 0.4s ease-in;
    transition: -webkit-all 0.4s ease-in;
    transition: all 0.4s ease-in;
    transition: all 0.4s ease-in, -webkit-all 0.6s ease-in;
    

}
/*
.sticky--not-top{
    background: #fff;
    box-shadow: 0px 4px 20px 0px #0000000D;
}
*/
/*
.sticky.sticky--not-top .desktop-logo{
    display: none;
}
.sticky.sticky--not-top .mobile-logo{
    display: flex !important;
}
*/
/*
.sticky.sticky--not-top .menu-holder > ul > li > a{
    color: #000;
}
*/
.sticky.sticky--not-top .menu-holder > ul > li > a:hover, .menu-holder > ul > li > a:hover{
    color: rgb(37, 179, 75);
}
.sticky--top {
  box-shadow: none !important;
}
.moveLeftAnim, .moveRightAnim, .moveUpAnim {
  /*transition: all .2s ease;*/
}

.header-logo {
  width: 200px;
  display: inline-flex;
  align-items: center;
}
#fixed-head.white-header{
    box-shadow: 0px 4px 20px 0px #0000000D !important;
    background: #FFFFFF;
}
#fixed-head.white-header .desktop-logo{
    display: none;
}

#fixed-head.white-header .mobile-logo{
    display: inline-flex !important;
}
#fixed-head.white-header .menu-holder ul li a {
  color: #000;
}
#fixed-head.white-header #nav-icon span{
    background: #000;
}
#fixed-head.white-header .menu-holder ul li a:hover, footer .footer-menu li a:hover, .insta-follow-btn:hover, .mobile-menu li a:hover,, .mobile-menu li a.active, .menu-holder ul li a.active{
    color: rgb(37, 179, 75);
}

.right-menus {
    display: flex;
}
.header-menu,
.menu-holder,
.header-items {
  display: flex;
  align-items: center;
}
.header-items {
  justify-content: space-between;
}

.menu-holder>ul {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
    width: 100%;
}

.menu-holder>ul>li{
    position: relative;
    margin-left: 34px;
}
.menu-holder>ul>li:first-child{
    margin-left: 0px;
}

.menu-holder ul li a {
    color: #fff;
    padding: 0 0;
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    padding: 5px 0px 3px;
}
.menu-holder>ul >li >a{
    padding: 5px 0px 3px;
}

.menu-holder ul li a:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.2s ease;
    display: none;
}
.menu-holder ul li.current-menu-item a:after,
.menu-holder ul li a:hover:after {
  width: 100%;
  transition: all 0.2s ease;
}

.header-menu, .header-logo-box {
  display: inline-flex;
}


.show-991, .show-767, .tab-detail {
  display: none;
}
.call-now-btn{
    display: none !important;
}


@media (max-width: 991px){
    .show-991{
        display: block !important;;
    }
    .hide-991{
        display: none !important;
    }
    
    .footer-menu{
        
    }
}
@media (max-width: 767px){
    .show-767{
        display: block !important;
    }
    .hide-767{
        display: none !important;
    }
    .call-now-btn{
    display: inline-block !important;
}
    
}
.position-relative{
    position: relative;
}
.d-inline-flex{
    display: inline-flex;
}
.d-flex{
    display: flex;
}
.d-block{
    display: block;
}
#nav-icon{
    width: 36px;
    height: 16px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    display: none;
    margin: 0;
}
#nav-icon span{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    border-radius: 3px;
    margin-top: -2px;
}
#nav-icon span:nth-child(1){
  top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 10px;
    width: 23px;
}
#nav-icon span:nth-child(3) {
    top: 20px;
}

#nav-icon.open span{
    width: 28px;
}
#nav-icon.open span:nth-child(2){
    width: 0px;
}
#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

#nav-icon.open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}

#nav-icon.open span{
    background: #25B34B;
}

.head-licensed{
    background-image: url(images/head-green.svg);
    width: 267px;
    height: 37px;
    background-size: cover;
    font-size: 12px;
    font-weight: 600;
    position: fixed;
    right: 61px;
    top: 0;
    text-align: center;
    color: #fff;line-height: 37px;
}

.home-banner-section{
    padding: 0;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-color: #000;
}
.home-banner-section > picture, .home-banner-section > picture img,
.home-banner-slider picture, .home-banner-slider picture img{
    object-fit: cover;
    object-position: center;
    height: 100vh;
    max-height: 100vh;
}
.home-banner-slider picture img{
        width: auto;
    min-width: 100vw;
    }
.home-banner-section:before, .home-banner-slider .swiper-slide:before{
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.66%, #000000 101.62%),
linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 53.93%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

}
.home-banner-slider .swiper-slide.slider-slide-1:before{
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 28.29%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.16%, #000 100%);
}
.home-banner-slider .swiper-slide.slider-slide-2:before{
    background: linear-gradient(180deg, #000 1.85%, rgba(0, 0, 0, 0.00) 43.59%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.34%, #000 100%);
}
.home-banner-slider .swiper-slide.slider-slide-3:before{
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 56.87%), linear-gradient(90deg, rgba(0, 0, 0, 0.00) 66.97%, #000 100%);
}
.home-banner-slider .swiper-slide.slider-slide-4:before{
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 53.93%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30.66%, #000 101.62%);
}
.home-banner-slider .swiper-slide.slider-slide-5:before{
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 53.93%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30.66%, #000 101.62%);
}
.home-banner-slider .swiper-slide.slider-slide-6:before{
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 13.16%, #000 100%);
}
.home-banner-section.no-shedow:before{
    display: none;
}
.home-banner-section .home-banner-detail{
    position: absolute;
    top: 50%;
    z-index: 3;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}


.home-banner-slider .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.home-banner-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}


.banner-logo-box {
  position: absolute;
  bottom: 45px;
  width: 100%;
}
.home-banner-section h1{
    margin-bottom: 16px;
    max-width: 735px;
}
.home-banner-section p{
    margin-bottom: 19px;
    line-height: 32px;
    margin-bottom: 32px;
    max-width: 607px;
}
.banner-logo-box h4{
    margin-bottom: 8px;
    color: #9E9E9E;
    font-size: 12px;
    font-weight: 600;
}


/*Section hero logos */
.home-banner-section .logos-wrapper {
   overflow: hidden;
}

.home-banner-section .logo-grid {
   display: flex;
   -webkit-box-pack: center;
   justify-content: center;
   flex-shrink: 0;
   animation: 40s linear 0s infinite normal none running infiniteLoop;
   gap: 0 15px;
   flex-wrap: wrap;
   margin-right: 0px;
      align-items: baseline;
}
.home-banner-section .logo-grid img{
    margin-right: 50px;
}

.project-card-box {
  position: relative;
  width: 100%;
  display: inline-flex;
    overflow: hidden;
}



@media (min-width:1660px) {
    .home-banner-section > picture, .home-banner-section > picture img,
    .home-banner-slider picture, .home-banner-slider picture img{
        height: 90vh;
        max-height: 90vh;
    }
    
    .banner-logo-box {
        bottom: -30px;
    }
    .container-fill{
        max-width: calc(100% - 308px);
    }
    
}
@media (min-width:992px) {
   .home-banner-section .logo-grid {
      max-width: none !important;
   }
    .md-pl-0{
        padding-left: 0px !important;;
    }
    .md-pr-0{
        padding-right: 0px !important;;
    }
}

.home-banner-section .logo-brands-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* transform: translateX(-25%);*/
    overflow: hidden;
}
.home-banner-section .logo-brands-wrapper:after, .home-banner-section .logo-brands-wrapper:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    left: 0;
}
.home-banner-section .logo-brands-wrapper:after{
    right: 0;
    background: linear-gradient(-90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    left: unset;
}
.home-banner-section .col-logos {
   margin-top: 60px;
}

@media (max-width: 991px) {
   .home-banner-section .col-logos {
      margin-top: 50px;
      padding-top: 16px;
      border-top: 1px solid rgba(255, 255, 255, 0.30);
   }
}

.section-hero-logos .logo-grid img {
   display: block;
   width: 118px;
}


@keyframes infiniteLoop {
   from {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%)
   }

   to {
      -webkit-transform: translateX(calc(-100%));
      -ms-transform: translateX(calc(-100%));
      transform: translateX(calc(-100%))
   }
}

.btns-holder {
  display: inline-flex;
  column-gap: 11px;
}

.btn, .btn-style-2, .btn-style-4 {
    position: relative;
    display: inline-flex;
    padding: 13px 11px;
    min-width: 209px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    border: 2px solid #25B34B;
    overflow: hidden;
    transition: all .2s ease;
}
.btn{
    background: transparent;
}
.btn:before{
    background: #25B34B;
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: calc(100% + 2px);
    height: 100%;
    z-index: -1;
    transform: translateX(0);
    transition: all .2s ease;
}
.btn:hover:before{
    transform: translateX(-100%);
    transition: all .2s ease;
}
.btn:hover{
    color: #25B34B;
}


/*
.contact-banner-sec .wow {
    transform: none !important;
    opacity: 1 !important;
}*/
/*
.wow.animated {
    transform: none !important;
    opacity: 1 !important;
    will-change: auto !important;
}
 */
.animation-done {
    transform: none !important;
    opacity: 1 !important;
    will-change: auto !important;
}

.btn-style-2{
    position: relative;
    overflow: hidden;
    border: 0px;
    background: rgba(255, 255, 255, 0.27);
    
    backdrop-filter: blur(3px);
    background-clip: padding-box;
}
.btn-style-2 span{
    position: relative;
    z-index: 2;
}
.btn-style-2:before{
    position:absolute;
    content: '';
    border: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    transform: translateX(0);
    transition: all .2s ease;
}
.btn-style-2:hover{
    background: rgba(255, 255, 255, 0.7);
}
.btn-style-2:hover span{
    color: #000;
}
.btn-style-2:hover:before{
    background: transparent;
    transition: all .2s ease;
}

.btn-style-4:hover{
    color: #fff;
}
.btn-style-4{
    color: #000000;
    background: rgba(239, 239, 239, 0.85);
    backdrop-filter: blur(20px);
    
    border-color: rgba(239, 239, 239, 0.85);
}
.btn-style-4.btn:before{
    background: #25B34B;
    transform: translateX(-100%);
}
.btn-style-4.btn:hover:before{
    transform: translateX(0%);
}
.btn-style-4:hover svg path{
    fill: #fff;
}
.btn-clr-dark{
    background: rgba(44, 44, 44, 0.85);
    backdrop-filter: blur(20px);
    
    color: #fff;
    border-color: rgba(44, 44, 44, 0.85);
}
.btn-style-4 img, .btn-style-4 svg{
    margin-right: 10px;
}
.home-what-we-do{
    background-color: #000;
/*    background-image: url(images/Home-Sec2.png);*/
    padding: 180px 0 146px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.small-text{
    color: #25B34B;
font-weight: 700;
font-size: 14px;
line-height: 48px;
letter-spacing: -5%;
text-transform: uppercase;

}
.home-what-we-do h2{
    margin-bottom: 35px;
}
.home-what-we-do p, .our-work-img-holder p{
    color: #BFBFBF;
    max-width: 430px;
    font-weight: 400;
    
}
.home-what-we-do p{
    margin-bottom: 50px
}
.home-waht-we-do-slides {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 18px;
}
.home-waht-we-do-slide:after, .home-waht-we-do-slide:before{
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5.48%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 2;
}
.home-waht-we-do-slide:before{
    bottom: unset;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 5.48%, #000000 100%);
}
.home-waht-we-do-slide{
    width: 50%;
    height: 730px;
    position: relative;
}

.card-style-1 {
  display: inline-flex;
  width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 154px;
    margin-bottom: 18px;
}
.card-style-1 img{
    width: 100%;
}
.card-style-1 h4{
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-weight: 600;
    font-size: 17px;
/*    line-height: 100%;*/
    z-index: 2;
    max-width: calc(100% - 30px);
}
.card-style-1.video-card{
    position: relative;
}
.card-style-1.video-card:after{
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url(images/play-fill.svg);
    background-size: 13px 20px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  border: 2px solid #25b34b;
  border-radius: 50%;
  background-position: center;
}

.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.home-clarity-sec{
  padding: 135px 0;
}

.btn-style-3 {
    color: #25B34B;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: uppercase;
    position: relative;
    padding-right: 32px;
    display: inline-block;
}
.btn-style-3 img {
  position: absolute;
  right: 5px;
  top: calc(50% - 8px);
  height: 16px;
    transition: all .2s ease;
}
.btn-style-3:hover img, .project-card-box:hover .btn-style-3 img{
  right:0px;
    transition: all .2s ease;
}
.btn-style-3-type-2 {
    text-transform: inherit;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  display: inline-block;
}
.home-ourpurpose-sec{
    padding: 208px 0 0;
}
.section-title-detail{
  padding-top: 48px;
}
.title-style-2{
    color: #868686;
    margin-bottom: 27px;
font-style: Bold;
font-size: 14px;
line-height: 48px;
letter-spacing: -3%;
text-transform: uppercase;

}
.testimonial-box .stars{
    margin-bottom: 26px;
    display: inline-block;
    height: 20px;
}
.testimonial-box p{
font-style: Italic;
font-size: 22px;
line-height: 40px;
letter-spacing: -5%;
}
.testimonial-box .testimonial-by {
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -5%;
  text-align: right;
  margin-top: 20px;
}
.home-testimonial-sec {
  padding-bottom: 14px;
  z-index: 2;
  overflow: visible;
}
.home-testimonial-sec .title-style-2 {
  margin-top: -50px;
}
.swiper-testimonial-pagination, .swiper-pagination-dark {
    background: #3A3A3A;
    padding: 9px;
    border-radius: 20px;
    bottom: -55px;
    display: inline-flex;
    column-gap: 3px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-testimonial-pagination .swiper-pagination-bullet, .swiper-pagination-dark .swiper-pagination-bullet{
    background: #5A5A5A;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    opacity: 1;
    transition: all .3s linear;
}

.swiper-testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-dark .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 45px;
    height: 12px;
    background: #D9D9D9;
    border-radius:6px;
    transition: all .3s linear;
}
.our-work-img:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.59%, #000000 100%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 68.17%);
    content: '';
    top: 2;
}
.home-our-work-sec {
  position: relative;
  z-index: 1;
      padding-bottom: 97px;
}
.home-our-work-sec .our-work-img-holder{
    padding-bottom: 190px;
}
.our-work-proj-holder{
    margin-top: -190px;
}
.our-work-img-holder .container{
    position: absolute;
    bottom: 68px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.our-work-img-holder p{
    max-width: 100%;
}
.our-work-img-holder h2{
    margin-bottom: 32px;
}

.project-card-detail {
  position: absolute;
  left: 16px;
  bottom: 20px;
  width: calc(100% - 32px);
}
.project-card-detail h3{
    margin: 6px 0 10px;
    max-width: 360px;
}
.banner-section {
  padding: 225px 0 220px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.banner-section:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.51%, #000000 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-section p, .inner-banner-section p{
font-weight: 400;
font-size: 19px;
line-height: 29px;
letter-spacing: -3%;
margin-top: 28px;
}
.inner-banner-section p{
    margin-top: 19px;
}
.banner-section .btns-holder, .inner-banner-section .btns-holder{
    margin-top: 40px;
}
.small-btns .btn, .small-btns .btn-style-2{
    min-width: 174px;
}
footer {
  background: #000;
  padding: 35px 0 54px;
}
footer .cont-add{
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
    margin-top: 0;
}
.insta-follow-btn {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  display: inline-flex;
  align-items: center;
  color: #646464;
}

footer .footer-menu {
  display: inline-flex;
  column-gap: 38px;
      margin: auto;
    margin-top: 37px;
    margin-bottom: 44px;
}
footer .footer-menu li a{
    
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #fff;
}

.footer-bottom{
    margin-top: 44px;
}
.footer-bottom p{
font-weight: 500;
font-size: 15px;
line-height: 35px;
letter-spacing: 0%;
color: #787878;
}

.shedow-before:before{
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.17%, #000000 100%),
        linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 47.68%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.inner-banner-section{
    background-size: cover;
    background-position: center;
      padding: 265px 0 345px;
}

.btn-style-4.load-more {
  min-width: min(350px, 100%);
}
.projects-section{
    padding-bottom: 104px;
}

.project-nowplanning-section{
    padding: 229px 0 220px;
}
.project-nowplanning-section > img{
    position: absolute;
    top: 65px;
}
.project-gallery-block .col-md-3{
    margin-bottom: 24px;
}
.image-popup{
    overflow: hidden;
}
.image-popup img{
    transform: scale(1);
    transition: all .2s ease;
}
.image-popup:hover img{
    transform: scale(1.02);
    transition: all .2s ease;
}
.mfp-title{
    font-weight: 400;
    font-size: 12px;
}

.mfp-bg{
      background: #000000D4;backdrop-filter: blur(12px);
    opacity: 1;
}

.mfp-figure::after{
    display: none;
}
.mfp-arrow, .swiper-button-next , .swiper-button-prev , .mfp-next-custom, .mfp-prev-custom{
  width: 76px;
  height: 76px;
  border-radius: 50%;
  backdrop-filter: blur(12px);
  background: #FFFFFF91 !important;
  opacity: 1;
    font-size: 0;
    left: 24px;
  display: inline-flex;
}
.mfp-arrow::before, .swiper-button-next:before , .swiper-button-prev:before{
    display: none;
}
.mfp-next-custom:after, .mfp-prev-custom:after{
    content: '';
}
.mfp-arrow::after, .swiper-button-next:after , .swiper-button-prev:after , .mfp-next-custom:after, .mfp-prev-custom:after{
  background-image: url(images/arrow-left.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  border: 0;
  margin: 0;
  width: 14px;
  height: 26px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  font-size: 0;
}

.swiper-button-next {
  right: 24px;
  left: unset;
}
.mfp-image-holder .mfp-arrow{
    display: none;
}
.mfp-next-custom, .mfp-prev-custom{
    border: 0;
}
.mfp-arrow-left.mfp-arrow::after, .swiper-button-prev:after, .mfp-prev-custom:after{
  transform: translate(-50%, -50%) rotate(180deg);
}
.mfp-arrow.mfp-arrow-right {
  left: unset;
  right: 24px;
}
.mfp-close{
    width: 26px !important;
    height: 26px;
    font-size: 0px;
      opacity: 1;
    position: fixed;
  top: 35px !important;
  right: 35px !important;
  left: unset;
}

.mfp-close:after, .mfp-close:before{
    content: '';
    background: #25B34B;
    width: 36px;
    height: 2px;
    position: absolute;
    left: -10px;
  top: 20px;
    transform: rotate(45deg);
}
.mfp-close:before{
    transform: rotate(-45deg);
}

.mfp-custom-nav {
  position: absolute;
  top: calc(50% - 37px);
  width: calc(100% - 50px);
    left: 25px;
  display: flex;
  justify-content: space-between;
}

.project-testimonial-sec {
  padding: 112px 0 213px;
}
.light-pagination.swiper-pagination {
  padding: 0;
      bottom: -100px;
  background: transparent;
}
.light-pagination.swiper-testimonial-pagination .swiper-pagination-bullet {
  background: #E2E2E2;
}
.light-pagination.swiper-testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
      background: #A29D9D;
}
.shedow-before-2:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.74%, #000000 98.23%),
linear-gradient(180deg, #000000 5.83%, rgba(0, 0, 0, 0.46) 28.35%);
    

}
.home-ready-transform-after:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.51%, #000000 100%),
linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 81.72%);

}

.inner-banner-section.service-banner{
  padding: 308px 0 227px;
    height: 100vh;
}
.inner-banner-section.service-banner .home-banner-detail{
   position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.service-banner.shedow-before::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.67%, #000000 101.94%),
linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 37.64%);
}
.arrow-down {
  position: absolute;
  z-index: 55;
  left: 50%;
  bottom: 45px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFFFFF24;
  backdrop-filter: blur(12px);
  padding: 16px;
}

.inner-banner-section.contact-banner-sec {
  padding: 354px 0 330px !important;
}
.our-expertise-detail h3{
    color: #25B34B;
    margin-bottom: 20px;
}
.our-expertise-detail ul li{
/*    background-image: url(images/arrow-check-square.svg);*/
    background-size: 20px;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: top 5px left;
    margin-bottom: 10px;
    position: relative;
}
.our-expertise-detail ul li:before{
    content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25B34B;
  left: 3px;
  top: 13px;
    
}
.our-expertise-sec {
  padding: 135px 0 0;
  margin-bottom: -100px;
}
.our-expertise-sec p{
    letter-spacing: -5%;
    max-width: 490px;
}

.service-expertise-sec .our-work-img::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.37%, #000000 104.03%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 76.4%);
}
.service-after-before-img{
/*    max-width: 420px;*/
    margin: auto;
    margin-top: -72px;
}
.service-after-before-img .swiper-after-before{
    max-width: 420px;
}
.service-after-before-img .swiper-pagination.swiper-after-pagination{
    justify-content: center;
}
.service-after-before-img .swiper-after-button-holder > div{
      background: rgb(52, 52, 52) !important;
    color: #fff  !important;
}
.service-after-before-img .swiper-after-button-holder > .swiper-button-next.swiper-button-disabled,
.service-after-before-img .swiper-after-button-holder > .swiper-button-prev.swiper-button-disabled{
    color: #C2C0C0  !important;
}
.service-after-before-sec {
  padding-bottom: 0px;
     margin-bottom: -150px;
}
.service-expertise-2-sec .our-work-img-holder .container{
    bottom: 147px;
}
.service-technology-sec{
    padding: 225px 0 150px;
}
.service-technology-sec.shedow-before::before{
    background: linear-gradient(180deg, #000000 4%, rgba(0, 0, 0, 0) 51.65%),
linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));

}
.project-nowplanning-section.service-technology-sec > img{
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.service-logo-1 img{ width: 152px; }
.service-logo-2 img{ width: 144px; }
.service-logo-3 img{ width: 46px; }
.service-logo-4 img{ width: 146px; }
.service-logo-5 img{ width: 179px; }
.service-logo-6 img{ width: 96px; }
.service-logo-7 img{ width: 56px; }
.service-logo-8 img{ width: 147px; }
.service-logo-9 img{ width: 171px; }
.service-logo-10 img{ width: 140px; }
.service-logo-11 img{ width: 124px; }
.service-logo-12 img{ width: 150px; }
.service-logo-box {
  margin-top: 60px;
    text-align: center;
}
.service-logo-box img{
    margin: auto;
}
.about-legacy-2-sec.pb-0 {
  margin-top: -100px;
}
.about-legacy-2-sec p{
    max-width: 750px;
    margin: auto;
}
.home-clarity-sec p{
    max-width: 450px;
}




.after-before-container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  --position: 50%;
}

.after-before-container .image-container {
  max-width: 800px;
  max-height: 90vh;
/*  aspect-ratio: 1/1;*/
}

.after-before-container .slider-image {
  width: 100%;
/*  height: 100%;*/
  object-fit: cover;
  object-position: left;
    display: flex;
}

.after-before-container .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
/*  filter: grayscale(100%);*/
    height: 100%;
  object-fit: cover;
  object-position: left;
}

.after-before-container .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.after-before-container .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.after-before-container .slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.after-before-container .slider-button {
position: absolute;
  background-color: #fff;
  color: black;
  padding: 0;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 100;
  box-shadow: none;
  width: 60px;
  height: 60px;
}
.after-before-container .slider-button img{
    width: 35px;
}
.swiper-pagination.swiper-after-pagination{
    position: relative;
      display: flex;
    margin-top: 30px;
    margin-bottom: 58px;
}
.swiper-pagination.swiper-after-pagination .swiper-pagination-bullet{
    width: 84px;
  height: 84px;
  border-radius: 8px;
  border: 2px solid #fff;
  overflow: hidden;
  margin-right: 12px;
}
.swiper-pagination.swiper-after-pagination .swiper-pagination-bullet{
    
}
.swiper-pagination.swiper-after-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color: #25B34B;
}
.swiper-after-button-holder{
     position: relative;
  display: none;
    justify-content: space-between;
      width: 100%;
    padding: 0 20px;
}
.swiper-after-button-next:after, .swiper-after-button-prev:after{
    display: none;
}
.swiper-after-button-holder > div{
    width: auto;
    height: auto;
    border-radius: 8px;
    background: #F4F4F4 !important;
    padding: 3px 19px; 
    position: relative;
      display: inline-flex;
        min-width: 108px;
        color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px; 
    letter-spacing: -0.9px;
    
    top: unset;
  left: unset;
  transform: none;
    
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    color: #C2C0C0;
}
.swiper.swiper-after-before , .swiper-after-button-holder{
  max-width: 390px;
}
.swiper.swiper-after-before .swiper-button-next.swiper-button-disabled, .swiper.swiper-after-before .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  color: #C2C0C0;
}

.licensed-text{
    color: #C0C0C0;
font-size: 15px;
font-weight: 500;
line-height: 35px; /* 233.333% */
    margin-top: 40px;
}

.blueprint-front {
  margin-bottom: -232px;
  z-index: 5;
  position: relative;
  left: -85px;
}

.home-waht-we-do-slide {
  height: 655px;              /* visible area */
  overflow: hidden;           /* hide extra slides */
  position: relative;
}

.what-we-do-slide {
  display: flex;
  flex-direction: column;     /* stack cards vertically */
}

.home-waht-we-do-slide .inner {
  display: flex;
  flex-direction: column;
  animation: scrollUp 60s linear infinite;
}

.home-waht-we-do-slide-2.home-waht-we-do-slide .inner {
  animation: scrollUp 50s linear infinite;
}


/* Animation */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%); /* move up by half (duplicate set height) */
  }
}
.home-waht-we-do-slide-2{
    margin-top: 75px;
}

.home-what-we-do.shedow-before:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.89) 3.42%, rgba(0, 0, 0, 0) 55.57%),
linear-gradient(180deg, rgba(0, 0, 0, 0) 73.78%, #000000 100%);

}

.desktop-logo{
    
}
.mobile-logo, .mobile-open-logo{
    display: none !important;
}
.project-banner-section {
  padding: 175px 0 55px;
  background: #FAFAFA;
}
.project-banner-section p{
    color: #838383;
font-weight: 400;
font-size: 21px;
line-height: 29px;
letter-spacing: -3%;
    margin-top: 30px;

}
.project-back-btn {
  display: inline-flex;
  background: #F4F4F4;
  padding: 14px 12px;
  line-height: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -5%;
  text-transform: uppercase;
    border-radius: 8px;
  color: #25B34B;
    margin-bottom: 22px;
}
.project-back-btn img{
    margin-right: 5px;
}
.project-slider-section .swiper-pagination-dark{
    bottom: 44px;
    background: #FFFFFF42;
}

.project-detail-section{
    padding: 140px 0 190px;
}
.project-detail-section .section-title p{
    font-weight: 400;
    margin-top: 30px;
}
.swiper-project-d-detail .swiper-slide img{
    min-height: 230px;
    object-fit: cover;
    object-position: center;
}

.faq-box {
  overflow: hidden;
  background: #F6F6F6;
  margin-bottom: 7px;
}
.faq-title {
  padding: 25px 55px 25px 20px;
  color: #333132;
  position: relative;
  cursor: pointer;
  transition: all .2s ease;
  margin: 0;
    font-weight: 600;
    font-size: 23px;
    line-height: 24px;
    letter-spacing: -5%;
}
.faq-title::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 10px);
  transform: rotate(0);
  transition: all .2s ease;
  right: 40px;
  background-image: url(images/x-lg.svg);
  background-size: 100%;
}
.faq-title.active::after {
  transform: rotate(45deg);
  transition: all .2s ease;
}
.faq-detail {
  padding: 20px 20px 40px;
  display: none;
}
.faq-detail li , .faq-detail p{
    font-weight: 400;
}
.faq-detail ul {
  list-style-type: disc;
  margin-left: 20px;
}
.project-gallery-section .col-md-4{
    margin-bottom: 30px;
}
.project-gallery-section {
  padding: 160px 0 140px;
}
.mobile-menu-holder, #sidebar-filter {
  position: fixed;
  top: 0;
  left: 0;
 background: #111111;
  z-index: 54;
  width: 100%;
  max-width: 420px;
  padding: 215px 15px 30px;
  height: 100dvh;
  overflow: auto;
      font-size: 13px;
  line-height: 16px;
    transform: translateX(-110%);
    visibility: hidden;
    transition: all .2s ease;
}
.mobile-menu-holder.open, #sidebar-filter.open{
    transform: translateX(0%);
    visibility: visible;
    transition: all .2s ease;
}
.mobile-menu li a {
  font-weight: 500;
  font-size: 42px;
  line-height: 51px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 11px;
  display: inline-flex;
  width: 100%;
}
.mobile-menu-holder .instagram{
    display: inline-flex;
    margin-top: 30px;
}
.mobile-menu-holder p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #454545;
  margin-top: 80px;
}
.project-card-box-holder .col-md-6{
    display: inline-flex;
}
.project-card-box-holder .col-md-6 .project-card-box{
    margin-top: 20px;
}
.project-card-box-holder .col-md-6:first-child .project-card-box,
.project-card-box-holder .col-md-6:nth-child(2) .project-card-box{
    margin-top: 0;
}
.load-more-gallery{
    margin-top: 50px;
}

.ourpurpose-img-div {
  position: relative;
}
.ourpurpose-img-div:after{
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.86%, #000000 100%), linear-gradient(180deg, #000000 3.44%, rgba(0, 0, 0, 0) 37.86%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-service-three .card-style-1-img:after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(188.97deg, rgba(0, 0, 0, 0) 48.05%, rgba(0, 0, 0, 0.69) 91.41%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.swiper-service-three .card-style-1-img.mobile-card-4:after{
    background: linear-gradient(182deg, rgba(0, 0, 0, 0.00) 68.05%, #000 98.24%);
}
.swiper-service-three .card-style-1-img.mobile-card-6:after{
    background: linear-gradient(190deg, rgba(0, 0, 0, 0.00) 54.73%, #000 90.66%);
}
.about-last-sec.shedow-before-2::before{
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.54%, #000000 93.89%), linear-gradient(180deg, #000000 -2.04%, rgba(0, 0, 0, 0) 45.55%);
}


.swiper-service-three .swiper-slide{
    max-width: 330px;
    width: 90%;
}
.swiper-service-three .swiper-slide .card-style-1-img img, .swiper-service-three .swiper-slide .card-style-1.btn-holder{
    height: 405px;
    object-fit: cover;
    object-position: center;
}
.swiper-service-three .swiper-slide .card-style-1.btn-holder a{
    min-width: 206px !important;
}

.popup-youtube {
  position: relative;
}
.popup-youtube:after{
    content: '';
    position: absolute;
    border: 8px solid #25B34B;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    z-index: 3;
    background-image: url(images/play-fill.svg);
    background-size: 45px 40px;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.popup-youtube:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.74);
    z-index: 2;
    left: 0%;
    top: 0%;
}
.cont-add{
    margin-top: 74px;
}
.cont-add img{
    width: 50px;
}
.cont-add p {
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 4.25px;
  text-transform: uppercase;
    margin-top: 30px;
}

.project-card-shedow{
    position: relative;
}

.project-card-shedow:after{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

.desktop-mbl-no {
  color: #25B34B !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.9px;
  margin-top: 14px;
  display: inline-block;
}


@media (min-width:2000px) {
    .inner-banner-section {
  padding: 365px 0 445px;
}
    
    .inner-banner-section.contact-banner-sec {
      padding: 375px 0 375px !important;
    }
    .inner-banner-section.service-banner {
  padding: 408px 0 427px;
}
}

@media (max-width: 1024px){
    .call-now-btn{
        display: inline-block !important;
    }
    #callNowBtn{
        display: none !important;
    }
}

@media (min-width: 1024px) {
    
      #callNowBtn + .btns-holder{
        margin-top: 24px;
    }
        #callNowBtn + .btns-holder .js-email-now{
       min-width: 268px;
    }
}

@media (min-width: 767px) {
    .overflow-lg-hiiden{
        overflow: hidden;
    }
    .order-md-3{
        order: 3;
    }
    .order-md-2{
        order: 2;
    }
    .order-md-1{
        order: 1;
    }
    .show-sm{
        display: none;
    }
    
  
    
}



@media (max-width: 1199px) {
    h2, .h2 {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
   header {
       padding: 30px 10px 20px 0;
    }
    #fixed-head.white-header.sticky--not-top{
    box-shadow: none !important;
    background: transparent;
}
    
     .sticky--not-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
          background: transparent;
  box-shadow: navajowhite;
         padding-top: 60px;
    }
    .sticky--not-top:before{
        content: '';
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    height: 64px;
    width: calc(100% - 12px);
    position: absolute;
    top: 49px;
    left: 6px;
    }
    .sticky--not-top .header-logo{
        width: 168px;
        margin-left: 4px;
    }
    .sticky--not-top.menu-open .header-logo{
        margin-left: 0px;
    }
    .sticky--not-top .header-logo img{
        width: 100%;
        display: flex;
    }
    .sticky--not-top  #nav-icon span{
        background: #000;
    }
    .sticky--not-top .header-logo .desktop-logo{
        display: none;
    }
    .sticky--not-top .header-logo .mobile-logo{
        display: block !important;
    }
    header.sticky--not-top.menu-open:before{
        display: none;
    }
    .sticky--not-top #nav-icon.open span{
        background: #25B34B
    }
    
    header.menu-open .mobile-logo, header.menu-open .desktop-logo, header.sticky--not-top.menu-open .header-logo .mobile-logo,  header#fixed-head.white-header.menu-open .mobile-logo{
        display: none !important
    }
    header.menu-open .mobile-open-logo, .sticky--not-top.menu-open .header-logo .mobile-logo{
        display: inline-flex !important
    }
    
    #fixed-head.white-header.menu-open{
        background: transparent;
    }
    #fixed-head.white-header.menu-open #nav-icon span {
        background: #25B34B;
    }
    
h1, .h1 {
  font-size: 50px;
  line-height: 55px;
    }
    h2, .h2 {
  font-size: 40px;
  line-height: 45px;
    }
    h3, .h3 {
  font-size: 21px;
  line-height: 24px;
    }
    .container{
  max-width: 767px;
    }
    .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11{
        width: 100%;
    }
    .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}
.col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-sm-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666%;
}
.col-sm-4-5 {
    flex: 0 0 auto;
    width: 39%;
}
.col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333334%;
}
.col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
}
   .row-46 {
  margin-right: -7px;
  margin-left: -7px;
}
    .row.row-46 > div {
  padding-right: 7px;
  padding-left: 7px;
}
    #nav-icon {
        display: block;
    }
    .menu-holder ul{
        display: none;
    }
    #main_navigation {
   padding: 10px 30px;
    width: 100%;
    background: #fff8de;
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: 80px;
    border-top: 1px solid #ee0c3d;
  }
    .project-banner-section h1 {
    font-size: 37px;
    }

    
  .row-60 {
  margin-right: -15px;
  margin-left: -15px;
}
    .row.row-60 > div {
  padding-right: 15px;
  padding-left: 15px;
}
      .right-menus, .head-licensed{
        display: none;
    }
    .sm-sm-30{
        margin-bottom: 30px;
    }
   
    .col-md-center{
        text-align: center;
    }
   .btn, .btn-style-2, .btn-style-4 {
  min-width: 174px;
    }
    .banner-logo-box{
        display: none;
    }
    .swiper-testimonial-pagination, .swiper-pagination-dark {
  column-gap: 6px;
    }
    .swiper.swiper-after-before{
        margin-top: 40px;
    }
    .swiper-after-button-holder{
        display: inline-flex;
        margin: auto;
        margin-top: 60px;
    }
     .ourpurpose-img-div > img{
        
        height: 629px;
        object-fit: cover;
        object-position: center;
    }
    .ourpurpose-img-div {
  margin-top: -84px;
  position: relative;
}
    .ourpurpose-img-div:after{
        background: linear-gradient(180deg, #000 3.44%, rgba(0, 0, 0, 0.00) 37.86%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 57.86%, #000 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.66%, #000000 101.62%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 53.93%);
       
    }
    footer .text-center{
/*        text-align: left;*/
    }
    .insta-follow-btn {
  font-size: 0;
  color: #646464;
  float: none;
}
    .insta-follow-btn img{
        margin-left: 0px;
    }
    footer{
       padding-top: 0;
    }
    .banner-section p, .inner-banner-section p {
  
  margin-top: 15px;
}
    .our-work-img-holder h2 {
  margin-bottom: 20px;
}
    .swiper.swiper-service-three {
  overflow: visible;
}
    .project-nowplanning-section {
  padding: 150px 0 100px;
}
    .blueprint-front {
  margin-bottom: -60%;
  z-index: 5;
  position: relative;
  left: 0;
  width: 80%;
}
    .blueprint-back {
  width: 80%;
  left: 20%;
  position: relative;
  bottom: -13%;
}
    .load-more-gallery{
    margin-top: 20px;
}
        .swiper-service-three .card-style-1 h4{
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -1.1px;
            bottom: 30px;
    }
    .service-after-before-sec {
  padding-bottom: 0px;
     margin-bottom: 0;
}
}


@media (max-width: 767px) {
    .text-sm-left{
        text-align: left !important;
    }
    body{
        line-height: 29px;
    }
  h1 {
  font-size: 41px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -1.23px;
}
    h2, .h2{
font-size: 32px;
font-weight: 600;
line-height: 36px; /* 112.5% */
letter-spacing: -1.6px;
    }
    .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
        width: 100%;
    }
    .col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.6666666%;
}
.col-4-5 {
    flex: 0 0 auto;
    width: 39%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333334%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
    
    
    .sm-clr-white{
        color: #fff !important;
    }
      .our-story-section .section-title, .section-title.mw-638, .sm-mw-300 {
    max-width: 300px;
    }
    .sm-m-auto{
        margin-left: auto;
        margin-right: auto;
    }
    #main_navigation{
        top: 70px;
    }
   
   .header-logo, .menu-open .header-logo{
       width: 216px;
    }
  
    .header-menu > a img {
  height: 16px;
    }
    .header-menu > a {
  margin-right: 12px;
}
    #nav-icon{
        margin-left: 8px;
        margin-top: 0px;
    }
    .header-middle {
  padding: 15px 0;
}
    .header-bottom{
        display: none;
    }
    
    .pt-80{
    padding-top: 50px;
}
.pb-80{
    padding-bottom: 50px;
}
    .pt-100{
    padding-top: 70px;
}
.pb-100{
    padding-bottom: 70px;
}
    .mb-80 {
  margin-bottom: 40px;
}
    .mb-45 {
  margin-bottom: 25px;
}
    .mb-40 {
  margin-bottom: 20px;
}
     
    .sm-sm-30{
        margin-bottom: 30px;
    }
    .col-6{
        width: 50%;
    }
    .col-4 {
  width: 33.33%;
}
   .mb-100 {
  margin-bottom: 74px;
}
    
.row-24 {
  margin-right: -7px;
  margin-left: -7px;
}
    .row.row-24 > div {
  padding-right: 7px;
  padding-left: 7px;
}
    
    .large-btn {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
        
    }
  
     .sm-md-15{
        margin-bottom: 15px;
    }
     .sm-md-5{
        margin-bottom: 5px;
    }
     .sm-md-10{
        margin-bottom: 10px;
    }
     .sm-md-20{
        margin-bottom: 20px;
    }
     .sm-md-30{
        margin-bottom: 30px;
    }
     .sm-md-40{
        margin-bottom: 40px;
    }
    footer .footer-menu {
  display: inline-block;
    margin: 35px auto 36px;
    }
    footer .cont-add {
  margin-top: -30px;
}
    
    .footer-bottom {
  margin-top: 65px;
}
    footer .footer-menu li a {
  
  color: #FFFFFF94;
}
    .footer-top-section{
        text-align: left;
        padding: 135px 0 199px;
    }
    
    .small-btns .btn, .small-btns .btn-style-2 , .btn, .btn-style-2, .btn-style-4{
      width: 50%;
        min-width: auto;
        max-width: 174px;
}
    .banner-section.footer-top-section::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.17%, #000000 100%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 47.68%);
    }
    .banner-section .btns-holder, .inner-banner-section .btns-holder, .btns-holder {
  width: 100%;
        max-width: 345px;
}
   
.home-banner-section p {
  line-height: 25px;
  margin-bottom: 26px;
    }
    .home-banner-section .home-banner-detail p{
        ⁨color: #B8B8B8;
    }
    .home-banner-detail {
  margin-bottom: 0;
}
    .licensed-text {
  margin-bottom: 0;
}
    
    .project-card-box-holder .col-md-6:nth-child(2) .project-card-box{
        margin-top: 20px;
    }
    
    .home-banner-section .home-banner-detail {
  top: unset;
  bottom: 0px;
  transform: translateX(-50%);
}
 
    .home-what-we-do {
  padding: 150px 0 146px;
  background-image: none;
}
    .home-clarity-sec {
  padding: 72px 0 110px;
}
    .after-before-container .slider-button {
  width: 55px;
  height: 55px;
}
    .after-before-container .slider-button img {
  width: 30px;
}
    .home-ourpurpose-sec {
  padding: 107px 0 0;
}
    .home-what-we-do h2 {
  margin-bottom: 16px;
}
    .testimonial-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.9px;
}
    .home-testimonial-sec {
  padding-bottom: 109px;
    }
    .our-work-img-holder .our-work-img img{
        height: 526px;
        object-fit: cover;
        object-position: center;
    }
   
    .home-our-work-sec {
  padding-bottom: 85px;
}
    .project-gallery-block .col-md-3 {
  margin-bottom: 12px;
}
.project-nowplanning-section {
  padding: 74px 0 85px;
}
    .project-nowplanning-section > img {
  position: absolute;
  top: 65px;
  height: 388px;
  object-fit: cover;
  object-position: center;
}
    .inner-banner-section {
  padding: 265px 0 100px;
}
    .inner-banner-section.products-banner-sec{
        background-size: 200% auto;
        background-repeat: no-repeat;
    }
    .our-work-proj-holder.projects-section {
  margin-top: 0;
  padding-bottom: 90px;
background: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 1) 0px,
  rgba(0, 0, 0, 1) 100px,
  rgba(0, 0, 0, 0) 100px,
  rgba(0, 0, 0, 0) 100%
);

}
    .mb-60 {
  margin-bottom: 45px;
}
    .arrow-down{
        display: none;
    }
    
    .home-banner-slider .swiper-slide.slider-slide-1:before{
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 28.29%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 48.09%, #000 89.82%);
    }
    .home-banner-slider .swiper-slide.slider-slide-2:before{
        background: linear-gradient(180deg, #000 1.85%, rgba(0, 0, 0, 0.00) 43.59%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.34%, #000 100%);
    }
    .home-banner-slider .swiper-slide.slider-slide-3:before{
        background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 56.87%), linear-gradient(90deg, rgba(0, 0, 0, 0.00) 66.97%, #000 100%);
        
    }
    .home-banner-slider .swiper-slide.slider-slide-4:before{
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 43.65%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 34.63%, #000 85.34%);
    }
    .home-banner-slider .swiper-slide.slider-slide-5:before{
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 70.3%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.49%, #000 100%);
    }
    .home-banner-slider .swiper-slide.slider-slide-6:before{
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 60.56%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.32%, #000 100%);
    }
    
    .home-banner-slider .swiper-slide.slider-slide-1:before, .home-banner-slider .swiper-slide.slider-slide-2:before, .home-banner-slider .swiper-slide.slider-slide-3:before, .home-banner-slider .swiper-slide.slider-slide-4:before, .home-banner-slider .swiper-slide.slider-slide-5:before, .home-banner-slider .swiper-slide.slider-slide-6:before{
        display: none;
    }
    
    .home-ourpurpose-sec.our-expertise-sec {
  padding-top: 0;
}
      .home-ourpurpose-sec.our-expertise-sec .col-md-6:first-child {
    margin-top: -70px;
  }
    .service-expertise-2-sec  .our-work-img-holder .our-work-img img {
    height: 769px;
    }
    
    .service-logo-1 img{ width: 129px; }
.service-logo-2 img{ width: 122px; }
    .project-testimonial-sec {
  padding: 85px 0 139px;
}
    .light-pagination.swiper-pagination {
  bottom: -60px;
    }
    .banner-section {
  padding: 217px 0 110px;
    }
     .blueprint-back {
    bottom: -28px;
  }
    
    .about-legacy-2-sec .our-work-img-holder .container {
  position: relative;
  bottom: 150px;
    }
    .about-legacy-2-sec.pb-0 {
  margin-top: 0;
}
    .about-team-sec {
    margin-top: -150px;
  }
    
    .about-legacy-2-sec .shedow-before::before{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64%, #000000 98.12%),
linear-gradient(180deg, #000000 3.18%, rgba(0, 0, 0, 0) 20.59%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.33%, #000000 91.83%),
linear-gradient(180deg, #000000 10.83%, rgba(0, 0, 0, 0) 35.83%);


    }
    .about-team-box {
  width: calc(100% + 30px);
  margin-left: -15px;
  position: relative;
}
    
    .about-team-box:after{
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.02%, #000000 100%),
linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 31.26%);
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    }
    .about-team-sec{
        padding-top: 10px;
    }
    
  
     .inner-banner-section.contact-banner-sec {
    padding: 334px 0 150px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
         background-image: url(images/contact-background-mob.webp) !important;
         background-position: top 40px center;
  }
    .inner-banner-section.contact-banner-sec.shedow-before::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.58%, #000000 100%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 43.6%);

}
    .inner-banner-section.contact-banner-sec .btns-holder {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .inner-banner-section.contact-banner-sec .btn, .inner-banner-section.contact-banner-sec .btn-style-2{
    width: 100%;    max-width: 100%;
    }
    .inner-banner-section.contact-banner-sec .btn{
/*        margin-bottom: 20px;*/
    }
    .project-slider-section .swiper-pagination-dark {
  bottom: 12px;
    }
    .project-detail-section {
  padding: 63px 0 38px;
}
    
    .fs-36 {
  
  font-size: 25px;
  line-height: 24px;
}
    .project-detail-section .section-title p {
  margin-top: 15px;
}
    .project-detail-section .small-text{
        display: none;
    }
    .faq-holder.faq-style-01 {
  width: calc(100% + 30px);
  margin-left: -15px;
}
    .faq-box {
  margin-bottom: 5px;
}
    .project-gallery-section {
  padding: 69px 0 52px;
}
    
    .project-gallery-section .col-md-4 {
  margin-bottom: 15px;
}
    .project-card-box{
        border: 0px;
    }
    .mfp-content {
  vertical-align: top;
  padding-top: 150px;
  position: relative;
}
    img.mfp-img{
    padding: 0 0 0;
}
    .mfp-close {
  position: absolute;
  top: 90px !important;;
  right: 0 !important;
  left: unset;
}
  
    .mfp-custom-nav {
  display: none;
}
    .mfp-prev-custom, .mfp-next-custom{
  border: 0;
  background: #3B3B3B !important;;
  padding: 5px 20px;
    text-align: center;
        display: inline-flex;
  font-weight: 600;
  font-size: 17px;
  line-height: 36px;
  letter-spacing: -5%;
  color: #fff;
  border-radius: 8px;
        height: auto;width: auto;
        min-width: 108px;
        justify-content: center;
}
    .mfp-next-custom::after, .mfp-prev-custom::after{
        display: none;
    }
    .mfp-custom-nav-mbl.show-767 {
  display: flex !important;
  justify-content: space-between;
  text-align: center;    margin-top: 30px;    padding: 0 40px 50px;
}
    .mfp-title {
  padding-top: 29px;
        line-height: 29px;
}
    .mfp-bottom-bar {
  margin-top: 0;
    }
    
    
    .mbl-btm-link{
        color: #25B34B;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -5%;
        display: inline-flex !important;
    }
    .mbl-btm-link::before{
        display: none;
    }
    .inner-banner-section.service-banner{
    }
    .service-banner.shedow-before::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.37%, #000000 87.6%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 34.79%);
}
    .banner-section.about-last-sec {
    padding: 150px 0 180px;
  }
    .about-last-sec.shedow-before-2::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.24%, #000 90.34%), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 45.55%);
}
    .inner-banner-section.about-banner-sec {
  padding: 286px 0 130px;
        height: auto;
}
    .inner-banner-section.service-banner .home-banner-detail {
  position: relative;
  left: 0;
  width: 100%;
  top: unset;
  transform: unset;
  z-index: 3;
}
    body.menu-open{
        overflow: hidden;
    }
    .mfp-figure figure .mfp-img{
        max-height: 382px !important;
        object-fit: cover;
        object-position: center;
/*        width: 100% !important;*/
    }
    .mfp-image-holder .mfp-content {
  width: 100%;
}
    .popup-youtube::after {
  border: 4px solid #25B34B;
  width: 80px;
  height: 80px;
  background-size: 30px 30px;
}
    
    .cont-add {
  margin-top: 40px;
}
    .cont-add p {
  font-size: 14px;
  letter-spacing: 3px;
}
}

.mfp-lock-scroll {
  overflow: hidden !important;
  height: 100%;
  touch-action: none;
}

