/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */

@font-face {
  font-family: 'Posterman';
  /* src: url('fonts/PostermanRegular.eot'); */
  src: url('../fonts/posterman/PostermanRegular.eot') format('embedded-opentype'),
       url('../fonts/posterman/PostermanRegular.woff2') format('woff2'),
       url('../fonts/posterman/PostermanRegular.woff') format('woff'),
       url('../fonts/posterman/PostermanRegular.ttf') format('truetype'),
       url('../fonts/posterman/PostermanRegular.svg#PostermanRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity/Objectivity-Regular.woff2') format('woff2'),
       url('../fonts/Objectivity/Objectivity-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity/Objectivity-Medium.woff2') format('woff2'),
       url('../fonts/Objectivity/Objectivity-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity/Objectivity-Bold.woff2') format('woff2'),
       url('../fonts/Objectivity/Objectivity-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	margin: 0;
	padding: 0;
  }
  

body{
  color: #000;
  font-family: 'Objectivity';
  font-weight: normal;
}

.container {
  max-width: 1274px;
}

header{
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  transition: all 0.33s linear;
}

.nav-item.dropdown {
  position: relative;
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover > .dropdown-menu,
  .nav-item.dropdown:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

a{
  color: #000;
  text-decoration: none;
  transition: all 0.33s ease;
  outline: none !important;
}

a:hover{
  color: gold;
}

.dropdown-menu{
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item:hover{
  background: linear-gradient(0deg, #F7C906 0%, #F7DF7C 100%);
}

.dropdown-item{
  background-color: transparent !important;
}

.mobile, .mobile-menu{
  display: none !important;
}

h1, h2{
  font-family: 'Posterman';
  font-weight: 400;
}

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

.carousel-indicators{
  gap: 10px;
}

.carousel-indicators button{
  width: 32px;
    height: 4px;
    background-color: #e0e0e0;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease;
}

.carousel-indicators  .active{
  background-color: #000;
}

p{
  font-size: 1rem;
  font-family: 'Objectivity';
  margin: 0 !important;
  color: #ACAEB1;
}

.section-name {
  font-family: 'Objectivity', sans-serif;
  /* font-size: 1rem; */
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px; /* 125% */
  letter-spacing: -0.42px;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px; /* espacio para el punto */
  display: inline-block;
}

/* Punto amarillo perfectamente centrado */
.section-name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #F7C906;
  border-radius: 50%;
}


.btn{
  font-size: 1rem;
}

.navbar-brand{
	width: 33%;
}

.logo-header{
	width: 233px;
	height: auto;
}

.navbar>.container{
  align-items: flex-end !important;
}

.navbar-collapse{
	justify-content: center;
}

.contact-btns{
	  display: flex;
  justify-content: center;
  text-align: center;
  min-width: 33%;
}

.contact-btns a{
	border: 1px solid #0E0E0E;
	padding: 11px 32px;
	box-shadow: 0px 4px 5px 0px rgba(14, 14, 14, 0.10);
	font-size: 16px;
	font-weight: 700;
  color: #000;
  background: white;
  min-width: 184px;
}

.contact-btns .first-contact-number a{
  min-width: 184px !important;
  background: linear-gradient(0deg, #F7C906 0%, #F7DF7C 100%);

}


 .btn-primary, .white-btn{
  background: linear-gradient(0deg, #F7C906 0%, #F7DF7C 100%);
  border-radius: 0;
  padding: 8px 24px !important;
  padding-bottom: 5px !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
	border: 1px solid #0E0E0E;
	box-shadow: 0px 4px 5px 0px rgba(14, 14, 14, 0.10);
  font-size: 16px;
  min-width: 162px;
  text-align: center;
  transition: color 0.3s ease, border 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #000;
  z-index: 1;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #b49713 0%, #a88808 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.btn-primary:hover {
  color: #0E0E0E;
  border: 1px solid #0E0E0E;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:focus{
  box-shadow: none !important;
  outline: none !important;
  color: #0E0E0E !important;
}

.white-btn:focus{
  box-shadow: none !important;
  outline: none !important;
  color: #0E0E0E !important;
  background-color: white !important;
}

.social-icons a {
  border-radius: 50%;
  background-color: black;
  transition: 0.3s;
  padding: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
}

.social-icons a:hover{
  background-color: white;

}

.navbar-light .navbar-nav .nav-link{
  color: #0E0E0E;
}

.social-icons a:hover img{
  filter: invert(1);
}

.social-icon-img {
  height: 15px;
  width: 15px;
}


.white-btn{
  background: white;
  border: 1px solid white;
  position: relative;
  overflow: hidden;
  color: #000;
  border: 1px solid #0E0E0E;
  background: #fff;
  transition: 0.3s;
  z-index: 1;
}


.white-btn::before {
  content: '';
  display: none;
}

.white-btn:hover{
  background-color: rgb(223, 222, 222) !important;
  color: #0E0E0E !important;
  border: 1px solid #0E0E0E;
}






.contact-btns span{
	font-size: 13px;
	font-weight: 400;
}

.hello-bar{
	background-color: black;
	color: white;
  transition: all 0.33s linear;
}

.hello-bar .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;

}

.hello-bar-text{
	display: flex;
	align-items: center;
	gap: 3px;
}

.cta-btns{
	display: flex;
  padding-top: 30px;
}

.btn-cta-hb{
	background-color: #fff;
	color: #000;
	padding: 0px 32px;
	font-size: 16px;
	font-weight: 500;
  text-decoration: underline;
  border-radius: 0;
  border: 1px solid #000;
}

/* .home-hero {
  background-image: url('/wp-content/uploads/2025/03/bg-overlay-hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 110px;
  padding-bottom: 145px;
  color: white;
} */

.home-hero {
  padding-top: 110px;
  padding-bottom: 145px;
  color: white;
  position: relative;
}
section.home-hero .container {
    max-width: 941px;
}

.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(14, 14, 14, 0.84) 0%, rgba(14, 14, 14, 0) 100%);
  bottom: 0;
  z-index: -1;
  opacity: 0.84;
}

.home-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.84) 0%, rgba(14, 14, 14, 0) 100%);
  bottom: 0;
  z-index: -1;
  opacity: 0.84;
}

.home-hero .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero h1 {
  font-size: 104px;
  font-weight: 400;
  line-height: 87.5%;
  margin-bottom: 20px;
  max-width: 100%;
  font-family: 'Posterman';
}

.home-hero__grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch; 
  gap: 40px;
}

/* Left column (title, paragraph, buttons) */
.home-hero__content {
  flex: 0 0 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero__content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 650px;
}

/* Buttons */
.home-hero__buttons {
  display: flex;
  padding-top: 45px;
  gap: 15px;
  align-items: center;
}

.home-hero__buttons .book-now {
  display: inline-block;
  padding: 12px 32px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  border: 1px solid #0E0E0E;
  background: linear-gradient(0deg, #F7C906 0%, #F7DF7C 100%);
  box-shadow: 0px 4px 5px 0px rgba(14, 14, 14, 0.10);
  transition: background 0.3s;
}

.home-hero__buttons .secondary-btn {
  background: transparent;
  color: #fff;
}


/* Right column (review logos) */
.home-hero__reviews {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between; 
  height: 100%; 
}

.reviews-grid img {
  max-width: 140px;
  height: auto;
}

/* About Us Section Styles */
.about-us-section {
  padding: 30px 0 48px;
}
/* .about-us-section .container {
  max-width: 1236px;
} */



/* Slider styles */
#aboutUsSlider {
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

#aboutUsSlider .carousel-item img {
  height: auto;
  min-height: 737px;
  object-fit: cover;
}

#aboutUsSlider .carousel-control-prev,
#aboutUsSlider .carousel-control-next {
  border: 0;
  background-color: transparent;
}


#aboutUsSlider .carousel-control-prev-icon,
#aboutUsSlider .carousel-control-next-icon {
  width: 40px;
  height: 40px;
  filter: invert(1) grayscale(100);
}

/* Custom carousel indicators */

/* Content styles */
.about-us-content .display-4 {
  font-size: 4.5rem;
  line-height: 1.2;
  color: #212529;
  font-weight: 400 !important;
}

.about-description {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 95%;
  color: #ACAEB1;
}

/* Icon items */
.about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f8f9fa;
  box-shadow: 0px 4px 5px 0px rgba(14, 14, 14, 0.10);

}

.about-item-content {
	flex: 1;
}

.about-item-content h4 {
  font-weight: 500;
  color: #0E0E0E;
}

.about-item-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  color: #ACAEB1;
}

/* CTA button styles */
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  background-color: #ffb300;
  border-color: #ffb300;
}

.btn-link {
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease;
}


.custom-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  padding: 0;
  border: none;
}

.arrow-icon {
  font-style: normal;
  transition: transform 0.3s ease;
}

.custom-link:hover .arrow-icon {
  transform: translateX(3px);
}

.link-text {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
}

.link-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: width 0.3s ease;
}

.underline-white {
  color: #fff;
}

.underline-white .link-text::after {
  background-color: #fff;
}

.underline-black {
  color: #000;
}

.underline-black .link-text::after {
  background-color: #000;
}




.btn-link:hover {
  color: #ffc107 !important;
}
/* Services Block Styles */
.services-block {
  padding: 80px 0;
  background-color: #000;
}

.services-header {
  max-width: 1189px;
  margin: 0 auto;
}

/* Header styles */
.services-block .display-4 {
  font-size: 4.5rem;
  line-height: 97%;
  margin-bottom: 0;
  max-width: 484px;
  letter-spacing: -1.44px;
}

/* Service Card styles */
.service-card {
  height: 100%;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-image {
  overflow: hidden;
  position: relative;
}

.service-image a{
  display: block;
  position: relative;
  z-index: 2; 
}

.service-image img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.3s ease;
  filter: blur(1px);
}


.service-image .image-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.service-card:hover .service-image .image-overlay{
  opacity: 0;
}


.service-card:hover .service-image img {
  transform: scale(1.05);
  filter: blur(0);
}

.services-block h3 {
  font-weight: 500;
  font-size: 2rem;
  color: white;
  margin: 0 !important;
}

.services-block p {
  font-size: 1rem;
  line-height: 1.6;
  color: #E7EBEA !important;
}



.services-block .btn-secondary {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 11px 32px;
}

.services-block .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.services-block .btn-link {
  font-weight: 600;
  text-decoration: none;
  padding-top: 20px;
  transition: all 0.3s ease;
}

.services-block .btn-link:hover {
  color: #ffc107 !important;
}

.services-block .btn-link i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.services-block .btn-link:hover i {
  transform: translateX(3px);
}



/* Steps/Process Block Styles */
.steps-process-block {
  padding: 44px 0;
}
.steps-process-block .container {
  max-width: 1248px;
}
/* Header Section */
.steps-header, .cta-col{
  padding-bottom: 25px;
}

.steps-header .display-4 {
  font-size: 4.5rem;
  line-height: 97%;
  margin-bottom: 0 !important;
  width: 75%;
}

/* Background Image Section */
.steps-bg-section {
  position: relative;
  /* background-image: url('/wp-content/uploads/2025/04/what-expect-bg.png');
  background-size: cover;
  background-position: center left; */
  padding: 44px 0;
}

.steps-bg-section .img-container {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.steps-bg-section .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.steps-bg-section .img-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0E0E0E;
  bottom: 0;
  z-index: 1;
  opacity: 0.60;
}

.steps-bg-section .container {
  position: relative;
  z-index: 2;
}

/* Steps container */
.steps-container {
 padding-top: 54px;
 padding-left: 49px;
 padding-right: 78px;
 padding-bottom: 54px;
 max-width: 470px;
}

/* Step item */
.step-item {
flex-direction: column;  
}


.step-item:last-child, .step-content:last-child{
  margin: 0 !important;
}

.content-description p{
  max-width: 77%;
  color: #6B6B6B;
  font-size: 1rem;
  font-weight: 400;
}

.step-number-badge {
  left: 0;
  padding-top: 3px;
  top: 0;
  margin-bottom: 16px;
  color: #000;
  font-weight: 600;
  width: 80px;
  border: 1px solid #0E0E0E;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 0;
}

.step-content h3 {
  color: #212529;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.54px;
}

.step-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ACAEB1;
}


/* Left Video Right Content Section Styles */
section.logos {
  margin-bottom: 25px;
}
section.logos .container {
  max-width: 1140px;
}
.section-left-video-right-content {
  background: #F3F2F1;
}


/* Video Thumbnail Styles */
.video-thumbnail {
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.video-play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.video-play-btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.video-play-btn:hover .video-thumbnail img {
  transform: scale(1.05);
}

.play-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}



.video-play-btn:hover .play-icon {
  transform: scale(1.1);
}

/* Content Section Styles */
.section-title {
  font-size: 4.5rem;
  /* font-size: 70px; */
  font-weight: 400;
  margin-bottom: 0px;
  color: #0E0E0E;
  text-transform: uppercase;
  font-family: 'Posterman';
  line-height: 97%;
}

.section-description {
  font-size: 1rem;
  line-height: 168.75%;
  color: #6B6B6B;
  margin-bottom: 37px;
}

/* Icon Box Styles */
.icon-boxes {
  margin-bottom: 30px;
}

.icon-box {
  margin-bottom: 20px;
}

.icon-wrapper {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  max-width: 100%;
  max-height: 100%;
}

.icon-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #6B6B6B;
}

/* CTA Button Styles */
.section-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.btn-outline-secondary {
  background-color: transparent;
  border: 2px solid #6c757d;
  color: #6c757d;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #fff;
}


/* Financing Section Styles */
.section-financing {
  padding: 80px 0;
  background-color: #000;
  color: #fff;
}

.section-financing .container {
  max-width: 1140px;
}

.financing-title .section-title {
  color: white;
  max-width: 591px;
}

.vertical-layout.section-title {
  margin: 10px auto 0;
}

.section-financing.vertical-layout {
  background: linear-gradient(180deg, #181818 -27.64%, #0B0B0B 100%);
}

.section-financing.vertical-layout .section-title {
  margin-left: auto;
  margin-right: auto;
}
/* Logo Styles */
 .financing-logo {
 width: 100%;
  max-width: 410px;
}

/* Financing Box Styles */
/* .financing-box {
  margin-bottom: 30px;
} */

.financing-item-content{
  max-width: 30%;
}

.financing-icon-wrapper {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
}

.financing-icon {
  max-width: 100%;
  max-height: 100%;
}

.financing-box-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.financing-box-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -0.54px;
}



/* Service Areas Section Styles */
.section-service-areas {
  padding: 80px 0;
  background-color: #f9f9f9;
}

/* Header Styles */
.service-areas-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;

}

.section-service-areas .container {
  max-width: 1228px;
}
.service-areas-header h2 {
  text-align: center;
  max-width: 660pxwe;
  margin-bottom: 0 !important;
  letter-spacing: -1.44px;
}

.service-areas-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ff9900;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}

.service-areas-label:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ff9900;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

/* Hero Title - Reused from previous section */


/* Service Areas List Styles */
.service-areas-list {
  padding: 0;
}

.service-area-item {
  transition: transform 0.3s ease;
  margin-bottom: 0;
}

.service-area-item:hover {
  transform: translateX(5px);
}

.service-area-icon {
  flex-shrink: 0;
}

.service-area-name {
  font-size: 20px;
  font-weight: 400;
  color: #6B6B6B;
}

.service-area-name a{
  color: #6B6B6B;
  text-decoration: none;
}



/* Map Styles */
.service-areas-map {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.service-areas-map img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.get-in-touch{
  padding: 130px 0;
  position: relative;
  /* background-image: url('/wp-content/uploads/2025/04/Frame-427318250.png'); 
  background-size: cover; 
  background-position: center; */
}

.get-in-touch .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.get-in-touch .img-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0E0E0E;
  bottom: 0;
  z-index: 1;
  opacity: 0.60;
}

.get-in-touch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.arrows-slider {
  display: flex;
  justify-content: flex-end; 
  gap: 10px;
  align-items: flex-end;
}

.arrows-slider .slick-prev,
.arrows-slider .slick-next, .arrows-slider .resource-prev, .arrows-slider .resource-next {
  position: static !important; 
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  padding: 0;
  margin: 0;

}


.slick-prev,
.slick-next, .resource-prev, .resource-next {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 2px solid #ACAEB1 !important;
  background-color: transparent !important;
  color: #ACAEB1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  /* font-size: 20px !important; */
  cursor: pointer !important;
  line-height: unset;
  transition: all 0.33s linear !important;
}

.gform_confirmation_message{
  text-align: center;
}

.slick-prev:focus,
.slick-next:focus, .resource-prev:focus, .resource-next:focus {
  outline: none !important;
}

.slick-prev:active,
.slick-next:active, .resource-prev:active, .resource-next:active, 
.slick-prev:hover,
.slick-next:hover, .resource-prev:hover, .resource-next:hover {
  background-color: #0e0e0e !important;
  color: #fff !important;
  border-color: #0e0e0e !important;
}

.slick-next:before, .slick-prev:before, .resource-prev:before, .resource-next:before{
  display: none !important;
}



.cta-buttons{
  display: flex;
  gap: 13px;
  align-items: center;
}

.get-in-touch .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.git-container{
  flex-wrap: wrap;
  gap: 40px;
}

.get-in-touch h2{
  max-width: 725px;
  margin-bottom: 50px;
}


/* REVIEWS */
.reviews-section {
  padding: 2rem 0;
  background-color: #fff;
}

.reviews-section .container-fluid {
  padding: 0 25px;
}
.slick-nav {
  display: flex;
  gap: 0.5rem;
}
.slick-prev, .slick-next {
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.slick-prev:hover, .slick-next:hover {
  background-color: #f5f5f5;
}
.slick-prev svg, .slick-next svg {
  display: block;
  width: 24px;
  height: 24px;
}
.slick-prev svg {
  transform: rotate(180deg);
}
.review-item {
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
  margin: 5px 14px;
  height: auto;
}
.star {
  color: #0E0E0E;
  font-size: 25px;
}
.review-date {
  color: #666;
}

.reviews-section .slick-list {
  padding-right: 13%;
  padding-left: 1%;
}
.review-content p{
  color: #6B6B6B;
  line-height: 27px;
  letter-spacing: -0.54px;
}

.review-date p{
  text-transform: uppercase;
  color: #0E0E0E;
}

.name-field {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0E0E0E;

}

.review-item .logo img{
  width: 32px;
  height: 32px;
}
.resource-image {
  max-height: 407px;
  height: 100%;
}
.resource-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-item{
  height: auto;
}

.resource-item .resource-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 37.5px;
  letter-spacing: -0.9px;
}

.resource-dots ul:first-child{
  display: none !important;
}

.resources-section .container {
  max-width: 1240px;
}

.resources-btn{
  min-height: 38px !important;
  padding: 10px 32px !important;
  padding-bottom: 8px !important;
}

.resource-date p {
  font-size: 18px;
  letter-spacing: -0.54px;
  color: #ACAEB1;
}

.resource-footer a{
  color: #0E0E0E;
  font-weight: 500;
  
}

.reviews-section .slick-prev,.reviews-section .slick-next,.resources-section .slick-prev,.resources-section .slick-next{
  content: '';
  background: url('../images/slider_arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px!important;
  position: absolute;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -60px;
  right: 0;
  border: 2.18px solid #fff;
  border-radius: 50%;
  z-index: 12
}

.reviews-section .slick-slider .slick-next,.resources-section .slick-slider .slick-next {
  transform: rotateY(-180deg) translate(0,-50%);
  right: 25px;
 }
 
.reviews-section .slick-slider .slick-prev,.resources-section .slick-slider .slick-prev {
  left: auto;
  right: 76px;
 }


 .reviews-slider-wrapper .slick-track,
.resources-section .slick-track {
	display: flex;
}

.reviews-wrp {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.review-footer.d-flex.align-items-center {
	margin-top: auto;
}

/* Custom slick dots */
.slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
  bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
  margin-top: 41px;
  position: relative;
}

.slick-dots li button {
	width: 32px;
	height: 4px;
	background-color: #e0e0e0; 
	border: none;
	border-radius: 3px;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s ease;
}

.slick-dots li button:before{
  display: none;
}

.slick-dots li.slick-active button {
	background-color: #000; 
}


.slick-prev, .slick-next {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  top: 45%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slick-arrow span{
  line-height: 70%;
  padding-bottom: 3px;
}


.slick-prev {
	left: -20px;
}

.slick-next {
	right: -20px;
}



/* Footer Styles */

.site-footer {
  background-color: #111;
  color: #fff;
}

/* Footer Top Section */
.footer-top {
  padding: 60px 0 40px;
}

.footer-title {
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 20px;
  max-width: 345px;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #fff;
  color: #111;
}

.social-icon:hover img{
  filter: invert(1);
}

.footer-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.contact-button-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-button-wrapper a:first-child{
  min-width: 184px;
}

.contact-button-wrapper .white-btn{
  min-width: 172px;
}

footer .city{
  font-size: 13px;
  letter-spacing: -0.54px;
}


.contact-button .phone-number {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.contact-button .city {
  display: block;
  font-size: 12px;
  opacity: 0.7;
}

.cta-button {
  background-color: #ffcb05;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

.cta-button:hover {
  background-color: #e6b800;
  color: #111;
}

/* #gform_confirmation_message_3 {
  text-align: center;
  color: #0ee70e;
} */

/* Footer Main Section */
.footer-main {
  padding: 60px 0;
}

.footer-logo {
  margin-bottom: 20px;
  max-width: 100%;
}

.footer-description {
  font-family: 'Objectivity';
  margin-bottom: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  color: #E7EBEA;
}

.gform_title{
  display: none !important;
}
.gform-footer{
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: -45px !important;
  padding-right: 10px !important;
}

.gform-footer input{
  border: 1px solid #0E0E0E !important;
  background:  #FFF !important;
  box-shadow: 0px 4px 5px 0px rgba(14, 14, 14, 0.10) !important;
  font-family: 'Objectivity' !important;
  color: #0E0E0E !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

input:focus{
  box-shadow: none  !important;
  outline: none !important;
  border: 1px solid black !important;
}

footer input[type="email"]{
  padding: 25px !important;
  color:  #6B6B6B !important;
  font-family: 'Objectivity' !important;
  font-size: 16px !important;
  font-weight: 400;
border-radius: 0 !important;
}

.footer-newsletter-form .form-group {
  display: flex;
  width: 100%;
}

.footer-newsletter-form .form-control {
  flex-grow: 1;
  height: 44px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 15px;
}

.footer-newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter-form .btn {
  height: 44px;
  padding: 0 15px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-newsletter-form .btn:hover {
  background-color: #fff;
  color: #111;
}

.footer-license {
  font-size: 1.1rem;
  color: #E7EBEA;
  text-align: center;
  font-family: 'Objectivity';
  padding-top: 25px;
}

.footer-widget-title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Objectivity';
  margin-bottom: 25px;
  position: relative;
}

.footer-links-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-links-menu li {
  margin-bottom: 12px;
}

.footer-links-menu li a {
  color: #E7EBEA;
  font-family: 'Objectivity';
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  font-size: 1.1rem;
}

.footer-links-menu li a:hover {
  opacity: 1;
}

.footer-instagram-feed .instagram-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.footer-instagram-feed img {
  transition: transform 0.3s ease;
}

.footer-instagram-feed .instagram-item:hover img {
  transform: scale(1.1);
}

/* Footer Bottom Section */
.footer-bottom {
  padding: 20px 0;
  font-size: 14px;
}

.copyright {
  margin-bottom: 0;
  opacity: 0.7;
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-legal-links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.footer-legal-links a:hover {
  opacity: 1;
}

.footer-credits {
  margin-bottom: 0;
  opacity: 0.7;
}

.footer-credits a{
  text-decoration: none;
}

.footer-bottom a{
  font-family: 'Objectivity';
}

.footer-bottom a, .footer-bottom p{
  color: #E7EBEA;
  font-size: 0.9rem;
}

p {
  line-height: 28px;
}
.hero-slide,
.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100%;
}
.blog-thumbnail,
.contact h2,
.hero-info p,
.industry-container,
.info h3 {
  margin-bottom: 30px;
}
nav ol,
nav ul {
  list-style: none;
}
.machine-info span,
.navbar,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
.banner,
.fact,
.home-hero,
.machine {
  display: flex;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,body{
	overflow-x: hidden;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
a:focus {
  outline: dotted thin;
}
a:active,
a:hover {
  outline: 0;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
mark {
  background: #ff0;
}
dl,
menu,
ol,
p,
pre,
ul {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
small,
sub,
sup {
  font-size: 75%;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure,
form {
  margin: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

/* staging css */
/* css 29/04/25 */
/* privacy-policy page and term & use page */

h1 {
  font-size: 104px;
  font-weight: 400;
  line-height: 87.5%;
  font-family: 'Posterman';
  letter-spacing: -2.16px;
}

h2{
  font-family: 'Posterman';
  font-weight: 400;
  font-size: 70px;
  line-height: 68px;
  letter-spacing: -1.44px;   
}

h3{
  font-weight: 400;
  font-size: 54px;
  line-height: 52px;
  letter-spacing: -1.44px;
}

.cms-cnt {
  padding: 56px 0;
}

.cms-cnt .container {
    max-width: 1147px;
}
.cms-cnt h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
}

.cms-cnt .cnt-wrp p{
  line-height: 28px;
  color: #000;
}
/* .cms-cnt .cnt-wrp p a{
  color: #000;
} */
.cms-cnt .cnt-wrp p:not(:last-child) {
  margin-bottom: 25px !important;
}
.cms-cnt .cnt-wrp ul{
  margin: 0 0 25px;
  padding-left: 25px;
}

.cms-cnt .cnt-wrp ul li {
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0;
}

/* financing page */

.section-financing.vertical-layout .financing-row {
    text-align: center;
    row-gap: 30px;
    flex-direction: column;
}

.section-financing.vertical-layout .financing-row .text-md-end{
	text-align: center !important;
}

.section-financing.vertical-layout .btn-primary {
  margin-top: 25px;
}

/* promotions page */

.offer-cards {
  padding: 45px 0 52px;
}

.offer-cards .promo-list-wrp {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 28px;
  row-gap: 34px;
}

.offer-cards .promo-list-wrp .promo-wrp {
  background: linear-gradient(180deg, #181818 -27.64%, #0B0B0B 100%);
  color: #fff;
  padding: 18px 15px 18px 16px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px #00000033;
}

.offer-cards .promo-list-wrp .promo-wrp .promo-wrp-in{
 padding: 56px 20px 20px;
 border: 2px dashed #919191;
 box-shadow: 0px 2px 6px 0px #00000033;
 display: flex;
 flex-direction: column;
 height: 100%;
}

.promo-bottom-wrp {
  margin-top: auto;
}
.offer-cards .promo-wrp .promo-wrp-in h2{
  margin-bottom: 42px;
}

.offer-cards .promo-wrp-in h3 {
  font-family: 'Objectivity';
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.54px;
  margin-bottom: 24px;
}
.offer-cards .promo-wrp-in p {
  line-height: 27px;
  letter-spacing: -0.54px;
  color: #fff;
}
.offer-cards .promo-wrp-in .call-button {
  margin: 34px 0 39px;
}

.offer-cards .promo-list-wrp .promo-wrp .btn-primary {
  min-width: 231px;
}
.call-button span img {
  margin-top: -4px;
}
.offer-cards .promo-wrp-in .promo-bottom-wrp > span {
  font-size: 12px;
  line-height: 17.5px;
  letter-spacing: -0.42px;
}

/* faq-page */

/* .page-id-243 .page-intro {
  padding: 63px 0px 59px;
} */

.faq {
  margin-bottom: 80px;
}

.faq h2 {
  text-align: center;
}
section.accordion.faqs-sec {
  margin-top: 30px;
}
.accordion{
  margin: 60px 0 59px;
}
.accordion .col-md-12,.faq .col-md-12 {
  max-width: 1158px;
  margin: 0 auto;
}
.accordion h2 {
  background: #0E0E0E;
  color: #fff;
  padding: 10px 0 5px;
  text-align: center;
  margin-bottom: 0;
}
 .accordion-list {
  padding: 41px 0 0;
}

.accordion-wrp {
  padding: 10px 56px 6px 48px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px #54545433;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 3px;
}

.accordion-wrp > h3{
  width: 95%;
  cursor: pointer;
}

.accordion-gap:not(:last-child){
  margin-bottom: 27px;
}
 .accordion-wrp .acc-content {
  margin: 28.86px 0 24px;
}

.accordion-wrp h3:after{
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url('../images/accordion-plus.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 30px;
  right: 56px;
}

 .accordion-wrp.active h3::after {
  background-image: url('../images/accordion-minus.svg');
}

 .accordion-wrp h3{
  font-family: 'Posterman';
  margin: 0;
}
 .accordion-content h3 {
  font-family: 'Objectivity';
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.54px;
  margin-bottom: 20px;
}
 .accordion-content p {
  font-family: 'Objectivity';
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
  color: #ACAEB1;
  margin-bottom: 30px !important;
}
.accordion-content p:last-child {
    margin-bottom: 0 !important;
}

.accordion-wrp .acc-content .btn-primary {
    margin-top: 15px;
}

.faq .accordion-content p {
    margin-bottom: 0 !important;
}

/* css 29-04-25 services-page*/

.services-banner {
  background: linear-gradient(180deg, #181818 -27.64%, #0B0B0B 100%);
  color: #fff;
  width: 100%;
}
.services-banner .left-wrp {
  padding: 0;
}
.services-banner .left-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 4px 5px 0px #0E0E0E1A;

}

.services-banner .right-wrp {
  padding: 45px 20px 79px;
}
.services-banner h1 {
  margin-bottom: 18px;
  max-width: 100%;
  letter-spacing: -2.16px;
}
.services-banner p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: -0.54px;
  margin-bottom: 23px !important;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
  color: #E7EBEA;
}
.services-banner .buttons {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* single page ac services */

.guarantee-heading {
  max-width: 387px;
}

.page-intro {
  padding: 63px 0px 31px;
}
.page-intro .left-wrp {
  max-width: 814px;
  width: 65%;
}

.page-intro .row {
  justify-content: space-between;
}

.page-intro h1 {
  margin: 0;
}

.page-intro .left-wrp span {
  margin-bottom: 2px;
}
.page-intro .right-wrp {
  padding-left: 0;
  width: 35%;
}
.page-intro .right-wrp p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
  color: #ACAEB1;
  margin-top: 30px !important;
  max-width: 426px;
margin-left: auto !important;
}

.images-slider-sec .slick-prev,.images-slider-sec .slick-next{
  content: '';
  background: url('../images/services-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px!important;
  border: none !important;
}

.images-slider-sec .slick-prev {left: 20px;}
.images-slider-sec .slick-next {right: 20px;  transform: rotateY(-180deg) translate(0,-50%);}

.images-slider-sec .slick-prev:active,.images-slider-sec .slick-next:active{
  background-color: unset !important;
  color: unset !important;
}

.images-slider-sec .image-wrp {
  width: 100%;
  height: 587px;
}

.images-slider-sec .image-wrp img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-slider-sec .slick-dots {
  margin-top: 30px;
}

.images-slider-sec .single-img-wrp {
    max-height: 442px;
    height: 100%;
    width: 100%;
}

.single-page-content {
  padding: 17px 0;
}

.single-page-content .content-wrp,.single-blog .col-md-8 {
  width: 70.794%;
}

.single-page-content .sidebar-wrp,.single-blog .sidebar-wrp {
  width: 29.206%;
}

.single-page-content .content-wrp .content-inn p, .single-page-content .content-wrp .content-inn li, .single-blog .post-cnt-wrp li {
  /* color: #ACAEB1; */
  color: #0E0E0E;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;

}

.single-page-content .content-wrp .content-inn li::marker,.single-blog .post-cnt-wrp li::marker{
  color: #F7C906;;
}

.single-page-content .content-wrp .content-inn p strong{
  color: #343434;
}

.single-page-content .content-inn img, .single-blog .post-cnt img {
  max-width: 733px;
  width: 100%;
  box-shadow: 0px 4px 21px 0px #C7C7C733;
}

.single-page-content .content-inn p {
  margin-bottom: 25px !important;
}

.single-page-content .content-inn img {
  margin-bottom: 25px;
}

.contact {
  border: 1px solid #0E0E0E;
  background: #0E0E0E;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 72px 22px 34px;
  /* margin-top: 30px; */
  margin-bottom: 70px;
  max-width: 754px;
  box-shadow: 10px 41px 57px -17px #00000038;
}
 .contact h2 {
  font-size: 54px;
  line-height: 46px;
  letter-spacing: -1.44px;
  margin: 0 !important;
  max-width: 446px;
}
.single-page-content .content-wrp h3 {
  font-family: Objectivity;
  font-weight: 500;
  font-size: 34px;
  line-height: 43px;
  /* color: #ACAEB1; */
}
.single-page-content .content-wrp h3:first-of-type {
  color: #000;
}


.sidebar-wrp {
  max-width: 312px;
  margin-left: auto;
}

.sidebar-wrp .services-sidebar,.sidebar-wrp .resources-sidebar {
  background: #0E0E0E;
  color: #fff;
  padding: 48px 19px;
}

.sidebar-wrp .services-sidebar {
  margin-bottom: 36px;
}

.sidebar-wrp .services-sidebar h3, .sidebar-wrp .resources-sidebar h3 {
    font-family: Posterman;
    font-weight: 400;
    font-size: 54px;
    line-height: 52px;
    letter-spacing: -1.44px;
    background: linear-gradient(276.53deg, rgba(153, 153, 153, 0.9216) 0%, rgba(242, 242, 242, 0.95) 6%, rgba(253, 253, 253, 0.9604) 28%, #E9E9E9 53%, #FAFAFA 62%, #FDFDFD 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    margin-bottom: 3px;
    padding-bottom: 5px;
}

.sidebar-wrp .services .service ,.sidebar-wrp .resources .resource{
  border-bottom: 2px solid #FFFFFF;
  padding: 16px 8px;
}


.sidebar-wrp .services .service a,.sidebar-wrp .resources .resource a {
  font-family: Objectivity;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.54px;
  color: #fff;
  text-decoration: none;
}

.sidebar-wrp .services .service a:hover, 
.sidebar-wrp .resources .resource a:hover {
    background: linear-gradient(360deg, #F7C906 0%, #F7DF7C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


blockquote {
  background: #0E0E0E;
  max-width: 750px;
  margin: 28px 0;
  padding: 71px 35px 26px;
  position: relative;
  box-shadow: 0px 2px 10px 0px #64646433;
}

blockquote h2::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 37px;
  background: url('../images/service-quote.svg');
  background-repeat: no-repeat;
  background-size: 34px;
  width: 34px;
  height: 38px;
}

blockquote > h2{
  font-family: Objectivity;
  font-weight: 500;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: -1.44px;
  color: #FFFFFF;
  text-transform: none;
  margin: 0 !important;
}

/* review page */

.testimonials {
	padding-bottom: 73px;
}
.image-with-content:has(+ .testimonials) {
  padding-bottom: 28px;
}

/* .testimonials .container {
    max-width: 1274px;
} */

.testimonials-wrp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
  row-gap: 28px;
  width: 100%;
}

.testimonial .top-wrp img {
  max-width: 161px;
  width: 100%;
  height: 100%;
}
.testimonial {
  background: linear-gradient(180deg, #181818 -27.64%, #0B0B0B 100%);
  color: #fff;
  padding: 50px 26px 28px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  width: 100%;
  height: 100%;
}

.testimonial .top-wrp,.testimonial .bottom-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.testimonial .top-wrp h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  margin: 0;
}
.testimonial .bottom-wrp img {
  max-width: 32px;
  width: 100%;
  height: 100%;
}

.testimonial .bottom-wrp h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.54px;
  margin: 0;
}

.testimonial p{
color: #fff;
}

.testimonial .bottom-wrp {
  margin-top: auto;
}

/* carrer page */

.career-content {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 38px 0 69px;
}

.career-content h2 {
  margin: 17px 0;
}

.career-content p {
  color: #ACAEB1;
  letter-spacing: -0.54px;
  margin: 0 5px !important;
}

.image-with-content {
    text-align: center;
    width: 100%;
    padding-bottom: 61px;
}

/* .image-with-content .container {
  max-width: 1274px;
} */

.image-with-content .img-wrp {
  width: 100%;
  /* max-height: 444px; */
  height: auto;
}

.image-with-content .img-wrp img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-with-content .cnt-wrp h2 {
  margin: 25px 0 21px;
}

.our-values {
  background: linear-gradient(180deg, #181818 -27.64%, #0B0B0B 100%);
  color: #ffffff;
  padding: 74px 0px 117px;
  text-align: center;
}
.our-values h2 {
  max-width: 581px;
  margin: 8.5px auto 37px;
}
.our-values .value .content-wrp h4 {
  line-height: 30px;
  letter-spacing: -0.72px;
  margin-bottom: 13px;
}
.our-values .value p {
  color: #E7EBEA;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
}
.our-values .values {
  row-gap: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 59px;
  max-width: 945px;
  margin: 0 auto;
}

.our-values .value {
  max-width: calc((100% - (30px * 4)) / 3);
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.our-values .value .content-wrp {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.our-values .value .content-wrp p {
  line-height: 22px;
  margin-top: auto !important;
}

.form {
  padding-bottom: 78px;
}
.form .container {
  max-width: 1134px;
}

.form .form-wrp {
  background: #0E0E0E;
  color: #fff;
  box-shadow: 10px 41px 57px -17px #00000038;
  padding: 58px 55px;
}

.form .form-wrp h2{
  text-align: center;
  margin-bottom: 24px;
}


/* model  in about us page */

.team-sec {
  padding: 65px 0 0px;
}
.team-sec-2 {
  padding-bottom: 75px;
}
.team-sec h2 {
  text-align: center;
  margin-bottom: 26px;
}
.team-sec .team-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.team-sec .team-wrp .team-detail-modal{
  width: calc((100% - 30px) / 3);
  height: 100%;
}

.team-sec .team-item {
  box-shadow: 0px 1px 11px 0px #92929287;
  border-radius: 2px;
  overflow: hidden;
  /* // background: #fff; */
  background: #0E0E0E;
  position: relative;
  transition: all 0.3s linear;
}

.team-sec .team-img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}

.team-sec .team-img-wrp {
  overflow: hidden;
}

.team-sec .team-img-wrp:hover img {
  transform: scale(1.1);
}

.team-sec .team-content-wrp {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.team-sec h4 {
  font-size: 30px;
  line-height: 37.5px;
  letter-spacing: -0.9px;
  margin: 0;
}

.team-sec .team-wrp .team-detail-modal:hover .team-item {
  background: linear-gradient(360deg, #F7C906 0%, #F7DF7C 100%) !important;
}

.team-sec .team-wrp .team-detail-modal:hover .team-item *{
  color: #0E0E0E;  
}

.modal-dialog {
  max-width: 1103px;
  width: 100%;
  z-index: 999999;
}

.modal-dialog .modal-content {
  background: linear-gradient(360deg, #F7C906 0%, #F7DF7C 100%);
  box-shadow: 0px 4px 14px 0px #0000002E;
  border-radius: 8px;
  border: none;
  overflow: hidden;
  padding-bottom: 42px;
}
.modal-dialog .modal-body {
  box-shadow: 0px 2px 6px 0px #00000033;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 22px 16px;
}
.modal-dialog .row-wrp {
  display: flex;
  flex-wrap: wrap;
}
.modal-dialog .left-pop {
  max-width: 50.425%;
  width: 100%;
  height: 100%;
}
.modal-dialog .left-pop .image-wrp img {
  min-height: 546px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal-dialog .right-pop {
  padding: 26px 34px 23px 42px;
  max-width: 49.575%;
  width: 100%;
  margin: auto;
  text-align: left;
}
.team-cont h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.54px;
  margin-bottom: 24px;
}
.team-cont p{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
}
.modal-dialog .btn-close {
  position: absolute;
  top: 20px;
  right: 21px;
  border: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  padding: 0;
}

.modal-dialog .btn-close::before {
  content: '';
  background: url('../images/close-btn.svg') no-repeat center;
  background-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* page not found */

.page-not-found {
  padding: 131px 0 222px;
  background: url('../images/404.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-not-found h1 {
  margin-bottom: 22px;
  color: #000000;
}
.page-not-found p {
  max-width: 810px;
  margin: 0 auto 25px !important;
  color: #787878;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
}
.page-not-found ul {
  display: grid;
  column-gap: 33px;
  max-width: 765px;
  margin: 0 auto;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-around;
  text-align: left;
  padding: 0;
  list-style: none;
}
.page-not-found ul li a {
  font-family: "posterman";
  font-weight: 400;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: -0.5px;
  text-decoration: underline;
  color: #6B6B6B;
  text-transform: uppercase;
  transition: all 0.33s ease;
}
.page-not-found ul li a:hover{
  color: #F7C906 ;
}


/* resoureces pages */
.post-list-sec {
  padding: 22px 0 45px;
}

.post-list-sec .container {
  max-width: 1244px;
}

.ftr-post .blog-lists .post-wrp {
  display: flex;
  align-items: center;
  width: 100%;
}

.ftr-post .blog-lists .post-wrp img {
  width: 100%;
  height: 407px;
  box-shadow: 0px 4px 5px 0px #0E0E0E1A;
  object-fit: cover;
}

.ftr-post .blog-lists .post-wrp .img-wrp {
  max-width: 729px;
  width: 60%;
}

.ftr-post .blog-lists .post-wrp .cnt-wrp {
  width: 40%;
  margin-left: 37px;
}

 .blog-lists .post-wrp .cnt-wrp span {
  font-size: 18px;
  line-height: 22.5px;
  letter-spacing: -0.54px;
  color: #ACAEB1;
}

.blog-lists .post-wrp .cnt-wrp h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37.5px; 
  letter-spacing: -0.9px;
  color: #000000;
  margin: 19px 0 10px;
}

.blog-lists-wrp .post-wrp .cnt-wrp h3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  text-overflow: ellipsis;
}

 .blog-lists .post-wrp .cnt-wrp p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
  margin: 0 26px 26px 0 !important;
}
.blog-lists-wrp .blog-lists .post-wrp .cnt-text {
  margin-bottom: 18px;
}

.blog-lists .post-wrp .cnt-text{
  border-bottom: 0.75px solid #ACAEB1;
  margin-bottom: 32px;
}

.category-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 72px 0 19px;
}

.category-wrp h2 {
  margin: 0;
}

.category-wrp select {
  border: 1px solid #ACAEB1 !important;
  padding: 10px 50px 8px 16px !important;
  color: #ACAEB1;
  font-family: Objectivity;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: -0.54px !important;
  appearance: none;
  background: url('../images/dropdown-arrow.svg') no-repeat right 16px center;
  background-size: 10px;
  min-width: 174px !important;
  max-width: 174px;
}

.category-dropdown,.sort-dropdown {
  display: flex;
  gap: 10px;
}
.dropdown-arp {
  max-width: 614px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  gap: 50px;
}

.dropdown-arp h4 {
  font-family: Posterman;
  font-weight: 400;
  font-size: 29px;
  line-height: 52px;
  letter-spacing: -0.44px;
  vertical-align: middle;
  width: fit-content;
  margin: 0;
}

.posts-row .blog-lists {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 100%;
  column-gap: 37px;
  row-gap: 30px;
}

.posts-row .blog-lists .post-wrp{
width: 100%;
height: 100%;
}

.posts-row .blog-lists .post-wrp .img-wrp img {
  width: 100%;
  max-height: 407px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 4px 5px 0px #0E0E0E1A;
  
}
.posts-row .blog-lists .bottom-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation ul {
  display: flex;
  column-gap: 15px;
  list-style: none;
  justify-content: center;
  margin: 49px 0 0;
}

.navigation ul li {
  padding: 7px 15px 3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
  /* cursor: pointer; */
}

.brand-navigation ul li,.brand-navigation ul li a{
  color: #fff;
}

.brand-navigation ul {
  margin: 0 !important;
}

.navigation ul li.active {
  background: linear-gradient(360deg, #F7C906 0%, #F7DF7C 100%);
  box-shadow: 0px 3.53px 15.88px 0px #02020212;
}

.form .gform_button.button, .career-contact .gform_button.button{
  background: linear-gradient(0deg, #F7C906 0%, #F7DF7C 100%) !important;
  border-radius: 0;
  padding: 8px 24px !important;
  padding-bottom: 5px !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  display: inline-block !important;
  border: 1px solid #0E0E0E !important;
  box-shadow: 0px 4px 5px 0px rgba(14, 14, 14, 0.10) !important;
  font-size: 16px !important;
  min-width: 162px !important;
  text-align: center !important;
  transition: color 0.3s ease, border 0.3s ease !important;
  position: relative;
  overflow: hidden !important;
  color: #000 !important;
  width: 100% !important;
  z-index: 1;
  max-width: 213px;
  margin: 0 auto !important;
}

.ginput_container textarea:focus,.ginput_container select:focus {
  outline: none;
}

.ginput_container.ginput_container_fileupload input#input_4_6, .ginput_container.ginput_container_fileupload #input_3_25{
  background-image: url('../images/upload-icon.svg') !important;
  background-repeat: no-repeat !important;
  background-position: left 20px center !important;
  background-size: 12px !important;
  padding-left: 41px !important;
  padding-top: 8px !important;
  text-transform: capitalize;
  color: #ACAEB1 !important;
}

.ginput_container .datepicker {
  background-image: url('../images/calendar.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 15px !important;
  text-transform: capitalize;
}

/* contact page */

.career-contact {
  padding: 56px 47px 46px 44px;
  position: relative;
  color: #fff;
}

.career-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(14, 14, 14, 0) 0%, #0E0E0E 128.36%);
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.career-contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
  linear-gradient(0deg, rgba(14, 14, 14, 0.8) 0%, rgba(14, 14, 14, 0) 50%),
  linear-gradient(180deg, rgba(14, 14, 14, 0.8) 0%, rgba(14, 14, 14, 0) 50%);
  bottom: 0;
  z-index: -1;
}

.career-contact	video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.career-contact .row {
  width: 100%;
  justify-content: space-between;
}

.career-contact p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
}

.career-contact .left-wrp > p {
  border-bottom: 1.5px solid #ACAEB1;
  padding-bottom: 30px;
  margin-bottom: 26px !important;
}
.career-contact .left-wrp{
  max-width: 528px;
}

.career-contact .left-wrp h2 {
  margin-bottom: 10px;
}

.contact-content .title {
  font-family: Posterman;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -1.44px;
  margin-bottom: 10px;
}

.contact-content .location-wrp {
  display: flex;
  justify-content: space-between;
}

.contact-content .contact-details{
  margin-bottom: 30px;
}

.contact-content .contact-details p {
  display: none;
}
.contact-content .location-wrp .location {
  width: 100%;
  font-family: Objectivity;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: -0.54px;
}

.contact-content .location-title {
  font-family: Posterman;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.44px;
  background: linear-gradient(360deg, #F7C906 0%, #F7DF7C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-content p {
  color: #fff;
  margin-bottom: 30px !important;
  font-family: Objectivity;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: -0.54px;
}
.career-contact .left-wrp a {
    color: #fff;
}

.career-contact .right-wrp {
  background: Black;
  padding: 59px 60px 84px;
  border: 1.5px solid #ACAEB1;
  box-shadow: 10px 41px 57px -17px rgba(0, 0, 0, 0.2196078431);
  max-width: 614px;
  width: 100%;
}

.career-contact .right-wrp h3 {
  font-family: Posterman;
  font-weight: 400;
  font-size: 54px;
  line-height: 52px;
  letter-spacing: -1.44px;
  text-align: center;
  margin-bottom: 20px;
}

.logos .logos-wrp {
    margin-top: 56px;
    justify-content: center !important;
    column-gap: 155px;
}

.gform-theme--foundation .gfield textarea.large {
  min-block-size: 11rem !important;
}

span#gfield_upload_rules_3_6 {
  display: none;
}

label.gfield_label.gform-field-label {
  font-family: Posterman;
  font-weight: 400;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.44px;
  color: #fff;
}

.form label.gfield_label.gform-field-label {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 5px;
    /* clip-path: none !important;
    position: static !important; */
    /* margin: 0 !important; */
    /* height: auto !important; */
    /* width: auto !important;   */
}
.gform-theme--foundation .gform_fields{
row-gap: 24px !important;
}

::placeholder {  color: #ACAEB1 !important ; opacity: 1;}
:-ms-input-placeholder { color:  #ACAEB1 !important;  opacity: 1; }
::-ms-input-placeholder { color:  #ACAEB1 !important;  opacity: 1; }
 


.form .gform_wrapper input,.career-contact .gform_wrapper input,.career-contact .gform_wrapper select,.form .gform_wrapper select,.form .gform_wrapper textarea, .career-contact .gform_wrapper textarea {
  padding: 5px 5px 5px 15px !important;
  font-size: 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  width: 100% !important;
  line-height: 27px !important;
  letter-spacing: -0.54px!important;
  /* color: #0E0E0E !important; */
}

.form .gform_wrapper input,.career-contact .gform_wrapper input,.career-contact .gform_wrapper select,.form .gform_wrapper select{
 height: 48px !important;
}


.gform_wrapper .ginput_container.ginput_container_select select {
  padding: 11px !important;
}
.gform_wrapper input::file-selector-button {
  color: #A5A5A5 !important;
  background: #F3F3F3 !important;
  border: thin solid #C2C2C2 !important;
  border-radius: 2px !important;
  font-family: 'Objectivity' !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 27px !important;
  letter-spacing: -0.54px !important;
  text-align: center;
}

.gfield_description{
  display: none !important;
}

.form .gform_wrapper input:focus,.career-contact .gform_wrapper input:focus,
.form .gform_wrapper textarea:focus, .career-contact .gform_wrapper textarea:focus,.form select,.career-contact select {
border: 2px solid transparent !important;
border-image-source: linear-gradient(360deg, #F7DF7C 0%, #F7C906 100%)!important;
border-image-slice: 1 !important;
border-radius: 5px !important;
box-shadow: 0px 0px 36px 0px #6F6F6FBF !important;
 /* color: #0E0E0E !important; */
}

.form .gform-footer{
  padding: 35px 0 0 !important;
  margin: 0 !important;
}

.career-contact .gform-footer{
  padding: 28px 0 0 !important;
  margin: 0 !important;
}
.offer-cards h2 {
  text-align: center;
  margin-bottom: 39px;
}


/* resources-inner */

.single-blog-banner {
  padding: 60px 0;
  text-align: center;
}
.single-blog-banner .blog-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.meta_social_btns {
  display: flex;
  gap: 13px;
  align-items: center;
}
.meta_social_btns h3 {
  font-family: Objectivity;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: -0.42px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
}
.meta_social_btns a {
  position: relative;
  width: 31.36px;
  height: 31.36px;
  display: block;
  transition: 0.3s ease;
}
.meta_social_btns a img {
  filter: drop-shadow(0px 5.02px 42.65px #01072326);
}
.meta_social_btns a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
}
.meta_social_btns a img.hover {
  display: block;
  opacity: 0;
  z-index: 2;
  visibility: visible;
  transition: 0.3s ease;
}
.meta_social_btns a:hover img.hover {
  opacity: 1;
  visibility: visible;
}
.meta_social_btns a .copy-to-clipboard , .meta_social_btns a .copy-to-clipboard2{
  position: absolute;
  left: 30px;
  top: 6px;
  min-width: 110px;
  font-size: 14px;
  margin-left: 10px;
  line-height: 20px;
  height: 20px;
  color: #000;
  text-align: left;
}
.back-to-blog {
  font-family: Posterman;
  font-weight: 400;
  font-size: 34px;
  line-height: 28px;
  letter-spacing: -1.44px;
  padding-left: 25px;
  position: relative;
  display: inline-block;
  margin: 30px 12px;
}
.back-to-blog:before {
  position: absolute;
  content: '';
  left: 0;
  background: url('../images/back-arrow.svg') no-repeat center;
  background-size: contain;
  top: 45%;
  transform: translateY(-50%);
  height: 100%;
  width: 18px;
}

.single-blog .post-cnt p {
  margin-bottom: 30px !important;
}
.single-blog .post-cnt h3 {
  font-family: Objectivity;
  font-weight: 500;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: -1.44px;
}
.single-blog br {
  display: none;
}

.single-blog h2{
  margin-bottom: 15px;
}
.single-blog .post-cnt p,.single-blog .post-cnt img{
  margin: 0px 0 25px !important;
}

.single-blog strong {
  color: #000;
}
.single-blog .post-cnt h3:last-of-type {
  /* color: #ACAEB1; */
  color: #000;
}
.single-blog .post-cnt p,.single-page-content .content-wrp .content-inn p {
  font-family: 'Objectivity';
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
  color: #0E0E0E;
}

/* brand-page */

.brand-list-sec {
  padding: 60px 0 66px;
  background: #000;
}
.brand-list-sec .brand-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  column-gap: 17px;
}
.brand-list-sec .cnt-text h3 {
  font-family: Objectivity;
  font-weight: 500;
  font-size: 30px;
  line-height: 37.5px;
  letter-spacing: -0.9px;
  color: #fff;
}
.brand-list-sec .cnt-text h3 a{
  color: #fff;
}
.brand-list-sec .img-wrp {
  background: #fff;
  padding: 73px 42px 66px;
}
.brand-list-sec .cnt-wrp {
  margin: 27px 0 50px;
}
.brand-list-sec .cnt-text p {
  letter-spacing: -0.54px;
  color: #E7EBEA;
  margin: 11px 0 19px !important;
}

.brand-list-sec .link-text ,.brand-list-sec .arrow-icon{
  color: #F8F7F5;
}

.brand-list-sec .underline-black .link-text::after {
  background-color: #fff;
}


/* brand-inner page */

.products-sec {
  padding: 193px 0 112px;
  margin-top: -143px;
  background: black;
  color: #fff;
  text-align: center;
}

.products-sec .col-md-12 {
  max-width: 937px;
  margin: 0 auto;
}

.products-sec .product h3 {
  font-family: Posterman;
  font-weight: 400;
  font-size: 40px;
  line-height: 35px;
  letter-spacing: -0.44px;
  margin: 0;
  transition: all 0.3s ease;
}

.products-sec .product h3:hover {
  background: linear-gradient(360deg, #F7C906 0%, #F7DF7C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-decoration-color: #f7DF7C;
}

.products-sec .products-wrp {
  display: grid;
  row-gap: 20px;
  grid-template-columns: repeat(3, 1fr); 
  column-gap: 86px;
  width: 100%;
  text-align: left;
}

.products-sec .products-wrp .product:nth-child(6) {
  grid-row: span 2;
  display: flex;
  align-items: center;
}

.products-sec h2 {
  max-width: 617px;
  margin: 10px auto 46px;
}

.brand-slider .slick-dots li.slick-active button {
  background: linear-gradient(360deg, #F7C906 0%, #F7DF7C 100%);
}

/* seer - calculator */
.about-us-content .calc-title{
	font-size: 70px;
	line-height: 68px;
	letter-spacing: -1.44px;
	color: #0E0E0E;
}
.about-us-content .about-description p {
    font-family: Objectivity;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.54px;
    width: 100%;
}
.about-us-content .about-description p:not(:last-child){
	margin-bottom: 30px !important;
}

.seer-calculator {
    max-width: 1246px;
    margin: 0 auto;
    padding-bottom: 89px;
}

.seer-calculator .calc-img > div {
  box-shadow: 0px 3px 6px 0px #00000038;
}

.seer-calculator img {
    width: 100%;
    height: auto;
    object-fit: cover;  
}
.page-intro + .about-us-section img {
  height: auto;
  min-height: 737px;
  object-fit: cover;
}

/* HAVC terminology */
.accordion.glossary-section {
  margin: 8px 0 69px;
}

.accordion.glossary-section .accordion-list {
  padding: 32px 0 0;
}
.glossary-filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.glossary-filter .alphabet-filter {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 14px;
  row-gap: 5px;
  padding: 0;
  margin: 0;
}

.glossary-filter .alphabet-filter a.active,.glossary-filter .alphabet-filter a:hover {
  background: linear-gradient(360deg, #F7C906 0%, #F7DF7C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid #F7C906;
}

.glossary-filter .alphabet-filter a {
  font-family: Posterman;
  font-weight: 400;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -0.16px;
}

.no-results-message{
  text-align: center;
}


/* header-css */

.btn-cta-hb {
  color: #0E0E0E;
  line-height: 27px;
  text-underline-offset: 2px;
  border: 0.5px solid #0E0E0E;
  border-left: 0;
  letter-spacing: -0.54px;
  position: relative;
  padding: 0 38px 0 26px;
}
.btn-cta-hb::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 19px;
  background: url("../images/down-icon.svg") no-repeat center;
  background-size: contain;
  height: 7px;
  width: 10px;
  transform: translateY(-5px) rotate(-90deg);
}
.hello-bar .container {
  align-items: center;
}
.hello-bar .hello-bar-text span  , .hello-bar .social-text{
  font-size: 14px;
  line-height: 12px;
}
.hello-bar-text {
  align-items: flex-end;
  padding-bottom: 0 !important;
}
.hello-bar .socials-info {
  padding-bottom: 0 !important;
}
.contact-btns span {
  line-height: 27px;
  display: block;
  font-size: 13px;
}
.contact-btns {
  gap: 17px;
  justify-content: flex-end;
  padding-bottom: 3px;
  min-width: 385px;
}
.contact-btns a {
  min-width: 172px;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  letter-spacing: -0.54px;
}
.navbar-light .navbar-nav li.menu-item-has-children > a::after {
  background-image: url("../images/down-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 10px;
  height: 100%;
  transition: all 0.33s linear;
  border: none;
  margin: 0;
  right: 0;
  position: absolute;
  background-size: contain;
  top: 3px;
}



/* footer css changs */

.site-footer {
  background: linear-gradient(180deg, #181818 -27.64%, #0B0B0B 100%);
}
footer .container {
  max-width: 1260px;
}
footer .footer-main .container{
max-width: 1266px;
}
.footer-bottom {
  padding: 20px 0 56px;
}
.footer-bottom a, .footer-bottom p {
  line-height: 27px;
  letter-spacing: -0.54px;
  font-size: 14px;
}
.footer-main {
  padding: 40px 0 44px;
}
.footer-main .row {
  justify-content: space-between;
}
.footer-main .row>div:first-child>div {
  margin-left : 21px;
}
.footer-description {
  letter-spacing: -0.54px;
}
.footer-logo {
  margin-bottom: 33px;
}
footer input[type="email"] {
  min-height: 65px !important;
}
footer .gform-footer input {
  width: 124px !important;
  margin: 0 !important;
}
footer .gform-footer {
  margin-top: -50px !important;
  width: auto;
  padding-right: 23px !important;
}
.footer-license {
  font-size: 18px;
  letter-spacing: -0.54px;
}
.footer-widget-title {
  letter-spacing: -0.54px;
  line-height: 30px;
}
.footer-links-menu li {
  margin-bottom: 17px;
  display: block;
  text-align: center;
}
.footer-links-menu li:last-child {
  margin-bottom: 0;
}
.footer-links-menu li a {
  font-size: 18px;
  line-height: 22.5px;
}
.footer-contact-buttons {
  gap: 15px;
}
.contact-button-wrapper a:first-child {
  min-width: auto;
  padding-left: 31px !important;
  padding-right: 31px !important;
  letter-spacing: -0.54px;
}
footer .city {
  line-height: 27px;
  margin-top: 4px;
}
.footer-top h2.footer-title , .footer-top .footer-social-icons{
  margin-left: 24px;
}
.footer-top h2.footer-title{
  font-size: 46px;
  max-width: 315px;
}

footer .newsletter-form .gform_validation_error .gform-footer {
  /* margin-top: -78px !important; */
   /* margin-bottom: 20px; */
}
footer .newsletter-form .gform_validation_error .gform_validation_errors {
  display: none;
}

/* updated changes */
body:not(.home) .services-block .display-4 {
  max-width: 100%;
}
.images-slider-sec .slick-prev:hover, .images-slider-sec .slick-next:hover {
  background-color: transparent !important;
}

.image-with-content .cnt-wrp p {
  letter-spacing: -0.54px;
}

.modal-dialog .left-pop .image-wrp {
  box-shadow: 0px 4px 15px 0px #0000001A;
}

.gform-theme--foundation .gfield textarea {
  resize: none;
}
.gform-theme--foundation  .gform_validation_errors {
  display: none !important;
}
.form .gform_wrapper input, .career-contact .gform_wrapper input, .career-contact .gform_wrapper select, .form .gform_wrapper select, .form .gform_wrapper textarea, .career-contact .gform_wrapper textarea {
  font-size: 14px !important;
  border: 2px solid #fff !important;
  border-radius: 3px !important;
}
.offer-cards .promo-wrp-in h3 {
  max-width: 306px;
  margin-left: auto;
  margin-right: auto;
}

.ftr-post .blog-lists .post-wrp .img-wrp {
  margin-right: auto;
}
.ftr-post .blog-lists .post-wrp .cnt-wrp {
  margin-left: 0;
  padding-left: 37px;
}
.category-dropdown, .sort-dropdown {
  align-items: center;
}
.dropdown-arp h4 {
  text-align: right;
  line-height: 44px;
}
.sidebar-wrp .services .service:last-child, .sidebar-wrp .resources .resource:last-child {
  border-bottom: 0;
}

.single-blog .contact {
  margin-top: 13px;
}

.page-intro .left-wrp span {
  margin-left: 11px;
}

.single-blog figure.wp-block-video,.single-page-content .single-video{
  max-width: 733px;
  position: relative;
  margin-bottom: 25px;
}

.single-blog figure video,.single-page-content .single-video video {
  width: 100%;
  box-shadow: 0px 4px 21px 0px #C7C7C733;
}

.single-blog figure.wp-block-video:before,.single-page-content .single-video:before {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url('../images/play-btn.svg') no-repeat;
  background-position: center;
  background-size: 86px;
  z-index: 1;
  transform: translate(-50%, -50%);
}


.career-contact{
  padding: 41px 0 45px;
}
.career-contact .container {
 max-width: 1192px;
}
.career-contact .row {
 align-items: flex-start;
 width: auto;
}
.career-contact .row>div:first-child {
 width: 45%;
}
.career-contact .row>div:nth-child(2){
 width: 55%;
}
.career-contact .left-wrp p:last-child {
 margin-bottom: 0 !important;
}
.career-contact .right-wrp {
 padding-bottom: 67px;
 margin-left: auto;
 background-color: #0E0E0E;
}
.career-contact .right-wrp .gform_fileupload_rules {
 display: none;
}
.career-contact .logos {
 padding: 0 15px;
}
.single-video.playing::before,.single-blog figure.wp-block-video.playing::before {
  opacity: 0;
  transition: all 0.33s ease;
}

.single-img-wrp img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navigation ul {
  padding-left: 0;
}
.brand-navigation ul li.active {
  color: #000;
}

.form .gform_wrapper select{
  -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../images/select-down.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 10px;
    color: #ACAEB1 !important;
  }

  .gform_wrapper select:focus,
.gform_wrapper select:active,
.gform_wrapper select option:not(:first-child):checked {
    color: #0E0E0E !important;
}

.gform_confirmation_message {
  text-align: center !important;
}

.cms-cnt .cnt-wrp p a {
  word-break: break-word;
}

.images-slider-sec + .single-blog .contact{
  margin-bottom: 30px;
}

footer form {
  position: relative !important;
}
footer .gform-theme--foundation .gform-loader {
  position: absolute !important;
  right: 1px !important;
}

.single-blog-banner h1 {
    margin-bottom: 15px;
}

.single-page-content h2{
  margin-bottom: 15px;
}
.images-slider-sec:has(+.single-page-content) {
  padding-top: 30px;
}

.testimonial-hidden {
			display: none;
		}

    .testimonials .btn-container {
    text-align: center;
    margin-top: 40px;
}

.testimonials .btn-container .btn-primary{
  min-height: 39px;
    font-family: 'Objectivity'
}

body.fixnav header {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}


.glossary-filter-wrp .alphabet-filter-wrp a {
    font-family: 'Posterman';
    font-weight: 400;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -0.16px;
    color: #0E0E0E;
    outline: none;
    transition: color 0.3s;
}
.glossary-filter-wrp .alphabet-filter-wrp a.active , .glossary-filter-wrp .alphabet-filter-wrp a:hover{
	  color: #F7C906;
    border-bottom: 2px solid #F7C906;
}

.accordion:has(+ .form) .accordion-wrp:not(:last-child) {
    margin-bottom: 27px;
}

.macOS .accordion h2 {
    padding-top: 2px;
    padding-bottom: 22px;
}

.macOS .accordion-wrp{
    padding-top: 2px;
    padding-bottom: 18px;
}

.macOS .single-page-content h2:first-child,.macOS .single-blog h2:first-child{
	margin-bottom: 30px;
}

.macOS .contact{
	padding-top: 15px;
  padding-bottom: 30px;
}

.macOS .back-to-blog:before {
    top: 65%;
}


.single-blog .post-cnt-wrp h2 strong, .single-blog .post-cnt-wrp h3 strong {
    font-weight: inherit;
}

.single-page-content .content-wrp .content-inn a, .single-blog .post-cnt-wrp .post-cnt a {
    text-decoration: underline;
}

.page-intro.no-content .left-wrp {
    width: 100%;
    max-width: 100%;
}
.accordion-list .accordion-content li {
    color: #ACAEB1;
}

body.admin-bar header {
    top: 32px;
}


/* Quit page */

.intro-banner {
    position: relative;
    padding: 123px 0;
}
.intro-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: 0.3;
}

.intro-banner .img-container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.intro-banner .bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.intro-banner .img-container img {
    max-width: 220px;
}

.intro-banner +.career-content {
  padding: 29px 0 58px;
  max-width: 100%;
  background-color: #FFF3D2;
}

.intro-banner +.career-content .col-md-12{
  max-width: 814px;
  margin: 0 auto;

}

.intro-banner + .career-content h2 {
    font-size: 104px;
    line-height: 91px;
    letter-spacing: -2.16px;
    margin: 0 0 15px;
}

.intro-banner + .career-content ol{
	text-align: left;
}

.intro-banner + .career-content p{
  color: #000000;
}

.macOS .intro-banner + .career-content h2{
    margin: 0 0 30px;
}
.media-gallery {
    padding: 52px 0 47px;
}
.media-gallery .gallery-wrp {
    display: flex;
    row-gap: 34px;
    column-gap: 34px;
    max-width: 1187px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.media-gallery .gallery {
		width: calc((100% - 34px) / 2);
    height: 100%;
    cursor: pointer;
}

.media-gallery .gallery .gallery-inn{
	position: relative;
}

.media-gallery .gallery .gallery-inn .thumbnail-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.media-gallery .gallery .gallery-inn .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102px;
    height: 102px;
    transform: translate(-50%, -50%);
}

.media-gallery .gallery .title {
	text-align: center;
	margin-top: 20px;
}
.media-gallery .gallery .title a {
    font-size: 18.7px;
    line-height: 25.76px;
    letter-spacing: 0;
    text-decoration: underline;
    color: #0E0E0E;
}


.media-gallery .modal {
    backdrop-filter: blur(28px);
}

.media-gallery .modal-dialog{
    max-width: 1188px;
}

.media-gallery .modal-dialog .modal-body{
    background: #fff;
    overflow: hidden;
    padding: 64px 66px 33px 67px;
    border-radius: unset;
    box-shadow: 0px 4px 5px 0px #0E0E0E40;
}

.media-gallery .modal-dialog .modal-content {
    border-radius: unset;
    border: none;
    overflow: hidden;
    padding-bottom: 0;
    box-shadow: 0px 4px 5px 0px #0E0E0E40;
}
.media-gallery .slick-dotted.slick-slider{
	margin-bottom: 0;
}

.media-gallery .gallery-slider video, .media-gallery .gallery-slider .slider-item > img {
    width: 100%;
    height: 587px;
    border-radius: 4px;
    display: block;
    object-fit: cover;
}

.media-gallery .slick-dots {
    margin-top: 30px;
}

.media-gallery .slick-dots li{
    height: 0;
}

.media-gallery .slick-prev,.media-gallery .slick-next {
		content: '';
    background: url(../images/services-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px !important;
    border: none !important;
    top: 50%;
}

.media-gallery .slick-prev {
    left: -50px;
}

.media-gallery .slick-next {
    right: -50px;
    transform: rotateY(-180deg) translate(0, -50%);
}

.media-gallery .slick-prev:active,.media-gallery .slick-next:active,.media-gallery .slick-prev:hover,.media-gallery .slick-next:hover {
    background-color: transparent !important;
}

.media-gallery .modal-dialog .btn-close {
    background: transparent;
    top: 13px;
    right: 13px;
    outline: none;
    opacity: 1;
}

.media-gallery .modal-dialog .btn-close::before {
    background: url(../images/media-close-btn.svg) no-repeat center;
    background-size: 20px;
}
.media-gallery .modal-dialog .btn-close:focus {
    box-shadow: none;
}

/* .media-gallery .video-wrapper {
    position: relative;
}
.media-gallery .play-pause-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-gallery .play-pause-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px;
    height: 86px;
    transform: translate(-50%,-50%);
} */

/* .media-gallery .play-pause-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
}
.media-gallery .play-pause-icon img {
    width: 86px;
    height: 86px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */
 
/*custom popup*/
.media-gallery .custom-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.8);
}
 
.media-gallery .custom-modal-content {
        position: relative;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        text-align: center;
}
.media-gallery .custom-modal {
    backdrop-filter: blur(28px);
}
.media-gallery .modal-body{
    max-width: 1188px;
    padding: 0;
    margin: 1.75rem auto;
    top: 100px;
    max-height: 80vh;
}
.media-gallery .custom-modal-content{
    background: #fff;
    overflow: hidden;
    padding:12px 67px;
    border-radius: unset;
    box-shadow: 0px 4px 5px 0px #0E0E0E40;
}
.media-gallery .custom-modal-content .close-modal {
    top: 13px;
    right: 13px;
    outline: none;
    opacity: 1;
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../images/media-close-btn.svg) no-repeat center;
    background-size: 20px;
    font-size: 0;
    cursor: pointer;
}

.slick-track .item{
  display: flex;
  align-items: center;
}

/* Quit page end*/

header .desktop-menu .dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
}

button.bknow {
    padding: 11px 24px 9px 24px !important;
}

.services-block button.bknow {
    padding: 8px 24px 6px 24px !important;
}


.mobile-phone-number{
  display: none;
}