/**********
SITEWIDE STYLES
**********/
:root {
    --black: #19183a;
    --white: white;
    --bg-neutral: #f1f1f1;
    --blue: #0080FE !important;
    --light-blue:#01A0FF ;
    --dk-blue: #000080;
    --grey: #777777;
    --dk-grey: #999999;
	--pink: #FF00D8;
}


img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8
}

.flex {
    display: flex
}

.container {
    max-width: 1250px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
	width: 100%;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom90 {
    margin-bottom: 90px;
}

.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    display: inline-block;
    top: -1px;
    transition: all 300ms;
    transform: scaleY(1);
}

.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
}

header {
    padding-top: 15px;
    padding-bottom: 15px
}


/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}

.italic{
	font-style: italic;
}
.text-black{
    color: var(--black) !important;
}

.text-blue{
    color: var(--blue) !important;
}
.text-light-blue{
    color: var(--light-blue);
}
.text-light-grey{
    color: var(--grey);
}
.text-pink{
    color: var(--pink);
}
.text-dkblue{
    color: var(--dk-blue) !important;
}
.text-working i{
    font-size: 1.1em;
	line-height: 27px;
}
body,
h1,
h2,
h3,
h4,
p,
div,
a{
    font-family: 'Plus Jakarta Sans', sans-serif;
}

h2{
    font-size: clamp(2.25rem, 0.375rem + 6vw, 3.75rem) !important;
    line-height: normal;
    letter-spacing: 0px;
}
h2 i{
    font-size: clamp(2.75rem, 0.7188rem + 6.5vw, 4.375rem) !important;
	line-height: 0.5rem;
}
h3{
    font-size: clamp(2.375rem, 1.5938rem + 2.5vw, 3rem); !important;
    line-height: normal;
    letter-spacing: 0px;
}
.h3-sm{
	font-size: clamp(1.7rem, 0.875rem + 2vw, 2rem) !important;
}
h4{
   font-size: clamp(1.125rem, 0.5781rem + 1.75vw, 1.5625rem) !important;
}
h5{
    font-size: clamp(1.125rem, 0.9688rem + 0.5vw, 1.25rem) !important;
    letter-spacing: 1.99px;
    line-height: 24px !important;
}
.lh-normal{
    line-height: normal !important;
}
p{
    font-size: clamp(1.125rem, 0.6563rem + 1.5vw, 1.5rem);
    line-height: 40px;
	font-weight: 400;
    letter-spacing: -0.13px;
}
p i{
	font-size: clamp(1.375rem, 0.9063rem + 1.5vw, 1.75rem);
}
.md i{
	font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
}
p.strapline{
	font-size: clamp(1.5rem, 0.4844rem + 3.25vw, 2.1125rem);
}
p.copyright{
	line-height: 45px;
}
.text-dkblue{
    color: var(--dk-blue) !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-bold{
    font-weight: 700 !important;
}
.lg{
    font-size: 25px;
    line-height: normal;
    letter-spacing: -0.13px;
}
.text-lg{
	font-size: 24px;
    line-height: normal;
    letter-spacing: -0.12px;
}
.md{
    font-size: 20px;
    line-height: 32px;
}
.font-sm{
    font-size: 16px !important;
	letter-spacing: 2.66px;
}
.xs{
    font-size: 16px;
    line-height: 24px;
}
.xxs{
    font-size: 12px !important;
    line-height: 24px;
    
}
.lt-space-sm{
    letter-spacing: 1.99px;
}
.span-text-blue span{
	color: var(--blue);
}

.container-sm{
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.container-md{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
header {

    padding-top: 40px;
    padding-bottom: 40px;
    overflow-x: hidden;
	background: #fff;
	z-index: 11;
	position: fixed;
	width: 100%;
	background: #fff;

	
}
header .logo img{
    max-height: 40px;
    width: auto;
    object-fit: contain;
}
footer .ftr-logo img{
    max-height: 33px;
    width: auto;
    object-fit: contain;
}
footer .ftr-logo{
    margin-bottom: 70px !important;
}
header .flex{
    display: flex;
    justify-content: space-between;
    
}
.copyright a:hover{
	color: var(--primary);
}
header .nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header .nav ul li a{
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 1.99px;
    color: var(--black);
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 700;
    transition: color .3s;
    outline: none;

}
header .nav ul li a:hover,
header .nav ul li.current_page_item a{
    color: var(--blue);
}
/* FOOTER */
footer{
    background: #000000;
}
.footer-main{
    border-bottom: 2px solid #ffffff;
}
footer a.link,
.useful-links ul li a{
    
    color: #ffffff;
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 15px;
}
.useful-links ul li a:hover,
footer .info-link a:hover,
.useful-links ul li.current_page_item  a{
    color: var(--blue);
    text-decoration: none;
}
footer .info-link a{
    display: block;
    margin-bottom: 0;
	line-height: 27px;
}

.useful-links ul{
    padding: 0;
    list-style: none;
}
.useful-links ul li{
    padding-bottom: 15px;
}
.info-link a,
.info-link p,
.info-link h4{
	color: #ffffff;
    font-size: 16px !important;
    line-height: 19.2px;
}
.info-link h4{
	color: var(--blue) !important;
	margin-bottom: 4px;
}
footer .socials svg{
    width: 20px;
    height: 20px;
}
footer .socials svg:hover{
	color: var(--blue);
	fill: var(--blue);
}
footer .socials a{
  margin: 10px;
  color: #ffffff;
}
.ftr-form input,
.ftr-form textarea{
    color: #fff;
    background: none;
    border: none;
    width: 100%;
    padding: 15px 0;
    border-bottom: 2px solid var(--grey);
    font-weight: 500;
    font-size: 18px;
	margin-bottom: 15px;
}
.ftr-form textarea{
	height: 150px;
}

.ftr-form input:focus,
.ftr-form textarea:focus{
    outline: none;
    border-bottom: 2px solid #fff;
}
.ftr-form label{
    display: none;

}
.ftr-form .gform_confirmation_message{
	color: #ffffff !important;
}
.ftr-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: #fff;
    transition: background-color 9999s ease-out;
}

.gform_submission_error.hide_summary {
    font-size: 16px !important;
    color: #f00;
}
.gform_confirmation_message {
    font-size: 19px;
}
.validation_message{
    font-size: 14px !important;
    color: #f00;
}
.ftr-form .gform_title{
	color: #fff;
	font-size: clamp(1.125rem, 0.5781rem + 1.75vw, 1.5625rem) !important;
}

.ftr-form input:hover,
.ftr-form input[type="submit"]:hover,
.ftr-form input[type="submit"]:focus,
.ftr-form input:focus{
    outline: none;
}

.ftr-form input[type="submit"]:hover{
	filter: invert(72%) sepia(32%) saturate(5402%) hue-rotate(198deg) brightness(104%) contrast(103%);
}
.ftr-form{
    position: relative;
}
.ftr-form input[type="submit"] {
    border: none;
    color: #ffffff;
    text-align: left;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
}

/* HOME */
.home-hero{
	padding-top: 126px;
    min-height: 800px;
/*     display: flex;
    justify-content: center;
    align-items: center; */
   
}
.home-hero .container-sm{
    position: relative;
}

.scroll_text {
    font-size: 20px;
    font-weight: 400;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

/*  */
.circle-wrapper{
	width: 200px;
	height: 200px;
	margin-left: auto;
	position: relative;
}
.circle-wrapper .circle-center{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.circle-wrapper.zoom-start {
  opacity: 0;
  transform: scale(0.8);
}

.circle-wrapper.zoom-in {
  opacity: 1;
  transform: scale(1);
  transition: all 1s ease;
}

/*  */

.scroll-down-loop-wrap {
    width: 2px;
    height: 70px; /* Height of the wrapper */
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden; /* Ensures the line stays inside */
  }
  
.scroll-down-loop {
    width: 2px;
    height: 100px; /* Fixed height of the moving line */
    background-color: black;
    position: absolute;
    top: -100px; /* Start above the wrapper */
    transition: none; /* No transition, as we're using jQuery animations */
}
  
.home-hero-inner{
    max-width:  911px;
    width: 100%;
    margin: auto;

}
.home-hero h1 i,
.page-banner h1 i,
.xxl i{
	font-size: clamp(2.8125rem, -2.6563rem + 17.5vw, 7.1875rem) !important;
	line-height: 0.5rem;
}
.home-hero h1,
.xxl{
    font-size: clamp(2.375rem, -2.1563rem + 14.5vw, 6rem) !important;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--blue);
}
.page-banner h1{
    font-size: clamp(2.375rem, -2.3125rem + 15vw, 6.125rem) !important;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--blue);
}

.page-banner,
.service-banner{
	padding-top: 148px;
}


.blog-banner{
	padding-top: 140px;
}
.bg-blue .xxl,
.bg-blue,
.bg-dkblue .xxl,
.bg-dkblue{
    color: #ffffff;
}

.heading-stroke{
	position: relative;
}

.stroke-blue::after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translatex(-50%);
    background: url(../img/stroke-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 420px;
	width: 80%;
    height: 50px;
}
.stroke-dark::after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translatex(-50%);
    background: url(../img/stroke.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 600px;
	width: 80%;
    height: 50px;
}

/* Button */
.btn-animate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #007bff; /* Blue background */
    color: white;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden; /* Hide the text when it's out of view */
    position: relative;
}
  
.btn-animate .icon {
    display: block;
    transition: transform 0.3s ease; /* Smooth transition for movement */
}

.btn-animate .text {
    opacity: 0;
	width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    transition: transform 0.5s ease, opacity 0.3s ease;
}
.image-fullwidth img{
    width: 100%;
    object-fit: cover;
	max-height: 750px;
}
i{
	font-family: 'Times New Roman', sans-serif;
}

/* ajax scroll */

.card-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}
.card-animate.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.card-animate a{
	color: #19183A;
}

/* end ajax scroll */

/* Hover effect */
.btn-animate:hover{
    opacity: 0.9;
}
.btn-animate:hover .icon {
    transform: translateY(-75px); /* Move the icon upwards on hover */
}

.btn-animate:hover .text {
    opacity: 1;
    transform: translateX(-50%) translateY(0); /* Slide the text into view */
}
.btn-blue:hover,
.btn-dkblue:hover,
.btn-animate:hover{
    color: #ffffff;
	
}
.btn-blue:hover{
	background: #0466c7;
}

.btn-dkblue:hover,
.bg-blue .btn-animate:hover{
	background: #010153;
}
.btn-lg{
    text-align: center;
    border-radius: 50rem !important;
    padding: 36px 2rem !important;
    font-size: 18px;
    min-width: 200px;
}
.btn-blue{
    color: #ffffff;
    background: var(--blue);
}
.btn-dkblue,
.bg-blue .btn-animate{
    color: #ffffff;
    background: var(--dk-blue);
	transition: background 0.6s ease;
}
.text-grey{
    color: var(--black);
}
.link_underline {
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 0;
    position: relative;
    letter-spacing: 4px;
}
.link_underline:not(.text-blue){
    color: var(--black);
}
.bg-blue .link_underline,
.bg-dkblue .link_underline{
    color: #fff;
}

.link_underline .underline {
    position: absolute;
/*     background-color: #19183a33; */
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.bg-blue .link_underline .underline,
.bg-dkblue .link_underline .underline{
/* 	background:#b9b9b9;  */
	background: none;
}
.link_underline.white .underline {
    position: absolute;
    background-color: transparent;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.bg-blue .link_underline .underline_hover,
.bg-dkblue .link_underline .underline_hover{
    background-color: #ffffff !important;
}
.link_underline .underline_hover {
    position: absolute;
    
    height: 1px;
    width: 0; /* Start with 0 width */
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: width 0.3s ease; /* Add transition for smooth animation */
}

.link_underline .underline_hover {
    position: absolute;
    background-color: var(--blue);
    height: 1px;
    width: 0; /* Start with 0 width */
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: width 0.3s ease; /* Add transition for smooth animation */
}
header .nav ul li a{
    position: relative;

}
header .nav ul li a::after{
    content: "";
    position: absolute;
    background-color: var(--blue);
    height: 1px;
    width: 0; 
    left: 15px;
    bottom: 0;
    z-index: 1;
    transition: width 0.3s ease; 
   
}
header .nav ul li a:hover::after,
header .nav ul li.current-page-item a::after{
    width: calc(100% - 30px);
}
.link_underline:hover{
    color: var(--text-grey);
}
.link_underline:hover .underline_hover{
    width: 100%; /* Expand to full width on hover */
}

.mw-700 {
    max-width: 700px;
}
/* Text animate */
.text_animate {
    overflow: hidden; /* Hide overflow to ensure words don't show before animation */
  }
  
  .fade_in_right span {
    opacity: 0; /* Start with words invisible */
    display: inline-block; /* Ensure each word is treated as a block */
    animation: fadeInRightWord 0.3s ease forwards; /* Faster animation */
    white-space: pre; /* Preserve spaces */
  }
  
  /* Keyframes for the fade-in from right animation */
  @keyframes fadeInRightWord {
    from {
      opacity: 0;
      transform: translateX(15px); /* Start slightly to the right */
    }
    to {
      opacity: 1;
      transform: translateX(0); /* Move to original position */
    }
  }
  /* drop */
  .text_drop {
        overflow: visible;
    }

    .text_drop span {
        opacity: 0;
        display: inline-block;
        margin-right: 0.15em;
        animation: dropWord 0.3s ease forwards;
    }
  
@keyframes dropWord {
    from {
        opacity: 0;
        transform: translateY(-80%); /* Reduced bounce */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.divider_animated {
    width: 0;
    height: 2px;
    background-color: black;
    position: relative;
    transition: width 1.5s ease-out;
}
.divider_animated.mw-50{
    max-width: 50%;
}

.divider_animated.animate {
    width: 98%;
	margin: auto;
}
.mw-200{
    max-width: 200px;
}

@keyframes expandWidth {
    0% {
        width: 0;
        left: 0;
    }
    100% {
        width: 100%;
        left: 0;
    }
}
.video-container img{
	width: 100%;
}
.content-video {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 aspect ratio */
}

.content-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.testimonial-slider{
    overflow-x: hidden;
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
    padding-right: 15px;
}

.testimonial-slider .slick-arrow,
.slick-slide-left .slick-arrow{
  transition: opacity 0.3s ease;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-slider .slick-prev:before,
.slick-slide-left .slick-prev:before,
.slider-on-mobile .slick-prev:before{
	transform: rotate(180deg);
}
.testimonial-slider .slick-prev, 
.testimonial-slider .slick-next,
.slick-slide-left .slick-prev, 
.slick-slide-left .slick-next{
	background: rgba(255,255,255, 0.8);
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	
}
.testimonial-slider .slick-prev:hover, 
.testimonial-slider .slick-prev:focus, 
.testimonial-slider .slick-next:hover, 
.testimonial-slider .slick-next:focus,
.slick-slide-left .slick-prev:hover, 
.slick-slide-left .slick-prev:focus, 
.slick-slide-left .slick-next:hover, 
.slick-slide-left .slick-next:focus{
	background: #ffffff;
}
.testimonial-slider .slick-next:before,
.testimonial-slider .slick-prev:before,
.slick-slide-left .slick-next:before,
.slick-slide-left .slick-prev:before{
/* 	position: absolute; */
	content: "" !important;
	width: 25px;
	height: 25px;
	background-image: url('../img/arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(100%) sepia(14%) saturate(5560%) hue-rotate(219deg) brightness(92%) contrast(97%);
}
.testimonial-slider .slick-next{
	right: 5%;
}
.slick-slide-left .slick-next{
	right: 0%;
}
.testimonial-slider .slick-prev{
	left: 5%;
	z-index: 1;
}
.slick-slide-left .slick-prev{
	left: 0%;
	z-index: 1;
}


.testimonial-slider .slide-item{
	opacity: 0.3;
}
.testimonial-slider .slide-item.slick-current{
	opacity: 1;
}


.slider-on-mobile .slick-next:before,
.slider-on-mobile .slick-prev:before{
/* 	position: absolute; */
	content: "" !important;
	width: 25px;
	height: 25px;
	background-image: url('../img/arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(100%) sepia(14%) saturate(5560%) hue-rotate(219deg) brightness(92%) contrast(97%);
}
.slider-on-mobile .slick-next:before,
.slider-on-mobile .slick-prev:before{
	position: absolute;
	content: "" !important;
	width: 25px;
	height: 25px;
	background-image: url('../img/arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(100%) sepia(14%) saturate(5560%) hue-rotate(219deg) brightness(92%) contrast(97%);
}
.post-img img{
	display: block;
	margin: auto;
}
/* VIDEO */
.video-background {
    position: relative;
    width: 100%;
    height: 800px; /* Full height */
    overflow: hidden; /* Hide overflow */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensure video appears above the image */
}

.video-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio */
    z-index: 2; /* Show image above the video */
}

.video-iframe {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160vw;
    height: 137vh;
    pointer-events: none;
    display: none;
	object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px; /* Button size */
    height: 120px; /* Button size */
    background: url('../img/play-button.png') no-repeat center center; /* Replace with your play button image */
    background-size: contain; /* Ensure the button scales */
    cursor: pointer;
    transform: translate(-50%, -50%); /* Center the button */
    z-index: 3; /* Above everything else */
}

.video-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Black background with transparency */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
.video-modal.open{
	display:flex !important;
}	

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 92%;
	max-width: 988px;
    height: 53%;
	background: none !important;
	border: none;
}

.close-button {
    position: absolute;
    top: -18px;
    right: 0;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
/* LOGO SLIDE */
.logo-slides {
    display: flex; 
    overflow: hidden; 
    width: 100%; 
    white-space: nowrap; 
}


/* CIRCULAR SECTION */
.circular-link{
    cursor: pointer;
}
.circular-items{
	position: relative;
}
.circular-link:hover{
    color: var(--blue);
}
.oval-outline{
    position: relative;
   
}

.oval-outline{
	border: 2px solid #999999; /* Outline color and thickness */
}
.oval-outline.outline-1 {
    width: 100%;  /* Adjust width */
    
    border-radius: 50%;
    display: block;
    z-index: 5;
}
.oval-outline.outline-2 {
    width: 90%;  
/*     border: 1px solid black;  */
    border-radius: 50%;
    display: block;
    z-index: 4;
}
.oval-outline.outline-3 {
    width: 80%;  
/*     border: 1px solid black;  */
    border-radius: 50%;
    display: block;
    z-index: 3;
}
.oval-outline.outline-4 {
    width: 70%;  
/*     border: 1px solid black;  */
    border-radius: 50%;
    display: block;
    z-index: 2;
}

.oval-outline:not(:first-child) {
    transition: transform 0.3s ease; /* Add transition for smooth movement */
}

.oval-outline .number{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.oval-outline:hover{
    border: 2px solid var(--blue);
}

.oval-outline .number {
    transition: font-size 0.3s ease, color 0.3s ease; 
}
.oval-outline:hover .number{
    color: var(--blue);
    font-size: 28px;
}



.circular-item .items {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.circular-item .items h4{
	position: absolute;
    font-weight: 700;
	padding: 10px;
    background: #fff;
}

.circular-item:hover .items {
    opacity: 1;
    visibility: visible;
}

.circular-item .items .item {
    opacity: 0;
    transform: scale(0.7); /* Slightly larger initial scale */
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.enlarge {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.shrink {
    opacity: 0 !important;
    transform: scale(0.7) !important;
}

/*  */
.bg-white{
    color: var(--black);
}
.bg-white .xxl{
    color: var(--dk-blue);
}
.bg-blue{
    background: var(--blue);
    color: #ffffff;
}
.bg-dkblue{
    background: var(--dk-blue);
    color: #ffffff;
}


.sticky-flex{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.item-list h4{
    font-weight: 600;
}

.bg-blue.dynamic-color-title h2,
.bg-blue.dynamic-color-title h3{
	color: var(--dk-blue);
}
.sticky-item-style-2 h3{
	text-transform: uppercase;
}
.bg-blue.dynamic-color-title h3 span{
	color: #fff;
}
.bg-blue.sticky{
    padding-bottom: 0 !important;
}
.sticky-item-style-2{
	border-top: 2px solid #fff;
}



/* BLOGS */
.row.blogs a:hover{
    text-decoration: none !important;
    opacity: 1;
}

body.single-work .blogs .item.top-border{
	border-top: 2px solid var(--grey);
	padding-top: 40px;
}
.blogs .item .img-zoom {
	overflow: hidden;
	height: 224px;
	width: 100%;
	position: relative; /* Required for absolute positioning of ::after */
}
.blogs .item .icon svg,
.blogs .item .date{
	color: #19183A;
}
.blogs .item h5.tags{
    font-size: 12px !important;
}
.blogs .item .img-zoom::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 128 / 40%);
	opacity: 0;
	transition: opacity 1s ease;
	pointer-events: none; /* Prevent ::after from blocking hover events */
}

.blogs .item .img-zoom:hover::after {
	opacity: 1;
}

.blogs .item .img-zoom:hover img {
	transform: scale(1.1);
	transition: transform 0.6s ease;
}

.blogs .item img {
	height: 224px;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blogs .item h4:hover{
	color: var(--blue) !important;
}
a.underline{
	position:relative;
	display: inline-block;
	
}
a{
	text-decoration: none !important;
}

a.underline:hover::after {
    width: 100%;
}
a.underline::after{
	content: "";
    position: absolute;
    background-color: var(--blue);
    height: 1px;
    width: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: width 0.3s ease;
}
.blogs .item img {
	height: 224px;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.author{
    text-transform: uppercase;
}

/* TESTIMONIALS */
.testimonial-slider .review p i{
	font-size: clamp(2.5rem, 0.1563rem + 7.5vw, 4.375rem);
	line-height: 0.5rem;
}
.testimonial-slider .review p{
    color: var(--dk-blue);
	font-size: clamp(2.1875rem, 0.2344rem + 6.25vw, 3.75rem);
    line-height: normal;
	font-weight: 500;
}

/* @keyframes scrollLeft {
    to {
      left: -200px;
    }
  } */

/* SCROLLER SLIDES */
.scroller,
.slick-slide-left {
    mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

.scroller[data-animated="true"] {
    overflow: hidden;
  }
  
 .scroller[data-animated="true"] .scroller__inner {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

  
  .scroller[data-direction="right"] {
    --_animation-direction: reverse;
  }
  
  .scroller[data-direction="left"] {
    --_animation-direction: forwards;
  }
  
  .scroller[data-speed="fast"] {
    --_animation-duration: 20s;
  }
  
  .scroller[data-speed="slow"] {
    --_animation-duration: 250s;
  }
  
  @keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.scroller-wrapper {
	position: relative;
}
.scroll-arrow.active{
	display: flex !important;
}
.scroll-arrow.active {
  opacity: 1;
  pointer-events: auto;
}
.scroll-arrow {
	opacity: 0;
    transition: opacity 0.6s ease;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	cursor: pointer;
	font-size: 24px;
	background: rgba(255, 255, 255, 0.8);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	outline: none;
	pointer-events: none;
}
.scroll-arrow:focus{
	outline: none;
}
.scroll-arrow.left {
	left: 10px;
	    
}
.scroll-arrow.left img,
.scroll-arrow.right img{
	filter: invert(100%) sepia(14%) saturate(5560%) hue-rotate(219deg) brightness(92%) contrast(97%);
}
.scroll-arrow.right {
	right: 10px;
}


.scroller.slick-dotted.slick-slider,
.scroller.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.scroller .scroller__inner,
.scroller .scroller__inner{
    overflow: hidden;
    display: flex;
    position: relative;
}

.scroller .item,
.slick-slide-left .item {
    border: 1px solid var(--black);
    flex: none;
    width: 30rem !important;
    padding: 64px 48px;
    margin: 10px;
}

.slick-slide-left .slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-slide-left .slick-slide {
  height: auto !important;
  display: flex;
}

.slick-slide-left .item,
.scroller__inner .item{
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  width: 100%;
}

.plane.bg-dkblue .multiple:first-child{
	color: var(--blue);
}
body.about .plane .btn-blue{
	background: var(--dk-blue);
}

section.plane-bg{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: left top;
}
section.plane-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
}
section.plane-bg .container{
	position: relative;
	z-index: 1;
}
/* ABOUT */
body.about .sticky .sticky-title h2{
	font-size: 20px !important;
}

body.about .sticky h3{
	color: var(--blue);
}
body.about .sticky h4{
	font-size: 32px !important;
	font-weight: 400 !important;
	margin-bottom: 20px !important;
}
/* SCROLLER END */

/* ARTICLE */
.main-content p{
    font-size: clamp(1rem, 0.8438rem + 0.5vw, 1.125rem);
    margin-bottom: 40px;
	line-height: normal;
}
.main-content li p{
	margin-bottom: 15px;
}
.main-content h3,
.videos h3{
	font-size: clamp(1.25rem, 0rem + 4vw, 2.25rem) !important; 
	color: var(--blue);
	font-weight: 400 !important;
    margin-bottom: 20px;
}
.main-content img{
	width: 100%;
}
.work .blog-banner h2{
	font-size: clamp(1.75rem, 0.8125rem + 3vw, 2.5rem) !important;
}
.work .blog-banner h3{
	font-weight: 400 !important;
	font-size: clamp(2rem, 1.375rem + 2vw, 2.5rem);
	color: var(--dk-blue);
}

.service .content p{
	margin-bottom: 20px;
}

/* CONTACT FORM */
.contact-form {
    min-height: 400px;
}
.contact-form label{
    display: none;
}
.contact-form input:not([type="submit"]):hover,
.contact-form textarea:hover{
	 border-bottom: 2px solid var(--black) !important;
}
.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus{
    outline: none;
    border-bottom: 2px solid var(--blue) !important;
}

.contact-form input:not([type="submit"]),
.contact-form textarea{
    border: none;
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 2px solid var(--dk-grey) !important;
    margin-bottom: 20px;

}
.contact-form input:not([type="submit"])::placeholder,
.contact-form textarea::placeholder{
    color: var(--dk-grey);
    font-size: 18px !important;
    font-weight: 500;

}
.contact-form textarea{
    min-height: 200px;
}
.contact-form input[type="submit"],
.contact-form button[type="submit"]{
    margin-top: 50px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    font-size: 24px;
	font-weight: 400;
    line-height: 1.5;
    background: var(--blue) !important;
    text-align: center;
    border-radius: 50rem !important;
    padding: 36px 3.1rem !important;
}  
.contact-form input[type="submit"]:hover,
.contact-form button[type="submit"]:hover{
	background: #0466c7 !important;
   
} 
.contact-info a:hover{
    text-decoration: none;
}
.contact-info .email{
    font-size: 24px;
}
.contact-form .gform_confirmation_message{
	font-size: 32px;
    text-align: center;
    font-weight: 700;
}
/* CASE STUDY */
.image-banner-container {
    margin: auto;
    width: 100%;
    max-width: 1490px;
    height: 435px; /* Adjust as needed */
    overflow: hidden;
    position: relative;
}

.image-banner-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 80%, 100% 100%, 100% 0%, -331% 80%);
}

img.poly{
    width: 100%;
    height: 343px;
    object-fit: cover;
    clip-path: polygon(0% 80%, 100% 100%, 100% 0%, -331% 80%);
	transform: scaleX(-1);
}



#siteCookie p {
    font-size: 18px;
    margin-bottom: 0;
}
.reviews h4.count{
	font-weight: 400 !important;
}
.sticky-item-style-2 h3{
	font-weight: 400 !important;
}

.letter-spacing-1{
	letter-spacing: -0.12px;
}

.icon-list .icon{
	height: 28px;
	width: auto;
	object-fit: contain;
}
.slider-on-mobile {
	max-width: 100%;
/* 	margin: 0 auto;
	display: flex;
	justify-content: center; */
}
.logo-slides img{
	object-fit: contain;
}

.slider-on-mobile .slick-dots li button:before{
	content: "" !important;
}

.slider-on-mobile .slick-dots li button {
    background: #999999;
	border-radius: 20px;
	width: 17px !important;
	height: 17px !important;
}
.slider-on-mobile .slick-dots li.slick-active button{
	background: var(--blue);
}
.slider-on-mobile .slick-dots {
	bottom: 20px;
	z-index: 1;
}

.working-title {
    font-size: 23px;
}



@media(min-width: 1441px){
	.testimonial-slider{
		max-width: 1770px;
	}
	.testimonial-slider .slide-item{
		margin: 0 20px;
	}
}
@media(max-width: 1440px){
	
}

@media only screen and (min-width: 1140px) {
	.mobile-cta{
		display: none;
	}
	header {

	 position: fixed; 
	width: 100%;
    transition: transform 0.3s ease-in-out; /* Smooth transition for the header */
    will-change: transform;

	
}
    /**********
    COLUMNS
    **********/
    .twoCol {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .twoCol .col {
        width: 50%;
        padding: 15px;
    }
    .threeCol .col {
        width: 33.33%;
        padding: 15px;
    }
    .fourCol .col {
        width: 25%;
        padding: 15px;
    }
    .fiveCol .col {
        width: 20%;
        padding: 15px;
    }
    /**********
    HEADER NAV
    **********/
    header .flex {
        align-items: center;
    }
    
    nav.nav {
        margin-left: auto
    }
    nav.nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav.nav ul li {
        position: relative;
        margin-left: 10px;
    }
    nav.nav ul li:first-child {
        margin-left: 0;
    }
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1140px) {
    .flex {
        flex-wrap: wrap;
    }
    header .logo img {
        max-height: 33px;
    }
	.home-hero {
		padding-top: 80px;
	}
    header .logo {
        position: relative;
        z-index: 20;
    }
	header:has(.navActive){
		transform: unset !important;
	}
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
    header .nav {
        position: fixed;
        left: 100%;
        z-index: 10;
        height: 100vh;
        width: 100%;
        top: 0;
        background-color: #ccc;
        transition: all 300ms;
		justify-content: center;
    }
    header .nav.navActive {
        left: 0%;
        transition: all 300ms;
        background: #ffffff;
    }
    header .nav.navActive ul li a::after{
        left: 0;
    }
    header .nav.navActive ul{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    header .nav.navActive ul a{
        padding-left: 0;
    }
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
		align-items: center;
		justify-content: center;
    }
    header .nav>ul {
        margin-top: 70px;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
		flex-wrap: wrap;
    }
    header .nav>ul li {
        position: relative;
    }
    header .nav>ul li a {
        display: block;
        width: 100%;
		text-align: center;
		padding: 20px 15px;
    }
    .menu-item-has-children::after {
        position: absolute;
        right: 0;
    }
    #burgerNav {
        position: fixed;
        top: 13px;
        right: 10px;
        width: 25px;
        height: 40px;
        cursor: pointer;
        z-index: 90
    }
    #burgerNav .innerBurger {
        position: relative;
        height: 100%;
    }
    header {
    	padding-top: 20px;
		padding-bottom: 20px;
	}
    #burgerNav .innerBurger span {
        width: 70%;
        height: 3px;
        top: 0;
        background-color: var(--dk-blue);
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
		border-radius: 0px 20px 20px 0px;
    }
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
    }
    #burgerNav .innerBurger span:nth-child(1) {
        top: 25%;
		
    }
    #burgerNav .innerBurger span:nth-child(2) {
        top: 50%;
		width: 60%;
    }
    #burgerNav .innerBurger span:nth-child(3) {
        top: 75%;
    }
    #burgerNav.navActive .innerBurger span:nth-child(1) {
        top: 50%;
        transform: rotate(-45deg);
    }
    #burgerNav.navActive .innerBurger span:nth-child(2) {
        top: 50%;
        opacity: 0;
    }
    #burgerNav.navActive .innerBurger span:nth-child(3) {
        top: 50%;
        transform: rotate(45deg);
    }
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
}

@media(min-width:992px){
	section.plane.bg-dkblue .container,
	section.plane.bg-blue .container{
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
	body.video .bg-white.sticky,
	body.podcast .bg-white.sticky{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	section.three-col.bg-blue,
	body.video .page-banner,
	body.podcast .page-banner,
	body.podcast .row.percentage,
	body.video .row.percentage,
	body.video .bg-white.sticky .sticky-m .item:last-child,
	body.podcast .bg-white.sticky .sticky-m .item:last-child,
	body.about .bg-white.sticky .sticky-m .item:last-child{
		padding-bottom: 0 !important;
	}
	section.three-col.bg-blue .working-title,
	body.video section.three-col .working-title,
	body.podcast section.three-col .working-title,
	body.video .bg-white.sticky .sticky-m .item:last-child,
	body.podcast .bg-white.sticky .sticky-m .item:last-child,
	body.about .bg-white.sticky .sticky-m .item:last-child,
	body.about .bg-white.sticky,
	section.steps .sticky-item-style-2:last-child{
		margin-bottom: 0 !important;
	}
	body.video .page-banner .strapline,
	body.podcast .page-banner .strapline,
	body.about .page-banner .strapline{
		margin-bottom: 15px !important;
	}
	.plane-bg-img .container{
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
	
    .logo-slides .slick-track {
		display: flex;
        grid-column-gap: 3rem;
    }
    .logo-slides img {
        max-width: 100%;
        display: inline-block;
        height: 120px; 
        margin-right: 20px; 
    }
	
	body.sectors .stroke-dark::after {
        bottom: 123px;
        max-width: 440px;
        left: unset;
        right: -54px;
    }
	body.podcasts .stroke-dark::after{
		bottom: -2px;
        left: unset;
        right: -96px;
        max-width: 451px;
	}
	section.reviews .count{
		position: absolute;
		top: 25px;
        right: 25px;
	}

}

@media(max-width:991px){
	
	
	.slider-on-mobile {
		overflow-x: hidden;
	}
    .logo-slides {
        grid-column-gap: 2rem;
    }
    .logo-slides img {
        max-width: 100%;
        display: inline-block;
        height: 95px; 
        margin-right: 20px; 
    }
	.video-background{
		height: 445px !important;
	}
	
    
}


@media(min-width:768px){
	.scroll-arrow.left{
		left: -25px;
	}
	.scroll-arrow.right{
		right: -25px;
	}
	footer .useful-links h4{
		margin-bottom: 70px !important;
	}
	.circular-item.outline-1 .items h4{
	top: -99px;
	}
	.circular-item.outline-2 .items h4{
		top: -89px;
	}
	.circular-item.outline-3 .items h4{
		top: -114px;
	}
	.circular-item.outline-4 .items h4{
		top: -80px;
	}

	
	.slider-on-mobile .item{
		max-width: 100%;
		margin: unset !important;
	}
	.testimonial-slider .slick-arrow,
	.slick-slide-left .slick-arrow{
		pointer-events: none;
		opacity: 0;
	}
	.mobile{
		display: none;
	}
	.stroke-dark::after {
		bottom: -13px;
		max-width: 543px;
	}
	 
	.oval-outline .number {
		color: #999999;
	}
    font-size: 20px;
	.lg{
		line-height: 40px;
	}
    .contact-form textarea{
        padding: 20px;
    }
    .gfield--width-half{
        padding: 20px;
        width: 50%;
        display: inline-block;
    }
    
    .contact-form .form-group{
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .contact-form .w-50{
        width: 47% !important;
        display: inline-block;
    }
   
    .circular-item .items{
        position: absolute;
       	top: 130px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        z-index: 1;
        align-items: center;
    }
	
	.circular-item.outline-2 .items{
		top: 125px;
	}
	.circular-item.outline-3 .items{
		top: 120px;
	}
	.circular-item.outline-4 .items{
		top: 115px;
	}
    .oval-outline::after{
        content: "";
        position: absolute;
        width: 80%;
        height: 50%;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
/*         background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6783963585434174) 5%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 72%, rgba(255,255,255,0.4907212885154062) 93%, rgba(255,255,255,0) 100%); */
    }
    
    .scroll_wrapper {
        position: absolute;
        left: 0;
        bottom: 10%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        z-index: 1;
    }

    .circular-item .items .item{
        margin: 6px;
        padding: 10px 20px;
        background: var(--blue);
        border-radius: 25px;
    }
    .circular-item .items .item p{
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .oval-outline.outline-1 {
        height: 250px; 
    }
    .oval-outline.outline-2 {
        height: 240px; 
    }
    .oval-outline.outline-3 {
        height: 230px; 
    }
    .oval-outline.outline-4 {
        height: 220px; 
    }

    .outline-1.circular-item .items{
        max-width: 450px;
    }
    .outline-2.circular-item .items{
        max-width: 550px;
    }
    .outline-3.circular-item .items{
        max-width: 550px;
    }
    .outline-4.circular-item .items{
        max-width: 550px;
    }
    .oval-outline.outline-2 {
        margin: -90px auto 0;
    }
    .oval-outline.outline-3 {
        margin: -90px auto 0;
    }
    .oval-outline.outline-4 {
        margin: -90px auto 0;
    }

    .oval-outline.outline-2:hover{
        transform: translateY(50px);
    }
    .oval-outline.outline-3:hover{
        transform: translateY(50px);
    }
    .oval-outline.outline-4:hover{
        transform: translateY(50px);
    }
    body.home .sticky .sticky-title{
        width: 55%;
    }
	body:not(.home) .sticky .sticky-title{
        width: 50%;
    }
	.title-sticky{
		position: sticky;
        top: 20px;
		display: inline-block;
	}
    .sticky .sticky-title h2{
        position: sticky;
        top: 20px;
        font-weight: 400;
        max-width: 408px;
        display: inline-block;
        z-index: 10;
    }
    body.home .sticky .item-list{
        width: 45%;
        display: inline-block;
    }
	body:not(.home) .sticky .item-list{
		width: 50%;
	}
    body.home .sticky-flex .item-list{
        max-width: 413px;
        margin: auto;
    }
	body:not(.home) .sticky-flex .item-list{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	body:not(.home) .sticky-flex .item-list .row{
		max-width: 480px;
	}
	.sticky-item-style-2 h3 {
		font-size: clamp(1.5rem, 0.4063rem + 3.5vw, 2.175rem) !important;
	}
	.footer-main {
		border-bottom: none;
	}
	.blogs .item{
		height: 100%;
	}
	body:not(.single-work, .work) .blogs .item{
		border-bottom: 2px solid var(--grey);
	}
	.circular-item .items h4{
		font-size:2em !important;
	}

	.circular-item .items .item p {
		font-size:24px
	}
	.discover-container{
		display: none;
	}
/* 	section:not(.page-banner, .home-hero){
		padding-top: 100px;
		padding-bottom: 100px;
	} */
    
}
@media(max-width: 767px){
	.scroll-arrow{
		display: none;
	}
	body.about .page-banner .strapline{
		padding-bottom: 3rem;
	}

	section.three-col.py-5.bg-blue{
		margin-top: 3rem;
	}
	body.video .page-banner .container-md,
	body.podcast .page-banner .container-md{
		padding-bottom: 0 !important;
	}
	.footer-main{
		padding-bottom: 3rem;
	}
/* 	section:not(.page-banner, .home-hero){
		padding-top: 60px;
		padding-bottom: 60px;
	} */
	body.home .plane{
		margin-bottom: 0 !important;
	}
	section.logo-slider .divider_animated {
		margin-top: 60px;
	}
	
	footer .useful-links h4{
		margin-bottom: 20px !important;
	}
	.discover-container{
		position: absolute;
		position: absolute;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		z-index: 9;
		
	}
	#click-to-discover{
		text-align: center;
		color: #fff;
		font-size: clamp(1.375rem, -0.1875rem + 5vw, 2.625rem);
		background: rgb(0, 128, 254, 0.7);
		padding: 15px 25px;
		height: 100px;
        border-radius: 50%;
        display: block;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 75%;
	}
	#click-to-discover:hover{
		opacity: 1;
	}
	
	.circular-item.outline-1 .items h4{
		top: -28px;
	}
	.circular-item.outline-2 .items h4{
		top: -27px;
	}
	.circular-item.outline-3 .items h4{
		top: -30px;
	}
	.circular-item.outline-4 .items h4{
		top: -33px;
	}
	
	.image-banner-container{
		height: unset;
		padding-left: 15px; 
		padding-right: 15px;
	}
	
	.image-banner-container img {
    	width: 100%;
		height: 219px;
	}
	.slider-on-mobile .item:not(.top-border){
		margin: 15px;
	}
	.reviews h4.count {
		font-size: 16px !important;
	}
	
	.slider-on-mobile .slick-next {
		top: unset;
        bottom: 23px;
        transform: translate(-50%, -50%);
        right: 25%;
		z-index: 2;
	}
	.slider-on-mobile.team .slick-next{
		right: 6%;
	}
	.slider-on-mobile.team .slick-prev{
		left: 4%;
	}
	.slider-on-mobile .slick-prev {
		top: unset;
        bottom: 25px;
		transform: translate(-50%, -50%);
		left: 25%;
		z-index: 2;
	}
	
	.testimonial-slider .slick-next,
	.slick-slide-left .slick-next{
		top: unset;
        bottom: -20px;
        transform: translate(-50%, -50%);
        right: 20%;
	}
	
	.testimonial-slider{
		padding-bottom: 140px;
	}
	.testimonial-slider .slick-prev,
	.slick-slide-left .slick-prev{
		top: unset;
        bottom: -16px;
		transform: translate(-50%, -50%);
		left: 40%;
	}
	.testimonial-slider .slick-next:before, 
	.testimonial-slider .slick-prev:before,
	.slick-slide-left .slick-next:before, 
	.slick-slide-left .slick-prev:before{
   	 	width: 22px;
		height: 22px;
	}
	.testimonial-slider .slick-prev, 
	.testimonial-slider .slick-next,
	.slick-slide-left .slick-prev, 
	.slick-slide-left .slick-next{
		background: none;
		box-shadow: none;
	}
	.desktop{
		display: none;
	}
	.play-button {
		width: 80px;
		height: 80px;
	}
	.scroller .item, .scroller .item,
	.slick-slide-left .item{
		border: 1px solid var(--black);
		flex: none;
		width: 25rem !important;
		padding: 38px 34px;
		margin: 10px;
		position: relative;
		z-index: 1;
		min-height: 25rem !important;
	}
	.page-banner {
		padding-top: 74px;
	}
	footer .ftr-logo img {
		max-height: 58px;
	}
	.footer-main {
		border-bottom: 2px solid #ffffff;
	}
	footer .ftr-logo {
		margin-bottom: 50px !important;
	}
	section.reviews .heading{
		font-size: 32px !important;
	}
	.testimonial-slider .review p {
		font-size: 26px;
	}
	.testimonial-slider .review p i {
		font-size: 30px;
	}
	.sticky-item-style-2 h3 {
		font-size: 24px !important;
		font-weight: 400;
	}
	.scroll_wrapper{
		display: none !important;
	}
	.testimonial-slider .slide-item{
		margin: 0;
	}
	.circular-item .items h4 {
		font-size: 14px !important;
	}
	.circle-wrapper{
		margin: 0 auto;
	}
    footer .info-link{
        margin-bottom: 30px;
    }
    .contact-form .w-50{
        width: 100% !important;
    }
    .sticky-flex{
        border-bottom: 1px solid #ffffff4d;
    }
    p{
		font-size: 18px;
        line-height: 32px;
    }
    .sticky .sticky-title,
    .sticky .item-list{
        max-width: 100%;
        width: 100%;
    }
   
    .circular-item .items{
        position: absolute;
        top: 52px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        z-index: 1;
		align-items: center;
		height: 100%;
    }
	.circular-item.outline-2 .items{
		top: 48px;
	}
	.circular-item.outline-3 .items{
		top: 44px;
	}
	.circular-item.outline-4 .items{
		top: 42px;
	}
    .oval-outline.outline-2:hover{
        transform: translateY(35px);
    }
    .oval-outline.outline-3:hover{
        transform: translateY(35px);
    }
    .oval-outline.outline-4:hover,
	.oval-outline.outline-4.hover{
        transform: translateY(35px);
    }
	.oval-outline.outline-4.hover .items{
		opacity: 1;
		visibility: visible;
	}
	.oval-outline.outline-4.hover .items .item{
		opacity: 1;
		transform: scale(1) !important;
	}
    .oval-outline.outline-2 {
        margin: -10px auto 0;
    }
    .oval-outline.outline-3 {
        margin: -10px auto 0;
    }
    .oval-outline.outline-4 {
        margin: -10px auto 0;
    }
    .oval-outline::after{
        content: "";
        position: absolute;
        width: 90%;
        height: 50%;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
/*         background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6783963585434174) 5%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 72%, rgba(255,255,255,0.4907212885154062) 93%, rgba(255,255,255,0) 100%); */
    }
    .oval-outline.outline-1 {
        height: 100px; 
    }
    .oval-outline.outline-2 {
        height: 90px; 
    }
    .oval-outline.outline-3 {
        height: 80px; 
    }
    .oval-outline.outline-4 {
        height: 70px; 
    }
    .outline-1.circular-item .items{
        max-width: 300px;
    }
    .outline-2.circular-item .items{
        max-width: 253px;
    }
    .outline-3.circular-item .items{
        max-width: 250px;
    }
    .outline-4.circular-item .items{
        max-width: 220px;
    }

    .circular-item .items .item{
        margin: 3px;
        padding: 3px 10px;
        background: var(--blue);
        border-radius: 25px;
    }
    .circular-item .items .item p{
        color: #ffffff;
        text-align: center;
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 0;
    }
    
    .scroll_wrapper {
        position: absolute;
        left: 0;
        bottom: -130px;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        z-index: 1;
    }
	
	.home-hero {
		min-height: 618px;
	}
    
}

@media(max-width: 600px){
	.scroller[data-speed="slow"] {
		--_animation-duration: 280s;
	  }
	.blog-banner{
		padding-top: 90px;
	}
	.contact-form input[type="submit"] {
		margin-top: 25px;
	}
	.main-content p{
		margin-bottom: 30px;
	}
	
	.percentage-item:last-child .source{
		margin-bottom: 10px !important;
	}
	.sticky-m .item:last-child{
		padding-bottom: 0 !important;
	}
	.ftr-form input[type="submit"]{
		margin-bottom: 0;
	}
	.oval-outline.outline-2{
		width: 95%;
	}
	.oval-outline.outline-3 {
		width: 90%;
	}
	.oval-outline.outline-4 {
		width: 85%;
		height: 85px;
    }
	section.plane-bg {
		background-position: -88px center;
	}
	.blogs .item h4{
		font-size: 1.6em !important;
	}
	.blogs div:last-child .item{
		margin-bottom: 0 !important;
	}
	.work .blog-banner h3{
		font-size: 20px !important;
	}
	.date.xs{
		font-size: 12px !important;
	}
	img.poly {
		width: 100%;
		height: 205px;
		object-fit: cover;
		clip-path: polygon(0% 85%, 100% 100%, 100% 0%, -331% 65%);
		transform: scaleX(-1);
	}
	.heading-sm {
		max-width: 266.1px;
	}
	section.logo-slider {
		padding-left: 30px;
		padding-right: 30px;
	}
	
/* 	.home-hero h1,
	.page-banner h1,
	h2{
		font-size: 36px !important;
	} */
	.stroke-dark::after{
		width: 90%;
		bottom: -15px;
	}
	
	.w-sm{
		max-width: 338px;
		margin: auto;
	}
	
	.font-sm-xs,
	.font-mb-xs{
		font-size: 18px !important;
	}
	.circle-wrapper {
    	width: 160px;
		height: 160px;
	}
	
	.stroke-blue::after {
		bottom: -54px;
		width: 100%;
	}
	.close-button{
		top: 73px;
	}
	.video-background{
		height: 250px !important;
	}
	.video-iframe{
		width: 180vw;
		height: 50vh;
	}
}


