:root {
    --bs-body-font-family: 'Montserrat', 'Noto Sans', Roboto, "Helvetica Neue";
    --bs-font-sans-serif: "Noto Sans", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-body-color: #1e2022;
    --bs-body-font-weight: 350;
}


html {
	  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
}
main#content {
    overflow: hidden;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl {
    padding: 0 0 15px;
}

.go-to {
    background: #24429c;
    box-shadow: 0 2px 11px 4px rgb(8 8 8 / 25%);
    color: white;
    right: 2rem !important;
    bottom: 3rem !important;
}

.go-to:hover, .go-to:focus:hover {
    background: #dadada;
    border: 1px solid rgb(252 252 252 / 75%);
    box-shadow: 0 2px 11px 4px rgb(8 8 8 / 0%);
    color: black;
}

.container.navbar-topbar {
    display: none;
}
.bg-blue {
    background: #3489dc;
    color: white !important;
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 50%);
}
.bg-white {
    background: #ffffff;
}
.bg-navy {
    background: #143369;
}
.bg-blue h2, .bg-blue h3, .bg-blue h4 {
    color: white;
}

.blue-stroke {
    border: solid 10px #3489dc;
}

.bg-light-gray {
    background-color: rgb(247 250 255 / 100%);
}
#header .container {
	padding: 1em 2rem;
}

 h3, .h3, h2, .h2, h1, .h1 {
    margin-bottom: 1.5rem;
    line-height: 1.2;
	font-weight:550;
}

h1, .h1 {
    color: #24429c !important;
    font-weight: 900 ;
}

h6, .h6, h5, .h5, h4, .h4 {
    font-weight: 500;
}

.interior h1, .interior h2, .interior h3 {
    color: black;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}


h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.hero-banner h1.display-2 {
    line-height: 1;
    font-size:5rem;
	font-weight: 900;
}
.hero-banner .display-2 h2 {
    font-size: 3rem;
}
h1.display-2, h1.display-3, h1.display-4, h1.display-5, h1.display-6  {
    font-weight: 900;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
	h1.display-2 {
	    font-weight: 700;
	}	
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 800;
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
.display-2 h2 {
    font-size: 2.75rem;
	margin-bottom: 1.5rem;
}
.display-2 h3 {
    font-size: 2.25rem;
}

header h2, header h3 {
    margin-bottom: .5rem;
}

}

h3, .h3 {
  font-size: 1.75rem;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
.home-intro p {
	padding-right: 4rem;
	}
}

p {
	font-size: 1.1rem;
	line-height:1.4;
	margin-top: 0;
	margin-bottom: 1rem;
    font-weight: 350;
}
li {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 350;
}
.single-post p {
    font-size: 1.1rem;
}
.wp-singular li {
    font-size: 1.1rem;
	margin-bottom: 1rem;
}
b, strong {
    font-weight: 550;
}
.hero-intro-heading b, hero-intro-headingstrong {
    font-weight:900;
}
.next-prev li {
    font-size: 1.1rem;
    margin-bottom: 1em;
    font-weight: 300;
    line-height: 1.5rem;    
}
h4, .h4 {
  font-size: 1.4rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}
blockquote {
    margin: 2rem 0;
}

.callout-bar{
	border-left: 5px solid #bbbbbb;
	padding-left: 2rem;
}

.callout-bar h3 {
    color: #444;
    font-weight: 400;
    font-size: 1.75rem;
    margin-bottom: .5rem;

}

.display-4 {
    font-weight: 400;
    margin-bottom: .25rem;
}
.bg-dark h6, .bg-dark  .h6, .bg-dark  h5, .bg-dark   .h5, .bg-dark  h4, .bg-dark  .h4, .bg-dark  h3, .bg-dark  .h3, .bg-dark  h2, .bg-dark  .h2, .bg-dark  h1, .bg-dark  .h1 {
    color: white;
}
.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
}
article header h3 {
    margin-bottom: 0;
}
li.nav-item {
    margin-left: 2rem !important;
}

.navbar-light .navbar-toggler {
    background: white;
    color: #24429c;
    font-size: 38px;
    border: 5px #000000 !important;
}
a:hover .text-inherit {
    color: #4c86da !important;
}
a.navbar-brand {
    border-bottom: none;
}

.navbar-nav a.nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.navbar-nav a.nav-link:before {
    content: "";
    /* width: 50%; */
    /* left: 0; */
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.navbar-nav a.nav-link:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #0477ba;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    }
.navbar-nav a.nav-link:hover:before {
    width: 100%;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
/* HOME HERO */
h2.lead {
    font-size: 2rem;
    color: #1e2022;
    font-weight: 300;
}
h3.lead {
    font-size: 1.85rem;
    color: #1e2022;
    font-weight: 300;
}

.top .callout-text h3 {
    font-weight: 400;
    padding-right: 3rem;
    max-width: 650px;
}

a.btn {
    font-weight: 650;
    letter-spacing: .5px;
}

.row.hero .col-lg-10 {
    padding: 0;
}


	.video-background-section {
		position: absolute !important;
		top: 0;
		margin-bottom: 0;
		height: 130vh;
		display: block;
		width: 100%;
	}
	.vid-overlay {
		background-image:radial-gradient(circle farthest-corner at 98% 52%, rgb(255 255 255 / 0%) 0%,  rgb(255 255 255 / 54%) 11%, rgb(255 255 255 / 80%) 25%, rgb(255 255 255 / 86%) 29%, rgb(255 255 255 / 100%) 47%);
		justify-content: center;
		height: 130vh;
		margin-bottom: -30vh;
	}

	.video-background {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -99;		
		-o-transform : scaleX(-1);
		-moz-transform : scaleX(-1);
		-webkit-transform : scaleX(-1);
		-ms-transform: scaleX(-1);
		transform : scaleX(-1);
	}

	.video-background video, .video-iframe-container{
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		height: 130vh;
	}
	.home-hero.container {
		position: absolute;
	}
	.below-vid {
		background-image: linear-gradient(2deg, rgb(255 255 255) 80%, rgb(255 255 255 / 1%) 98%);
    }
	.bg-blue.rounded-2.about {
		width: 95%;
		max-width: 1400px;
		margin: 0 auto !important;
		position: relative;
	}

    .mt-12{
        margin-top:12rem;
    }

    .mt-14{
        margin-top:14rem;
    }

.home-client img.logo {
     max-width: 376px;
     margin-bottom: 1.5rem;
	 max-height: 150px;
}

.landing-tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-client h2 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin: 1rem 0;
    color: black;
}

.services .row.d-flex {
    align-items: center; 
}
.services section.intro section.row.no-gap {
    justify-content: flex-start;
    max-width: 1450px;
    margin: auto;
}
.hero-banner .col-lg-6.d-flex.flex-column img, .hero-banner .col-lg-5.d-flex.flex-column img, .hero-banner .col-lg-4.d-flex.flex-column img, .hero-banner .col-lg-3.d-flex.flex-column img {
    margin-top: auto;
}	
.shadow-3 {
    box-shadow: 1px 12px 14px -1px rgb(0 0 0 / 25%) !important;
}
.shadow-2 {
    box-shadow: 0rem 0.375rem 1.5rem 0rem rgb(71 71 71 / 83%) !important;
}
.shadow-1 {
    box-shadow: 1px 1px 18px 2px rgb(0 0 0 / 25%) !important;
}
.shadow-alt {
    box-shadow: -2rem 0.375rem 1.5rem 0rem rgba(140, 152, 164, 0.25) !important;
}
.shadow-inset {
    box-shadow: inset -1rem -8rem 1.5rem 0rem rgba(140, 152, 164, 0.125) !important;
}

.sub-hero.shadow-inset {
    margin-bottom: 10rem;
}

.hero-banner {
    height: calc(95vh - 125px) !important;
    margin-top: 125px;
}

/* overlay shadow above the hero image so the image appears "behind" it */
.hero-banner {
    position: relative;
    overflow: hidden;
}

.hero-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18rem; /* extended, softer fade */
    pointer-events: none;
    /* subtle multi-stop gradient for a long, soft fade to transparency */
    background: linear-gradient(to top, 
                rgb(140 152 164 / 75%) 0%, 
                rgba(140, 152, 164, 0.20) 47%, 
                rgba(140, 152, 164, 0.1) 59%, 
                rgba(140, 152, 164, 0) 100%);

    /* softer inset shadow to preserve subtle groove without harsh edge */
    box-shadow: inset -1rem -8rem 2rem 0rem rgba(140, 152, 164, 0.06);
    z-index: 1000;
}

.hero-banner img {
    position: relative;
    z-index: 1; /* keep image under the overlay */
}

.hero-line {
    display: inline-block;
    font-size: inherit !important;
    line-height: inherit !important;
}

.hero-word {
    display: inline-block;
    white-space: nowrap;
    font-size: inherit !important;
    line-height: inherit !important;
}

.hero-letter {
    display: inline-block;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: normal;
    vertical-align: middle;
    position: static;
    transform: none;
}

.hero-headings .hero-word + .hero-word {
    margin-left: 0.5rem;
}

/* Letter-wrapped hero headings should inherit the H1 font-size cleanly. */
.hero-word {
    display: inline-block;
    white-space: nowrap;
    font-size: inherit !important;
    line-height: inherit !important;
}

.hero-letter {
    display: inline-block;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: normal;
    vertical-align: middle;
    position: static;
    transform: none;
    opacity: 1;
}

.hero-h1-letter-fade.hero-h1-letter-fade-active .hero-letter {
    animation: hero-h1-letter-pulse 0.22s ease-in-out forwards;
    animation-delay: calc(var(--letter-index, 0) * 0.09s);
    animation-fill-mode: both;
}

@keyframes hero-h1-letter-pulse {
    0% { opacity: 1; }
    45% { opacity: 0.81; }
    100% { opacity: 1; }
}
span.quote {
    color: #000000;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 0.5em;
    width: 70%;
    display: block;
    font-weight: 400;
    background: rgb(255 255 255 / 75%);
    border-radius: 15px 5px 15px 0px;
    text-align: left;
    padding: .5rem 1rem;
    box-shadow: 2px 1px 9px 2px rgb(179 179 179 / 50%);
}

span.quote:last-child {
    border-radius: 0 15x 5px 15px;
    margin-bottom: 1.5em;
}

span.quote:nth-child(even) {
    margin-left: 35%;
    margin-top: -1em;
    margin-bottom: -.5em;
    text-align: Right;
    box-shadow: -2px 1px 9px 2px rgb(179 179 179 / 50%);
    border-radius: 15px 0px 15px 5px;
}

.home-client .client-content {
    padding: 3rem 3rem 1.5rem;

}

div#our-work {
    padding-top: 14vh;
}

.home-client .container {

    padding: 7rem 5rem 3.5rem;
    max-width: 900px;
    margin: unset;
}
.home-client {
    height: 88vh;
    background-position: bottom;
    margin-bottom: 10rem;
    max-width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.home-client .container.our-work-next {
    padding-top: 0;
    margin-top: 0;
}
.col-lg-2.our-work-next {
    margin: 5rem 0 0 5rem;
    padding-right: 2rem;
}

.our-work-next a.btn.circle.down {
    margin: 1.5rem 0;
}

.our-work-next a {
    font-size: 16px;
}

.our-work-next .label-and-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* ==============================
   TESTIMONIALS CAROUSEL
   ============================== */
#testimonials .single-slide {
  display: none;
  -webkit-animation: ts-fade .8s ease;
          animation: ts-fade .8s ease;
}

#testimonials .single-slide.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes ts-fade {
  from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
  to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);    }
}

@keyframes ts-fade {
  from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
  to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);    }
}
.ts-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
.ts-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #dee2e6;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: background .2s, border-color .2s;
  -o-transition: background .2s, border-color .2s;
  transition: background .2s, border-color .2s;
}
.ts-btn:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
}
.ts-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ts-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dee2e6;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: width .25s ease, background .25s ease, border-radius .25s ease;
  -o-transition: width .25s ease, background .25s ease, border-radius .25s ease;
  transition: width .25s ease, background .25s ease, border-radius .25s ease;
}
.ts-dot.active {
  background: #212529;
  width: 28px;
  border-radius: 4px;
}
.testimonials .col-md-4 {
	align-items: flex-start;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}
.blockquote-lg {
    font-size: 1.25rem;
    font-style: italic;
}
.testimonials img.img-fluid.rounded-2 {
    min-width: 4rem;
}
/*======END TESTIMONIALS============== */

header.case-study h1 {
    color: #24429c;
    font-size: 4rem;
    font-style: italic;
    line-height: 1;
    word-spacing: .2rem;
    max-width: 999px;
}
header.case-study h2 {
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 800;
    max-width: 808px;
    line-height: 1.33em;
}

.our-work-next .case-study-label {
    padding: .25rem .75rem;
}
.case-study h2 {
    color: black;
    font-weight: 400;
}
.home-client.csip {
    background-image: url(./assets/img/eis/csip_2.jpg);
}

a.btn.gold {
    background: black;
    color: gold;
}

a.btn.circle {
    border-radius: 46%;
    margin: 1rem 0;
}

a.btn.right {
    float: right;
}

.label-and-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: flex-end;
}
 


span.case-study-label {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: black;
} 
 
.case-study-label span {
    padding: 0 1rem;
}

.label-and-button span {
    padding: .25rem 1rem;
}


.label-and-button a.btn {
    padding: .1rem .5rem;
}
.full-callout-box {
    padding: 3rem 0;
}
.full-callout-box h3 {
	margin: 0 auto;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.33;
	max-width: 80%;
}

p.lead  {
    font-size: 1.3rem;
    color: black;
}
.lead {
    font-weight: 300 !important;
}
.about .row.justify-content-lg-between {
    margin: 0 auto;
}
.home-intro {
    padding: 2rem 5rem;
    margin: 0 auto;
}
.home-intro div {
    max-width: 1000px;
    margin:auto
}
.home-intro h2 {
    margin-bottom: 1em;
	color: #24429c ;
    font-size: 3rem;
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: italic;
    line-height: 1.25;
    word-spacing: .2rem;
}

.home-intro p {
    font-size: 1.25rem;
    /* font-weight: 300; */
    line-height: 1.4;
    margin-bottom: 1.25rem;
    font-family: 'Montserrat';
    font-weight: 400;
}
.about .card-info-link .card-body {
    padding: 0;
}
.card.card-info-link {
    margin: 0 0 1.5rem;
}
.card.card-info-link {
    margin: 2em auto;
    padding: .5rem;
}
.card.gold a {
    color: gold;
}
.card.card-info-link a {
    color: #0057ab;
}
	
.card-header h3 {
    color: #143086;
    margin-top: 0;
    margin-bottom: 0;
}
.card-body h3 {
    margin-top: 0;
}
.home-intro h3 {
    /* line-height: 1.25; */
    /* font-style: italic; */
    font-size: 1.5em;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
}

.row.hero {
	max-width: 728px;
	margin: 0 auto;
	padding-top: 0;
	margin-top: 12vh;
	max-width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.hero-banner .row.hero.button {
    max-width: 100%;
    width: 100%;
}

.row.hero.button {
    margin-top: 1.5rem;
}
.row.hero.button a.btn {
    width: auto;
}
.top.row.client-content   .row.hero.button {
    display: flex;
    justify-content: flex-start !important;
    flex-direction: column;
    align-content: flex-start !important;
    margin-top: 0;
}

.hero h1 {
    color: #24429c;
    font-size: 4.5rem;
    margin-bottom: 7px;
    font-weight: 500;
	max-width: 940px;
}

.container-xl .col-lg-7 {
    min-height: fit-content;
}
.card-info-link .card-body {
    color: black;
}
.hero-intro-heading {
    font-size: 3.5rem;
    margin-bottom: 3rem;
    color: #24429c !important;
    font-weight: 500;
    line-height: 1;
}
img.navbar-brand-logo {
    width: 192px;
	height:auto;
    min-width: 7.5rem;
    max-width: 12rem;
}

span.for {
    color: #24429c;
    font-size: 4.5rem;
    font-weight: 400;
    min-height: 90px;
}


span.js-typedjs {
    font-family: 'Montserrat', 'Noto Sans', Calibri, 'Trebuchet MS', sans-serif, Geneva, Tahoma, sans-serif, 'Arial Narrow', Arial, sans-serif;
    font-weight: 750;
    font-variant: all-small-caps;
    letter-spacing: 1px;
    font-size: 4.5rem;
    color:black;
    font-style: italic;
}

.js-typedjs span {
    font-size: smaller;
}
.text-highlight-warning {
    background-image: linear-gradient(0deg, rgb(255 244 46 / 75%), rgb(255 244 46 / 1%));
    padding: 0 0 0 5px;
}
.text-primary {
    color:  #000000 !important;    
    line-height: .75;
}
/* END HOME HERO */
.full-width {
    width: 100vw;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #24429c;
}
.navbar-light .navbar-nav .nav-link {
    color: #444;
    font-size: 17px;
    font-weight: 550;
    border-bottom: none;
	line-height: 1;
}

.navbar.navbar-scrolled.navbar-light {
    max-height: fit-content;
    z-index: 10000;
}

.navbar.navbar-scrolled.navbar-light .container {
    margin: 0 auto !important;
}

.nav-item.btn.btn-primary a, a.btn.btn-primary {
    text-decoration: none;
    border-bottom: none;
    color: white;
}
.hero-image img {
    position: absolute;
    right: 0;
    width: 29vw;
    top: 1vh;
}

.col-lg-7.col-xl-5.d-none.d-lg-block.position-absolute.top-0.end-0.pe-0 {
    padding-top: 4rem;
    overflow: hidden;
}
.col-lg-6.col-xl-5.d-none.d-lg-block.position-absolute.top-0.end-0.pe-0{
    overflow: hidden;
    min-height: 100vh;
    padding-left: 12rem;
}


.home header#header {
    padding: 0;
    background-image: linear-gradient(180deg, white 51%, transparent);
    z-index: 10000;
}

.header-white header#header {
    background: white;
}

.home-intro .col-lg-6.right {
    padding: 0 4em;
}


.p-2 header {
    position: absolute;
    right: 15px;
    top: 90px;
    max-width: 55%;
}
.p-2 header span {
    color: white;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 500;
}
.p-2 header.left{
    left:30px;
    right:unset;
}
.feature-case-study h5 {
    padding: 25px;
    text-transform: uppercase;
}
.get-started .bi-chevron-right::before {
    margin-left: .5rem;
}
.bi-chevron-right::before,.bi-chevron-down::before,.bi-chevron-right::after,.bi-chevron-down::after{
    font-weight: 600 !important;
}
a.btn.get-started.btn-transition {
    padding: 10px 1.5rem 10px 1rem;
}
.btn-outline-alt {
    --bs-btn-bg: #24429c;
    --bs-btn-color: #ffffff;
}
a.btn.btn-outline-alt:hover {
    border-color: #24429c;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #24429c;
    --bs-btn-border-color: #24429c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #24429c;
    --bs-btn-hover-border-color: #24429c;
    --bs-btn-focus-shadow-rgb: 85,145,255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #24429c;
    --bs-btn-active-border-color: #24429c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #24429c;
    --bs-btn-disabled-border-color: #24429c;
}
    .btn-outline-primary {
      --bs-btn-color: #24429c;
      --bs-btn-border-color: #24429c;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #24429c;
      --bs-btn-hover-border-color: #24429c;
      --bs-btn-focus-shadow-rgb: 55, 125, 255;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #24429c;
      --bs-btn-active-border-color: #24429c;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #24429c;
      --bs-btn-disabled-bg: transparent;
      --bs-btn-disabled-border-color: #24429c;
      --bs-gradient: none;
}
.btn-outline-primary, .btn-outline-secondary {
    border-color: rgb(103 103 103 / 50%);
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #24429c !important;
}

.bg-dark h2, .bg-dark h3 {
    color: white;
}
.bg-dark li.list-checked-item {
    color: white;
}
image {
    transform: matrix(1, 0, 0, 1, 0, 1) !important;
}
.home-intro .col-lg-6 {
    padding: 0 1rem;
}

.container.home-intro.content-space-2.content-space-lg-3 {
    padding-bottom: 0 !important;
}

.core-services-3 {
    margin-bottom: 300px !important;
    padding: 2rem 0;
}
.bg-blue .home-intro {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.eis-3-card.row {
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
    --bs-gutter-x: 2.5rem;
    gap: 0rem;
    justify-content: center;
    z-index: 100;
    position: relative;
    padding: 5rem 0 0;
}

.eis-3-card.row span.top {
    margin-bottom: 7.5rem;
    margin: 0 2rem;
    display: flex;
    padding: 0rem 1rem  4rem;
    justify-content: space-between;
}

.eis-3-card.row span.bottom {
    margin-top: 7.5rem !important;
}

.row.portfolio {
    margin-top: 7rem;
	justify-content: space-around;
}
.page-template-page-our-work .our-work h2 {
    font-size: 17px !important;
    color: #1e2022 !important;
}
.page-template-page-our-work .our-work h1 {
    font-size: 2.5rem;
}
@media (min-width: 992px) {
    .col-lg-4 {
        max-width: 420px;
    }
}
img.client-test-logo.avatar.avatar-xl.avatar-4x3 {
    width: 12rem;
}
p.card-text.text-body {
    margin-top: 1rem;
}
.portfolio p.card-text {
    color: #282e35;
    font-size: 1rem;
}

.core-serices-3 {
    margin: 10rem auto;
}

.d-lg-inline-block.bg-light {
    padding: 20vh 0;
}

.card.card-sm .tab {
    position: absolute;
    width: 100%;
    z-index: 1;
    /* flex-direction: row; */
}
.card .tab img.img-fluid {
    position: absolute;
    right: 0;
    max-height: 144px;
    bottom: 0;
    display: none;
}
.card .tab img.img-fluid.left {
    left: 0;
}
.card .tab img.img-fluid.superhero {
    max-height: 144px;
    bottom: 0;
}
.card .tab img.img-fluid.search-lizard {
    max-height: 176px;
    padding-right: 1rem;
}
.blog.container .row {
    justify-content: flex-start;
}
.card.card-sm.h-100 .card-body {
    margin-top: 105px;
    z-index: 1000 !important;
    background: white;
}
h4.card-title.text-inherit {
    font-size: 1.5rem;
}
@media (min-width: 576px) {
    .our-work .row-cols-sm-2 > *{
        flex: 0 0 auto;
        width: 45%;
    }
}
.portfolio img.card-img-top {
    max-height: 250px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
}
.portfolio .card-body {
    padding: 1.5rem 2rem;
    margin-top: 250px;
}
.portfolio  .card {
    position: relative;
}
.card-body .blog {
    padding: 1.5rem ;
}
.blog .card-body p {
    font-size:1rem;
}
.card-body dd {
    color: #616161;
    font-size: 1rem;
    font-weight: 500;
}
.card-footer {
    padding: 1.75rem 1.75rem 2rem 1.75rem;
}
.blog img.card-img-top {
    max-height: 150px;
    width: auto;
    object-fit: cover;
    object-position: top;
}
.logo-box img {
    vertical-align: middle;
    max-width: 85%;
    height: auto;
    opacity: 0.75;
}

.logo-box {
    border: 1px solid #b9b9b9;
    margin: 8px;
    padding: 9px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.client-logos h2 {
    color: #444;
}

.row-bs.client-brands {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1600px;
    margin: auto;
}


h2.card-title {
    margin-bottom: 5px !important;
    color: white;
}
.card header {
    /* padding-bottom: 0; */
    /* padding-top: 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-end;
    /* background-size: cover; */
    /* margin-top: -18px; */
    /* line-height: 1; */
    padding: 0rem 2rem 0rem 2rem;
    height: 105px;
    border-radius: 12px 12px 0 0;
}

.card header.left {
    padding-right: 7rem;
}
.card header.right {
    padding-left: 42%;
    padding-right: 5px;
}

header.blue-gradient {
    color: white;
}
header.blue-gradient h4 {
    color: white;
}
header.orange-gradient {
    color: white;
}
header.orange-gradient h4 {
    color: white;
}
.card .p-0 header h4.card-title {
    font-weight: 300;
    margin-bottom: 0.5rem !important;
    font-size: 1.5rem;
}
.right h4.card-title {
    text-align: right;
}
.card .p-0 header span {
    display: inline-block;
    font-size: 1.15rem;
    width: 100%;
    line-height: 1;
}
.card.card-sm.h-100 {
    border-radius: 15px;
    /* box-shadow: rgba(140, 152, 164, 0.125) 0rem 0.375rem 1.5rem 0rem !important; */
}

.container-top-left-label {
    padding: 25px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.bg-blue .container-top-left-label {
    color: white;
}
.row.tight {max-width: 1140px;margin: 0 auto;}

.about header {
    margin: 1rem 0;
} 

@media screen and (max-width: 1150px)  {
.eis-3-card.row .core {
        margin-top: 5rem;
    }
}    	


/* // BEGIN Portfolio --  Tile */

/* Portfolio Tile */
.portfolio-tile {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.portfolio-tile img {
  transition: transform 0.3s ease;
}
.portfolio-tile:hover {
  transform: scale(1.02); /* Optional: Slight zoom effect on hover */
  transition: transform 0.3s ease;
}
.portfolio-tile:hover img {
  transform: scale(1.1); /* Slight zoom effect on hover */
}

/* Visible Title */
.portfolio-title {
  position: absolute;
  top: 10px; /* Adjust as needed to control vertical spacing */
  left: 50%; /* Start positioning from the center horizontally */
  transform: translateX(-50%); /* Shift the element back by 50% of its width to center it */
  z-index: 2;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  padding: 5px 10px;
  border-radius: 5px;
}

h5.card-title {
  color: white;
  font-size: 1rem;
  text-align: center; /* Ensure text is centered within the title box */
  transition: background 0.3s ease, font-size 0.3s ease; /* Smooth transition for font size */
}
.portfolio-tile:hover h5.card-title {
  background: transparent; /* Fade out the background on hover */
  color: #fff; /* Ensure the text has enough contrast */
  font-size: 1.4rem; /* Increase font size on hover */
}

/* Overlay */
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-tile:hover .portfolio-overlay {
  opacity: 1; /* Show overlay on hover */
}

/* Overlay Content */
.portfolio-overlay-content {
  color: #fff;
  text-align: center;
}

.portfolio-overlay-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Portfolio Tile */
.portfolio-tile {
  position: relative;
  overflow: hidden;
}

.portfolio-tile img {
  transition: transform 0.3s ease;
}

.portfolio-tile:hover img {
  transform: scale(1.1); /* Slight zoom effect on hover */
}

/* Visible Title */
.portfolio-title {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
  transition: background 0.3s ease; /* Smooth fade-out effect */
}

.portfolio-tile:hover .portfolio-title {
  background: transparent; /* Fade out the background on hover */
  color: #fff; /* Ensure the text has enough contrast */
}

/* Overlay */
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-tile:hover .portfolio-overlay {
  opacity: 1; /* Show overlay on hover */
}

/* Overlay Content */
.portfolio-overlay-content {
  color: #fff;
  text-align: center;
  padding-top: 2rem;
}

.portfolio-overlay-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.portfolio-overlay-content .btn {
  transition: transform 0.3s ease, opacity 0.3s ease;
  background: white;
  color: #24429c;
  border-radius: 2px;
}

.portfolio-tile:hover .portfolio-overlay-content .btn {
   /* Slight zoom effect for the button */
  opacity: 1; /* Ensure the button is fully visible */
}
/* // END Portfolio --  Tile */



.content-bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -6;
}
.after-bg-content {
    margin-top: 18rem;
}
.engraved {
  background-color: rgb(69 69 69 / 95%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  text-shadow: 3px 4px 6px rgb(255 255 255 / 50%);
  font-weight: 700;
}

.bg-gray {
    background-color: rgb(244 244 244 / 100%);
}
.bg-texture {
    background-image: url('./assets/img/0_eis/white-fabric-texture-background_1373-108.avif'); /* Background image */
    background-blend-mode: overlay; /* Blends the color and image */
    background-repeat: repeat; /* Repeats the image both horizontally and vertically */
    background-size: 100px auto; /* Scales the width to 100px while maintaining the aspect ratio */
    background-position: top left; /* Aligns the image to the top-left corner */
    }

.bg-gray.bg-texture {
    background-color: rgb(244 244 244 / 80%);
}

@media (min-width: 820px){
		.container-sm {
			max-width: 90%;
        	width: 1100px;
		}
}
.super {
    background-repeat: no-repeat;
    background-size: auto;
    height: 90vh;
    width: 100vw;
    max-width: 100%;    
    position: relative;
    margin-top: 200px;
    
}
	.core-services-3 {
	    margin-bottom: 1rem !important;
	}

.core-services-3 .tab h3 {
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1.15;
    color:white;
}
header.blue-gradient span {
    font-size: 1.3rem;
    line-height: 1.15;
}
.bg-gray h4 {
    font-size: 1.5rem;
}
.card-body span.heading {
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
}
.core-services-3 p {
    color: #444;
    font-size: 1.1rem;
    font-weight: 450;
    line-height: 1.25;
}
.eis-3-card .core {
    margin-bottom: -115px !important;
}
img.super {
    position: absolute;
    display: block;
    z-index: 0;
    height: auto;
    width: 650px;
    bottom: 0;
    left: -8%;
}

img.super-2 {
    position: absolute;
    display: block;
    z-index: 0;
    height: auto;
    width: 27%;
    bottom: 15%;
    right: 0;
    transform: translateX(27%) scaleX(-1) !important;
}
ul.services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 15px;
    list-style: none;
    margin: 1.5rem 0;
    padding-left: 0;
	align-items: start;
}
ul.col-10.services-list,ul.col-11.services-list,ul.col-12.services-list {
    column-gap: 3rem;
	margin: 2.5rem 0;
}
ul.col-10.services-list li h3,ul.col-11.services-list li h3,ul.col-12.services-list li h3 {
    margin-top: 0;
}
.services-list li.list-pointer-item {
    font-size: 1.1rem;
    color: inherit;
    margin-bottom: 0;
	font-weight: inherit;
}
ul.services-list .list-pointer-item::before {
    margin-top: 0;
}

/* Contain the image overhang to this section to prevent page-level horizontal scroll */
.services section.intro {
    position: relative;
    overflow-x: hidden;
}
img.super-2.reverse {
    transform: scaleX(-1);
    }

.list-pointer-item, .list-pointer-item li {
	   color: #444;
	   font-size: 1.1rem;
	   font-weight: 450;
}
.bg-gray li.list-inline-item.list-checked-item {
    color: #101010;
}
.bg-gray li.list-checked-item {
    color: #101010;
}
.offset-top.bg-light {
    border-radius: 0 157px 0 0;
    border-top: 4px solid rgb(128 128 128 / 11%);
    height: 140px;
    padding-top: 2rem;
}

.row.why {
    --bs-gutter-x: 2.5rem;
}

body.page-template-page-long-landing [id] {
    scroll-margin-top: 120px;
}
/* Enhanced shadow when sticky block is stuck */
.js-sticky-block .card {
    transition: box-shadow 0.3s ease-in-out;
}

.js-sticky-block.sticky-active .card {
    box-shadow: 0rem 0.375rem 1.5rem 0rem rgb(71 71 71 / 83%) !important;
}

h3.text-right.aos-animate {
    font-size: 1.75rem;
    text-align: right;
    line-height: 1.5;
}
.h3.text-right.aos-init.aos-animate {
    font-size: 1.75rem !important;
    line-height: 1.5 !important;
    float: right !important;
}

h2.aos-init.aos-animate {
    font-size: 2.25rem;
}


h5.container-top-left-label.sub {
    margin: 0 auto;
    padding: 2rem 2rem;
}


.card .p-0 header span.left {
    text-align: left;
    padding: 0 !important;
}
header.blue {
    background-color: rgb(36 66 156 / 100%);
}
header.black {
    background: #444;
}
header.orange-gradient {
    background: linear-gradient(to bottom right, #d7924c 50%, rgb(215 146 76 / 50%));
}
header.web-design.blue-gradient.right {
    padding-left: 9rem;
	}

.card .p-0 header span.right {
    text-align: right;
    padding: 0 !important;
}

header.split {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

header.split > h2 {
    width: 40%;
}

header.split > h3 {

    line-height: 1.15;
}
header.split.column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.case-images {
    padding: 2rem;
    margin: 0 2rem;
}
.case-images.content {
    margin: 0;
    padding: 1rem 0;
}

.bg-light-gray-2 {
    background-color: rgb(246 245 243 / 66%);
}
.bg-light-gray-3 {
    background-color:rgb(207 207 207 / 40%);
}
.case-images.content .frame {
    padding: 1.5rem;
    margin: 0;
}
.case-images.content {
    margin: 0;
    padding: 1rem 0;
}
.case-images .frame.col-lg-5 img {
    max-height: 55px !important;
}
.case-images .row {
    margin: 1em 0 !important;
    display: flex;
    padding: 0 !important;
    justify-content: space-between;
}

.case-images .frame.col-lg-5 {
    width: 48%;
}

.case-images .frame {
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.advantages-row section.faq header {
    margin: 0rem 0 1rem 0;
	min-height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	border-bottom: 1px rgba(33, 50, 91, 0.1) solid;
}

.advantages-row > section.faq.bg-light-gray-2:first-of-type > header {

}

/* CSS Mirror Effect */

.advantages-row .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.col-lg-6.mirror {
  padding: 0;
	/* Establish the 3D space on the parent element */
	perspective: 800px;
	-webkit-perspective: 800px;  
  /* Ensure children maintain the 3D perspective */
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;	
}

.col-lg-6.mirror.first {
    width: 53%;
    margin-right: -3rem;
    z-index: 10;
}

.mirror.second.col-lg-6 {
    width: 57%;
    z-index: 5;
}

.mirror img {
    transform: perspective(800px) rotateY(-45deg);
}
.mirror-image {
  /* Apply the rotation to the child element and add webkit prefixes */
  -webkit-transform: perspective(800px) rotateY(-45deg);
  transform: perspective(800px) rotateY(-45deg);  
  /* Force hardware acceleration on mobile GPUs */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 800px;  
  -webkit-transform-style: preserve-3d;
}

/* END CSS Mirror Effect */

.landing-intro header h2 {
    font-size: 2rem;
}

.section-content {
    padding: 2rem 0;
}
.inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1240px;
    padding: 6rem 0;
    /* margin-top: -6rem; */
}

.about-svg {
    max-width: 28rem;
    min-height: 30rem;
}

.inner hr {
    margin: 4rem 0;
}

.landing-intro {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 3rem;
}

.case-study .landing-intro .logo img {
    display: block;
    max-width: 80%;
    max-height: 250px;
	height: auto;
    padding: 0;
    margin: 0 auto;	
}

header.case-study {
    color: #2e2e2e;
    display: block;
    margin: 0 0 6em;
}
a.card-link {
    padding-bottom: 4px;
}

a i.bi-chevron-right {
    border-bottom: none;
}
span.bi-chevron-right.small.ms-1 {
    border-bottom: none;
}
a.card-link span {
    border-bottom: dotted 1px;
    padding-bottom: 4px;
    transition: border-bottom-color 0.2s ease-in-out;
}
a.card-link span:hover {
    border-bottom-color: transparent;
    padding-bottom: 4px;
}
.landing-nav.case-study {
    margin: 0em 0 -1em 1rem;
    padding-left: 2em;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left;
    border-right: none;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;    
}



/* Right Here */
 .landing-nav ul li {
    position:relative;
	padding-left: 30px !important;
    text-indent: 0px;
 	margin: .5em 0;
	     line-height: 1.75;
}

.landing-nav.case-study li a {
    font-weight: 450;
    font-size: 18px;
    line-height: 18px;
    color: black;
    padding-bottom: 3px;
  }

.landing-nav.case-study ul li:before {
    content: "\f103";
    color: #444;
    display: inline-block;
    font-family: 'FontAwesome';
    padding-right: 1em;
    font-size: 12px;
	top: calc(50% - 8px);
	left: 0;
    }
/* Right Here */
.landing-nav ul li:before {
	position: absolute;
}
/* Right Here */
.card-body .landing-nav ul li:before {
	left: 12px;
}

.case-study p {
    font-size: 1.25rem;
    margin-bottom: 1em;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
}
.case-study ul.alt li{
    border-top: 1px solid #e5e5e5;
    list-style: none;
    padding: .25em 0;
    margin: .25em 0;
    font-size: 1.15rem;
    line-height: 1.15;
}
.case-study ul.alt li:last-child{
    border-bottom: 1px solid #e5e5e5;
}

.case-study ul.alt {
    margin-left: 0;
    padding-left: 0;
}    
/* Right Here */
.landing-nav ul {
	list-style: none; /* Remove default bullets */
	margin: 0;
	padding:1rem 0 2rem 2rem !important;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.card-body .landing-nav.float.case-study {
    margin: 0;
    padding-left: 0;
	
}

.card-body .landing-nav ul {
	padding: 0 0 0 0 !important;
    border: none;
    margin: 0 0 1rem -18px;
}

.page-template-page-long-landing .floating-nav ul {
    margin-left: -10px
}
/* Right Here */
.card-body .landing-nav.case-study li {
    position:relative;
	padding-left: 30px !important;
    text-indent: 0px;
	margin: 0;
	line-height: 1.4;
}
.card-header.border-bottom {
    padding: 1.5rem 2rem;
}

.card-body .landing-nav.case-study li a {
    font-size: 16px;
    font-weight: 400;
}

.card-body .landing-nav.case-study li {
    padding: 5px 0;
}
.service-grid header {
    padding: 2rem 0;
}

.card-body span {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: .5rem;    
}

.down-arrow {
    position: absolute;
    bottom: 48%;
    left: 5px;
    z-index: 100;
    width: 50px;
    transition: all 0.5s ease-in-out;
    transition-delay: .35s;
}

.img-hover-card:hover .down-arrow {
    bottom: 8%;
}

.down-arrow:before {
    content: "\f103";
    color: rgb(68 68 68 / 0%);
    font-size: 14px;
    font-family: 'FontAwesome';
    background: rgb(255 255 255 / 0%);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 8px 1px rgb(97 97 97 / 0%);
    transition: all 0.5s ease-in-out;
    transition-delay: .35s;
    justify-content: center;
}

.img-hover-card:hover .down-arrow:before {
    color: rgb(68 68 68 / 100%);
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 2px 8px 1px rgb(97 97 97 / 35%);
}

.navigation-buttons {
    margin-bottom: 2rem;
    display: flex;
    padding-right: 3rem;
}

button.prevSection, button.nextSection, button.servicesMenu{
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 5px;
    padding: 5px 15px;
    border-radius: 2px;
    border: 1px solid #c5c5c5;
    transition: all 0.3s ease-in-out;
}

button.prevSection:hover, button.nextSection:hover, button.servicesMenu:hover {
    transition: all 0.3s ease-in-out;
}
button.servicesMenu{
    margin-left: 50px;
	float: right;
}
button.prevSection:after{
    padding-left: 10px;
    content: "\f102";
    color: #000000;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 15px;
}

button.servicesMenu:after{
    padding-left: 10px;
    content: "\f102";
    color: #000000;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 15px;
}

button.nextSection:before{
    padding-right: 10px;
    content: "\f103";
    color: #000000;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 15px;
}
button.next.case-study-links, button.previous.case-study-links {
    background:none;
    border:none;
}
button.next.case-study-links .cs-label, button.previous.case-study-links .cs-label {
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #636363 !important;
    padding-bottom: 2px;
    border-bottom: dotted 1px rgb(75 75 75 / 97%);
    transition: all 0.3s ease-in-out;
    font-family: 'Segoe UI', 'Lato', Helvetica, sans-serif;
}
button.next.case-study-links:hover .cs-label, button.previous.case-study-links:hover .cs-label {
    border-bottom: dotted 1px rgb(75 75 75 /0%);
}
button.next.case-study-links:before{
   padding-right: 10px;
   content: "\f103";
   color: #636363;
   display: inline-block;
   font-family: 'FontAwesome';
   font-size: 15px;
   font-weight: 400 !important;
}

button.previous.case-study-links:after{
   padding-left: 10px;
   content: "\f102";
   color: #636363;
   display: inline-block;
   font-family: 'FontAwesome';
   font-size: 15px;
   font-weight: 300 !important;
}
button.next.case-study-links {
    margin-right: 25px;
}
.case-study .landing-intro .logo {
    align-content: center;
}

.section-content.reverse .row {
    display: flex;
    flex-direction: row-reverse;
}

.reverse {
    display: flex;
    flex-direction: row-reverse;
}
.row.sub-section {
    display: flex;
    justify-content: flex-start;
    margin: 2rem 0 0;
    gap: 2rem;
    align-content: center;
    align-items: center;
}

.row.reverse.sub-section {
    justify-content: flex-end;
}
.img-separator.case-study.fixed-background-section {
    height: 30vh;
    background-position: center;
    background-attachment: fixed;
    background-size: cover !important;
    box-shadow: 0px 0px 18px -10px inset black;
}

.split-2-col-text-img .split-text {
    display: inline-flex;
    gap: 6rem;
    flex-grow: 0;
    justify-content: space-around;
    flex-direction: row;
}
.left-menu span {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 39px 0 !important;
    font-weight: 500;
}
.service-grid .row.container .col-lg-9 .row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.img-hover-card {
    position: relative;
    overflow: hidden;
    height: 10rem;
    transition: all 0.5s ease-in-out;
    box-shadow: 0rem 0.375rem 1.5rem 0rem rgb(140 152 164 / 0%) !important;
  }
  .img-hover-card:hover {
    box-shadow: 0rem 0.375rem 1.5rem 0rem rgba(140, 152, 164, 0.25) !important;
}
  
  .img-hover-card img {
    width: 100%;
    height: auto;
    transition: all 0.65s ease-in-out;
    display: block;
  }
  
  .img-hover-card:hover img {
    transform: scale(1.5);
  }
  

  .img-hover-card:hover .anchor-text {
    background: rgb(247 250 255 / 100%);
    height: 3rem;
    transition: all 0.4s ease;
    cursor: pointer;
    top: 7rem;
    bottom: 0;
  }

  .anchor-text {
    color: #292929;
    z-index: 1;
    line-height: 1.33;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    font-weight: 500;
    height: 100%;
    background-color: rgb(247 250 255 / 99%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    text-align: center;
    padding: 1rem 2rem;
    border: 1px solid #ebebeb;
    }
  
.left-menu h4 {
    font-size: 1.5rem;
}

div#services-grid {
    margin-top: -9rem;
    padding-top: 9rem;
}
.service-desc .landing-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-desc .navigation-buttons {
    max-width: 1500px;
    margin: 2rem auto;
    display: flex;
    justify-content: flex-start;
}


.service-desc header.landing-tile-inner {
    margin: 1rem 0 0;
}
section.service-desc {
    margin: 4rem auto;
}

.up-arrow:before {
        content: "\f102";
        color: #444;
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 14px;
        width: 30px;
        padding-bottom: 7px !important;
}

.up-menu {
    text-transform: uppercase;
    font-size: 23px;
    width: 80%;
    max-width: 600px;
    margin: 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.up-arrow {
    margin: 0;
}

span.menu-anchor {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    min-width: 233px;
}
.container.navigation-buttons {
    padding: 8px !important;
	margin-bottom: 0;
	display: block !important;
}
.service-content.row .container {
    padding: 0 ;
    display: flex;
    flex-direction: row;
}
.service-desc .container {
    max-width: 1500px;
}
.service-content.row .container .landing-tile-image{
        padding: 0 !important;
        overflow: hidden;
}
.page-id-336 .service-content header {
    margin: 0rem 0 1rem 0;
    display: flex;
    flex-direction: column-reverse;
}
.service-content.row .container .content {
    padding: 2rem 4rem 2rem 0;
    align-content: center;
}
.service-desc:nth-of-type(even) .container.row,
.service-item:nth-of-type(even) .container.row {
    flex-direction: row-reverse;
} 
.service-desc:nth-of-type(even) .content.col-7,
.service-item:nth-of-type(even) .content.col-7{
    padding: 2rem 4rem;
}


/* Contain horizontal overflow inside the service-content block and
   ensure landing images don't cause page scrollbars */
.service-content.row {
    overflow-x: hidden;
    box-sizing: border-box;
    max-width: 100vw; /* prevent accidental overflow from negative margins */
    margin-left: 0;
    margin-right: 0;
}


/* If child .container uses negative margins from .row, constrain it */
.service-content.row > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


.faqs.two-column .faq {
    width: calc(50% - 1em);
    display: block;
    padding: 2rem;
    max-width: 700px;
    margin: 3rem 2rem;
}

.faqs.row.two-column {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.floating-nav {
    max-width: 350px;
	z-index: 10;
}
.faqs.row.two-column.w-floating-nav {
    justify-content: end;
    margin: 0 auto;
    padding: 0;
}

.faqs.two-column.w-floating-nav .faq {
    width: 36%;
    margin: 1rem 0 1rem 2rem;
}

.faqs.two-column.w-floating-nav .faq h2 {
    font-size: 1.75rem;
	margin-bottom: .5rem;
	font-weight: 900;
    color: #24429c !important;
}

.faqs.two-column.w-floating-nav .faq h3 {
    font-size: 1.25rem;
	margin-bottom: .5rem;
}

.faqs.two-column.w-floating-nav section.advantages-row {
    display:flex;
    justify-content: end;
    margin: 0 auto;
    padding: 0;
}
.faqs.row.one-column {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.faqs.one-column .faq {
    width: calc(65% - 1em);
    display: block;
    padding: 2rem;
    max-width: 800px;
    margin: 2rem 0;
}

ul.list-inline.flex {
    display: flex;
    flex-direction: column;
}

ul.flex li.list-inline-item {
    display: inline-flex;
    margin: 5px 0;
}

ul.flex li.list-inline-item a.btn {
    justify-content: flex-start;
    width: fit-content;
    min-width: 150px;
    font-size: 1rem;
    height: 2rem;
}

ul.flex li.list-inline-item i {
    margin: 0 6px;
}
ul.social.list-inline {
    margin: 2rem 0 0;
}

/* Footer Social Media Icons */
.footer-socials {
  display: flex; /* Arrange items in a horizontal row */
  justify-content: center; /* Center the icons horizontally */
  gap: 10px; /* Add spacing between icons */
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
}

.footer-socials li {
  display: inline-block; /* Ensure each icon is inline */
}

.footer-socials a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit text color */
  font-size: 1.2rem; /* Adjust icon size */
}

/* Footer Menu Links */
.footer-menu {
  display: flex; /* Arrange items in a horizontal row */
  justify-content: flex-start; /* Center the links horizontally */
  gap: 15px; /* Add spacing between links */
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
}

.footer-menu li {
  display: inline-block; /* Ensure each link is inline */
}

.footer-menu a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit text color */
  font-size: 0.9rem; /* Adjust font size */
}

footer.bg-gray p {
    color: #24429c;
}

footer.bg-gray p.text-muted {
    color:  #303030;
}

footer.bg-dark a {
    color: white !important;
    border-bottom: none;
    font-weight: 500;
}
footer.bg-dark {
    background-color: #21325b !important;
}

footer.bg-light-gray-2 {
    border-top: 10px solid #24429c;
}

footer.bg-gray {
    border-top: 10px solid #1b4299;
}

footer.bg-gray a {
    color: #24429c ;
    font-weight: 600;
    font-size: 0.875rem;
}
footer.bg-gray i {
    color: #24429c;
}
footer ul.list-unstyled li {
    margin-bottom: .25rem;
}
footer address i {
    margin-left: -25px;
}

footer address {
    padding-left: 25px;
}

footer .get-in-touch { 
    display: block;    
}

 
footer .border-top {
    border-top: 1px solid #1b4299 !important;
}

footer h5 {
    font-weight: 700;
}
footer li.nav-item.btn.btn-primary.btn-transition {
    margin: 0 0 .25rem !important
}

@media (max-width: 1180px) {

	.navbar-light .navbar-nav .nav-link {
	    font-size: 15px;
	    padding: 1rem .5rem;
	}
	.nav.container {
		max-width: 95%;
	}
	.container.content-space-2.content-space-lg-0 {
		max-width: 99% !important;
	}	
}
@media (max-width: 992px) {
    header.long-landing-heading {
        position: absolute;
        top: 120px;
    }	
	header.long-landing-heading h1 {
		max-width: 95%;
		margin: auto;
	}

	.row.container {
      margin: auto;
    }
	.hero-banner .banner-image.d-flex.flex-column {
		display: none !important;
	} 	
	section#overview {
		margin-top: 50px;
	}
	.page-template-page-long-landing #case-studies .portfolio .card-body {
		margin-top: 175px
	}
	.inner {
		width: 100%;
	}
	.landing-intro .inner {
		width: 90%;
		padding-bottom: 1rem !impor	
	}
	.row.sub-section  img.img-fluid.rounded-2 {
		max-width: 50%;
	}	
	.img-separator.case-study.fixed-background-section {
		height: 15vh;
		background-attachment: local;
	}
	.full-callout-box h3 {
		font-size: 1.5rem;
	}
	
	.service-item:nth-of-type(odd) .container.row {
		flex-direction: column;
		align-content: center;
	}	
	.case-study .landing-intro .logo img{
        margin-left: 0;
    }
	.case-study h2 {
        text-align: left;
	}
	.case-images.content .col-lg-6 img.img-fluid {
		max-width: 50%;
	}
   .container-xl {
        max-width: 95%;
    }

    img.navbar-brand-logo {
        max-width: 10rem;
    }
    .col-lg-4.banner-image {
		display: none !important;
	}
	.row.hero.button.mt-9 {
		margin-top: 3rem !important;
	}
	.home-client {
		height: 48vh;
		margin-bottom: 9rem;
		}
	.home-client .container {
		padding: 1rem 3.5rem 1rem 1rem;
		max-width: 600px;
	}	
	.home-client .client-content{
		padding: 1.5rem;
	}
	.home-client img.logo {
		max-height: 125px;
	}
	.home-client h2 {
		font-size: 1.1rem;		
		margin: .5rem 0;
	}	
	p.lead{
		font-size: 1.1rem;
	}
	span.case-study-label {
		font-size: 16px;
	}
	.label-and-button a.btn {
		padding: 1px 7px;
		margin: 0;
	}
	.row.hero.button {
		margin-top: 0;
	}	
	div#our-work {
		padding-top: 14vh;
	}	
	
	.super{
		margin-top: 100px;
	}	
	.about-svg {
		transform: scale(0.7);
        min-height: 24rem;
	}	

	.hero-banner h1.display-2 {
		font-size: 3rem;
	}

	.hero-banner .display-2 h2 {
		font-size: 2rem;
	}
	  
    h1.display-4.mb-3 {
        font-size: 2.75rem;
        margin-bottom: 1rem !important;
    }
	.hero-banner {
		height: calc(60vh - 125px) !important;
		margin-top: 125px;
	}

	.services section.intro section.row.no-gap {
        display: flex;
        flex-direction: column-reverse;
        align-content: center;
        padding: 2rem;
        gap: 2rem;
	}

	.services .intro .col-lg-7.me-5.ms-5 {
		margin: auto;
		max-width: 100%;
	}

	img.super-2 {
		bottom: 10%;
		width: 62%;
	}
	.floating-nav {
		max-width: 95%;
        margin: 0 auto !important;
    }
	.long-landing.floating-nav {
		max-width: 90%;
        margin: 180px auto 25px !important;
    }
	.faqs.two-column.w-floating-nav .faq {
		width: 50%;
		margin: 1rem;
	}	  
	
	.landing-tile-image.col-4 {
		width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 350px;
        margin: 0 auto;
	}
	.landing-tile-image img {
		object-position: center;
	}	  
	
	.service-item .content {
		width: 100%;
		padding: 2rem !important;
	}

	.service-item.my-10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.card-header.border-bottom {
		padding: 1rem 2rem;
	}

.card-body .landing-nav ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        list-style: none;
        padding-left: 0;
        align-items: start;
        margin: 0 0 0 -18px;
	}

	hr.my-4 {
		margin-top: .5rem  !important;
		margin-bottom: .5rem  !important;
	}	  

	.mt-12 {
		margin-top: 0;
	}	  
	  
    span.js-typedjs {
        font-size: 2.5rem;
    }
    #header .container {
        margin: 0 auto;
        max-width: 90vw;
        padding: 1rem 1rem 0;
        background: none;
    }
	
	.navbar[data-hs-header-options*=fixMoment] {
    		height: 80px;
	}	

    .navbar-expand-lg .navbar-collapse {
		background-color: rgb(244 244 244 / 100%);
        border-radius: 0 0 1rem 1rem !important;
        box-shadow: 0rem 0.375rem 1.5rem 0rem rgba(140, 152, 164, 0.125);
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 10px 7px;
    }
    li.nav-item.btn.btn-primary.btn-transition {
        width: fit-content;
        padding:5px 10px
    }
    .navbar-absolute-top-scroller {
        background-color: transparent !important;
    }		
	
	span.for {
		font-size: 2.75rem;
	}
	.hero h1{
		font-size: 3rem;
	}			
	.video-background video, .video-iframe-container {
		height:100vh;
	}
	.vid-overlay {
		height:90vh;
		margin-bottom: -15vh;
		padding-top: 3rem;
		background-image: radial-gradient(circle farthest-corner at 175% 18%, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 54%) 11%, rgb(255 255 255 / 80%) 25%, rgb(255 255 255 / 86%) 29%, rgb(255 255 255 / 100%) 47%);
	}
	.video-background-section {
        top: -165px;
        height: 75vh;
    }      
	.home-intro h2 {
	    font-size: 2rem;
	}
	
	.home-intro {
	    padding: 2rem;
	}
	.	top .callout-text {
	    max-width: 550px;
	}

  .home-hero.container {
    max-width: 100%;
    left: 0;
    right: 0;
    padding: 0;
  }

  	.super {
	    height: unset;
	}	  
	img.super {
	    display: none;
	}
	  
	.eis-3-card.row .core {
	    margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.eis-3-card.row span.top {
	    margin-bottom: 2rem;
	}
 
	.content-space-2 {
	    padding-top: 2rem !important;
	}
	br.no-mobile {
	    display: none;
	}	  
	.our-work .row-cols-sm-2 > * {
		width: 90%;
		margin: auto;
	}	  
	.landing-nav.case-study {
		padding: 0;
		margin: 0 auto;
	}

	.landing-nav.case-study {
		max-width: 85%;
		margin: 0;
	}
	
	header.case-study h1 {
		font-size: 2.5rem;
	}
	header.case-study h2 {
		font-size: 1.75rem !important;
	}
	header.case-study {
		margin: 0 0 3rem;
	}	  
	 .inner {
		padding: 3rem 1rem;
	} 
	 .split-2-col-text-img .split-text {
		flex-direction: column;
		gap: 15px;
	}	
}




@media (min-width: 1200px) {
    .container-xl {
      max-width: 1400px;
      padding-left: 0;
      padding-right: 0;
    }
	.nav.container {
		max-width: 1600px;
	}
	
  }


@media (min-width: 992px) {
    .vh-lg-85 {
        height: 85vh !important;
    }
     .vh-lg-95 {
           height: 95vh !important;
    }    
}

@media (max-width: 576px) {

	button.servicesMenu{
		display:none;
	}
	
}


 @media (max-width: 440px){
	footer .row.content-space-t-2 {
		text-align: center;
	}
	 ul.services-list {
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}
	 .landing-nav ul {
			padding: 1rem 0 1rem 1rem;
		} 

	 .home-client .container{
		 padding: 1rem;
	 }	
	.home-client .client-content {
		padding: 3rem;
	}	 
	 .home-client img.logo {
		 max-width: 100%;
	 } 
	 .home-client {
		 height: unset;
		 margin-bottom: 1rem;
	 }

	 .home-intro h3 {
		font-size: 1.2rem;
	}
	.home-intro p {
		font-size: 1.1rem;
	}
	.home-intro {
		padding: 1.25rem !important;
	}	 
	 
	 .eis-3-card.row{
		 padding: 3rem 0 0;	
	 }	 
	.hero h1 {
        font-size: 2rem;
        text-align: center;
	}
	span.for {
	    font-size: 2.25rem;
	}
	.row.hero {
		justify-content: center;
	}	

	.hero-intro-heading {
	    font-size: 2rem;
	}
	.home-intro h2{
		font-size: 1.5rem;
	}
	.shadow.bg-gray.about.rounded-2.home-intro.container-sm.content-space-2 {
	    padding: 24px;
	}
	 .hero-banner h1.display-2 {
		font-size: 2.5rem;
	}

	.hero-banner .display-2 h2 {
		font-size: 1.5rem;
	}

	.hero-banner .pt-10 {
		padding-top: 0 !important;
	}

	.hero-banner {
        height: 40vh !important;
	}

	.hero-banner .row.hero.button {
		display: flex;
		flex-direction: column;
		gap: 15px;
		z-index: 1000000000;
		position: absolute;
		bottom: 10px;
		position: relative;
	 }

	.hero-banner .row.hero.button a.btn {
		padding: 10px;
		margin: 0 auto !important;
		width: fit-content;
	}
	.services .row.d-flex {
		align-items: center;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
	}
	.hero-banner header {
		text-align: center;
	}
    .full-callout-box h3 {
        font-size: 1.25rem;
    }
	h3, .h3 {
		font-size: 1.25rem;
	}

	 p {
		font-size: 1rem;
	}

	 .services section.intro section.row.no-gap {
		padding: 1rem;
	}
		.services-float  .card-body, .card-header.border-bottom {
			padding: 1rem;
		}
	.landing-nav.case-study.float {
		max-width:95%;
	}

	 .services-float.card.shadow-3 {
		box-shadow: 1px 12px 14px -1px rgb(0 0 0 / 5%) !important;
	}
	.advantages-row section.faq header {
		min-height: fit-content;
	}
	 
	.floating-nav {max-width: 100%;margin: auto;}

	.faqs.two-column.w-floating-nav section.advantages-row {
		flex-direction: column;
	}

	.faqs.two-column.w-floating-nav .faq {
		width: 90%;
	}

	.py-10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.service-grid header {
		padding: 1rem 0;
	}

	.service-grid.mb-5 {
		margin-bottom: 0 !important;
	}

	 button.servicesMenu {
		 margin: auto;
	 }
	 
	 .service-content.row .container {
		 width: 90%;
	 }
	.service-content.row .container .content {
		width: 95%;
        margin: auto;
        padding: 1.75rem 1.5rem !important;
		}
	.portfolio .card-body {
		margin-top: 200px;
	}
	.our-work .row-cols-sm-2 > * {
		width: 95%;
	}	 

}
/* ============================================
   AOS DELAY EXTENSION FOR 3500MS - 8000MS
   Extends AOS Library Delay Support
   Original AOS CSS only supports delays up to 3000ms
   This block enables data-aos-delay="3500", "4000", "4500", "5000", "6000", "7000", "7500", "8000" to work properly
   ============================================ */

[data-aos][data-aos][data-aos-delay="3500"],
body[data-aos-delay="3500"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="3500"].aos-animate,
body[data-aos-delay="3500"] [data-aos].aos-animate {
  transition-delay: 3.5s !important;
}

[data-aos][data-aos][data-aos-delay="4000"],
body[data-aos-delay="4000"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="4000"].aos-animate,
body[data-aos-delay="4000"] [data-aos].aos-animate {
  transition-delay: 4s !important;
}
[data-aos][data-aos][data-aos-delay="4250"],
body[data-aos-delay="4250"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="4250"].aos-animate,
body[data-aos-delay="4250"] [data-aos].aos-animate {
  transition-delay: 4.25s !important;
}

[data-aos][data-aos][data-aos-delay="4500"],
body[data-aos-delay="4500"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="4500"].aos-animate,
body[data-aos-delay="4500"] [data-aos].aos-animate {
  transition-delay: 4.5s !important;
}

[data-aos][data-aos][data-aos-delay="5000"],
body[data-aos-delay="5000"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="5000"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5s !important;
}

[data-aos][data-aos][data-aos-delay="6000"],
body[data-aos-delay="6000"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="6000"].aos-animate,
body[data-aos-delay="6000"] [data-aos].aos-animate {
  transition-delay: 6s !important;
}

[data-aos][data-aos][data-aos-delay="7000"],
body[data-aos-delay="7000"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="7000"].aos-animate,
body[data-aos-delay="7000"] [data-aos].aos-animate {
  transition-delay: 7s !important;
}

[data-aos][data-aos][data-aos-delay="7500"],
body[data-aos-delay="7500"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="7500"].aos-animate,
body[data-aos-delay="7500"] [data-aos].aos-animate {
  transition-delay: 7.5s !important;
}

[data-aos][data-aos][data-aos-delay="8000"],
body[data-aos-delay="8000"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="8000"].aos-animate,
body[data-aos-delay="8000"] [data-aos].aos-animate {
  transition-delay: 8s !important;
}
[data-aos][data-aos][data-aos-delay="5500"],
body[data-aos-delay="5500"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="5500"].aos-animate,
body[data-aos-delay="5500"] [data-aos].aos-animate {
  transition-delay: 5s !important;
}

[data-aos][data-aos][data-aos-delay="6000"],
body[data-aos-delay="6000"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="6000"].aos-animate,
body[data-aos-delay="6000"] [data-aos].aos-animate {
  transition-delay: 6s !important;
}

[data-aos][data-aos][data-aos-delay="6500"],
body[data-aos-delay="6500"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="6500"].aos-animate,
body[data-aos-delay="6500"] [data-aos].aos-animate {
  transition-delay: 6s !important;
}
[data-aos][data-aos][data-aos-delay="7000"],
body[data-aos-delay="7000"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="7000"].aos-animate,
body[data-aos-delay="7000"] [data-aos].aos-animate {
  transition-delay: 7s !important;
}

[data-aos][data-aos][data-aos-delay="7500"],
body[data-aos-delay="7500"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="7500"].aos-animate,
body[data-aos-delay="7500"] [data-aos].aos-animate {
  transition-delay: 7.5s !important;
}

[data-aos][data-aos][data-aos-delay="8000"],
body[data-aos-delay="8000"] [data-aos] {
  transition-delay: 0 !important;
}
[data-aos][data-aos][data-aos-delay="8000"].aos-animate,
body[data-aos-delay="8000"] [data-aos].aos-animate {
  transition-delay: 8s !important;
}