@charset "utf-8";

@font-face { font-family: 'HK Grotesk Wide'; src: local('HK Grotesk Wide Light'), local('HKGroteskWide-Light'), url('fonts/HKGroteskWide-Light.woff2') format('woff2'), url('fonts/HKGroteskWide-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'HK Grotesk Wide'; src: local('HK Grotesk Wide Regular'), local('HKGroteskWide-Regular'), url('fonts/HKGroteskWide-Regular.woff2') format('woff2'), url('fonts/HKGroteskWide-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'HK Grotesk Wide'; src: local('HK Grotesk Wide Medium'), local('HKGroteskWide-Medium'), url('fonts/HKGroteskWide-Medium.woff2') format('woff2'), url('fonts/HKGroteskWide-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }

:root {
/* COLOR VARIABLES */
--red: #d52a20;
--white: #fff;
--black: #000;
--blue: #3d7c99;
--light-gray: #EAEAEA;
--dark-gray: #4D4D4D;

/* TRANSITION SPEED */
--all-fast: all 0.3s;
--all-medium: all 0.5s;
--all-slow: all 0.8s;
--offset: -30vh;
--radius-small: 4px;
--radius: 0px;
--rotation: 0deg;
--gap: 2.5vw;
--grid-item-width: 32vw;
--ratio: 1.3;
}

/* ========================== COMMON CSS ========================== */
*, ul, ol, li, a { margin: 0; padding: 0; list-style-type: none; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Manrope', sans-serif; font-weight: 300; line-height: 1.4; color: inherit; color: #616060;; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: 'HK Grotesk Wide'; font-weight: bold; }
input, input:focus, textarea, textarea:focus, .form-control, .form-control:focus { box-shadow: none; outline: none; background: transparent; color: rgba(0, 0, 0, 0.7); }
a, a:active, a:focus, a:hover, button:hover, button:focus, .page-link:focus { text-decoration: none; outline: 0; color: inherit; box-shadow: none; }
button { background: transparent; outline: none; box-shadow: none; cursor: pointer; }
[type=reset], [type=submit], button, button:focus, html [type=button], .btn-close:focus { -webkit-appearance: none; outline: none; border: none; box-shadow: none; }
a { display: inline-flex; flex-flow: row wrap; }
a:hover { color: var(--white); }
p:empty { margin-bottom: 0px;}

body { background: #ffffff; width: 100%; font-size: 16px; line-height: 1.4; width: 100%; position: relative; font-family: 'Manrope', sans-serif; font-weight: 400; color: #fff; z-index: 1; overflow-x: hidden; transition: var(--all-slow); }
/* body::before { content: ''; position: absolute; width: 1px; height: 100%; background: #2F2F2F; opacity: 0.7; left: 50px; top: 0; z-index: 1; } */
/* body::after { content: ''; position: absolute; width: 1px; height: 100%; background: #2F2F2F; opacity: 0.7; right: 50px; top: 0; z-index: 1; } */
body.show { opacity: 1; }
body p { font-size: 16px; line-height: 1.7; color: #616060; margin-bottom: 20px; font-weight: 400; font-family: 'Manrope', sans-serif; letter-spacing: 0.2px; }
body p:empty { display: none;}
p:empty, h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty , .section-subtitle:empty { margin: 0px; padding: 0px; }
a , span { letter-spacing: 0.2px; }
.no-scroll { overflow: hidden; }
p:empty { display: none;}
hr { border-top: 1px solid #ddd; }

::-moz-selection { color: #fff; background: #000; }
::selection { color: #fff; background: #000; }

::-webkit-scrollbar { width: 10px; display: none; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8); }
::-webkit-scrollbar-thumb { background-color: #888; border-radius: 15px; }

.barContainer { position: fixed; top: 0; right: 0; width: 5px; height: 100vh;z-index: 11;  background: transparent; border-radius: 15px; z-index: 999; pointer-events: none; }
.bar { height: 20%; width: 100%; background-color: #d8d8d8; border-radius: 15px; transition: all 0.8s; }

/* Chrome Safari Edge Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.container { max-width: calc(100% - 300px); position: relative; z-index: 1; }

.form-control::-webkit-input-placeholder { color: rgba(0,0,0,0.7); }
.form-control::-moz-placeholder { color: rgba(0,0,0,0.7); }
.form-control:-ms-input-placeholder { color: rgba(0,0,0,0.7); }
.form-control::-ms-input-placeholder { color: rgba(0,0,0,0.7); }
.form-control::placeholder { transition: var(--all-fast); color: rgba(0,0,0,0.7); }

.form-group { position: relative; overflow: hidden; margin-bottom: 35px; }
.form-control { font-size: 16px; width: 100%; padding: 10px 0px; border:0px; border-bottom: 1px solid #dfdede;   border-radius: 0; }
.form-control:focus { border-color: #000; }

.link__graphic { position: absolute; bottom: 0; left: 0; pointer-events: none; }
.link__graphic path { fill: none; stroke: rgb(255 255 255 / 30%); stroke-width: 1px; }
.form-control:focus + .link__graphic--slide { transform: translate3d(-66.6%, 0, 0); transition: transform 0.7s; transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); }

label { font-size: 16px; line-height: 1; font-weight: 400; padding: 0 10px; transition: 0.3s; margin: 0; }

textarea.form-control { height: 150px; }

.img-box { display: inline-flex; width: 100%; }
img { width: 100%; height: 100%; object-fit: contain; transform: var(--all-medium); }

.fade-in-left { transform: translateX(-100px); opacity: 0; }
.fade-in-right { transform: translateX(100px); opacity: 0; }
.fade-in-Up {transform: translateY(-100px); opacity: 0; }
.parralax-img { transition: all 0.4s; }

.circle-effect { border-radius: 50%; overflow: hidden; transition: all 0.4s;}


#smooth-wrapper { overflow: hidden; }

/* Firefox */
input[type=number] { -moz-appearance: textfield; }

.loader { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; background: #000; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; bottom: 0; right: 0; z-index: 111111; transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 1.8s, visibility 1s cubic-bezier(0.77, 0, 0.175, 1) 1.8s, transform 1s cubic-bezier(0.77, 0, 0.175, 1) 1.2s; }
.loader__logo { position: absolute; background-size: 100%; background-repeat: no-repeat; background-color: transparent; background-image: url("../images/gray-icon.webp"); background-position: center bottom; transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s, opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.2s; }
.loader-logo { display: block; width: 250px; height: auto; }
.loading .loader { opacity: 0; visibility: hidden; transform: translateY(-100%); }
.loading .loader__logo { opacity: 0; }
.loader__logo img { opacity: 0.1; }
.loader__logo div { content: ""; width: 250px; height: 250px; position: absolute; left: 0; bottom: 0; background-size: 100%; background-repeat: no-repeat; background-color: transparent; background-image: url("../images/colored-icon.webp"); background-position: center bottom; z-index: 10; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98); transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98); max-height: 0; -webkit-transform-origin: center; transform-origin: bottom; display: block; }

/* .button { position: relative; z-index: 1; padding: 12px 20px; border: 2px solid #fff; border-top-left-radius: 10px; border-bottom-right-radius: 10px; clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0% 10px); overflow: hidden; transition: var(--all-medium); } */
.button { position: relative; z-index: 1; padding: 12px 30px; border: 1px solid var(--red); border-top-left-radius: 10px; border-bottom-right-radius: 10px; overflow: hidden; transition: var(--all-medium); }
/* .button::before { content: ''; width: 2px; height: 15px; position: absolute; left: -2px; top: -7px; background: #fff; transform: rotate(45deg); transform-origin: bottom left; transition: var(--all-medium); } */
/* .button::after { content: ''; width: 2px; height: 15px; position: absolute; right: -2px; bottom: -7px; background: #fff; transform: rotate(45deg); transform-origin: top right; transition: var(--all-medium); } */
.button .text { display: flex; color: #000; text-transform: uppercase; overflow: hidden; }
.button span { position: relative; font-size: 14px; font-family: 'HK Grotesk Wide'; font-weight: 500; text-transform: uppercase; color: #000; transform: translateY(0); transition: var(--all-medium); transition-delay: 0.1s; z-index: 1; }
.button span::after { content: attr(data-text); position: absolute; left: 0; top: 150%; display: block; color: #000; transition: var(--all-medium); }
.button:hover span, .button.white span { color: #000; transform: translateY(-150%); }
.button.white:hover span { transform: translateY(0%); }
.border-button .button:hover span::after { color:#fff}

.button .box { position: absolute; top: 101%; left: 0; display: block; width: 100%; height: 100%; background: var(--red); z-index: -1; animation: moveDownTwo 0.35s linear 0s forwards; }
.button:hover .box { display: block; width: 100%; height: 100%; transition: var(--all-medium); animation: moveDownOne 0.35s linear 0s forwards; }

@keyframes moveDownOne {
0% { bottom: auto; top: -101%; border-radius: 50%; }
100% { bottom: auto; top: 0; border-radius: 0%; }
}
@keyframes moveDownTwo {
0% { top: auto; bottom: 0; border-radius: 0%; }
100% { top: auto; bottom: -101%; border-radius: 50%; }
}

.read-more { display: inline-flex; flex-flow: row wrap; align-items: center; }
.read-more span { font-size: 14px; font-weight: 400; color: #FEFFFF; font-family: 'HK Grotesk Wide'; line-height: 1; }
.read-more svg { width: 10px; margin-right: 10px; }
.read-more span + svg { width: 10px; margin-left: 10px; margin-right: 0; }

.section-title { width: 100%; font-size: 18px; display: flex; align-items: center; font-weight: 400; color: #000; text-transform: uppercase; font-family: 'HK Grotesk Wide'; margin-bottom: 30px; }
.section-title::before { content: ''; width: 50px; height: 2px; background: #3d7c99; display: inline-flex; margin-right: 10px;  }
.section-subtitle { font-size: 35px; letter-spacing: 0.5px; line-height: 1.4; font-weight: 600; color: #000; font-family: 'HK Grotesk Wide'; margin-bottom: 25px;}

/* HEADER */
.header { width: 100%; padding: 10px 0; background-color: rgba(61,124,153,0.7); position: fixed; left: 0; width: 100%;  top: 0; z-index: 111; transform: translateY(-101%); transition: var(--all-medium); }
.header.active {background-color: rgba(61, 124, 153, 1); }
.header.bg { background: rgba(61,124,153,1); padding: 10px 0; transform: translateY(0);   }
.header.bg .button { padding: 8px 20px; }
.header.bg .logo img.sticky-logo-icon { width: 50px; }
.header.bg .logo img.logo-icon {width: 110px;}
.header.show { transform: translateY(0); }
.header .logo img { transition: all 0.4s;}
.header .logo { display: flex;  transition: all 0.5s; position: relative; }
.header .logo img.logo-icon { width: 170px; }
.header .logo img.sticky-logo-icon{ position: absolute; left: 0px; top: 0px; opacity: 0; width: 40px;}
.header.bg .logo img.sticky-logo-icon{opacity: 1;}
.header.bg .logo img.logo-icon{ opacity: 0;}
.header .navbar { padding: 0; }
.header .right { display: flex; flex-flow: row wrap; align-items: center; justify-content: flex-end; }
.header .right .lang { width: 30px; height: 30px; margin-right: 30px; }
.header .right .social { display: flex; flex-flow: row wrap; align-items: center; margin-right: 10px; }
.header .right .social li { margin-right: 20px; }
.header .right .social li a { display: flex; width: 25px; height: 25px; transition: var(--all-medium); }
.header .right .social li a:hover { opacity: 1; transform: scale(1.1); }
.header .button { border:2px solid #fff; margin-left: 20px;}
.header .button .text span { color:#fff}
.header .button:hover span::after  { color:#fff}

.hamburger { display: none; flex-flow: column wrap; align-items: center; justify-content: flex-end; padding: 0px 0; text-align: right; margin-left: 20px; }
.hamburger .text { font-size: 10px; font-weight: 400; width: 100%; font-family: 'HK Grotesk Wide'; line-height: 1; color:#fff; margin-bottom: 8px; transition: var(--all-medium); }
.hamburger .lines { display: flex; flex-flow: column wrap; align-items: flex-end; transition: var(--all-medium); }
.hamburger.active .lines { margin-top: -15px; }
.hamburger .lines div:first-child { width: 40px; height: 2px; background: #fff; display: flex; margin-bottom: 6px; transition: var(--all-medium); }
.hamburger.active .lines div:first-child { transform: rotate(45deg); width: 25px; margin-bottom: 0; }
.hamburger .lines div:last-child { width: 25px; height: 2px; background: #fff; display: flex; transition: var(--all-medium); }
.hamburger.active .lines div:last-child { transform: rotate(-45deg); margin-top: -1px; }
.hamburger.active .text { opacity: 0;}

/* desktop css  */
.desktop-menu .menu li{ display: inline-flex; margin: 0px 24px;}
.desktop-menu .menu li a{ display: flex; font-size: 16px; font-weight: 400; letter-spacing: 1px; color:#fff; padding: 5px 0px; position: relative;}
.desktop-menu .menu li a:before { content: ""; position: absolute; bottom: 0; left: 0; width: 0px; height: 2px; background-color: var(--red); transition: all 0.3s;}
.desktop-menu .menu li a:hover:before { width: 100%;}
.desktop-menu .menu li.current-menu-item a:before { width: 100%;}
.mob-menu { display: none;}


/* BANNER */
.banner { width: 100%; height: 100vh;  position: relative; display: flex; flex-flow: row wrap; align-items: center;  z-index: 0; }
.banner .video-box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; aspect-ratio: 1.4; z-index: -1; background: #000; ; }
.banner .video-box video { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.banner .banner-content { position: absolute; text-align: center; top:53%; left: 0; transform: translateY(-50%); z-index: 11; }
.banner .banner-content p { color:#fff; width: 60%; margin-right: auto; margin-left: auto; opacity: 0.8; text-align: center;}
.banner .title { font-size: 75px; font-weight: 600; font-family: 'HK Grotesk Wide'; letter-spacing: 1px; color: #fff; text-shadow: #404040 1px 7px 8px; line-height: 1; margin-bottom: 35px; }
.banner .title span { color:var(--red); font-weight: 600;font-family: 'HK Grotesk Wide'; line-height: 1; display: inline-block; }
.banner .banner-content .button.white { border:2px solid #fff}
.banner .banner-content .button.white .text span { color:#fff}
.banner .banner-content .button.white span::after { color:#fff}
.banner .banner-content .banner-cont-in { width: 100%; text-align: center;}
.banner .banner-content .fill-banner-btn .button { color:#000; background: #000; border:1px solid #000}
.banner  .swiper .swiper-pagination { bottom: 40px;justify-content: center; align-items: center; text-align: center; }
.banner .swiper .swiper-pagination .swiper-pagination-bullet::after { background: #fff;}
.banner .border-button { margin-right: 30px; }
.banner  .banner-img { position: absolute; top:0px; right:0px; width: 100%; height: 100%; z-index: 0; opacity:0.1; transition: all 0.4s; }
.banner  .banner-img img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.banner .banner-img2 { height:100vh; width: 100%; transition: all 0.3s; overflow: hidden; will-change: transform;}
.banner .banner-img2 img { height:100%; width: 100%; object-fit: cover; transform: scale(1); transition: all 1s; opacity: 1;}
.banner .banner-img2 img.mobile-banner { display: none;}
.banner .banner-content .button { padding: 22px 35px;}
.contact-us form .button { display: inline-block; cursor: pointer;}
.contact-us form .button input { color:#fff; font-weight: bold;}
.contact-us form .button:hover input { color:#000; }
.contact-us form .button .wpcf7-spinner { display: none;}
.fill-btn .button { background: var(--red);}
.fill-btn .button .text span , .fill-btn .button .text { color:#fff;}
.fill-btn .button:hover { background: #fff;}
.fill-btn .button:hover .text span , .fill-btn .button:hover .text span:after { color:#000 }
.fill-btn .button:hover .box { background: transparent;}
.banner .slider { padding-bottom: 50px; }
.button.white { background: transparent; }
.button.white::before { background: #fff; }
.button.white::after { background: #fff; }
.button.white .text span { color: #fff; }
.button.white .box { background: var(--red); }
.button.white span::after { color: #000; }

.button.black { background: #000; border-color: #000; }
.button.black::before { background: #000; }
.button.black::after { background: #000; }
.button.black .text span { color: #fff; }
.button.black .box { background: #fff; }
.button.black span::after { color: #000; }


.swiper .swiper-pagination { bottom: 0; display: flex; flex-flow: row wrap; align-items: center; justify-content: flex-start; }
.swiper .swiper-pagination .swiper-pagination-bullet { background: var(--red); opacity: 0.5; width: 8px; height: 8px; margin: 0 8px; transition: var(--all-medium); position: relative; overflow: visible; }
.swiper .swiper-pagination .swiper-pagination-bullet::after { content: ''; width: 0; height: 1px; background: #000; position: absolute; left: calc(100% + 10px); top: 50%; transition: var(--all-medium); }
.swiper .swiper-pagination .swiper-pagination-bullet-active { opacity: 1; width: 10px; height: 10px; margin-right: 160px; }
.swiper .swiper-pagination .swiper-pagination-bullet-active::after { width: 150px; }

.banner .img-box { position: absolute; top: 0; right: 0; height: 100vh; pointer-events: none; z-index: 1; }
.banner .img-box img { object-fit: cover; object-position: bottom right; }
.banner .img-box img:last-child { position: absolute; top: 0; left: 0; /* animation: disco 5s infinite; */ }

@keyframes disco {
0%, 5%, 10%, 15%, 20%, 25%, 30%, 35%, 40%, 45%, 50%, 55%, 60%, 100% {
  opacity: 1;
}
3%, 7%, 13%, 18%, 23%, 25%, 33%, 37%, 42%, 47%, 52%, 57%, 80% {
  opacity: 0.2;
}
}

/* WHO WE ARE */
.lighting-experts { width: 100%; padding: 100px 0px 100px 0; position: relative; display: flex; flex-flow: row wrap; align-items: center; align-content: center; overflow: hidden;}
.lighting-experts .section-title { color: #000; margin-bottom: 20px; display: flex; align-items: center; letter-spacing: 0.5px; }
.lighting-experts .section-subtitle { font-size: 50px; line-height: 1.3; font-weight: 600; color: #000; margin-bottom: 25px; }
.lighting-experts p { font-size: 17px; color: #0a0a0a; font-weight: 400; line-height: 1.7; }
.lighting-experts .box .read-more span { font-size: 18px; }
.lighting-experts .text-bg { position: absolute; left: 0px; top:-100px ; height: 70vh; width: 45%; background-color: #d5d5d5; z-index: 1;}
.lighting-experts .about-text {display: flex; flex-direction: column;  padding: 0px 20px 0px 20px; position: relative; }
.lighting-experts .box .card { background: none; border: none; border-radius: 0; flex-direction: column; align-items: center; margin-bottom: 30px; }
.lighting-experts .box .card .card-img { height: 80px; width: auto; margin-bottom: 15px; }
.lighting-experts .box .card .card-body { padding: 0px; text-align: center;}
.lighting-experts .box .card .title { font-size: 54px; font-weight: 400; line-height: 1; font-family: 'HK Grotesk Wide'; color:#000; margin-bottom: 10px; }
.lighting-experts .box .card .title .counter-value { display: inline-flex; font-size: 54px; font-weight: 600; color:#000; line-height: 1; font-family: 'HK Grotesk Wide'; }
.lighting-experts .box .card .subtitle { font-size: 18px; font-weight: 500; color: #0a0a0a; text-transform: uppercase; margin-bottom: 0; text-align: center; letter-spacing: 0.5px; }
.lighting-experts .box .read-more span { color: var(--red); }
.lighting-experts .box .read-more path { stroke: var(--red); }
.lighting-experts .about-text .btn-wrap { margin-top: 10px;}
.lighting-experts .about-bg { width: 100%; height: auto; position: absolute; right: 0px; bottom: 0px; opacity: 0.9; transition: all 0.4s; z-index: -1;}
.lighting-experts .about-bg img { width: 130%; object-position: 0px right; }
.mob-rating { display: none;}

.scroll-text { display: none;}
.scroll-text .text-wrapper { width: 100%; }
.scroll-text .text-wrapper .left,
.scroll-text .text-wrapper .right { min-width: 200vw; overflow: visible; display: flex; flex-flow: row; white-space: nowrap; font-size: 120px; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff; font-family: 'HK Grotesk Wide'; opacity: 0.6; text-transform: uppercase; }
.scroll-text .text-wrapper .left span,
.scroll-text .text-wrapper .right span { -webkit-text-stroke-color: var(--blue); color:var(--blue) }
.scroll-text .text-wrapper .right { transform: translateX(-100vw); }

.cursor { position: fixed; top: 0; left: 0; width: 100px; height: 100px; display: block; pointer-events: none; opacity: 0; z-index: 9; }
.cursor__inner { fill: transparent; stroke:#ea4c89; stroke-width: 2px; }

/* WHAT WE PROVIDE */
.what-we-provide { padding: 0; height: 100vh; overflow: hidden; background: linear-gradient(to bottom,  #3d3364 0%,#5d4f9b 50%,#41376b 51%,#735ad4 100%); transition: background 0.5s ease; }
.what-we-provide .left-box { height: 100vh; display: flex; flex-flow: row wrap; align-items: center; align-content: center; }
.product-space-wrapper { width: 100%; display: flex; flex-flow: row wrap; }
.product-space-wrapper .product-box-height { width: 100%; height: 100vh; }
.product-wrapper { position: absolute; top: 0; height: 100vh; width: 100%; display: flex; flex-flow: row wrap; align-items: center; }
.product-box { clip-path: inset(100% 0% 0% 0%); }
.product-box { position: absolute; width: 100%; display: flex; flex-flow: row wrap; align-items: center; align-content: center; padding-bottom: 72px; }
.product-box .item__img { transition: var(--all-medium); background: #010101; clip-path: polygon(40px 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0% 40px); }
.product-box .prod-img { width: 100%; padding-bottom: 80%; position: relative; margin-bottom: 40px; }
.product-box .prod-img img { position: absolute; }
.product-box .info { position: absolute; width: 100%; display: flex; flex-flow: column wrap; align-items: center; padding: 0; bottom: 0; }
.product-box .info .title { font-size: 90px; font-weight: 600; color: #fff; font-family: 'HK Grotesk Wide'; margin-bottom: 10px; position: relative; }
.product-box .info .title::before { content: attr(data-title); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 160px; font-weight: 300; color: transparent; -webkit-text-stroke: 1px; -webkit-text-stroke-color: #fff; opacity: 0.3; }
.product-box .info p { font-size: 18px; font-weight: 300; color: #AAAAAA; line-height: 1.4; text-align: center; }

.product-wrapper .border-button { position: absolute; top: 50%; transform: translate(0, -100%); z-index: 1; }
.product-wrapper .border-button.left { left: 0; transform: translate(-50%, -100%); }
.product-wrapper .border-button.right { right: 0; transform: translate(50%, -100%); }

.product-box.prev { clip-path: inset(0% 0% 0% 0%); animation-name: hidePrev; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes hidePrev {
from { clip-path: inset(0% 0% 0% 0%); }
to { clip-path: inset(0% 0% 100% 0%); }
}

.product-box.active { clip-path: inset(100% 0% 0% 0%); animation-name: revealActive; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes revealActive {
from { clip-path: inset(100% 0% 0% 0%); }
to { clip-path: inset(0% 0% 0% 0%); }
}

.product-box.reverse-active { clip-path: inset(0% 0% 100% 0%); animation-name: reverseActive; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes reverseActive {
from { clip-path: inset(0% 0% 100% 0%); }
to { clip-path: inset(0% 0% 0% 0%); }
}

.product-box.reverse-active + .product-box.next { clip-path: inset(0% 0% 0% 0%); animation-name: hideNext; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes hideNext {
from { clip-path: inset(0% 0% 0% 0%); }
to { clip-path: inset(100% 0% 0% 0%); }
}


.swiper-pagination-progress { display: block; text-align:right; position: relative; }
.swiper-pagination-progress .swiper-pagination { position: static; display: flex; width: 400px; height: 2px; margin-right: 50px; background: #555555; overflow: hidden; }
.swiper-pagination-progress .swiper-pagination .swiper-pagination-progressbar-fill { background: #FEFFFF; }
.swiper-pagination-progress .swiper-button-next,
.swiper-pagination-progress .swiper-button-prev { position: relative; display: inline-flex; padding: 0;  width: 52px; height: 52px; padding: 17px; border: 1px solid #555555; margin: 0 5px; left: 0; right: 0; border-top-left-radius: 10px; border-bottom-right-radius: 10px; }
.swiper-pagination-progress .swiper-button-next img,
.swiper-pagination-progress .swiper-button-prev img { opacity: 0.5; transition: var(--all-medium); }
.swiper-pagination-progress .swiper-button-next:hover img,
.swiper-pagination-progress .swiper-button-prev:hover img { opacity: 1; }
.swiper-pagination-progress .swiper-button-next:after,
.swiper-pagination-progress .swiper-button-prev:after { display: none; }
.recent-projects.py-80 { padding-bottom: 80px;}

/* OUR CLIENTS */
.our-client { position: relative; padding: 100px 0; z-index: 1; overflow: hidden; }
.our-client .section-title-grp { margin-bottom: 70px; text-align: center;}
.our-client .section-title { text-align: center; justify-content: center; margin-bottom: 20px;  }
.our-client .swiper-wrapper { transition-timing-function: linear; }
/* .our-client .client-slider1-warapper , .our-client .client-slider2-warapper { width: 110%;} */
/* .our-client .client-slider1-warapper { transform: translateX(-10%);} */
/* .our-client .client-slider2-warapper { transform: translateX(10%);} */
.our-client .client-slider1  {  margin-bottom: 35px; }
.our-client .client-slider .img-box { background: #fff; border: 1px solid #f1f1f1; border-radius: 10px; height: 120px; padding: 20px; }
.our-client .swiper .swiper-slide { margin: 0px 20px!important;}
.our-client .btn-wrap { width: 100%; overflow: hidden; margin-top: 70px; }
.our-client .btn-wrap .border-button { position: relative; padding-left: 20px; }
.our-client .btn-wrap { text-align: right; }
.our-client .btn-wrap .border-button:before{ content: ""; position: absolute; right: 100%; top:50%; transform: translateY(-50%); width: 2000px; height: 1px; background: #c5c5c5; z-index: 1; }


/* ENQUIRY CTS */
.enquiry { padding: 10px 0 80px 0px; position: relative; }
.enquiry.work { padding: 0; position: relative; }
.enquiry #gradient-canvas { position: absolute; width: 100%; height: 100%; top: 0; left: 0; --gradient-color-1: #d52a20; --gradient-color-2: #270906; --gradient-color-3: #151516; --gradient-color-4: #8c1919; z-index: 0; transition: var(--all-medium); pointer-events: none; }
.enquiry .contact-text { text-align: left; }
.enquiry .contact-text .title { font-size: 35px; font-weight: 600; text-transform: none; line-height: 1.1; font-family: 'HK Grotesk Wide'; color: #000; letter-spacing: 1px; margin-bottom: 25px; }
.enquiry .contact-text p { font-size: 20px; font-weight: 400; color: #000; margin-bottom: 20px; }
.enquiry .contact-text .link-wrapper { display: inline-block; margin-bottom: 0px; }
.enquiry .contact-text .link-wrapper a:hover { color:var(--red)}
.enquiry .contact-text .link-wrapper a { padding: 0 0px; font-size: 17px; font-weight: 400; display: inline-flex; align-items: center; margin: 0 25px 0px 0px;  text-underline-offset: 4px; color:#000; transition: all 0.4s; }
.enquiry .contact-text .link-wrapper a img { width: 20px; margin-right: 10px;}
.enquiry .button .text, .enquiry .button .text span, .enquiry .button:hover .text { color:#000}


/* INSTAGRAM SOCIAL MEDIA */
.insta-feeds { padding: 80px 0 0; z-index: 2; position: relative; display: none; }
.insta-feeds .section-title { text-align: center; letter-spacing: 2px; justify-content: center; margin-bottom: 50px; }
.insta-feeds .section-title a { width: 16px; margin-right: 10px; }
.insta-feeds .section-title::before { display: none; }

.insta-feeds .list { display: grid; grid-template-columns: repeat(5, 1fr); }
.insta-feeds .list a { width: 100%; aspect-ratio: 1; overflow: hidden; }
.insta-feeds .list a img { object-fit: cover; transition: all 0.3s; }
.insta-feeds .list a:hover img { transform: scale(1.05);}

/* FOOTER */
.footer-space { width: 100%; height: 705px; }
.footer { position: relative; padding: 90px 0 0; width: 100%; background:#3d7c99;}
.footer .button .text, .footer .button .text span { color:#fff}
.footer .button { border:1px solid #fff}
.footer .left { width: 100%; height: auto; display: block }
.footer .title { font-size: 45px; font-weight: 500; color:#fff; letter-spacing: 1px; line-height: 1.1; font-family: 'HK Grotesk Wide'; text-transform: uppercase; margin-bottom: 30px; }
.footer .footer-title { font-size: 18px; color:#fff; font-weight: 500; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px;}


.footer .address-bx p { font-size: 15px; color:#fff; margin-bottom: 10px; opacity: 0.9; }
.footer .address-bx ul li a { font-size: 15px; color:#fff; display: inline-block; margin-bottom: 10px; opacity: 0.9;}
.footer .logo { width: 220px; margin-top: 80px; }
.footer .quick-links { display: inline-flex; flex-flow: row wrap; margin-bottom: 0px; width: 100%; }
.footer .quick-links li { width: 50%; display: inline-block; }
.footer .quick-links li a { font-size: 15px; line-height: 1.2; font-weight: 400; color: #fff; width: auto; opacity: 0.9; text-transform: capitalize; padding-bottom: 5px;  margin-bottom: 8px; position: relative; display: inline-block; align-items: center; transition: var(--all-medium);; }
.footer .quick-links li a:hover { color: #fff;opacity: 1; }
.address-bx ul li a { position: relative; padding-bottom: 5px;}
.footer .quick-links li a::after , .address-bx ul li a::after { content: ''; position: absolute; left: 0px; bottom: 0px;  width: 0; height: 1px; background-size: 100%; opacity: 0; transition: var(--all-medium); background-color: #fff; }
.footer .quick-links li a:hover:after, .address-bx ul li a:hover:after  {  opacity: 1; width: 100%; }

.footer .social { display: inline-flex; flex-flow: row wrap; align-items: center; width: 100%; }
.footer .social li:not(:last-child) { margin-right: 10px; }
.footer .social li a { display: flex; width: 40px; height: 40px; padding: 8px; opacity: 1; transition: var(--all-medium); border:1px solid #fff; border-top-left-radius: 8px; border-bottom-right-radius: 8px;  }
.footer .social li a:hover { opacity: 1; background: var(--red); border:1px solid var(--red);  }

.footer .country { font-size: 16px; font-weight: 500; color: #fff; margin-bottom: 10px; font-family: 'Manrope', sans-serif; }
.footer address { font-size: 16px; font-weight: 300; color: #fff; line-height: 1.5; margin-bottom: 15px; }
.footer .connect { font-size: 16px; font-weight: 300; color: #fff; line-height: 1.5; }
.footer .connect a { font-size: 16px; font-weight: 300; color: #fff; line-height: 1.5; transition: var(--all-medium); }
.footer .connect a:hover { color: #fff; }

.footer .footer-logo { display: inline-block; width: 200px; position: absolute; left: 50%; top: 10%; transform: translateX(-50%); opacity: 0.1;}
.footer .footer-logo  img { width: 100%; height: auto;}

/* COPY */
.copy { padding: 20px 0; border-top: 1px solid rgb(255,255,255,0.5); margin-top: 90px; }
.copy p, .copy p span { font-size: 14px; font-weight: 400; color: #fff; margin-bottom: 0; }
.copy p a { font-size: 14px; font-weight: 300; color: #fff; margin-bottom: 0; transition: var(--all-medium); position: relative; }
.copy p a:hover { color: #fff; font-weight: 300; }
.copy p a:before { content: ""; position: absolute; left: 0px;bottom: -2px; width: 0px; height: 1px; background: #fff; transition: all 0.3s; }
.copy p a:hover:before { width: 100%;}

.mob_wa { position: fixed; right: 30px; bottom: 40px; width: 55px; height: 55px; padding: 8px; border-radius: 50%; background: #25D366; z-index: 2; -webkit-animation: 1s infinite pulse-animation; animation: 1s infinite pulse-animation; }
.mob_wa img { width: 100%; -webkit-filter: invert(1); filter: invert(1); }
@-webkit-keyframes pulse-animation{0%{-webkit-box-shadow:0 0 0 0 rgb(37 211 102 / 100%);box-shadow:0 0 0 0 rgb(37 211 102 / 100%)} 100%{-webkit-box-shadow:0 0 0 20px rgb(37 211 102 / 0%);box-shadow:0 0 0 20px rgb(37 211 102 / 0%)}}
@keyframes pulse-animation{0%{-webkit-box-shadow:0 0 0 0 rgb(37 211 102 / 100%);box-shadow:0 0 0 0 rgb(37 211 102 / 100%)} 100%{-webkit-box-shadow:0 0 0 20px rgb(37 211 102 / 0%);box-shadow:0 0 0 20px rgb(37 211 102 / 0%)}}


/* service section  */
.product-div { padding: 100px 0px 100px 0px; position: relative; overflow: hidden; }
.product-div .section-title { justify-content: flex-start; margin-bottom: 0px; }
.product-div .title-row { margin-bottom: 40px;}
.product-div .big-title { font-size: 130px; position: absolute; left: 20px; top: 30px; color: #f1f1f1; font-weight: 700; line-height: 1; }
.product-div .about-bg { width: 100%; height: auto; position: absolute; right: 0px; bottom: 0px; opacity: 0.15; transition: all 0.4s; z-index: -1;}
.product-div .about-bg img { width: 130%;}
.product-div .pro-text .section-subtitle { margin-bottom:30px; font-size: 80px; }
.product-div .pro-img { width: 100%; margin: 0px auto 0px auto ; transition: all 0.3s;  transition: all 0.4s;  padding: 0px; overflow: hidden; border-top-left-radius: 20px; border-bottom-right-radius: 20px; }
.product-div .pro-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all 1s;}

.read-more{ display: flex; align-items: center; color:var(--red); transition: all 0.3s; text-transform: none;}
.read-more svg { margin-left: 3px;}
.read-more svg path {  background: var(--red); stroke: var(--red);}
.read-more:hover { color:#fff}
.read-more:hover svg path { background-color: #fff;  stroke: #fff }

.product-div .button { text-align: center;}
.button .text { justify-content: center;}

.product-div  .pro-text { padding: 30px 0px 30px 30px 30px;}
.product-div  .pro-text .border-button { margin-top: 15px;}
.product-div  .pro-text .pro-name { color:#000; font-size: 50px; margin-bottom: 20px; }
.product-div  .pro-text p { margin-bottom: 15px;}
.product-slider .swiper-slide { opacity: 0!important;}
.product-slider .swiper-slide.swiper-slide-visible.swiper-slide-active { opacity: 1!important;}


/* INNER BANNER */
.inner-banner { position: relative; padding: 270px 0 180px; width: 100%; text-align: center; }
.inner-banner:before { content: ""; position: absolute; top:0px; left:0px; background: rgba(0,0,0,0.4); width: 100%; height: 100%; z-index: 1; }
.inner-banner .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.inner-banner .bg img { object-fit: cover; object-position: 0 0; }
.inner-banner .title { font-size: 55px; font-weight: 500; line-height: 1; color: #fff; margin-bottom: 0px; text-transform: capitalize; text-shadow: #404040 1px 7px 8px; }
.inner-banner p { font-size: 24px; font-weight: 200; line-height: 1.4; color: #fff; margin-bottom: 0; }

.breadcrum-div { display: flex; justify-content: center; display: none;}
.breadcrum-div li { display: inline-flex; margin-right: 15px; font-size: 18px; color:#fff }
.breadcrum-div li a { display:block; padding-right: 15px; font-size: 18px; color:#aaa; transition: all 0.3s; }
.breadcrum-div li a:hover { color:#fff }
.breadcrum-div li:last-child{ margin-right: 0px;}
.breadcrum-div li:last-child a { padding-right: 0px;}

.py-80 { padding-top: 90px; padding-bottom: 90px; }

/* WHO WE ARE */
.who-we-are { position: relative; background: #fff; overflow: hidden; }
.who-we-are .section-title { color: #010101; }
.who-we-are .about-text { padding-right: 20px;}
.who-we-are .container { max-width: calc(100% - 400px);}

/* mission bx */
.vision-cont { position: relative; overflow: hidden; transition: all 0.4s; background: #000; }
.vision-cont.py-80 { padding: 130px 0px; }
.vision-cont .container { max-width: calc(100% - 400px);}
.vision-cont .mission-bx .icon-bx { width: 110px; height: 110px; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; margin-bottom: 20px; } 
.vision-cont .mission-bx .icon-bx img { width: 85px; margin: auto; }
.vision-cont .mission-bx { text-align: left;}
.vision-cont .fade-in-right .mission-bx { text-align: right;}
.vision-cont .mission-bx p { color:#fff; font-size: 20px; }
.vision-cont .mission-bx p:last-child { margin-bottom: 0px;}
.vision-cont .mission-bx .section-subtitle { margin-bottom: 15px; color:#fff; letter-spacing: 1px; }
.vision-cont .mission-bg { position: absolute; right: 0px; top:0;  width:100%; height: 140%; }
.vision-cont .mission-bg img { width: 100%; height:100%; object-fit: cover; }
/* .mission-bg img {  transition: all 2s;} */

/* ceo message */
.ceo-msg-cont.py-80 { padding-top: 100px; padding-bottom: 100px; }
.ceo-msg-cont { position: relative; overflow: hidden; margin-bottom: 80px;}
.ceo-msg-cont .about-bg { width: 100%; height: auto; position: absolute; right: 0px; bottom: 0px; opacity: 0.08; transition: all 0.4s;}
.ceo-msg-cont .about-bg img { width: 100%;}
.ceo-msg-cont .right { padding-left: 30px;}
.ceo-msg-cont .img-box {  overflow: hidden;}
.circle-effect { border-radius: 50%;}
.ceo-msg-cont .img-box img { width: 100%; height: 100%; object-fit: cover; object-position: top center;}
.ceo-msg-cont .sign-img { width: 150px;}
.ceo-msg-cont .sign-img img { width: 100%; }
.hero-text { font-size: 20px; font-weight: 500; color:#000}
.ceo-msg-cont .left { text-align: center;}


/* CONTACT US */
.contact-us { position: relative; display: flex; flex-flow: row wrap; overflow: hidden; }
.contact-us .left { position: relative; display: block;  height: 100%; align-items: flex-start; }
.contact-us .left .title { font-size: 50px;  line-height: 1.2; margin-bottom: 30px; color:#000 }
.contact-us .left .address-bx p { font-size: 16px; color:#000; margin-bottom: 6px; font-weight: 500; }
.contact-us .left .address-bx { width: 100%; display:block; margin-bottom: 70px; border-bottom: 1px solid #dfdede ; padding-bottom: 50px;}
.contact-us .left .address-bx li { width: 33.0%; display: inline-flex; flex-direction: column; justify-content: center; text-align: center; align-items:center; position: relative; }
.contact-us .left .address-bx li:before{ content: ""; position: absolute; right: 0px; top:140px; transform: translateY(-50%); width: 1px; height: 70px; background: #dfdede; }
.contact-us .left .address-bx ul li a { font-size: 16px; color:#000; display: inline-block; transition: all 0.4s; font-weight: 500; }
.contact-us .left .address-bx ul li a:after { display: none;}
.contact-us .left .address-bx ul li:before { display: none;}
.contact-us .left .address-bx li:last-child { padding-right: 0px;}
.contact-us .left .address-bx li:last-child:before { display: none;}
.contact-us .left .address-bx ul li a { position: relative; padding-bottom: 4px; }
.contact-us .left .address-bx ul li a:before{ content: ""; position: absolute; bottom: 0px; width: 0px; height: 1px; background: #000; transition: all 0.3s; opacity: 0.4;}
.contact-us .left .address-bx ul li a:hover:before { width: 100%;}
.contact-us .left .address-bx ul li { display:inline-flex; position: relative; width: 100%; margin-bottom: 5px; padding-right: 0px;}
.address-title { font-size: 14px; color:#777; text-transform: uppercase; font-weight: 500; margin-bottom: 15px; }
.contact-us .left .address-bx ul li:before { content: ""; position: absolute; right: 0px; top:50%; transform: translateY(-50%); height: 10px; width: 1px; background: #fff;}
.contact-us .left .address-bx ul li:last-child:before{ display: none}
.contact-us .right { position: relative; height: 100%; display: inline-flex; flex-flow: row wrap; }
.contact-us .right .container { max-width: 100%; }
.contact-us .right .section-title { color: #010101; margin-bottom: 30px; }
.contact-us .right .section-subtitle { margin-bottom: 30px; }
.contact-us .right p { font-size: 20px; font-weight: 400; line-height: 1.4; color: #333; margin-bottom: 20px; }
.contact-us .right p:last-child { margin-bottom: 0; }
.contact-us .left .address-bx ul li a.google-map { color:#d52a20; font-weight: 500; }

.contact-us .right p.hero-text { margin-bottom: 50px; font-weight: 500; text-align: center; color:#000}
.contact-us .right .img-bx{ position: relative; width: 80%; margin-left: auto; margin-right: auto; }
.contact-us .right .img-bx:before{ content: ""; position: absolute; top:50%; right: 0px; width: 1px; height: 100%; }
 .contact-us .left .address-bx .social { display: inline-flex; flex-flow: row wrap; align-items: center; justify-content: center; width: 100%;}
.contact-us .left .address-bx .social li { width: auto; padding-right: 0px; margin-right: 5px; margin-left: 5px;}
.contact-us .left .address-bx .social li a:before { display: none;}
.contact-us .left .address-bx .social li a { display: flex; width: 40px; height: 40px; padding: 6px; opacity: 1; transition: var(--all-medium); border: 1px solid var(--red); background: var(--red); border-top-left-radius: 8px; border-bottom-right-radius: 8px;
}
.contact-us .left .address-bx .social li a:hover { background: transparent;}
.contact-us .left .address-bx .social li a:hover img { filter: brightness(0);}
.map-bg { width:60%; position: absolute; top:50%; left: 50%; transform: translate(-50% , -50%); opacity: 0.2;}
.map-bg  img { width: 100%; }
.contact-us .left .address-bx li .address-icon { width: 60px; height: 60px; margin-bottom: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border:1px solid var(--red)}
.contact-us .left .address-bx li .address-icon img { width: 20px;}


/* services page  */
.services-sec {  position: relative; height: 80vh;}
.services-list-sec .section-title-grp .section-subtitle { font-size: 18px; font-weight: 500; font-family: 'Manrope', sans-serif; }
.services-sec.product-div .pro-text .section-subtitle { font-size: 60px; margin-bottom: 20px; }
.services-sec .pro-bg { width: 100%; height: 100%; position: absolute; top:0px; left: 0px; }
.services-sec .pro-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 0 0; transition: all 0.4s; }
.services-sec .mob-img { display: none; margin-top: 20px; margin-bottom: 20px;}
.services-sec.product-div .pro-text p { font-size: 18px; color:#000; font-weight: 500;}
.services-sec .pro-text { margin-top: 70px;}
.service-container { display: block; cursor: default; padding: 35px; border:1px solid #e9e7e7; border-top-left-radius: 30px; border-bottom-right-radius: 30px; margin: 15px 0px; height: calc(100% - 30px); position: relative; transition: all 0.3s; }
.service-container .service-img {  overflow: hidden; width: 100%; height: 300px;  margin-bottom: 20px; transition: all 0.3s; border-top-left-radius: 15px; border-bottom-right-radius: 15px;}
.service-container .service-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all 0.4s;}
.service-container .services-text .section-subtitle { font-size: 24px; margin-bottom: 10px; }
.service-container .services-text p:last-child { margin-bottom: 0px;}
.service-container:hover .service-img img { transform: scale(1.1);}
.service-container:hover .service-img { transform: scale(0.95);}
.fade-in-left2 { transform: translateX(-150px); opacity: 0; transition: all 0.3s; }
.fade-in-right2 { transform: translateX(150px); opacity: 0; transition: all 0.3s}

/* career page  */
.career-page { position: relative; overflow: hidden; background: #f1f1f1; }
.career-page .section-title-grp { margin-bottom: 40px; text-align: center;}
.career-page .section-subtitle { text-align: center; justify-content: center; font-size: 22px; margin-bottom: 0px; font-weight: 500;  }
.carrer-intro .carrer-images .career-img-bx { border-top-left-radius: 30px; border-bottom-right-radius: 30px; margin-bottom: 30px; overflow: hidden; margin: 20px 10px; }
.carrer-intro .carrer-images .career-img-bx img { width: 100%;}
.carrer-intro .carrer-images .career-img-bx2 { width: 400px; margin-left: auto; margin-top: 50px;}
.carrer-intro .carrer-images .career-img-bx1 { width: 97%; margin-right: auto;}
.carrer-intro .carrer-images .career-img-bx3 { width: 100%; margin-right: auto;}
.custom-file-input { display: none; }
.carrer-images { margin-top: 50px;}
.custom-select { position: relative; display: block; }
.custom-select::before { content: ""; position: absolute; background-image: url("../images/icons/down-arrow.svg"); background-repeat: no-repeat; background-position: center; width: 15px; height: 15px; top: 50%; right: 10px; transform: translateY(-50%);}

#customFileLabel { position: relative;}
#customFileLabel::before { content: ""; position: absolute; background-image: url("../images/icons/attachment.svg"); background-repeat: no-repeat; background-position: center; width: 15px; height: 15px; top: 50%; right: 10px; transform: translateY(-50%); opacity: 0.5;}

select { appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.career-page .about-bg { width: 100%; height: auto; position: absolute; right: 0px; bottom: 0px; opacity: 0.03; transition: all 0.4s;}
.career-page .about-bg img { width: 100%;}
.form-container {  border-top-left-radius: 30px; border-bottom-right-radius: 30px;}
.career-page .form-container textarea.form-control { height: 120px; }

/*  clint page  */
.clients-sec  ul { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.clients-sec  ul li { background: #fff; border:1px solid #f1f1f1; border-radius: 10px; height: 140px; padding: 15px; display: flex; align-items: center; justify-content: center; }
.clients-sec  ul li  img { width: 100%;}
.clients-sec  ul li  .img-box { height:100%; width: auto;}
.clients-sec  .section-title-grp { text-align: center; margin-bottom: 50px;}
.mid-title { font-size: 24px; color:#000}
.clients-sec .section-title-grp { margin-bottom: 50px; text-align: center;}
.clients-sec .section-subtitle { text-align: center; justify-content: center; font-size: 20px; font-weight: 500; margin-bottom: 0px; font-family: 'Manrope', sans-serif;  }
.gallery { display: none;}
.work-img:hover .overlay{  background: rgba(0,0,0,1); }
.gallery figure a{ width: 50%; height: auto; }
.recent-projects .project-bx { display: block; position: relative; margin-bottom: 30px; width: 100%; height: calc(100% - 30px ); overflow: hidden; padding: 30px; border: 1px solid #e9e7e7; border-top-left-radius: 20px; border-bottom-right-radius: 20px;}
.recent-projects .project-bx .work-img { height: 250px; width: 100%; overflow: hidden; border-top-left-radius: 10px; border-bottom-right-radius: 10px;}
.recent-projects .project-bx .work-img a { height: 100%; width: 100%; display: block; }
.recent-projects .project-bx .work-img img { width: 100%; height: 100%; object-position: center; object-fit: cover; transition: all 0.4s; }
/* .recent-projects .project-bx:hover .work-img  { transform: scale(0.95);} */
.recent-projects .project-bx:hover .work-img  img { transform: scale(1.1);}
.recent-projects .project-bx .overlay-text { margin-top: 25px;}
.recent-projects .project-bx .overlay-text .subtitle { font-size: 24px; line-height: 1; font-weight: 500; margin-bottom: 10px; color:#000; font-family: 'HK Grotesk Wide'; }
.recent-projects .project-bx:hover .overlay-text .overlay-div:before { width: 100%; }
.recent-projects .project-bx .overlay-text p { font-size: 15px;  margin-bottom: 0px; color:#000; opacity: 0.9;}
.recent-projects .project-bx:hover .overlay-text { opacity: 1; transform: scale(1);}
.recent-projects .project-bx:hover .overlay-text .overlay-div { opacity: 1; width: 100%; }

/* .recent-projects {} */
.recent-projects .section-subtitle { text-align:left; margin-bottom: 25px; font-size: 34px;}
.recent-projects .section-title-grp .section-subtitle { font-size: 18px; font-weight: 500; margin-bottom: 60px;font-family: 'Manrope', sans-serif; }
.recent-projects .nav-tabs { margin-bottom: 50px; border-bottom: 0px;}
.recent-projects .nav-tabs .nav-item { margin-right: 20px;}
.recent-projects .nav-tabs .nav-item button { background: #ffffff; color:#000; font-weight: 500; border:1px solid var(--red); padding: 14px 26px; font-size: 16px; border-radius: 0px; transition: all 0.4s;}
.recent-projects .nav-tabs .nav-item button.active { background: var(--red); color:#fff}
.lb-data .lb-number { display: none!important;}
.lb-data .lb-caption { font-size: 16px; font-weight: 500;}
.lightbox .lb-image { max-width: 100%!important; width: 100%!important; object-fit: contain; height: 100%!important; object-position: center;}
.lb-nav a.lb-prev { width: 20%!important;}
.lb-nav a.lb-next { width: 20%!important;}

.contact-us form p .border-button { display: none;}
.contact-us form p { margin-bottom: 0px;}
.contact-us form  .button .text p { font-size: 14px; text-transform: uppercase;font-family: 'HK Grotesk Wide'; font-weight: 500;}
.contact-us form .button input { color: #fff; font-weight: 500; text-transform: uppercase; }

/*  lightbox gallery  */
.lightboxOverlay { position: fixed; height: 100vh!important; width: 100%;}
.lightbox { text-align: center; line-height: 0; position: fixed; left: 0; top: 50% !important; transform: translateY(-50%); height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column;} 
.lb-container, .lb-outerContainer { width: 800px!important; height: 700px!important;} 
.lb-containe .lb-image { width: 100%!important; height: 100%; object-fit: cover; object-position: center;} 
.lb-dataContainer { order:1; margin-bottom: 10px;} .lb-outerContainer { order:2}
.lb-data .lb-close { display: block; position: relative; float: right; width: 40px; height: 40px; border-radius: 50%; z-index: 11;  background-size: 20px; background-position: center; text-align: center; background-color: #000; outline: 0; opacity: 1!important; transition:none; margin-right: -20px; margin-bottom: -30px;} 
.lb-data .lb-caption { display: none!important;} 


.wpcf7-not-valid-tip { font-size: 14px; padding-top: 4px;}
.wpcf7 form .wpcf7-response-output { margin: 25px 0px 0px 0px; padding: 10px 15px; border: 1px solid #00a0d2; color: #000; font-weight: 500; font-size: 14px; }




.contact-us form .button.submit-button{
    color: #fff;
    font-weight: 500;
	font-size:14px;
    text-transform: uppercase;
}

.contact-us form .button:hover{
    color: #000;
   
}

body.no-scroll { overflow: hidden; }
body.no-overflow  .smooth-content { overflow: hidden!important; pointer-events: none;}






