.section-wrapper {
  overflow: hidden;
  position: relative;
}
.section-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 21, 50, 0) 0%, #001532 50%, #001532 100%);
}
.section-wrapper .first-section-wrapper {
  position: relative;
  height: 100vh;
}
.section-wrapper .first-section-wrapper .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: clamp(120px, 15vw, 200px) clamp(12px, 2vw, 20px) clamp(180px, 20vw, 300px) clamp(12px, 2vw, 20px);
  width: 100%;
}
.section-wrapper .first-section-wrapper .info h1 {
  font-family: "Manrope-Light";
  color: #FFF;
  font-size: clamp(30px, 5vw, 50px);
  padding: clamp(50px, 10vw, 100px) clamp(10px, 5vw, 20px);
  line-height: normal;
}
.section-wrapper .first-section-wrapper .info h1 span {
  font-style: italic;
  font-family: "IBMPlexSerif-Medium";
}
.section-wrapper .first-section-wrapper .info .scroll-down {
  cursor: pointer;
  animation: bounce 3s ease infinite;
}

.scroll-background-image {
  z-index: -2;
}

.scroll-background-overlay {
  z-index: 1;
}

.section-wrapper,
.second-section-wrapper {
  position: relative;
}

.page-content-section .info {
  position: relative;
  z-index: 2;
  padding: 200px 20px 300px 20px;
  text-align: center;
  width: 100%;
}
.page-content-section .info h1 {
  font-family: "Manrope-Medium";
  color: #FFF;
  font-size: clamp(30px, 5vw, 50px);
  padding: clamp(50px, 10vw, 100px) clamp(10px, 5vw, 20px);
  line-height: normal;
}
.page-content-section .info h1 span {
  font-style: italic;
  font-family: "IBMPlexSerif-Medium";
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.page-content-section .info .scroll-down {
  cursor: pointer;
  animation: bounce 3s ease infinite;
}
.page-content-section .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-content-section .list-holder {
  z-index: 2;
  position: relative;
  padding-bottom: clamp(50px, 15vw, 100px);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-content-section .list-holder .s1 {
  padding-top: clamp(50px, 15vw, 100px);
  padding-bottom: clamp(50px, 15vw, 200px);
}
.page-content-section .list-holder .about-us-section {
  position: relative;
}
.page-content-section .list-holder .about-us-section .layer-svg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -122px;
}
.page-content-section .list-holder .about-us-section .s2 {
  padding-top: clamp(50px, 15vw, 200px);
  position: relative;
}
.page-content-section .list-holder .trust {
  overflow-x: hidden;
}
.page-content-section .list-holder .trust .trust-container {
  display: flex;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: clamp(20px, 5vw, 50px);
}
.page-content-section .list-holder .trust .trust-container .trust-item {
  width: calc((100vw - 60px) / 2.5);
  max-width: 500px;
  min-width: 350px;
  position: relative;
}
.page-content-section .list-holder .trust .trust-container .trust-item .img-holder img {
  width: 100%;
  height: auto;
}
.page-content-section .list-holder .trust .trust-container .trust-item .img-holder img.slide-img {
  border-radius: 24px;
}
.page-content-section .list-holder .trust .trust-container .trust-item .img-holder .bottom-info {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.page-content-section .list-holder .trust .trust-container .trust-item .img-holder .bottom-info .logo {
  width: 190px;
}
.page-content-section .list-holder .trust .trust-container .trust-item .img-holder .bottom-info .title {
  color: #FFF;
  font-size: 24px;
  text-align: right;
}
.page-content-section .contact-section {
  text-align: center;
  padding-top: clamp(100px, 10vw, 200px);
  padding-bottom: clamp(50px, 5vw, 100px);
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.page-content-section .contact-section h2 {
  font-family: "Manrope-Medium";
  color: #FFF;
  font-size: clamp(24px, 4vw, 42px);
  line-height: normal;
}
.page-content-section .contact-section h2 span {
  font-style: italic;
  font-family: "IBMPlexSerif-Medium";
}
.page-content-section .contact-section h3 {
  font-size: 22px;
  line-height: 22px;
  padding-top: 25px;
  padding-bottom: 50px;
}
.page-content-section .contact-section .form-note {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 11px;
}
.page-content-section .contact-section .contact-details {
  padding-top: clamp(50px, 10vw, 100px);
}
.page-content-section .contact-section .contact-details > div {
  font-size: 15px;
  padding-bottom: 3px;
}
.page-content-section .contact-section .contact-details > div a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.page-content-section .contact-section .contact-details > div a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #FFF;
  transition: width 0.4s ease;
}
.page-content-section .contact-section .contact-details > div a:hover:after {
  width: 100%;
}
.page-content-section .contact-section .social-media {
  padding-top: clamp(30px, 5vw, 50px);
  padding-bottom: clamp(30px, 5vw, 50px);
}
.page-content-section .contact-section .social-media a {
  text-decoration: none;
  margin-right: 50px;
}
.page-content-section .contact-section .social-media a:last-child {
  margin-right: 0;
}
.page-content-section .contact-section .copyright-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
.page-content-section .contact-section .subscribe-holder {
  position: relative;
  display: inline-block;
}
.page-content-section .contact-section .subscribe-holder p {
  margin-bottom: 6px;
}
.page-content-section .contact-section .subscribe-holder .wpcf7-submit {
  position: absolute;
  top: 9px;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  background: url("../images/arrow-right.svg") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.page-content-section .contact-section .subscribe-holder .wpcf7-submit:focus, .page-content-section .contact-section .subscribe-holder .wpcf7-submit:focus-visible {
  outline: none;
  border: 2px solid transparent !important;
}
.page-content-section .contact-section .subscribe-holder input {
  margin-top: 8px;
  border: 1px solid #FFF;
  background-color: transparent !important;
  color: #FFF;
  padding: 16px 40px;
  margin-bottom: 14px;
  border-radius: 50px !important;
  width: 100%;
}
.page-content-section .contact-section .subscribe-holder input:focus, .page-content-section .contact-section .subscribe-holder input:focus-visible {
  outline: none;
  border: 2px solid #FFF !important;
}
.page-content-section .contact-section .subscribe-holder input::-moz-placeholder {
  color: #FFF !important;
  opacity: 1;
}
.page-content-section .contact-section .subscribe-holder input::placeholder {
  color: #FFF !important;
  opacity: 1;
}
.page-content-section .contact-section .subscribe-holder input::-webkit-input-placeholder, .page-content-section .contact-section .subscribe-holder input:-moz-placeholder, .page-content-section .contact-section .subscribe-holder input::-moz-placeholde, .page-content-section .contact-section .subscribe-holder input:-ms-input-placeholder {
  color: #FFF !important;
}
.page-content-section .contact-section .subscribe-holder .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -2px;
  right: 66px;
}
.page-content-section .contact-section .wpcf7-response-output {
  margin: 0 20px 30px 0 !important;
  border-color: transparent !important;
}

.scroll-background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../../images/component-5@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -2;
  pointer-events: none;
  transition: top 0.3s ease;
}
.scroll-background-image.position-absolute {
  position: absolute;
}

.scroll-background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0, 21, 50, 0) 0%, #001532 7%, #001532 100%);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.second-section-wrapper {
  background-color: #fff;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding-top: clamp(50px, 10vw, 100px);
}
.second-section-wrapper .project-list {
  display: flex;
  margin-top: clamp(20px, 5vw, 50px);
}
.second-section-wrapper .project-list .project-item {
  padding-bottom: clamp(50px, 8vw, 100px);
  overflow: hidden;
  border-radius: 18px;
}
.second-section-wrapper .project-list .project-item .project-title {
  color: #0B0606;
  font-size: 24px;
  font-size: clamp(18px, 2.5vw, 24px);
  padding-top: 20px;
}
.second-section-wrapper .project-list .project-item:nth-child(1) .project-img {
  height: 767px;
}
.second-section-wrapper .project-list .project-item:nth-child(2) .project-img {
  height: 432px;
}
.second-section-wrapper .project-list .project-item:nth-child(3) .project-img {
  height: 432px;
}
.second-section-wrapper .project-list .project-item:nth-child(4) .project-img-holder {
  margin-left: 90px;
}
.second-section-wrapper .project-list .project-item:nth-child(4) .project-img {
  height: 767px;
}
.second-section-wrapper .project-list .project-item:nth-child(4) .project-title {
  margin-left: 90px;
}
.second-section-wrapper .button-holder-wrapper {
  margin: auto;
  width: auto;
}
.second-section-wrapper .project-img-holder {
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
}
.second-section-wrapper .project-img-holder .project-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.second-section-wrapper .project-img-holder:hover .project-img {
  transform: scale(1.05);
  border-radius: 18px;
}

.third-section-wrapper {
  padding-top: clamp(60px, 10vw, 150px);
  padding-bottom: clamp(40px, 8vw, 100px);
  background-color: #fff;
}
.third-section-wrapper .brand-logos-parent {
  margin-top: clamp(20px, 5vw, 50px);
  margin-bottom: clamp(20px, 5vw, 50px);
}
.third-section-wrapper .brand-logos-parent .brand-logos-swiper .swiper-slide {
  border-top: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  height: 180px;
  padding: 0;
  flex-shrink: 0;
}
.third-section-wrapper .brand-logos-parent .brand-logos-swiper .swiper-slide:last-child {
  border-right: none;
}
.third-section-wrapper .brand-logos-parent .brand-logos-swiper .swiper-slide .brand-logo-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.third-section-wrapper .brand-logos-parent .brand-logos-swiper .swiper-slide .brand-logo {
  max-width: 80%;
  max-height: 80px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s;
  background: transparent;
}

@media (min-width: 1520px) {
  .list-holder .trust .trust-container .trust-item {
    width: 584px;
    max-width: 520px;
  }
}
@media (max-width: 1519px) and (min-width: 1200px) {
  .list-holder .trust .trust-container .trust-item {
    width: calc((100vw - 60px) / 3.2);
    max-width: 380px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .list-holder .trust .trust-container .trust-item {
    width: calc((100vw - 60px) / 2.5);
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .brand-logos-swiper-mobile {
    display: block !important;
  }
  .brand-logos-swiper-desktop {
    display: none !important;
  }
  .list-holder .trust .trust-container .trust-item {
    width: calc((100vw - 60px) / 1.5);
    max-width: 300px;
    min-width: 250px;
  }
  .third-section-wrapper .brand-logos-parent .brand-logos-swiper .swiper-slide {
    width: 200px !important;
    min-height: 120px;
    height: 120px;
  }
  .third-section-wrapper .brand-logos-parent .brand-logos-swiper .brand-logo {
    max-width: 70% !important;
    max-height: 60px !important;
  }
  .page-content-section .list-holder .about-us-section .deco-2-icon {
    margin-top: 50px;
  }
  .second-section-wrapper .project-list {
    margin: 0;
    padding: 0;
  }
  .second-section-wrapper .project-list .project-item .project-title {
    margin-left: 0 !important;
  }
  .second-section-wrapper .project-list .project-item .project-img-holder {
    margin-left: 0 !important;
  }
  .second-section-wrapper .project-list .project-item .project-img-holder .project-img {
    height: 300px !important;
    width: 100%;
  }
}
.third-section-wrapper {
  padding-top: clamp(60px, 10vw, 150px);
  padding-bottom: clamp(40px, 8vw, 100px);
}
.third-section-wrapper .brand-logos-parent {
  margin-top: clamp(20px, 5vw, 50px);
  margin-bottom: clamp(20px, 5vw, 50px);
}
.third-section-wrapper .brand-logos-parent .brand-logos-swiper .swiper-slide {
  border-top: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  height: 180px;
  padding: 0;
  flex-shrink: 0;
}
.third-section-wrapper .brand-logos-parent .brand-logos-swiper .swiper-slide:last-child {
  border-right: none;
}
.third-section-wrapper .brand-logos-parent .brand-logos-swiper .brand-logo-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.third-section-wrapper .brand-logos-parent .brand-logos-swiper .brand-logo {
  width: auto;
  max-width: 80%;
  max-height: 80px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s;
  background: transparent;
}

.brand-logos-swiper-mobile,
.brand-logos-swiper-mobile .swiper-wrapper,
.brand-logos-swiper-mobile .swiper-slide {
  margin: 0 !important;
  padding: 0 !important;
}

.brand-logos-swiper-mobile .swiper-slide {
  width: 200px; /* or whatever fits your design */
}

@media (max-width: 480px) {
  .third-section-wrapper .brand-logos-parent .brand-logos-swiper .swiper-slide {
    width: 180px !important;
    min-height: 100px;
    height: 100px;
  }
  .third-section-wrapper .brand-logos-parent .brand-logos-swiper .brand-logo {
    max-width: 65%;
    max-height: 50px;
  }
}
.title-with-line {
  padding-left: 86px;
  position: relative;
}
.title-with-line.padding-top {
  padding-top: 20px;
}
.title-with-line.max-width {
  max-width: 572px;
}
.title-with-line::before {
  content: "";
  width: 1px;
  height: 115.697px;
  position: absolute;
  left: 25px;
  top: 0;
  background: rgba(255, 255, 255, 0.3019607843);
  transform: rotate(195deg);
}
.title-with-line .subtitle {
  color: #FFF;
  font-size: 13px;
  font-family: "Manrope-ExtraBold";
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.title-with-line h2 {
  font-family: "Manrope-Light";
  color: #FFF;
  font-size: clamp(24px, 4vw, 40px);
  line-height: normal;
  padding-bottom: 30px;
}
.title-with-line h2 span {
  font-style: italic;
  font-family: "IBMPlexSerif-Medium";
}
.title-with-line h3 {
  color: #FFF;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(24px, 2.2vw, 28px);
}
.title-with-line h3.margin-bottom {
  margin-bottom: clamp(30px, 5vw, 50px);
}
.title-with-line.black .subtitle,
.title-with-line.black h2 {
  color: #000;
}
.title-with-line.black:before {
  background: rgba(0, 0, 0, 0.3);
}
.title-with-line.noIncline {
  padding-inline-start: 0;
}
.title-with-line.noIncline h2 {
  font-size: clamp(24px, 4vw, 50px);
}
.title-with-line.noIncline:before {
  display: none;
}
.title-with-line.noIncline span {
  font-style: italic;
  font-family: "IBMPlexSerif-Medium";
}

.button-holder {
  border-radius: 36px;
  border: 0.7px solid #000;
  background: #FFF;
  text-decoration: none;
  color: #001C43;
  padding: 10px 20px;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Manrope-ExtraBold";
  cursor: pointer;
  border: none;
}
.button-holder.dark {
  background: #001C43;
  color: #fff;
}
.button-holder svg {
  margin-left: 6px;
  margin-top: -1px;
  transition: transform 0.3s ease;
}
.button-holder:hover svg {
  transform: translateX(3px);
}
.button-holder.width-auto {
  width: auto;
}

.values-slider {
  display: flex;
  margin-top: clamp(40px, 5vw, 70px);
}
.values-slider.swiper {
  overflow: visible;
}
.error404 .site-main {
  padding-bottom: clamp(100px, 10vw, 200px);
}
.error404 .site-main .title {
  font-size: clamp(40px, 6vw, 75px);
  font-family: "Manrope-ExtraBold";
  color: #001C43;
}
.error404 .site-main .title span {
  font-style: italic;
  font-family: "IBMPlexSerif-Medium";
}
.error404 .site-main .description {
  font-size: clamp(14px, 2vw, 20px);
  font-family: "Manrope-ExtraBold";
  padding-bottom: clamp(30px, 5vw, 60px);
}

.page-template-projects .second-section-wrapper {
  padding-top: 0;
}

.mainBanner .scrollBanner::after {
  opacity: 40% !important;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1384px !important;
  }
}
@media only screen and (max-width: 768px) {
  .title-with-line {
    padding-left: 60px;
    padding-top: 20px;
  }
  .title-with-line:before {
    height: 85.697px;
    top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.site-footer {
  position: relative;
  background: #000D1F;
  color: #fff;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  z-index: 10;
}
.site-footer .footer-watermark {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  width: 650px;
  height: 650px;
  background: url("../../images/footer-layer.svg") no-repeat right top;
  background-size: contain;
  opacity: 1;
}
.site-footer .footer-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: clamp(40px, 8vw, 100px);
  padding-bottom: clamp(40px, 8vw, 90px);
}
.site-footer .footer-logo img {
  height: 56px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.site-footer .footer-nav {
  width: 100%;
  padding-bottom: clamp(40px, 6vw, 78px);
  padding-top: clamp(40px, 6vw, 78px);
}
.site-footer .footer-nav .footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-nav .footer-menu-list li a {
  color: #fff;
  font-family: "Manrope-Regular", Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer .footer-nav .footer-menu-list li a:hover {
  opacity: 0.8;
}
.site-footer .footer-nav .footer-menu-list li a:hover, .site-footer .footer-nav .footer-menu-list li a:focus {
  color: #FFF;
}
.site-footer .footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 0;
}
.site-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  transition: background 0.2s;
}
.site-footer .footer-social a svg {
  width: 32px;
  height: 32px;
  display: block;
}
.site-footer .footer-social a:hover, .site-footer .footer-social a:focus {
  background: rgba(255, 255, 255, 0.08);
}
.site-footer .footer-bottom-bar-holder {
  background: rgba(255, 255, 255, 0.05);
}
.site-footer .footer-bottom-bar-holder .footer-bottom-bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 14px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .site-footer .footer-bottom-bar-holder .footer-bottom-bar {
    flex-direction: column;
    gap: 12px;
    padding: 24px 10px 16px 10px;
    text-align: center;
  }
}
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-left,
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-center,
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-right {
  color: #fff;
  font-family: "Manrope-Regular", Arial, sans-serif;
}
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-left a,
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-center a,
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-right a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s;
}
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-left a:hover, .site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-left a:focus,
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-center a:hover,
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-center a:focus,
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-right a:hover,
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-right a:focus {
  color: #FFF;
}
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-center {
  flex: 1 1 auto;
  text-align: center;
}
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-center .footer-privacy {
  text-decoration: none;
}
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-left {
  text-align: left;
}
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-right {
  text-align: right;
}
.site-footer .footer-bottom-bar-holder .footer-bottom-bar .footer-bottom-right a:hover {
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 700px) {
  .site-footer .footer-main {
    padding: 40px 10px 24px 10px;
  }
  .site-footer .footer-logo img {
    height: 40px;
  }
  .site-footer .footer-nav .footer-menu-list {
    gap: 16px;
    font-size: 14px;
  }
  .site-footer .footer-social {
    gap: 20px;
  }
  .site-footer .footer-social a {
    width: 32px;
    height: 32px;
  }
  .site-footer .footer-social a svg {
    width: 24px;
    height: 24px;
  }
  .site-footer .footer-bottom-bar {
    padding: 16px 5px 10px 5px;
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .footer-watermark {
    width: 320px;
    height: 320px;
    background-size: contain;
  }
}
@media (max-width: 600px) {
  .footer-watermark {
    width: 180px;
    height: 180px;
    background-size: contain;
  }
}
.logo-container {
  position: absolute;
  width: 100%;
  top: 54px;
  z-index: 1;
}
.logo-container .inner {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.logo-container .inner .frame-wrapper7 {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logo-container .inner .frame-wrapper7 .frame-wrapper8 {
  height: 40px;
  border-radius: 33px;
  justify-content: center;
  padding: 10px 6px 10px 11px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 7px 6px 6px;
}
.logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  display: flex;
  flex-direction: column;
}
.logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12 {
  width: 17.5px;
  position: relative;
  border-top: 1.5px solid #fff;
  box-sizing: border-box;
  height: 1.5px;
}

.main-menu-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-menu-nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.main-menu-nav .container {
  position: relative;
}
.main-menu-nav .close-menu-container {
  position: absolute;
  top: 54px;
}
.main-menu-nav .close-menu-container .inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.main-menu-nav .close-menu-container .close-menu {
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 30;
}
.main-menu-nav .close-menu-container .close-menu.mobile {
  display: none;
}
.main-menu-nav .main-menu-overlay {
  display: flex;
  height: 100vh;
  width: 100%;
  background: #fff;
  position: relative;
}
.main-menu-nav .main-menu-left {
  width: 40vw;
  height: 100vh;
  overflow: hidden;
}
.main-menu-nav .main-menu-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main-menu-nav .main-menu-right {
  width: 60vw;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 6vw;
  box-sizing: border-box;
  overflow: hidden;
}
.main-menu-nav .main-menu-right:after {
  position: absolute;
  content: "";
  background-image: url("../../images/menu-overlay.png");
  width: 634px;
  height: 683px;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.main-menu-nav .main-menu-right .menu-main-menu-container {
  padding-top: clamp(60px, 8vw, 130px);
  position: relative;
  z-index: 10;
  width: 100%;
}
.main-menu-nav .main-menu-right .menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu-nav .main-menu-right .menu-main-menu-container > ul {
  margin-right: clamp(24px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.main-menu-nav .main-menu-right .menu-main-menu-container > ul .menu-item {
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.main-menu-nav .main-menu-right .menu-main-menu-container > ul .menu-item a {
  color: #111;
  text-decoration: none;
  transition: color 0.2s;
}
.main-menu-nav .main-menu-right .menu-main-menu-container > ul .menu-item.active > a {
  font-family: "Manrope-ExtraBold";
}
.main-menu-nav .main-menu-right .menu-main-menu-container .sub-menu {
  margin-top: clamp(60px, 8vw, 130px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(30px);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
  background: transparent;
  border-left: 1px solid #D9D9D9;
  padding-left: clamp(40px, 6vw, 86px);
  margin-left: clamp(20px, 6vw, 56px);
  z-index: 1;
}
.main-menu-nav .main-menu-right .menu-main-menu-container .sub-menu.active {
  opacity: 1;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.main-menu-nav .main-menu-right .menu-main-menu-container .sub-menu li {
  margin-bottom: 0;
}
.main-menu-nav .main-menu-right .menu-main-menu-container .sub-menu li a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 16px;
  z-index: 6;
  position: relative;
}
.main-menu-nav .main-menu-right .menu-main-menu-container .sub-menu li a:hover {
  color: #000;
}
.main-menu-nav .menu-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  border: none;
  background: #eee;
  border-radius: 50%;
  font-size: 2rem;
  color: #888;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
}
.main-menu-nav .menu-close:hover {
  background: #ddd;
}
.main-menu-nav .main-menu-footer {
  width: 100%;
  margin-top: auto;
  padding-bottom: 32px;
}
.main-menu-nav .main-menu-footer .footer-links {
  font-size: 1rem;
  color: #222;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 16px;
}
.main-menu-nav .main-menu-footer .footer-links a {
  color: #000;
  text-decoration: none;
  margin: 0 8px;
  font-size: 16px;
}
.main-menu-nav .main-menu-footer .footer-links a:hover {
  text-decoration: underline;
}
.main-menu-nav .main-menu-footer .footer-links a:first-child {
  margin: 0 8px 0 0;
}
.main-menu-nav .main-menu-footer .footer-socials {
  gap: 20px;
  display: flex;
}
.main-menu-nav .main-menu-footer .footer-socials a {
  width: 32px;
  height: 32px;
}
.main-menu-nav .main-menu-footer .footer-socials a svg {
  width: 24px;
  height: 24px;
}
.main-menu-nav .main-menu-watermark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/path/to/watermark.svg") no-repeat center right;
  background-size: 90% auto;
  opacity: 0.06;
  pointer-events: none;
  z-index: 1;
}

.page-template-Audiovisual-Solutions .logo-container,
.page-template-Automation-Solutions .logo-container,
.page-template-Ceiling-Solutions .logo-container,
.page-template-Power-Solutions .logo-container,
.page-template-page-history .logo-container,
.page-template-Solutions .logo-container,
.page-template-page-consulation-form .logo-container,
.error404 .logo-container,
.page-template-projects .logo-container,
.page-template-Lighting-Solutions .logo-container,
.page-template-page-companies .logo-container,
.page-template-page-contact-us .logo-container,
.page-template-Companies .logo-container,
.page-template-about .logo-container,
.page-template-Careers .logo-container,
.page-template-Certificates .logo-container {
  position: relative;
  top: unset;
  padding-top: 54px;
  padding-bottom: clamp(80px, 10vw, 140px);
}
.page-template-Audiovisual-Solutions .logo-container .logo-icon4,
.page-template-Automation-Solutions .logo-container .logo-icon4,
.page-template-Ceiling-Solutions .logo-container .logo-icon4,
.page-template-Power-Solutions .logo-container .logo-icon4,
.page-template-page-history .logo-container .logo-icon4,
.page-template-Solutions .logo-container .logo-icon4,
.page-template-page-consulation-form .logo-container .logo-icon4,
.error404 .logo-container .logo-icon4,
.page-template-projects .logo-container .logo-icon4,
.page-template-Lighting-Solutions .logo-container .logo-icon4,
.page-template-page-companies .logo-container .logo-icon4,
.page-template-page-contact-us .logo-container .logo-icon4,
.page-template-Companies .logo-container .logo-icon4,
.page-template-about .logo-container .logo-icon4,
.page-template-Careers .logo-container .logo-icon4,
.page-template-Certificates .logo-container .logo-icon4 {
  filter: brightness(0) saturate(100%);
}
.page-template-Audiovisual-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-Automation-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-Ceiling-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-Power-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-page-history .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-page-consulation-form .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.error404 .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-projects .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-Lighting-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-page-companies .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-page-contact-us .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-Companies .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-about .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-Careers .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9,
.page-template-Certificates .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 {
  border: 1px solid #000;
}
.page-template-Audiovisual-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-Automation-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-Ceiling-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-Power-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-page-history .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-page-consulation-form .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.error404 .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-projects .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-Lighting-Solutions .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-page-companies .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-page-contact-us .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-Companies .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-about .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-Careers .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12,
.page-template-Certificates .logo-container .inner .frame-wrapper7 .frame-wrapper8 .frame-wrapper9 .line-parent1 .frame-child12 {
  border-top: 1.5px solid #000;
}

@media only screen and (max-width: 768px) {
  .logo-container .inner .logo-icon4 {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .main-menu-nav:after {
    background-image: url("../../images/mobile-menu-overlay.svg");
    background-repeat: no-repeat;
    background-position: top left;
    right: unset;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 634px;
    height: 683px;
  }
  .main-menu-nav .close-menu-container {
    position: relative;
    top: unset;
    padding-top: 54px;
  }
  .main-menu-nav .close-menu-container .close-menu.mobile {
    display: block;
    border: 1px solid #1C1B1F;
    border-radius: 50%;
  }
  .main-menu-nav .close-menu-container .close-menu.desktop {
    display: none;
  }
  .main-menu-nav .main-menu-overlay {
    flex-direction: column;
    padding: 0;
    height: 100vh;
  }
  .main-menu-nav .main-menu-left {
    display: none;
  }
  .main-menu-nav .main-menu-right {
    padding-top: 0;
    width: 100vw;
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 100vh;
    position: relative;
    margin-top: 35px;
  }
  .main-menu-nav .main-menu-right:after {
    display: none;
  }
  .main-menu-nav .main-menu-right .menu-main-menu-container {
    padding: 0;
  }
  .main-menu-nav .main-menu-right .menu-main-menu-container:after {
    display: none;
  }
  .main-menu-nav .main-menu-right .menu-main-menu-container ul {
    margin: 0 20px;
    font-size: 20px;
    display: block;
  }
  .main-menu-nav .main-menu-right .menu-main-menu-container ul .menu-item {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }
  .main-menu-nav .main-menu-right .menu-main-menu-container ul .menu-item a {
    display: block;
    padding: 15px 0;
    color: #111;
    font-weight: 400;
    font-size: 18px;
    position: relative;
  }
  .main-menu-nav .main-menu-right .menu-main-menu-container ul .menu-item.submenu-open > a:after {
    display: none !important;
  }
  .main-menu-nav .main-menu-right .menu-main-menu-container ul .menu-item.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    border: solid #111;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
  }
  .main-menu-nav .main-menu-right .menu-main-menu-container .sub-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background: transparent;
    z-index: 10;
    padding-top: 0;
    margin: 0;
    border-left: none;
    padding-left: 0;
  }
  .main-menu-nav .main-menu-right .menu-main-menu-container .sub-menu.active {
    opacity: 1;
    left: -10px;
    pointer-events: auto;
    width: 90%;
  }
  .main-menu-nav .main-menu-footer {
    position: fixed;
    left: 20px;
    bottom: 0;
    width: 100vw;
    background: #fff;
    padding-bottom: 24px;
    z-index: 10001;
  }
  .main-menu-nav .main-menu-footer .footer-links {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    font-size: 14px;
  }
  .main-menu-nav .main-menu-footer .footer-links a {
    font-size: 14px;
  }
  .main-menu-nav .main-menu-footer .footer-socials {
    margin-top: 12px;
  }
  .main-menu-nav .mobile-menu-back {
    display: block;
    padding: 18px 0;
    font-weight: bold;
    font-size: 18px;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .main-menu-watermark {
    display: none;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(0);
  }
}
.contact-titles {
  color: #000;
  font-size: clamp(24px, 4vw, 34px);
  line-height: normal;
  padding-top: clamp(30px, 5vw, 50px);
}
.contact-titles.s2 {
  padding-bottom: clamp(18px, 3vw, 28px);
}

.contact-us-left {
  border-right: 1px solid #DDD;
}
.contact-us-left h4 {
  color: #000;
  font-size: clamp(18px, 2.5vw, 23px);
  line-height: clamp(28px, 4vw, 36px);
  margin-bottom: clamp(30px, 5vw, 50px);
}
.contact-us-left__inner {
  max-width: 422px;
}
.contact-us-left__inner .info-box {
  text-decoration: none;
  margin-bottom: 25px;
}
.contact-us-left__inner .info-box__inner {
  border-radius: 5px;
  padding-left: clamp(30px, 5vw, 50px);
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}
.contact-us-left__inner .info-box__inner .info-box-text {
  color: #1D212D;
  padding-left: clamp(30px, 5vw, 58px);
  padding-top: clamp(20px, 4vw, 30px);
  padding-bottom: clamp(20px, 4vw, 30px);
  background-repeat: no-repeat;
  background-position: left;
}
.contact-us-left__inner .info-box__inner .info-box-text.mail {
  background-image: url("../../images/contact-mail.svg");
}
.contact-us-left__inner .info-box__inner .info-box-text.phone {
  background-image: url("../../images/phone.svg");
}
.contact-us-left__inner .info-box__inner .info-box-text__title {
  font-size: clamp(14px, 2vw, 16px);
  line-height: clamp(20px, 3vw, 25.12px);
  padding-left: 20px;
}
.contact-us-left__inner .info-box__inner .info-box-text__details {
  padding-left: 20px;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: clamp(22px, 3.5vw, 28.26px);
}

.contact-us-right {
  padding-bottom: clamp(60px, 8vw, 100px);
  padding-left: clamp(50px, 6vw, 90px) !important;
}

.form-styles label {
  font-size: 14px;
  width: 100%;
  color: #1D212D;
}
.form-styles input,
.form-styles select,
.form-styles textarea {
  font-size: 14px;
  margin-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  border-radius: 1px !important;
  width: 100%;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  background: transparent;
  height: 40px;
  margin-bottom: 23px;
  padding-top: 0;
  color: #1D212D;
}
.form-styles input:focus,
.form-styles select:focus,
.form-styles textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
  color: #1D212D;
}
.form-styles input::-moz-placeholder, .form-styles select::-moz-placeholder, .form-styles textarea::-moz-placeholder {
  color: #C4C4C4;
}
.form-styles input::placeholder,
.form-styles select::placeholder,
.form-styles textarea::placeholder {
  color: #C4C4C4;
}
.form-styles select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0;
  width: 100%;
  padding-bottom: 20px;
}
.form-styles textarea {
  height: 188px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.form-styles .wpcf7-submit {
  width: auto;
  float: right;
  border-radius: 36px !important;
  border: 0.7px solid #001C43;
  background: #001C43;
  color: #fff;
  padding: 10px 35px 10px 20px;
  text-transform: uppercase;
  font-family: "Manrope-ExtraBold";
  font-size: 12px;
  background-image: url("../../images/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 73px;
}
.form-styles .wpcf7-submit:hover {
  border-color: transparent;
  background-position: right 9px center;
}
.form-styles .wpcf7-submit:focus {
  color: #FFF;
  border-color: transparent !important;
}
.form-styles .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -42px;
  left: 0;
}
.form-styles .wpcf7-response-output {
  border-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "IBMPlexSerif-Medium";
}

@media only screen and (max-width: 768px) {
  .contact-us-left {
    border-right: 1px solid transparent;
  }
  .contact-us-left__inner .info-box__inner .info-box-text {
    background-size: 45px;
  }
  .contact-us-left__inner .info-box__inner .info-box-text__title, .contact-us-left__inner .info-box__inner .info-box-text__details {
    padding-left: 43px;
  }
  .contact-us-right {
    padding-left: 13px !important;
  }
}
.page-template-page-consulation-form .form-section {
  padding-bottom: clamp(60px, 8vw, 100px);
}
.page-template-page-consulation-form .scrollBanner {
  margin-bottom: clamp(60px, 8vw, 100px);
}
.page-template-page-consulation-form .back-to-solutions {
  color: #001C43;
  text-decoration: none;
  font-family: "Manrope-ExtraBold";
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.page-template-page-consulation-form .back-to-solutions .arrow {
  position: absolute;
  left: 6px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url("../../images/back-btn.svg") no-repeat center center;
  background-size: 12px 12px;
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-template-page-consulation-form .back-to-solutions:hover .arrow {
  left: 0;
}/*# sourceMappingURL=main.css.map */