@charset "utf-8";
/* CSS Document */
:root{
    --progress1: .1;
}
a, :focus,*{
	outline:none;
	
}
body {
	padding:0px;
	margin:0px;
	font-family: "Inter", sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 36px;
}


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

::-webkit-scrollbar {
    width: 10px;
  background-color: #fff;
}
#mobile-nav::-webkit-scrollbar{
    width: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #a3a3a3;
}
img{height: auto;}

h1, h2, h3, h4, h5, h6{
    line-height: 1;
    margin: 0;
	font-weight:600;
    padding: 0;
}
h1 {
    font-size:68px;
}
.banner-section h1 {
    font-size:100px;
}

h2 {
	font-size:48px;
    line-height: 58px;
}

h3 {
	font-size:28px;
    line-height: 34px;
}

h4 {
	font-size:24px;
    line-height: 34px;
}

h5 {
	font-size:22px;
	line-height:32px;
}
.fs-64{
    font-size: 64px;
    line-height: 75px;
}
.fs-38{
    font-size: 38px;
    line-height: 45px;
}
.fs-26{
    font-size: 27px;
    line-height: 38px;
}
p {
    margin-bottom: 40px;
}
p:last-child {
    margin-bottom: 0px;
}

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

a{
	color:#45C7F1;
}

a, a:hover {
	text-decoration:none;
}
input,
button,
button:focus,
textarea,
textarea:focus {
  outline: 0px;
}

.img-100 img{
	width:100%;
	height:auto;
}
.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;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-60{margin-top: 60px;}
.mt-100{margin-top: 100px;}

.logo {
	width:30%;
	margin-top: 0px;
}

nav {
	width: 50%;
	margin-top:2px;
}

.navbar {
   margin-bottom: 0px; 
   min-height: 30px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
	width: 70%;
}

.nav li {
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	padding: 0px 25px;
}


.nav li:last-child {
	padding: 0px 0px 0px 25px;
}

.nav li a {
	color:#fff !important;
	padding: 12px 0px 10px;
}

.inner .nav li a {
	color: #839abf !important;
}

.inner .nav li a:hover {
	color: #202629 !important;
}

.nav li a:hover, .nav li.active a {
    color: #839abf !important;
    background-color: transparent !important;
}


header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 30px;
	z-index: 99;
	width: 100%;
	padding: 20px 0px;
    will-change: all;
    -webkit-transition: -webkit-all 0.4s ease;
    transition: -webkit-all 0.4s ease;
    transition: all 0.4s ease;
    transition: all 0.4s ease, -webkit-transform 0.4s ease;
}
/*
header.halfeight {
   
    opacity: 0;
}
    
header.fixed {
    position: fixed;
    opacity: 1;
    background: rgba(255,255,255,.8);
   // backdrop-filter: blur(6px);
}
 */
.sticky {
    
}

.sticky--not-top.sticky--pinned.open-menu-box,
.sticky--not-top.sticky--pinned.open-search-box {
    background-color: transparent;
    box-shadow: none;
}
header.sticky--not-top {
    padding:22px 0px;
} 
.header-box{
    position: relative;
}
header:before{
    content: '';
    backdrop-filter: blur(20px);
    background: #FBFBFB66;
    padding: 10px 12px 10px 26px;
    border-radius: 50px;
    transition: all .2s ease;
    position: absolute;
    z-index: -1;
    width: calc(100% - 40px);
    height: 100%;
    top: 0;
    left: 20px;
    transition: opacity .45s cubic-bezier(0.165, 0.84, 0.44, 1),transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: scale3d(1.02, 1.05, 1);
}
header.sticky--not-top:before{
    transform: scale3d(1, 1, 1);
    transition: all .2s ease;
    opacity: 1;
}
.sticky.sticky--pinned {
/*
    -webkit-transform: translateY(0);
    transform: translateY(0);
*/
}
.sticky.sticky--unpinned {
/*
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    -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--top {
    box-shadow: none !important;
}

header.sticky--not-top #main_navigation li a{
    color: #000;
}
#nav-icon {
  width: 113px;
  height: 56px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none; 
    color: #fff;
}
#nav-icon .menu-icon {
  border: 2px solid #CFCFCF;
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 50%;  position: relative;  margin-left: 8px;
}
#nav-icon .menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 26px;
  background: #CFCFCF;
  opacity: 1;
  right: 12px;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  border-radius: 3px;
}

#nav-icon .menu-icon  span:nth-child(1) {
 top: 20px;
}

#nav-icon .menu-icon  span:nth-child(2) {
  top: 30px;
}


#nav-icon.open .menu-icon span {
  width: 28px;
}

header.sticky--not-top #nav-icon .menu-icon{
    border-color: #525252;
}

header.sticky--not-top #nav-icon .menu-icon span{
    background: #525252;
}

header.sticky--not-top #nav-icon.open .menu-icon, #nav-icon.open .menu-icon{
    border-color: #494949;
}

header.sticky--not-top #nav-icon.open .menu-icon span, #nav-icon.open .menu-icon span{
    background: #494949;
}


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

#nav-icon.open .menu-icon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 24px;
}
.pt-110{
    padding-top: 100px;
}
.pt-115{
    padding-top: 116px;
}
.pt-170{
    padding-top: 170px;
}
.pb-170{
    padding-bottom: 170px;
}
.pt-140{
    padding-top: 140px;
}
.pb-140{
    padding-bottom: 140px;
}
.pt-80{
    padding-bottom: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.row-90{
  margin-left: -45px;
  margin-right: -45px
}
.row-90>div{
  padding-left: 45px;
  padding-right: 45px;
}
.row-50{
  margin-left: -25px;
  margin-right: -25px
}
.row-50>div{
  padding-left: 25px;
  padding-right: 25px;
}
.sub-menu {
  background: #07254BB0;
  width: 244;
  height: 120;
  top: 80px;
  left: 0;
  border-radius: 4px;
  position: absolute;
  padding: 27px;
  font-size: 20px;
}
.container-1600{
    max-width: 1598px;
    padding: 0 60px;
}
@media (min-width: 1500px) {
    .container{
        max-width: 1368px;
    }
}
.container-header{
    max-width: 1728px;
    padding: 0 78px;
}
.container-fluid{
    padding-left: 78px;
    padding-right: 78px;
}
.container-1240{
    max-width: 1240px;
}
.container-1470{
    max-width: 1470px;
}
.container-1070{
    max-width: 1070px;
}
.container-1140{
    max-width: 1140px;
}
.banner-section {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.header-logo .logo-desktop{
    width: 31.5px;
    display: flex;
}
.logo-desktop {
    display: flex;
    transition: all .3s ease;
}
.logo-mobile {
    opacity: 0;
    display: flex;
    width: 140px;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
header.sticky--not-top {
    top: 50px;
    animation-name: headerMove;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
@keyframes headerMove {
  0% {top: 50px;}
  100% {top: 30px;}
}

header.sticky--not-top .logo-desktop {
    opacity: 0;
    width: 14px; 
    margin-left: 19px;
}
header.sticky--not-top .logo-mobile {
 opacity: 1;
}
header.open .logo-mobile .logonm, .black-bg .logo-mobile .logonm{
  fill: #fff;
}

.banner-title {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
    z-index: 3;
}
.banner-img-slider{
    position: relative;
}
.banner-img-slider:after{
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0.77%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.42) 100%); 
    width: 100%;
    height: 100vh;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
}
.banner-img-slider img {
    min-height: 100vh;
    object-fit: cover;
    object-position: center;
}
.banner-title h1, .banner-title p, .about-page-banner p{
    color: #fff;  font-weight: 500;
}
.banner-title p, .about-page-banner p{
    font-size: 24px;
    letter-spacing: -1%;
    margin-top: 34px;
}
#main_navigation li a{
    color: #fff;
}
#main_navigation {
  display: inline-flex;
  float: right;
}
#main_navigation li{
    margin-right: 54px;
}
#main_navigation li:last-child{
    margin-right: 0px;
}

header.fixed #main_navigation li a{
    color: #000;
}
.protfolio-box-holder{
    margin-top: 250px;
}

.w-110{
    width: 110%;
}

.about-title, .w-55{
    width: 55%;
}
.about-detail, .w-45{
    width: 45%;
}
.w-52{
    width: 52%;
}
a.protfolio-box h3{
    color: #000;
}
/*
.zoom-hover-img{
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}
.zoom-hover-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 120%;
  top: -10%;
}
*/
.zoom-hover-img img{
    min-heights: 400px;
}
/*
.zoom-hover img{
    transform: scale(1);transition: transform 0.3s ease;
}
.zoom-hover:hover img{
    transform: scale(1.2);transition: transform 0.3s ease;
}
.zoom-hover .zoom-hover-img{
    transform: scale(1);
    transition: transform 0.3s ease;
}
.zoom-hover:hover .zoom-hover-img{
    transform: scale(.9);
    transition: transform 0.3s ease;
}
*/
.full-width-section > .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
.full-width-section h2{
    font-weight: 400;
    margin-bottom: 45px;
}
.light-card-box {
  background: #FBFBF7;
  padding: 200px 130px 190px 90px;
}

main{
    z-index: 2;
    position: relative;
    background-color: #fff;
    
}
main section{
    background-color: #fff;
}
#smooth-wrapper {
  z-index: 2;
}
.footer-overlap{
    height: 773px;
    background: transparent;
}

footer{
    z-index: 1;
    position: relative;

}
footer, footer a{
    
    color: #FFFFFF94;
}

footer p a,footer p a:hover{
  text-decoration: underline;
}


.footer-holder{
    background: #000;
    padding-top: 140px;
    bottom: 0;
  width: 100%;
/*  position: fixed;*/
  z-index: 1;
  left: 0;
}
footer h4{
    color: #fff;
    margin-bottom: 21px;
}
footer p, footer li{
    font-size: 20px;
    line-height: 35px;
}
.footer-logo {
  width: 250px;
  display: inline-block;
}
.footer-mid{
    padding: 135px 0;
}
.subscribe-form {
    position: relative;
}
.subscribe-form:after {
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #45C7F1 0%, #A7E36B 100%);
    display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subscribe-form input{
    background: transparent;
    border: 0px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.subscribe-form button {
  background: transparent;
  border: 0;
  color: #FFFFFF94;
  position: absolute;
  right: 0;
  padding: 0;
}
.subscribe-form button:hover, footer a:hover{
    color: #fff;
}

.subscribe-form ::placeholder{
  color: #FFFFFF94;
}
.footer-bottom{
    padding: 38px 0;
}
.footer-bottom p, .footer-bottom li a{
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}
.footer-bottom ul {
  float: right;
}

.changebox{
    overflow: hidden;
    transition: .5s;
    white-space: nowrap;  
    display: inline-block;
}



.banner-section .wrapper {
  min-height: 100vh;
    background-image: url(images/banner.jpg);    background-size: cover;
}
.banner-section {
  position:relative;
  overflow:hidden;
  width:100%;
}
/*
.banner-section .video-mask {
  mix-blend-mode: lighten;
}
*/

.active-loader .hide-box{
    opacity: 0;
    transition: all 1s ease;
}
.hide-box{
    opacity: 1;
    transition: all 1s ease;
}


#loader-img {
    width: 100vw;
    height: auto;
    display: block;
    min-height: 100vh;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
  }
.full-width-section > img, .full-width-section video {
  min-height: 771px;
  object-fit: cover;
  object-position: center;
}
.full-width-section video {
    height: 771px;
    display: flex;
}
section {
  overflow: hidden;
}
#nav-icon{
    display: none;
}
/*

#loader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    visibility: visible;
    transition: all 5s linear;
    transform: scale(1);
}   
#loader.removed {
      transform:scale(206) translateY(-4.4%);
    transition: all 5s linear;
}
*/
.loader-img-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 100%;
  height: auto;
}




/*Inner Banner*/
.inner-section{
    padding: 330px 0 170px;
}

.projects-card-holder {
  display: inline-block;
  width: 100%;
  position: relative;
}
.projects-card-detail{
    position: absolute;
    left: 113px;
    top: 50%;
    transform: translateY(calc(-50% + 35px));
    z-index: 2;
    color: #fff;
    right: 113px;
}

.projects-card-detail h2{
    font-size: 72px;
    margin-bottom: 10px;
    line-height: 1.05;
    max-width: 65%;
}
.projects-card-detail p{
    font-size: 20px;
    margin-bottom: 0px;
}

.projects-sml-card-holder-section h2{
    font-size: 54px;
    max-width: 762px;
}
.projects-card-detail h2 a{
    color: #fff;
}
.press-list-box .press-card-detail h2 a{
    color: #000;
}
.projects-card-holder-section .projects-card-holder picture img,
.projects-card-holder-section .projects-card-holder video { 
   height: 100vh; 
   max-height: 575px; 
   object-fit: cover; /* or 'contain' based on how you want it to behave */ 
   display: block;
   object-position: center; 
} 

.projects-card-holder picture,
.projects-card-holder .projects-video-holder { 
   left: 50%; 
   position: relative; 
   transform: translateX(-50%); 
} 
.projects-card-holder-section .projects-card-holder video{
    width: 100%;
}
.projects-sml-card-holder-section .projects-card-holder picture img,
.projects-sml-card-holder-section .projects-card-holder video { 
   min-height: 250px; 
   object-fit: cover; 
   object-position: center; 
} 
.projects-card-holder-section {
    margin-bottom: 113px;
}

.projects-sml-card-holder-section {
    margin-bottom: 60px;
}
.projects-sml-card-holder-section .projects-card-detail {
  position: absolute;
  left: 80px;
}
.product-detail-banner{
    transition: all .2s ease;
}
.product-detail-banner{
    padding-bottom: 50px !important;
}
.product-detail-banner h2{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.product-detail-banner h1{
    font-size: 90px;
    line-height: 95px;
    font-weight: 500;
/*    max-width: 835px;*/
}
.product-detail-banner ul li{
    font-size: 22px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 7px;
    font-weight: 500;
}
.product-detail-banner ul li span{
    font-size: 18px;
    color: #CACACA;
    display: inline-flex;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.arrow-top-btn {
  font-size: 22px;
  line-height: 36px;
  display: inline-block;
  padding-right: 36px;
    position: relative;
}
.show-summary-btn.arrow-top-btn{
    
  margin-top: 40px;
}
.arrow-top-btn:after{
    background-image: url(images/arrow-up-blue.svg);
    background-size: 100%;
    width: 20px;
    height: 12px;
    content: '';
    position: absolute;
    right: 0;  
    top: calc(50% - 4px);
    transition: all .2s ease;
    transform: rotate(180deg)
}
.arrow-up.arrow-top-btn:after{
    transform: rotate(0deg)
}
.arrow-top-btn.open:after{
    transition: all .2s ease;
    transform: rotate(0deg)
}
.show-summary-btn span, .text-underline{
    text-decoration: underline;
}
.projects-slider-section .swiper-button-box.container{
    max-width: calc(100% - 200px);
}
.projects-slider-section .swiper-button-box{
    opacity: 0;
    transition: all .2s ease;
}
.projects-slider-section:hover .swiper-button-box{
    opacity: 1;
    transition: all .2s ease;
}
.summary-detail-section {
  background: #000;
  color: #fff;
  padding: 110px 0 90px;
    display: none;
}
.pro-summary-box {
  margin-bottom: 40px;
}
.pro-summary-box h5{
    font-size: 18px;
    line-height: 36px;
    color: #45C7F1;
    text-transform: uppercase;
}
.pro-summary-box p{
    font-size: 22px;
    line-height: 27px;
}

.swiper-button-prev, .swiper-button-next{
  background:#FFFFFF6B;
  width: 76px;
  height: 76px;
  border-radius:50%;
  color: #fff;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 35px;
}
.swiper-button-box.container {
  position: absolute;
  z-index: 444;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-overview-box p{
    margin-bottom: 30px;
}
.press-list li{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 23px;
}
.press-list li a{
    color: #000;
}
.press-list li a span{
    margin-right: 15px;
}
.press-list li a span.author{
    color: #D6D6D6;
    margin-right: 0px;
    white-space: nowrap;
    display: inline-block;
}

 .rel-projects-slider .swiper-slide {
    width: 665px;
  }
.related-projects-sec h2{
    margin-bottom: 75px;
}
.project-card-box{
    position: relative;
    display: inline-block;
    width: 100%;
}
.project-card-box h4{
font-weight: 700;
font-size: 18px;
line-height: 90%;
letter-spacing: 16%;
text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
}

#mobile-nav {
  background:#000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  height: 100vh;
  padding: 100px 22px 120px;
  color: #FFFFFF94;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all .2s ease;
}
#mobile-nav.open{
    opacity: 1;
    visibility: visible;
    transition: all .2s ease;
}
#mobile-nav ul li a{
    font-size: 48px;
    line-height: 65px;
    font-weight: 500;
    color: #fff;
}
.mobile-menu-foot {
  padding-top: 36px;
  margin-top: 60px;
  position: relative;  font-size: 18px;
  line-height: 35px;
}
.mobile-menu-foot:before{
    content: '';
    height: 1px;
    width: 100%;

    background: linear-gradient(90deg, #45C7F1 0%, #A7E36B 100%);
    position: absolute;
    top: 0;
    left: 0;

}
.mobile-menu-foot a {  
    text-decoration:underline;
  color: #FFFFFF94;
  margin-top: 4px;
  display: inline-block;
}
.mobile-menu-foot a.linkedin-link {
  margin-top: 40px;
}
.banner-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.banner-image.h-auto{
    height: auto !important;
}
.home-protfolio-box .zoom-hover-img{
    position: relative;
}
/*
.home-protfolio-box .zoom-hover-img img{
    max-height: 100vh;
    min-height: 400px;
    object-fit: cover;
}
    */
.home-protfolio-box .zoom-hover-img img{
   width: 100vw;
    object-fit: cover;
     aspect-ratio: 359/225;
     min-height: 480px;
}

.home-protfolio-box .zoom-hover-img:after{
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 0.82) 100%);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.protfolio-box-detail {
  position: absolute;
  bottom: 55px;
  width: 100%;
  color: #fff;
    
z-index: 2;
}
.learn-more-btn{
    color: #45C7F1;
}
.learn-more-btn {
  color: #45C7F1;
  display: inline-block;
  margin-top: 18px;
    line-height: 1;
    transition: all .2s ease;
}
.learn-more-btn:hover{
    text-decoration: underline;
    transition: all .2s ease;
}

.team-box{
    display: flex;
}
.team-img{
    width: 432px;
}
.team-detail{
    width: calc(100% - 432px);
    padding-left: 100px;
    display: flex;
    align-items: center;
}


.team-video-holder:after, .team-page-banner:before{
    position: absolute;
    background: #00000054;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-block;
    content: '';
}
.team-detail-box p, .show-team-detail, .mobile-detail-box p, .small-btn, .default-detail ul{
    font-size: 18px;
    line-height: 32px;
font-weight: 400;
    letter-spacing: -0.36px;

}
.team-detail-box p, .mobile-detail-box p, .default-detail ul{
    color: #2A2A2A;
}
.content-full{
    display: none;
}
.team-detail p, .default-detail ul{
    margin-bottom: 24px;
}
.mobile-detail-box p{
    margin-bottom: 10px;
}
.team-detail .arrow-top-btn {
  padding-right: 29px;
    color: #45C7F1;
}
.small-btn, .clr-light-blue{
    color: #45C7F1;
}
.team-detail .arrow-top-btn::after {
  width: 18px;
  height: 10px;
}
.team-detail .arrow-top-btn span{
    text-decoration: underline;
}
.team-box .designation, .mobile-detail-box .designation{
  font-size: 24px;
  color: #ADADAD;
  letter-spacing: -2%;
  font-weight: 300;
  margin-bottom: 20px;
    letter-spacing: -0.48px
}
.team-title-mbl h3{
  letter-spacing: -2%;
}
.team-detail h3, .mobile-detail-box h3{
  font-size: 32px;
  line-height: 39px;
}

.mobile-detail-box{
    display: none;
    position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 135px 30px;
    height: 100vh;
  overflow: auto;
}
.partner-box {
  display: flex;
}
.partner-box img {
  display: flex;
  max-width: 100%;
    max-height: 129px;
}

    .logo-1{
    width: 303px;
}
.logo-2{
    width: 237px;
}
.logo-3{
    width: 233px;
}
.logo-4{
    width: 293px;
}
.logo-5{
    width: 304px;
}
.logo-6{
    width:210px;
}
.logo-7{
    width: 128px;
}
.logo-8{
    width: 261px;
}
.logo-9{
    width: 225px;
}
.logo-10{
    width: 296px;
}

.team-partner-section h2 {
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 107px;
  }

.team-partner-section .partner-box{  justify-content: center;
}
.team-partner-section .col-md-3 .partner-box {
  margin-bottom: 90px !important;
}
     .team-partner-section h2 {
   
    margin-bottom: 124px;
  }
    .team-partner-section .col-md-3.mb-50{
        margin-bottom: 0px;
    }
    .team-partner-section .col-md-3 .partner-box{
        margin-bottom: 90px;
    }
    .team-partner-section .col-md-3:nth-last-child(2) .partner-box,
    .team-partner-section .col-md-3:last-child .partner-box{
        margin-bottom: 00px;
    }
.team-page-banner p{
    margin-bottom: 32px;
}
.team-page-banner > .container{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.team-section{
    padding: 140px 0 130px;
}
.overlay-opacity-44:before{
    background: #00000070 !important;

}
.team-page-banner video{
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.team-page-banner:before{
    background: rgba(0,0,0,.20);
}
.default-detail ul{
    list-style: disc;
    margin-left: 22px;
}
.default-detail ul li{
    list-style: disc;
}

#form-success-holder {
  margin-top: 38px;
      max-width: 429px;
    display: none;
}
#form-success-holder h3{
font-weight: 600;
font-size: 40px;
line-height: 93%;
margin: 26px 0 27px;
}
#form-success-holder p{
font-size: 19px;
line-height: 190%;
}


.projects-card-holder-section .press-full-with-box picture img{
    height: 716px;
    max-height: 100vh;
    min-height: 557px !important;
}
.projects-card-detail.press-card-detail {
  left: 0;
    padding: 0 55px;
  bottom: 75px;
    top: unset;
    right: unset;
    transform: translate(0)
}
.projects-card-holder.press-full-with-box picture::after{
    background: linear-gradient(217.35deg, rgba(0, 0, 0, 0) 46.97%, #000000 83.99%);
    display: none;
}
.press-card-detail .press-dt {
  font-size: 18px;
    line-height: 36px;
}
.press-card-detail .press-dt {
  color: #45C7F1;
  font-weight: 700;
  margin-bottom: 15px;
}
.press-card-detail .press-publication {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #939393;
  margin-top: 17px;
}
.press-full-with-box .press-card-detail h2, .press-list-box h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -2%;
  max-width: 575px;
    letter-spacing: -0.64px;
}
.press-card-btns a {
  font-size: 16px;
  line-height: 36px;
  color: #A7A7A7;
  background: #FAFAFA;
  display: inline-flex;
  min-width: 201px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 8px 22px;
  letter-spacing: 18%;
    white-space: nowrap;
    margin-right: 12px;
}
.press-full-with-box .press-card-btns a{
      background: #FAFAFA21;
}
.press-card-btns {
  margin-top: 40px;
    overflow: auto;
}
.press-card-btns {
    overflow: auto;                  /* Enable scrolling */
    -ms-overflow-style: none;       /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;          /* Hide scrollbar in Firefox */
}

.press-card-btns::-webkit-scrollbar {
    display: none;                  /* Hide scrollbar in Chrome, Safari, Opera */
}
.press-list-section {
  padding: 50px 0;
}
.press-list-boxes{
    padding: 0 55px 0;
}
.press-list-box{
    padding: 54px 0 50px;
    border-bottom: 1px solid #DEDEDE;
}
.press-list-box:last-child{
    border-bottom: 0px solid #DEDEDE;
}
.press-list-box h2{
    max-width: 1117px;
}
.press-list-box .press-card-detail .press-dt {
  margin-bottom: 8px;
}
.press-list-box .press-card-detail .press-publication {
  margin-top: 6px;
      color: #D6D6D6;
}

.press-half-with-box .projects-card-detail.press-card-detail{
  padding: 0 35px;
  bottom: 55px;
}
.press-half-with-box .press-card-detail .press-dt{
    margin-bottom: 6px;
}
.press-half-with-box .press-card-detail .press-publication {
  margin-top: 6px;
}
.press-half-with-box .press-card-btns {
  margin-top: 25px;
}
.press-full-with-box.press-half-with-box .press-card-detail h2{
    max-width: 455px;
}
.press-banner-section h1{
    font-size: 82px;
    letter-spacing: -1.64px;
}
.project-banner-section h1 {
    font-size: 76px;
    letter-spacing: -1.52px;
}

.team-about-section h2{
    margin-bottom: 45px;  font-weight: 300;
/*    letter-spacing: -3px;*/
}
.team-about-section p{
    font-size: 18px;
  line-height: 24px;
  letter-spacing: -2%;
    letter-spacing: -0.36px;
  max-width: 424px;
}
.team-about-section .col-lg-7 p{
    line-height: 36px;
  max-width: 535px;

}
.team-about-section .col-lg-5 p span{
  margin-bottom: 10px;

}

.img-title {
  position: absolute;
  bottom: 30px;
  left: 0px;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.img-title img{
    width: 20px;
    margin-right: 7px;
}
.img-title .container {
  align-items: center;
  display: flex;
}
.services-banner .banner-title h1, .about-page-banner h1{
    font-size: 86px;
    line-height: 1;
font-weight: 500;
letter-spacing: -2%;
letter-spacing: -1.72px;

}
.services-banner .banner-title h1{
    margin-bottom: 35px;
    
}
.faq-detail{
    display: none;
}
.faq-style-01 .faq-box {
  background: #F9F9F9;
  margin-bottom: 12px;
}
.faq-style-01 .faq-title{
    padding: 35px 73px 35px 52px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.72%;
    
}
.faq-style-01 .faq-title:after{
    content: '';
    background-image: url(images/plus-lg.svg);
    width: 32px;
    height: 32px;
    background-size: 100%;
    right: 35px;
    position: absolute;
    display: flex;
    top: calc(50% - 16px);
    transition: all .2s ease;
    transform: rotate(0deg);
}
.faq-style-01 .faq-title.active:after{
    transition: all .2s ease;
    transform: rotate(45deg);
}
.faq-style-01 .faq-detail {
    padding: 15px 100px 60px 52px;
}

.title-with-border{
    position: relative;
    padding-bottom: 46px;
}
.title-with-border-lg{
    padding-bottom: 72px;
    margin-bottom: 65px;
}
.title-with-border:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 76px;
    height: 8px;
    background: #45C7F1;
    display: block;
}
.fs-36{
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
}
.about-process-section h3{
    
    margin-bottom: 50px;
}
.about-process-btns a {
  border-left: 2px solid #e4e4e4;
  padding-right: 60px;
  padding-left: 50px;
}
.about-process-btns a:first-child{
    padding-left: 0;
    border: 0;
}
.about-page-banner h1{
    margin-bottom: 36px;
    font-weight: 600;
}
@media screen and (min-width: 1950px){
    .press-banner-section .container-1240 {
    max-width: 1270px;
  }
/*
     .project-banner-section .container-1240 .col-md-5 {
        width: 35%;
    }
    .project-banner-section .container-1240 .col-md-7 {
        padding-left: 6%;
    }
*/
    .about-page p{
        font-size: 19px;
    }
}
@media screen and (min-width: 1750px){
    .full-width-section > img, .full-width-section video{
        min-height: 950px;
    }
    .product-detail-banner {
      padding-bottom: 130px !important;
  }
    .team-section{
    padding: 240px 0 230px;
}
  
}
@media screen and (max-width: 1950px){
    body {
  font-size: 19px;
    }
     .product-detail-banner {
    padding: 280px 0 100px !important;
  }
     .project-section .container-1240 {
    max-width: 1150px;
  }
    .project-section{
        padding: 300px 0 150px;
    }
    .press-banner-section h1 {
    font-size: 76px;
        letter-spacing: -1.45px;
        
    }
    .project-banner-section h1 {
    font-size: 70px;
        letter-spacing: -1.4px;
    }
    .services-banner .banner-title h1, .about-page-banner h1 {
    font-size: 80px;
        letter-spacing: -1.6px;
    }
    .faq-style-01 .faq-title {
  font-size: 30px;
    }
}

@media screen and (max-width: 1750px){
    .banner-title{
        bottom: 70px;
    }
    .footer-mid {
        padding:60px 0 70px; 
    }
    .footer-holder {
        padding-top: 80px;
    }
      .container-fluid{
        padding-left: 50px;
        padding-right: 50px;
    }
    .container{
        max-width: 1140px;
    }

    .container-header {
      max-width: 1360px;
      padding: 0;
      width: 91vw;
  }

  .projects-card-holder-section .projects-card-holder picture img,  .projects-card-holder-section .projects-card-holder video{
    height: calc(100vw - 100px);
    max-height: 650px;
  }
h1{
  font-size: 60px;
}
   
    h2 {
  font-size: 40px;
  line-height: 52px;
}
    .fs-26 {
  font-size: 22px;
  line-height: 36px;
}
.product-detail-banner h1 {
  font-size: 66px;
  line-height: 72px;
/*    max-width: 630px;*/
}
.product-detail-banner h2 {
  font-size: 24px;
}
.product-detail-banner ul li,.arrow-top-btn, p { 
  font-size: 17px;
  line-height: 32px;
}
.press-list li {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 18px;
}
.projects-card-detail h2 {
  font-size: 54px;
}
    .projects-card-detail{
    transform: translateY(calc(-50% + 27px));
    }
.inner-section {
  padding: 280px 0 170px;
}
.product-detail-banner {
  padding-bottom: 70px !important;
}
    .product-detail-banner .gallery-slider .gallery-image-box img{
        min-height: 419px;
        object-fit: cover;
        object-position: center;
    }
.rel-projects-slider .swiper-slide {
  width: 400px;
}
    .swiper-button-prev, .swiper-button-next {
  width: 60px;
  height: 60px;
    }
    
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 24px;

}
.projects-slider-section .swiper-button-box.container {
  max-width: calc(100% - 100px);
}
   .project-section .container-1240 {
  max-width: 1050px;
}
   .press-banner-section h1 {
        font-size: 68px;
       
        letter-spacing: -1.36px;
    }
  .project-banner-section h1 {
  font-size: 64px;
        letter-spacing: -1.28px;
    }
.services-banner .banner-title {
        bottom: 100px;
    }
    .services-banner .banner-title h1, .about-page-banner h1 {
        font-size: 72px;
        letter-spacing: -1.44px;
    }
    .img-title {
    bottom: 15px;
    font-size: 14px;
    }
}
@media screen and (max-width: 1500px) {
  .product-detail-banner {
    padding: 200px 0 40px !important;
  }
      .project-section .container-1240 {
    max-width: 940px;
  }
      h1 {
    font-size: 52px;
  } 
    
     .product-detail-banner ul li, .arrow-top-btn, p {
    font-size: 15px;
    line-height: 30px;
  }
    .projects-card-detail p {
  font-size: 17px;
    }
     .project-section {
    padding: 250px 0 100px;
  }
    .press-banner-section h1 {
        font-size: 60px;
        
        letter-spacing: -1.2px;
    }
    .project-banner-section h1 {
    font-size: 56px;
        letter-spacing: -1.12px;
  }
    
        .team-partner-section h2 {
  margin-bottom: 90px;
}
    .team-partner-section .col-md-3 .partner-box {
  margin-bottom: 50px;
}
    .faq-style-01 .faq-title {
        padding: 30px 70px 30px 40px;
        font-size: 28px;
    }
    .faq-style-01 .faq-detail {
        padding: 2px 100px 40px 45px;
    }
    .faq-style-01 .faq-title:after {
        width: 26px;
        height: 26px;
        right: 30px;
        top: calc(50% - 13px);
    }
    .banner-title p, .about-page-banner p {
    font-size: 19px;
    }
    .logo-1 {
    width: 242.4px;
}
.logo-2 {
    width: 189.6px;
}
.logo-3 {
    width: 186.4px;
}
.logo-4 {
    width: 234.4px;
}
.logo-5 {
    width: 243.2px;
}
.logo-6 {
    width: 168px;
}
.logo-7 {
    width: 102.4px;
}
.logo-8 {
    width: 208.8px;
}
.logo-9 {
    width: 180px;
}
.logo-10 {
    width: 236.8px;
}

}
@media screen and (max-height: 700px) {
  .product-detail-banner {
    padding: 200px 0 30px !important;
  }
}
@media screen and (max-width: 1400px){
    body {
  font-size: 17px;
  line-height: 32px;
}
    
.banner-section h1 {
  font-size: 85px;
}
    
    h2 {
  font-size: 42px;
  line-height: 52px;
}
    h3 {
  font-size: 24px;
  line-height: 32px;
}
    .fs-64 {
  font-size: 56px;
  line-height: 67px;
}

    .light-card-box {
  padding: 200px 115px 190px 80px;
}
   
    .product-detail-banner ul li, .arrow-top-btn {
  font-size: 20px;
    }
  
    .protfolio-box-holder {
  margin-top: 200px;
}
    
}



@media screen and (min-width: 1199px) and (max-width: 1750px) {
     .team-page-banner h1{
        font-size: 64px;
    }
}
@media screen and (min-width: 1199px){
    .col-md-3:nth-child(1) .partner-box, .col-md-3:nth-child(5) .partner-box, .col-md-3:nth-child(9) .partner-box{
        justify-content: flex-start;
    }
}
@media screen and (max-width: 1199px){
     body {
    font-size: 16px;
    line-height: 30px;
  }
    .banner-section h1 {
    font-size: 65px;
  }
    p {
  margin-bottom: 20px;
}
    .banner-title p, .about-page-banner p {
  font-size: 21px;
  margin-top: 21px;
}
    .about-page-banner p{
        font-size: 17px;
    }
    .pt-170 {
  padding-top: 120px;
}
    .pb-170 {
  padding-bottom: 120px;
}
    .pt-110{
    padding-top: 70px;
}

.pt-140{
    padding-top: 100px;
}
.pb-140{
    padding-bottom: 100px;
}
    
      h2 {
    font-size: 36px;
    line-height: 46px;
  }
    .row-90 {
  margin-left: -25px;
  margin-right: -25px;
}
    .row-90 > div {
  padding-left: 25px;
  padding-right: 25px;
}
      h3 {
    font-size: 21px;
    line-height: 31px;
  }
    .row-50 {
  margin-left: -15px;
  margin-right: -15px;
}
    .row-50 > div {
  padding-left: 15px;
  padding-right: 15px;
}
     .light-card-box {
    padding: 150px 96px 140px 70px;
  }
    
    
.container-1240 {
  max-width: 900px;
}
    .inner-section {
  padding: 220px 0 120px;
}
    h1 {
  font-size: 50px;
}
     .projects-card-detail h2 {
  font-size: 60px;
    }
    .projects-card-detail{
    transform: translateY(calc(-50% + 30px));
    }
    .projects-sml-card-holder-section h2 {
  font-size: 45px;
}
    .fs-26 {
  font-size: 21px;
  line-height: 30px;
}
    .fs-38 {
  font-size: 32px;
  line-height: 40px;
}
    .press-list li {
  font-size: 20px;
  margin-bottom: 20px;
}
    .rel-projects-slider .swiper-slide {
  width: 400px;
}
    .related-projects-sec h2 {
  margin-bottom: 50px;
}
    .product-detail-banner h1 {
    font-size: 65px;
    line-height: 1;
  }
     .product-detail-banner ul li, .arrow-top-btn {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
.product-detail-banner ul li span {
  font-size: 16px
    }
    .swiper-button-prev, .swiper-button-next {
  width: 50px;
  height: 50px;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
  font-size: 22px;
}
    .product-detail-banner h2 {
  font-size: 24px;
  line-height: 30px;
    }
    .team-detail {
  padding-left: 50px;
}
      .project-section .container-1240 {
    max-width: 835px;
  }
    .press-banner-section h1  {
        font-size: 54px;
        letter-spacing: -1.08px;
    }
    .project-banner-section h1  {
        font-size: 50px;
        letter-spacing: -1px;
    }
         .services-banner .banner-title h1, .about-page-banner h1 {
             font-size: 60px;
          letter-spacing: -1.2px;
    }
   
}


.show-md{
    display: none;
}
@media screen and (max-width: 991px){
    
    .show-md{
        display: block;
    }
    .about-title, .w-55 , .about-detail, .w-45, .light-card-box .col-md-7, .light-card-box .col-md-5{
  width: 100%;
}
    .about-title h2, .light-card-box .col-md-7 h2, h1{
        margin-bottom:  40px;
    }
    .banner-section h1 {
    font-size: 56px;
        margin-bottom: 0px;
  }

     .fs-64 {
    font-size: 42px;
    line-height: 56px;
  }
     .light-card-box {
    padding: 150px 24px 99px;
  }
    .foot-subscribe-holder{
        margin-top: 60px;
    }
    .container-header {
  padding: 0 18px;
}
    .container-fluid{
        padding-left: 18px;
        padding-right: 18px;
    }
    .about-detail .mt-20{
        margin-top: 50px;
    }
    #main_navigation{
        display: none;
    }
     #nav-icon {
    display: flex;
    float: right;
    align-items: center;
    font-size: 0;
    width: 66px;
  }
    #mobile-nav {
        display: block;
    }
    .header-logo .logo-desktop{
        width: 28px;
    }
    .footer-overlap{
    height: 918px;
    background: transparent;
}
    header .header-logo {
  opacity: 1;
        transition: all .2s ease;
}
    header.open .header-logo {
  opacity: 0;
        transition: all .2s ease;
}

    
     .container-1240 {
    max-width: 600px;
  }
      h1 {
    font-size: 45px;
  }
    .projects-card-detail h2 {
  font-size: 48px;
    }
   
    .projects-card-detail p {
  font-size: 18px;
}

    .projects-card-detail{
        width: calc(100% - 30px);
        left: 15px;
    transform: translateY(calc(-50% + 24px));
    }
      .inner-section {
    padding:
195px 10px 95px;
  }
  .product-detail-banner {
    padding-bottom: 90px !important;
  }
    header { padding:0px; top: 26px;}
    header::before {
  width: calc(100% - 16px);
    left: 8px;
    }
    header.sticky--not-top  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
    
    
    header.sticky--not-top  {
  padding: 10px 12px 10px 26px;
}
    header.sticky--not-top {
    top: 30px;
    animation-name: headerMove;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-delay: 15s;
    animation-fill-mode: forwards;
}
@keyframes headerMove {
  0% {top: 30px;}
  100% {top: 30px;}
}
    
     #nav-icon{
        
    transition: none;
    }
    header.open.sticky--not-top::before{
        transition: opacity .45s cubic-bezier(0.165, 0.84, 0.44, 1),transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: scale3d(1.02, 1.05, 1);
    }
     header.open.sticky--not-top {
    padding: 10px 12px 10px 19px;
  }
   header.sticky--not-top  #nav-icon {
    width: 45px;
       height: 45px;
    transition: none;
  }
    header.sticky--not-top #nav-icon .menu-icon {
  border-color: #000;
  width: 45px;
  height: 45px;
  margin: 0;
}
   header.sticky--not-top #nav-icon .menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 21px;
  right: 10px;
    }
    header.sticky--not-top #nav-icon .menu-icon span {
  background: #000;
}
   header.sticky--not-top #nav-icon .menu-icon span:nth-child(1) {
  top: 15px;
}
   header.sticky--not-top #nav-icon .menu-icon span:nth-child(2)  {
  top: 24px;
}
    header.sticky--not-top #nav-icon.open .menu-icon span:nth-child(1), header.sticky--not-top #nav-icon.open .menu-icon span:nth-child(2) {
    top: 20px;
  }
    
    .projects-card-holder-section .container{
        padding: 0;
    }
    .projects-card-holder-section {
    margin-bottom: 58px;
}
   
.projects-sml-card-holder-section {
    margin-bottom: 45px;
}
    .projects-sml-card-holder-section .projects-card-detail {
  left: 15px;
}
      .projects-sml-card-holder-section h2 {
    font-size: 32px;
  }
.fs-38 {
  font-size: 24px;
  line-height: 36px;
}
    .project-overview-box h2{
        margin-bottom: 24px;
    }
     .product-detail-banner h1 {
    font-size: 55px;
    }
    .summary-detail-section {  padding:
        75px 0 40px;
        margin-top: 0px;
    }
    #fixed-head.open, #fixed-head-home.open {
  background:#000;
}
        .pt-115{
        padding-top: 112px;
    }
   .team-detail {
    display: none;
  }
    .team-img {
  width: 100%;
}
    .team-box {
  width: 50%;
  float: left;
  margin: 0;
}
    .team-img{
        position: relative;
    }
    .team-title-mbl h3{
        font-size: 28px;
    }
    .team-box .designation{
        margin-bottom: 15px;
    }
    .team-title-mbl {
  position: absolute;
  bottom: 0;
  padding: 30px 15px;
  color: #fff;
}
    .team-title-mbl a{
        text-decoration: underline;
    }
    .mobile-detail-box{
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(150px);
        transition: all .3s ease;
    }
    .mobile-detail-box.open{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: all .3s ease;
    }
    .close-team-popup {
  position: absolute;
  width: 56px;
  top: 60px;
  right: 30px;
        display: flex;
}
    .project-section .container-1240 .row-50 > div, .press-banner-section .row > div{
        width: 100%;
    }
    .project-section .container-1240 {
    max-width: 600px;
  }
        .press-banner-section h1 {
        font-size: 42px;
            letter-spacing: -0.84px;
    }
    .project-banner-section h1 {
    font-size: 36px;
        letter-spacing: -0.72px;
  }
    
    .team-about-section .video-wrapper{
        display: none;
    }
    .team-about-section .full-width-section .container {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
    }
    .team-about-section h2{
        color: #000;
    }
    .team-about-section  .team-video-holder::after{
        display: none;
    }
    .team-about-section p{
        color: #2A2A2A;
        max-width: 100%;
        margin-bottom: 35px;
        line-height: 32px;
    }
    .team-about-section p.mb-10{
        margin-bottom: 15px;
    }
        .services-banner .banner-title h1, .about-page-banner h1 {
        font-size: 48px;
            letter-spacing: -0.96px;
    }
    .services-banner .banner-title h1{
        margin-bottom: 30px;
    }
        .services-banner .banner-title {
        bottom: 180px;
    }
    .our-expertise-sec h2{
        margin-bottom: 45px;
    }
    .fs-36 {
  font-size: 30px;
  line-height: 40px;
}
    .sm-mb-0{
        margin-bottom: 0 !important;
    }
}
.show-sm{
    display: none;
}

@media screen and (max-width: 767px){
    .show-sm{
    display: block;
}
    .hide-sm{
        display: none;
    }
    .dp-mbl-banner, .show-sm .gallery-slider{   
        width: calc(100% + 48px) !important;
        margin-left: -24px;
    }
    h1{
        font-size: 36px;
        margin-bottom: 30px;
    }
      .banner-section h1 {
    font-size: 50px;
    line-height: 1.1;
          margin-bottom: 0;
  }
    h1{
        font-size: 36px;
    }
      .team-page-banner h1{
        font-size: 38px;
    }
    h2 {
    font-size: 32px;
    line-height: 38px;
  }
      .product-detail-banner ul li, .arrow-top-btn, p {
    font-size: 18px;
    }
    .projects-card-detail h2{
        max-width: 100%;
    }
  .pb-80 {
    padding-bottom: 60px;
  }
      .banner-title p, .about-page-banner p{
    font-size: 20px;
    margin-top: 21px;
    max-width: 315px;
  }
    .banner-title {
  bottom: 130px;
    }
      .protfolio-box-holder {
    margin-top: 50px;
  }

    .protfolio-box .zoom-hover-img, .team-box {
  width: calc(100% + 30px);
  margin-left: -15px;
}
      .fs-64 {
    font-size: 32px;
    line-height: 40px;
  }
    .full-width-section h2{
        max-width: 300px;
        margin-bottom: 30px;
    }
    .sm-mb-15{
        margin-bottom: 15px;
    }
    .sm-pt-25{
        padding-top: 25px;
    }
    .sm-pt-75{
        padding-top: 75px;
    }
    .sm-pb-75{
        padding-bottom: 75px;
    }
    .sm-pb-25{
        padding-bottom: 25px;
    }
    .sm-pt-0{
        padding-top: 0px;
    }
    
    .footer-holder {
  padding: 130px 23px 0;
}
    .footer-mid {
  padding: 65px 0;
}
    .footer-menu {
  margin-bottom: 42px;
}
     .foot-subscribe-holder {
    margin-top: 25px;
  }
    .footer-bottom ul {
  float: none;
}
    .banner-section .wrapper {
        min-height: 100vh;
        background-image: url(images/banner-mobile.webp);
}
    
     
    .sm-plr-24{
        padding-left: 24px;
        padding-right: 24px;
    }
     .product-detail-banner h1 {
    font-size: 45px;
    }
    .product-detail-banner h1{
        margin-bottom: 65px;
    }
    .project-key-list {
  margin-top: 45px;
  position: relative;
}
.product-detail-banner .col-md-4{

  position: relative;
}
.product-detail-banner .col-md-4::before{
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 100px);
  background:
#F5FCFF;
  top: 0;
  left: -15px;
}
    .show-summary-btn.arrow-top-btn{
    
  margin-top: 24px;
        margin-bottom: 0px;
}
    .inner-section.product-detail-banner {
  padding-bottom: 90px;
}
    .pt-140 {
    padding-top: 70px;
  }
    
    .project-overview-box p {
  margin-bottom: 22px;
}
    .press-list li a span.author {
  width: 100%;    margin-top: 5px;
}
    .sm-pt-60{
        padding-top: 60px;
    }
      .press-list li {
    margin-bottom: 24px;
    line-height: 28px;
  }
    .back-to-top-sec.pt-140 {
  display: none;
}
     .rel-projects-slider .swiper-slide {
    width: 300px;
  }
    .project-card-box h4 {
  bottom: 35px;
        font-size: 16px;
  left: 15px;
  color: #fff;
  width: calc(100% - 30px);
}
      .related-projects-sec h2 {
    margin-bottom: 40px;
  }
    .banner-img-slider:after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 49.16%, rgba(0, 0, 0, 0.4704) 100%);

}
.projects-card-holder-section .projects-card-holder picture img, .projects-card-holder-section .projects-card-holder video{
  height: calc(100vh - 200px);
  min-height: calc(100vw * 0.4738);
  max-height: 400px;

}

.projects-card-holder-section .container {
  width: 100vw;
}

.projects-card-detail h2 {
  font-size: 40px;
}
.projects-card-detail{
    transform: translateY(calc(-50% + 20px));
    }
.projects-card-detail p {
  font-size: 18px;
  line-height: 22px;
}
      .footer-overlap {
    height: 0px;
  }

  .form-note {
    margin-bottom: 20px !important;
}
   
    .protfolio-box-detail {
  bottom: 23px;
    }
    .protfolio-box-detail .container-fluid {
      padding-left: 20px;
      padding-right: 20px;
    }
    .learn-more-btn {
        margin-top: 7px
    }
     .team-box {
    float: none;
    margin-bottom: 15px;
  }
.logo-1{
    width: 303px;
}
.logo-2{
    width: 237px;
}
.logo-3{
    width: 233px;
}
.logo-4{
    width: 293px;
}
.logo-5{
    width: 304px;
}
.logo-6{
    width:210px;
}
.logo-7{
    width: 128px;
}
.logo-8{
    width: 261px;
}
.logo-9{
    width: 225px;
}
.logo-10{
    width: 296px;
}
    
     .team-partner-section h2 {
    margin-bottom: 124px;
  }
    .team-partner-section .col-md-3.mb-50{
        margin-bottom: 0px;
    }
    .team-partner-section .col-md-3 .partner-box{
        margin-bottom: 95px;
    }
    
    .team-page-banner p {
  margin-bottom: 28px;
  line-height: 32px;
  max-width: 324px;
}
    .team-page-banner > .container {
  top: 247px;
  transform: translateX(-50%);
    }
    .about-page-banner .container {
        top: 403px;
    }
    
   .projects-card-detail.press-card-detail {
  padding: 0 18px;
  bottom: 50px;
  width: 100%;
}
    .press-card-detail .press-dt {
  font-size: 16px;  margin-bottom: 8px;
    }
    .press-full-with-box .press-card-detail h2, .press-list-box h2 {
  font-size: 24px;
  line-height: 30px;
    }
   .press-card-detail .press-publication {
  font-size: 18px;
  margin-top: 6px;
}
    .press-card-btns {
  margin-top: 20px;
    margin-left: -18px;
    margin-right: -18px;
        max-width: 100vw;
}
    .press-card-btn-box {
  display: flex;
}
     .press-card-btns a:first-child {
    margin-left: 18px;
  }
    .press-list-section {
  padding: 30px 0 40px;
}
    .press-list-section  .container-header, .press-half-box-section .container-header{
        width: 100vw;
    }
    .press-list-boxes {
  padding: 0 00;
}
    .press-list-box {
  padding: 32px 0 62px;
    }
    .press-list-box .press-card-detail .press-publication {
  margin-top: 8px;
    }
    
    .press-half-box-section .container-header{
        padding: 0px;
    }
    .press-half-with-box .projects-card-detail.press-card-detail {
  padding: 0 18px;
  bottom: 45px;
}
    .press-half-with-box .press-card-detail .press-dt {
  margin-bottom: 4px;
}
    .press-half-with-box .press-card-btns {
  margin-top: 32px;
}
    
/*
    header.sticky--not-top {
  background:  transparent;
    transition: all .2s ease;
} 
header.sticky--not-top .header-box {
  backdrop-filter: blur(20px);
  background: #FBFBFB66;
  padding: 10px 12px 10px 26px;
  border-radius: 50px;
    transition: all .2s ease;
}
   
*/
    
         .services-banner .banner-title h1, .about-page-banner h1 {
        font-size: 38px;
        max-width: 100%;
        line-height: 40px;
             letter-spacing: -0.76px;
    }
      .faq-style-01 .faq-title {
    padding: 30px 55px 30px 15px;
    font-size: 24px;
  }
      .faq-style-01 .faq-detail {
    padding: 0px 35px 20px 15px;
  }
    .about-page  h2 {
    font-size: 28px;
    }
    .title-with-border {
  padding-bottom: 35px;
  margin-bottom: 35px;
}
    .title-with-border-lg {
  padding-bottom: 53px;
  margin-bottom: 60px;
}
    .fs-36 {
  font-size: 28px;
  line-height: 32px;
}
    .about-process-section h3 {
  margin-bottom: 35px;
}
    .about-process-btns a {
  padding-right: 15px;
  padding-left: 15px;
}
   
    .team-page-banner.about-page-banner .banner-image{
         height: auto;
    }
    .team-page-banner.about-page-banner > .container{
        top: 346px;
    }
    
    .swiper-button-box.container{
        max-width: calc(100% - 30px);
    }
}

@media screen and (max-width: 480px){
    .services-banner h1{
        max-width: 277px;
    }
     #form-success-holder {
  max-width: 304px;
    } 
    .project-banner-section h1 {
        max-width: 315px;
    }
}

.widthIncreaseAmin {
  position: relative;           /* or fixed, depending on your use case */
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
}


@media screen and (min-width: 768px){
footer{
  height: 803px;
  width: 100%;
  z-index:-10;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  position: relative;
}
}

@media screen and (max-width: 1750px){
  footer{
    height: 600px;
  }
}

@media screen and (max-width: 767px){
  footer{
    height: auto;
  }
}

@media screen and (min-width: 2000px){
    .project-section{
  padding-top:500px;
  padding-bottom:250px;
}

}
@media screen and (min-width: 1920px){
  .vh-section{
    padding-top:350px;
  }

  
  .full-width-section video {
    height: 1200px;
}

.projects-card-holder-section .projects-card-holder picture img, .projects-card-holder-section .projects-card-holder video {
  max-height: 830px;
}

.w-lg-small{
  width: 84%;
}
}

.contact-page header{
  background: rgba(0, 0, 0, 1);
}

.contact-page header.fixed #main_navigation li a {
  color: #fff;
}

main.black-bg .inner-section{
  background: #000;
}

main.black-bg h1,main.black-bg p{
  color: #fff;
}

.form-container {

}

.form-note {
  color: #727272 !important;
  margin-bottom: 40px;
}

form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  color: white;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 20px;
}

form input::placeholder {
  color: #fff;
}

form input:focus {
  outline: none;
  border-bottom-color: #fff;
}

.form-submit {
  background: none;
  border: none;
  color: white;
  text-decoration: underline;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 0;
}

.form-submit:hover {
  opacity: 0.6;
}

.w-90{
  width: 90%;
}

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transform: scaleY(1);
  transform-origin: bottom;
  pointer-events: none;
}
.page-transition svg{
  position: absolute;
  bottom: -100px;
}


.projects-card-holder picture, .projects-video-holder {
  position: relative;
  display: block;
}

.projects-card-holder picture::after, .projects-video-holder::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); /* 10% black overlay */
  pointer-events: none;
  z-index: 1;
}

.projects-card-holder picture img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0; /* sits under the overlay */
}
.protfolio-box-detail h3 {

font-size: clamp(1.2rem, 3.5vw, 3.0rem);
line-height: clamp(1.4rem, 3vw, 2.5rem);
}


@media screen and (max-height: 1080px){
    
    

}

@media screen and (max-height: 767px){
    
    

}
.no-shedow:before{
    display: none;
}