/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 31 2025 | 16:08:23 */
.grecaptcha-badge {
    visibility: hidden;
}

.forminator-custom-html {
    order: 9999;
    margin-top: 10px;
}

.forminator-ui.forminator-custom-form[data-design=basic] .forminator-checkbox__label {
    line-height: 30px !important;
    margin-left: 15px !important;
}

label.forminator-checkbox {
    margin-right: 0.5rem !important;
}

/* ===========================
 * 	Home
 * =========================== */

.w-grid.align-middle-grid.w-grid.align-middle-grid > .w-grid-list{ /* doubled classes */
  display:flex !important;
  flex-wrap:wrap !important;
  gap:var(--gap) !important;
  justify-content:center !important;
}
.w-grid.align-middle-grid.w-grid.align-middle-grid .w-grid-item{
  flex:0 0 calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns)) !important;
}

/* Hero video: allow focal control */
section.hero-video-focus .l-section-video > video {
  position: absolute !important;
  inset: 0 !important;              /* top/right/bottom/left: 0 */
  width: 100% !important;
  height: 100% !important;
  transform: none !important;       /* cancel theme centering */
  object-fit: cover !important;
  object-position: 50% 50% !important; /* default: center */
}

/* On smaller screens, reveal the RIGHT side of the video */
@media (max-width: 1320px) {
  section.hero-video-focus .l-section-video > video {
    object-position: 90% 70% !important; /* right center */
  }
}

/* On smaller screens, reveal the RIGHT side of the video */
@media (max-width: 1180px) {
  section.hero-video-focus .l-section-video > video {
    object-position: 80% 70% !important; /* right center */
  }
}

/* Optional: keep right focus on very small phones too */
@media (max-width: 680px) {
  section.hero-video-focus .l-section-video > video {
    object-position: 70% 70% !important;
  }
}

.w-iconbox.style_circle .w-iconbox-icon, .w-iconbox.style_outlined .w-iconbox-icon {
    border-radius: 0%;
}

.eyebrow-header {
	font-size: 1.1rem;
  	font-weight: 600 !important;
  	color: var(--color-bluealternate) !important;
	text-transform: uppercase;
}

.eyebrow-header-white {
  	position: relative;
	font-size: 1.1rem;
  	font-weight: 600;
	color: #FFFFFF !important;
	text-transform: uppercase;
}

.split-columns-best {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    gap: 1.5rem !important;
}

@media (max-width: 1010px) {
	.split-columns-best {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 1.5rem !important;
	}
}

@media (max-width: 900px) {
	.split-columns-best {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 1.5rem !important;
	}
}

@media (max-width: 450px) {
    .split-columns-best {
        grid-template-columns: 1fr; /* one column on very small screens */
    }
}


@media (max-width: 899px) {
  .w-vwrapper.us_custom_79b5dee9.homepage-case-study-explore.align_none.valign_middle  {
    height: 70px !important;
    text-align:center !important;
  }

}

@media (max-width: 899px) {
  .l-section.homepage-case-study
    .g-cols.stacking_default.via_flex > div:not([class*="vc_col-xs"]) {
    	margin-top: 0;
		margin-bottom: 0;
  }
}

@media (max-width: 550px) {
    .homepage-case-study {
    margin-top: -20rem !important;
  }
}

.w-hwrapper:has(.left-top) > :not(:last-child) {
  margin-inline-end: var(--hwrapper-gap, 0rem);
}





/* 2 columns, left stacked 2 half-height, right full-height */
.w-hwrapper.my-grid-alt {
  	display: grid !important;
  	grid-template-columns: 1fr 1fr;
  	gap: 16px;
  	align-items: stretch !important;
}

.w-hwrapper.my-grid-alt .left-top { 
    grid-column: 1; 
    grid-row: 1; 
}
.w-hwrapper.my-grid-alt .left-bottom { 
    grid-column: 1; 
    grid-row: 2; 
}
.w-hwrapper.my-grid-alt .right-full { 
    grid-column: 2; 
    grid-row: 1 / span 2; 
}

/* Images inside the half-height items */
.w-hwrapper.my-grid-alt .left-top .w-image-h img,
.w-hwrapper.my-grid-alt .left-bottom .w-image-h img {
  width: 100%;
  height: auto;
  display: block;
}

/* Full-height image */
.w-hwrapper.my-grid-alt .right-full .w-image-h {
  height: 100%;
}
.w-hwrapper.my-grid-alt .right-full .w-image-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Remove default margins */
.w-hwrapper.my-grid-alt .w-image { 
    margin: 0; 
}

/* Responsive: single column for ≤1200px */
@media (max-width: 1200px) {
  .w-hwrapper.my-grid-alt {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .w-hwrapper.my-grid-alt .w-image-h {
    height: 250px !important; /* same height for all in 1 column */
  }

  .w-hwrapper.my-grid-alt .w-image-h img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }
	
	.w-hwrapper.my-grid-alt .left-top,
  .w-hwrapper.my-grid-alt .left-bottom,
  .w-hwrapper.my-grid-alt .right-full {
    grid-column: auto;
    grid-row: auto;
  }
}


@media (max-width: 1020px) {
  .stack-now .g-cols {
    display: flex !important;
    flex-direction: column !important;
  }

  .stack-now .g-cols > * {
    width: 100% !important;
    box-sizing: border-box;
  }
  
  .faq-white-space .vc_column-inner {
     background: var(--color-primary)!important;
  }
}





/* ===========================
 * 		About Us
 * =========================== */

.about-us-image img {
    min-height: 800px;
    object-fit: cover;
}

@media screen and (min-width: 901px) and (max-width: 1320px) {
    .about-us-image img {
        min-height: 1020px;
        object-fit: cover;
    }
}


@media (max-width: 900px) {
	.about-us-image img {
		min-height: auto;
		height: 500px;
		width: 100% !important;
		object-fit: cover !important;
	}
}

@media screen and (min-width: 901px) and (max-width: 1320px) {
    .services-image img {
        min-height: 450px;
    }
}

.split-columns-many-companies  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 1.5rem !important;
}

@media screen and (max-width: 1290px) {
    .split-columns-many-companies {
    	grid-template-columns: repeat(auto-fit, minmax(395px, 1fr));
    }
}

@media screen and (max-width: 900px) {
    .split-columns-many-companies {
    	grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    }
}

@media screen and (max-width: 700px) {
    .split-columns-many-companies {
        grid-template-columns: 1fr; 
    }
}

.split-columns-many-companies.w-hwrapper>:not(:last-child) {
    margin-inline-end: inherit !important;
}


@media screen and (max-width: 900px) {
    .w-image.about-us-top-image.has_aspect_ratio.align_left {
        position:unset !important;
    }
	
}

/* ===========================
 * 	Case-Study
 * =========================== */

.case-study-lines {
  display: -webkit-box;
  -webkit-line-clamp: 8; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-carousel.w-grid.type_carousel .w-grid-item {
  padding: var(--gap, 1rem);
}


/* Make the four stat columns 1-per-row at 780px and below */
@media only screen and (max-width: 780px) {
  #statistics .vc_col-lg-3,
  #statistics .vc_col-md-6,
  #statistics .vc_col-sm-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

}

@media only screen and (max-width: 900px) {
    .case-study-carousel.w-grid.type_carousel .w-grid-item {
        padding-right: 0rem;
    }
    
    button.owl-prev.disabled {
        margin-left: 3.5rem !important;
    }
}
	
/* ===========================
 * 	Our Team
 * =========================== */

.w-hwrapper.split-columns-person {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.5rem;
  position: relative;
}

.w-hwrapper.split-columns-person > .w-vwrapper {
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  position: relative;
}

.w-hwrapper.split-columns-person > .w-vwrapper > .w-image {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.w-hwrapper.split-columns-person > .w-vwrapper > h4 {
	margin-top: 8rem !important;
}

@media only screen and (max-width: 601px) {
	.w-hwrapper.split-columns-person > .w-vwrapper > h4 {
	  margin-top: 9.5rem !important;
	}
}

.w-hwrapper.split-columns-person > .w-vwrapper > .w-image img {
  width: auto;
  height: 250px;
  max-width: none;
  display: block;
  margin: 0 auto;
}



@media (max-width: 1000px) {
  .w-hwrapper.split-columns-person > .w-vwrapper {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 6rem;
  }
  
  .w-hwrapper.split-columns-person >:not(:last-child) {
    margin-inline-end: 0rem;
    }
}


.header_hor .l-header.pos_fixed:not(.bg_transparent) ~ .l-main>.l-section:first-of-type>.l-section-img {
    margin-top: 0px;
}


.left-overlap {
	position: relative;
    z-index: 10;
    left: 7rem;
    margin-left: -5.5rem;
    
}




/* ===========================
 * 	Services
 * =========================== */

@media only screen and (max-width: 900px) {
  /* Tightly scoped to this row only */
  .l-section.services-intro .g-cols.via_flex.type_default > .wpb_column.stretched:last-child {
    margin-right: -1rem !important;
  }
}

.split-columns-services-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    gap: 1.5rem !important;
}

@media (max-width: 450px) {
    .split-columns-services-benefits {
        grid-template-columns: 1fr; /* one column on very small screens */
    }
}

.services-counter .w-counter-value-part.type_number {
    line-height: 1.2 !important;
}

.w-hwrapper.split-columns-services-benefits > :not(:last-child) {
  margin-inline-end: 0rem;
}


/* ===========================
 * 		Contacts Page
 * =========================== */



.split-columns-contacts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem !important;
}

@media screen and (max-width: 1200px) {
    .split-columns-contacts .w-iconbox.iconpos_left {
        flex-direction: column;
        row-gap: 1rem;
    }
    
    .split-columns-contacts {
        gap: 1rem !important;
    }
    
}


@media screen and (max-width: 900px) {
    .split-columns-contacts {
        grid-template-columns: 1fr; /* one column on very small screens */
    }
    
    .split-columns-contacts .w-iconbox.iconpos_left {
        flex-direction: row;
        row-gap: 1rem;
    }

}

.w-hwrapper > .columns-contacts:not(:last-child) {
    margin-inline-end: 0rem;
}

@media screen and (max-width: 400px) {
    .split-columns-contacts .w-iconbox.iconpos_left {
        flex-direction: column;
        row-gap: 1rem;
    }

}


/* ===========================
 * 	Footer
 * =========================== */

@media only screen and (max-width: 1180px) {
  .w-actionbox.controls_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 12px;
  }

  .w-actionbox.controls_right .w-actionbox-text,
  .w-actionbox.controls_right .w-actionbox-controls {
    width: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 12px;
  }

  .w-actionbox.controls_right .w-actionbox-controls > * {
    margin: 6px 8px 0;
  }
}



/* ===========================
 * 	Impreza Grid Fix
 * =========================== */

/* exact element from your HTML */
#us_post_list_s025 > .w-grid-list{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:var(--gap) !important;
  justify-content:center !important;
}
#us_post_list_s025 .w-grid-item{
  flex:0 0 calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns)) !important;
}








/* ===========================
 * 	Variables
 * =========================== */

:root {
  --border-radius-small: 0rem;
  --border-radius-large: 0rem;
  --primary-color: var(--color-primary); 
  --secondary-color: var(--color-secondary);
  --it-border-width: 2px;
}

.with-underline {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  border-bottom-color: var(--color-content-secondary) !important;
}

.with-shadow {
  box-shadow: none !important;
}

/* ===========================
 * 		Faded Carousel Grid
 * =========================== */


/* reusable fade-mask for any carousel grid */
.fade-mask .w-grid-list.owl-carousel .owl-stage-outer {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0px,
    black 30px,
    black calc(100% - 30px),
    transparent 100%
  ) !important;
  mask-image: linear-gradient(
    to right,
    transparent 0px,
    black 30px,
    black calc(100% - 30px),
    transparent 100%
  ) !important;
  overflow: hidden !important;
}

/* ===========================
 * 		Complianz 
 * =========================== */
#cmplz-cookiebanner-container .cmplz-cookiebanner {
    background: var(--color-bg);
    border-radius: var(--border-radius-large);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	transition: all 0.3s;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    background: var(--color-primary) !important;
	border: var(--it-border-width) solid var(--color-primary) !important;
	border-width: var(--it-border-width);
    color: white !important;
}




.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-show.cmplz-categories-visible .cmplz-buttons .cmplz-btn.cmplz-accept
{
    border: var(--it-border-width) solid var(--color-primary) !important;
    background: var(--color-lightgrey) !important;
	color: var(--color-primary) !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:focus-visible
{
    background: var(--color-secondary) !important;
	border: var(--it-border-width) solid var(--color-secondary) !important;
    color: white !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    border-radius: var(--border-radius-small) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
    background-color: var(--color-primary) !important;
}

* ===========================
 * 		Accordion 
 * =========================== */


.w-tabs.accordion>div>.w-tabs-section {
    display: block;
    border-style: none;
    border-width: 0px 0 0 0;
    box-shadow: 0px 0px 60px 0px rgba(30, 22, 22, 0.06);
}

.w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
    color: var(--color-content-text);
}


/* ===========================
 * 	General classes
 * =========================== */

.color-primary	{
	color: var(--color-primary) !important;
}

.color-secondary {
	color: var(--color-secondary) !important;
}

.color-bg {
	color: var(--color-bg) !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.text-large {
	font-size: 1.1rem;
}
.text-small {
	font-size: 0.85rem;
}

.floating-text-box-left {
    margin-right: -2rem !important;
}

.floating-text-box-right {
    margin-left: -2rem !important;
}

.greyscale{
	filter: grayscale(85%);
}

.center-grid-items .w-grid-list {
	justify-content: center;
}

.mfp-bottom-bar {
	display: none;
}


/* ===========================
 * 	Wrappers Gap
 * =========================== */

.w-hwrapper {
row-gap: var(--hwrapper-gap, 0);
}

.w-vwrapper {
column-gap: var(--vwrapper-gap, 0);
}



/* ===========================
 * 	Logo & Menu
 * =========================== */
.custom-logo {
	width: 80px;
	transition: width 0.3s ease;
}

.l-header.sticky .l-subheader.at_middle .custom-logo {
	width: 65px;
}

@media (max-width: 768px) {
	.custom-logo {
		width: 70px;
		transition: width 0.3s ease;
	}
	.l-header.sticky .l-subheader.at_middle .custom-logo {
		width: 60px;
	}
}

ul.w-nav-list.level_2 {
	border-radius: var(--border-radius-small);
	overflow: hidden;
}

@media (max-width: 900px) {
    .l-header {
        background: var(--color-text) !important
    }
}

/* ========================================== 
 * 		Nav menu
 * ========================================== */

nav.type_desktop li.mobile-only {
    display: none;
}

/* =================================================== 
 * 		Headings
 * =================================================== */

.text-with-icon .fas {
	color: #96C3E8 !important;
}

@media (max-width: 600px) {
  	.text-with-icon .w-text-value {
    	display: none;
		gap: 0;
  }
	
	.text-with-icon .fas {
		color: #FFFFFF !important;
	}
	
	.header_hor .l-subheader-cell.at_right>* {
    	margin-left: 0.5rem !important;
	}
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 0;
}

.heading-1,
.wpb_text_column.heading-1 :is(h2, h3, h4, h5, h6),
.w-iconbox.heading-1 .w-iconbox-title {
  font-family: var(--h1-font-family, inherit);
  font-size: var(--h1-font-size, inherit);
  font-weight: var(--h1-font-weight, inherit);
  font-style: var(--h1-font-style, inherit);
  line-height: var(--h1-line-height, 1.4);
  letter-spacing: var(--h1-letter-spacing, inherit);
  text-transform: var(--h1-text-transform, inherit);
  margin-bottom: var(--h1-margin-bottom, 1.5rem);
}

.heading-2,
.wpb_text_column.heading-2 :is(h1, h3, h4, h5, h6),
.w-iconbox.heading-2 .w-iconbox-title {
  font-family: var(--h2-font-family, inherit);
  font-size: var(--h2-font-size, inherit);
  font-weight: var(--h2-font-weight, inherit);
  font-style: var(--h2-font-style, inherit);
  line-height: var(--h2-line-height, 1.4);
  letter-spacing: var(--h2-letter-spacing, inherit);
  text-transform: var(--h2-text-transform, inherit);
  margin-bottom: var(--h2-margin-bottom, 1.5rem);
}

.heading-3,
.wpb_text_column.heading-3 :is(h1, h2, h4, h5, h6),
.w-iconbox.heading-3 .w-iconbox-title {
  font-family: var(--h3-font-family, inherit);
  font-size: var(--h3-font-size, inherit);
  font-weight: var(--h3-font-weight, inherit);
  font-style: var(--h3-font-style, inherit);
  line-height: var(--h3-line-height, 1.4);
  letter-spacing: var(--h3-letter-spacing, inherit);
  text-transform: var(--h3-text-transform, inherit);
  margin-bottom: var(--h3-margin-bottom, 1.5rem);
}

.heading-4,
.wpb_text_column.heading-4 :is(h1, h2, h3, h5, h6),
.w-iconbox.heading-4 .w-iconbox-title {
  font-family: var(--h4-font-family, inherit);
  font-size: var(--h4-font-size, inherit);
  font-weight: var(--h4-font-weight, inherit);
  font-style: var(--h4-font-style, inherit);
  line-height: var(--h4-line-height, 1.4);
  letter-spacing: var(--h4-letter-spacing, inherit);
  text-transform: var(--h4-text-transform, inherit);
  margin-bottom: var(--h4-margin-bottom, 1.5rem);
}

.heading-5,
.wpb_text_column.heading-5 :is(h1, h2, h3, h4, h6),
.w-iconbox.heading-5 .w-iconbox-title {
  font-family: var(--h5-font-family, inherit);
  font-size: var(--h5-font-size, inherit);
  font-weight: var(--h5-font-weight, inherit);
  font-style: var(--h5-font-style, inherit);
  line-height: var(--h5-line-height, 1.4);
  letter-spacing: var(--h5-letter-spacing, inherit);
  text-transform: var(--h5-text-transform, inherit);
  margin-bottom: var(--h5-margin-bottom, 1.5rem);
}

.heading-6,
.wpb_text_column.heading-6 :is(h1, h2, h3, h4, h5),
.w-iconbox.heading-6 .w-iconbox-title {
  font-family: var(--h6-font-family, inherit);
  font-size: var(--h6-font-size, inherit);
  font-weight: var(--h6-font-weight, inherit);
  font-style: var(--h6-font-style, inherit);
  line-height: var(--h6-line-height, 1.4);
  letter-spacing: var(--h6-letter-spacing, inherit);
  text-transform: var(--h6-text-transform, inherit);
  margin-bottom: var(--h6-margin-bottom, 1.5rem);
}

/* =================================================== 
 * 		UL check
 * =================================================== */
.ul-check {
    margin-left: 2rem;
}

.ul-check ul li::marker {
    font-size: 1.2rem;
}

.ul-check ul{
	list-style-type: '✔';
}

.ul-check ul li {
    padding-left: 0.5rem;
}

.w-btn-wrapper {
    margin: 0;
}


/* ===========================
 * 	Buttons
 * =========================== */


.button-underline {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.button-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transform: translateY(-16px); /* Initial position */
  transition: transform 0.3s ease; /* Smooth movement */
}

.button-underline:hover::after {
  transform: translateY(-20px); /* Slides up slightly on hover */
}


.w-btn.color-primary-bg {
    color: var(--color-bg) !important;
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}
.no-touch .w-btn.color-primary-bg:hover {
    color: var(--color-primary) !important;
    background: var(--color-bg) !important;
    border-color: var(--color-primary) !important;
}

.w-btn.color-secondary-bg {
    color: var(--color-bg) !important;
    background: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}
.no-touch .w-btn.color-secondary-bg:hover {
    color: var(--color-secondary) !important;
    background: var(--color-bg) !important;
    border-color: var(--color-secondary) !important;
}


/* ===========================
 * 		Separator
 * =========================== */

.w-separator.with_line.align_left {
    margin-left: 0 !important;
}

.w-separator.size_small.with_line {
    height: 3rem;
	margin-bottom: 0.3rem;
}

.w-separator.width_30 {
    width: min(30%, 160px);
}

/* ===========================
 * 	Border Radius Top/Bottom
 * =========================== */

.border-top-radius {
  	border-top-left-radius: var(--border-radius-small);
  	border-top-right-radius: var(--border-radius-small);
}

.border-bottom-radius .vc_column-inner {
  border-bottom-right-radius: var(--border-radius-small);
  border-bottom-left-radius: var(--border-radius-small);
}



/* ===========================
 * 		Videos
 * =========================== */

@media (min-width: 901px) {  
  .fixed-height-video-col video {
    height: 500px !important;
    width: 100% !important;
    object-fit: cover; 
  }
}

@media (max-width: 900px) {
  .fixed-height-video-col video {
    height: auto !important;
    width: 100% !important;
    object-fit: contain;
  }
}

/* ========================================== 
 * 		Forminator
 * ========================================== */

span.forminator-error-message {
    font-size: 0.8em;
    color: #d52f2f;
}

label.forminator-label, 
h4.forminator-label {
    font-size: 0.9rem;
	font-weight: 600;
	color: var(--color-content-text);
}

.color_alternate label.forminator-label, 
.color_alternate h4.forminator-label {
	color: var(--color-alt-content-text);
}

.forminator-checkbox-label, .forminator-checkbox__label {
	 font-size: 0.85rem;
	font-weight: 500;
}


label.forminator-checkbox {
    margin-right: 1.5rem;
}

.forminator-checkbox__label {
    display: inline-block;
}

.forminator-checkbox__wrapper {
    display: flex;
    gap: 0.5rem;
}

/* ===========================
 * 	Numbers with Background
 * =========================== */
.number-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: var(--color-content-text);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: var(--border-radius-small);
  flex-shrink: 0;
}

/* ===========================
 * 		Overlapping Columns
 * =========================== */

.overlap-row {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.image-column {
  position: relative;
  z-index: 1;
}

.image-column img {
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1; 
}

.text-column {
  flex: 1;
  position: relative;
  z-index: 10; 
  min-height: auto;
}

@media (max-width: 900px) {
  .text-column {
    margin-left: 0;
  }
}

/* ===========================
 * 		Grid Design 1
 * =========================== */

.grid-design1 {
	border-radius: var(--border-radius-small);
	height: 430px !important;
	background: var(--color-content-bg) !important;
}


.grid-design1 .w-iconbox.style_circle .w-iconbox-icon,
.grid-design1 .w-iconbox.style_outlined .w-iconbox-icon {
    position: relative;
    top: -2.5rem;
	border: 2px solid #ffffff;
}

.grid-design1 .w-iconbox .w-iconbox-title {
    margin-top: -1.5rem;
	padding-bottom: 2rem;
}

.grid-design1-title {
    position: relative;
    width: fit-content;
}

.grid-design1-image {
    height: 250px !important;
	border-top-left-radius: var(--border-radius-small);
	border-top-right-radius: var(--border-radius-small);
}

.grid-design1 .w-iconbox-text {
	margin-top: -1.5rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

/* ===========================
 * 		Grid Design 2
 * =========================== */

.grid-design2 {
	border-radius: var(--border-radius-small) !important;
    padding: 1.5rem !important;
    background: var(--color-content-bg) !important;
	height: 430px !important;
}

.grid-design2-icon {
	margin-bottom: 1rem !important;
}

.grid-design2-category {
	color: var(--color-content-secondary) !important;
	font-size: 0.9rem !important;
	font-weight: 500;
    margin-bottom: 0.3rem !important;
}

.grid-design2-title {
	color: var(--color-content-text) !important;
    font-size: 1.4rem !important;
	font-weight: 700;
    margin-bottom: 0.5rem !important;
}

.grid-design2-content {
	color: var(--color-content-text) !important;
    margin-bottom: 1.5rem !important;
}

/* ===========================
 * 		Grid Design 3
 * =========================== */

.grid-design3 {
	border-radius: var(--border-radius-small) !important;
    
    background: var(--color-content-bg) !important;
	height: 480px !important;
}

.grid-design3-icon {
	margin-bottom: 1rem !important;
}

.grid-design3-title {
	color: var(--color-content-bg) !important;
    font-size: 1.4rem !important;
	font-weight: 700;
    margin-bottom: 0.5rem !important;
}

.grid-design3-content {
	color: var(--color-content-bg) !important;
    margin-bottom: 1.5rem !important;
}


/* ===========================
 * 		Team Members
 * =========================== */

.w-person-role {
    font-size: 1rem !important ;
	font-weight: 600 !important;
    opacity: 1 !important;
	color: var(--color-content-primary) !important;
}

.w-person {
	max-width: auto !important;
}

/* ===========================
 * 		Contact Form
 * =========================== */


.contact-form .l-section-h.i-cf {
	border-bottom-right-radius: var(--border-radius-small);
  	border-bottom-left-radius: var(--border-radius-small);
}

@media (min-width: 601px) and (max-width: 1320px) {
  .reverse-on-laptop .g-cols {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 900px) {
  .reverse-on-tablet .g-cols {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}


/* ===========================
 * 		Hero Section
 * =========================== */

@media (max-width: 1049px) {
  .manual-stack .g-cols {
    display: flex !important;
    flex-direction: column !important;
  }

  .manual-stack .g-cols > div {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .hero-image {
  	max-height: 500px;
  	width: auto;      
  	height: auto;     
  	object-fit: contain;
}

}






/* ===========================
 * 		Animated Pointer
 * =========================== */
.animated-pointer {
  display: block;
  position: absolute;
  animation: ease-in-out infinite;
  animation-name: pointer-swipe;
  animation-duration: 3s;
}

@-webkit-keyframes pointer-swipe {
    0% {
      transform: translateX(0);
    }
       
    20% {
      transform: translateX(0.6rem);
    }
    
    40% {
      transform: translateX(-0.6rem);
    }
    
    60% {
      transform: translateX(0);
    }
	
	100% {
      transform: translateX(0);
    }
}

/* ===========================
 * 		Mobile Optimisation
 * =========================== */

@media only screen and (max-width: 900px) {
	.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
		margin-right: -2rem !important;
	}
	.g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type {
		margin-right: -2rem!important;
	}
	#slider-spacer{
	height: 45vh;
	}
	.me-first{
		order:1;
	}
	.me-second{
		order:2;
	}
}

@media only screen and (max-width: 768px) {
	.hide-label-on-mobile span {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.hide-label-on-tablet span {
		display: none;
	}
}

/* =================================================== 
 * 		First row background padding fix
 * =================================================== */

.header_hor .l-header.pos_fixed:not(.bg_transparent) ~ .l-main>.l-section:first-of-type>.l-section-img {
    margin-top: var(--header-sticky-height);
}

.full-height .wpb_wrapper
{
    height: 100%;
}

.full-height .wpb_wrapper>.w-vwrapper:only-child,
.full-height .wpb_wrapper>.w-hwrapper:only-child 
{
    height: 100%;
}

/* ===========================
 * 	Complianz/Cookies
 * =========================== */

#cmplz-manage-consent .cmplz-manage-consent {
    right: unset;
    left:  3rem;
}

.cn-set-cookie.cn-button {
    color: #fff !important;
}


/* ====================================================== 
	Testimonials Carousel
====================================================== */

.it-testimonials-grid .owl-item {
    opacity:0;
    transition: all 0.6s !important;
}
.it-testimonials-grid .owl-item.active {
    opacity:1;
}

.it-testimonials-grid .owl-item.active + .owl-item.active {
    opacity: 0.3;
     mask-image: linear-gradient(90deg, white, transparent 60%);
}

.it-testimonials-grid {
    margin-right:calc(-18rem - 4vw);
	overflow: clip;
	padding-left: 4vw;
}

.it-testimonials-grid .owl-carousel {
	margin: 0 !important;
	display: flex !important;
    flex-direction: column;
}

.it-testimonials-grid .owl-stage-outer {
    margin-right: calc(18rem + 4vw);
	overflow: visible;
	order: 1;
}

/* Carousel nav arrows */

.it-testimonials-grid .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% - 19rem - 9vw) !important;
	z-index: 1;
}


.owl-carousel.navstyle_circle .owl-nav button {
    border: 2px solid;
    height: 3rem;
    width: 3rem;
}

.it-testimonials-grid button.owl-prev {
    left: -4vw !important;
}

.no-touch .owl-carousel.navpos_inside.navstyle_circle>.owl-nav button:hover {
    background: white;
    color: var(--color-alt-content-secondary);
    border-color: white;
}

/* Carousel dots */

.it-testimonials-grid .owl-dots {
    width: fit-content !important;
	margin-left: var(--gap);
}

.dotstyle_circle .owl-dot span {
    color: black;
    opacity: 1;
    width:10px;
    height: 10px
}
.dotstyle_circle .owl-dot.active span {
    color: inherit;
    background: currentColor !important;
    box-shadow: 0 0 0 2px currentColor;
}


/* ====================================================== 
	Recent Works
====================================================== */

@media (max-width: 1321px) {
  .no-stretch-tablet {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;

  }
}

@media only screen and (max-width: 900px) {
    .g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
        margin-right: auto !important;
    }
}

.gallery-nav .owl-carousel .owl-nav button {
    position: inherit;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--arrows-size, 1.8rem) !important;
    margin-left: 20px;
    margin-top: 35px;
    margin-right: var(--arrows-offset, 0);
    background: none;
    transition-property: background, box-shadow, border, color, opacity, transform;
    transition-duration: .3s;
}

button.owl-prev {
    margin-left: 30px !important;
}