/**/
.owl-carousel.compliance-slider .owl-item img {
    display: block;
    width: unset !important;
}
.heading.heading-middle-border h4 {
	background: #F0F4F7;
}
.heading.heading-middle-border:before {
    border-top: 1px solid #ff4137;
}

/**/
.feature-box.feature-box-style-5 .feature-box-icon {
    min-width: unset;
}
/**/
li {
    line-height: 30px;
}
.list.list-icons.list-icons-lg li {
    padding-top: 5px;
    padding-left: 30px;
    font-size: 20px;
}

@media (max-width: 991px) {
	.list.list-icons.list-icons-lg li {
		font-size: 17px;
	}
}

/**/
.page-title-section {
	padding: 60px 0 !important;
}
.pt-icon {
	position: absolute;
    top: -685px;
    right: -200px;
	opacity: 0.3;
}
.page-title {
    font-size: 48px;
	font-weight: 600;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.pt-icon {
		top: -712px;
		right: -426px;
	}
	.page-title {
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 0;
	}
}

/**/
.compliance {
	backdrop-filter: blur(8px);
	background-color: #0000004d;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}

.compliance-2 {
	display: flex;
	justify-content: center;
	height: 80px;
}

/**/
.testimonial.custom-testimonial-style-1.testimonial-style-4 blockquote::before {
  top: -10px;
  left: -10px;
  font-size: 75px;
  font-family: "Poppins", sans-serif;
	font-style: italic;
	color: var(--primary);
}
.testimonial blockquote p {
    font-style: italic !important;
	font-size: 14px;
	color: #000 !important;
}
i.fas.fa-star {
    color: #ffbb29;
}


/**/

.text-decoration-underline {
    text-decoration: underline !important;
    text-decoration-color: var(--primary) !important;
    text-underline-offset: 15px;
	text-decoration-thickness: 10px !important;  
}


/**/


/**/
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**/
.custom-radius-sm-top {
    border-radius: 1.1rem 1.1rem 0 0 !important;
}
.custom-radius-sm-right {
    border-radius: 0 10px 10px 0 !important;
}
.bg-light-green {
    background-color: rgba(1,137,93, 0.1) !important;
}
.bg-light-gray {
    background-color: rgba(253,192,17, 0.1) !important;
	padding: 30px 50px 30px 50px;
}

@media (max-width: 767px) {
	.bg-light-gray {
		padding: 20px;
	}
}

/*inds-card*/
.counters .counter {
    text-align: left;
    padding: 15px 0 15px 0;
	border-radius: 10px;
}
.counters .counter-primary {
    background: rgba(101, 204, 235, 0.1) !important; /* Your original light blue/cyan for the first */
}
.counters .counter-tertiary {
    background: rgba(236, 44, 148, 0.1) !important; /* Example: A slightly different light blue */
}
.counters .counter-secondary {
    background: rgba(12, 177, 153, 0.1) !important; /* Example: A very light purple/off-white */
}
.counters label{
	font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
	margin-top: 20px;
}


/*Divider line animated*/
.customLineAnimation {
    animation-name: customLineAnimation;
}
.custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid var(--grey-500);
}
.custom-line {
    border-bottom-color: var(--primary);
}
.customLineAnimation {
		animation-name: customLineAnimation;
}

@keyframes customLineAnimation {
		0% {
				width: 0px;
				opacity: 1;
		}
		100% {
				width: 50px;
				opacity: 1;
		}
}
/*Projects icons cards*/
.project-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(12, 177, 153, 0.1);
	padding: 30px;
	border-radius: 10px;
	height: 250px !important;
}
.project-card img {
    max-width: 80px;
}
.project-card h4 {
    font-size: 18px;
    font-weight: 500;
}

/*Typography*/
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
	line-height: 1.3;
}
h2 {
	font-size: 36px;
	font-weight: 600;
}
.lead-2 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7 !important;
}
.lead-3 {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.7 !important;
}
body {
	color: #000;
}
p{
	color: #000;
	font-size: 16px;
	line-height: 1.8;
}
.lead {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.7 !important;
}
.sub-heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
.fs-6 {
    font-size: 1.0rem !important;
}
.feature-box .feature-box-info {
    flex: 1 1 100%;
    padding-left: 0;
}
.fs-4 {
	font-size: 28px !important;
	font-weight: 500;
	line-height: 1.7;
}
.banner-heading {
    font-size: 36px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    line-height: 1.6 !important;
}
.cp-1 {
	padding: 60px 35px;
	border-radius: 10px;
}

@media (min-width: 991px) { 
	.custom-el-pos-1 {
	  margin-top: -100px;
	}
}

@media (max-width: 991px) { 
	.banner-heading {
		font-size: 24px !important;
		font-weight: 500 !important;
		letter-spacing: 0 !important;
		line-height: 1.7 !important;
	}
	.process-vertical .process-step:last-child {
		padding-bottom: 0;
	}
	.bg-section {
		background: #F0F4F7 !important;
	}
	.fs-4 {
		font-size: 16px !important;
		font-weight: 500;
		line-height: 1.7;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 20px;
		font-weight: 600;
	}
	.lead-2 {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.7 !important;
	}
	.lead-3 {
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.7 !important;
	}
	.lead {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.6 !important;
	}
	p{
		color: #000;
		font-size: 14px;
		line-height: 1.7;
	}
	.banner-heading {
		font-size: 12px !important;
		font-weight: 600 !important;
		letter-spacing: 0 !important;
		line-height: 1.7 !important;
	}
	.counters strong {
		display: block;
		font-weight: bold;
		font-size: 25px;
		line-height: 1.5;
	}
	.counters label {
		font-size: 14px;
		line-height: 1.5;
		font-weight: 400;
		margin-top: 20px;
	}
}

/**/

/*Light backgrounds*/
.bg-custom-light {
	background: #E6F7F5 !important;
}
.bg-light-p {
	background: var(--primary-rgba-10);
}
.bg-light-s {
	background: #effafd !important;
}
.bg-green {
	background: #01895d !important;
}

/*Slider*/

.thumb-info .thumb-info-title {
    font-weight: 600;
    left: 0;
    letter-spacing: 0.5px;
}


.graphic-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 767px) {
	.graphic-overlay {
		height: 200px;
		width: 150px;
	}
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev {
    background-color: #0991CC !important;
    border-color: #0991CC !important;
}

/**/

/*Colors and bg*/
.gradient-bg-1 {
	background-image: linear-gradient(192deg,#0991CC 26%,#04225c 100%) !important;
}
.gradient-bg-2 {
	background: #53b393;
	background: linear-gradient(45deg,#0991CC 0%,#53b093 100%) !important;
}



section.section {
    background: #F0F4F7;
}

.text-grey, .text-color-grey {
    color: #96989a !important;
}
.overlay-gradient-bottom-content:before {
    opacity: 1 !important;
    background: var(--dark);
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) 30%, rgba(0,0,0,0.9) 100%);
	border-radius: 1rem 1rem 0 0 !important;
}
/*Header*/
#header .header-body {
    background: #F0F4F7 !important;
    padding-bottom: 5px;
	border-bottom: 1px solid #d5d5d5;
}

@media (min-width: 992px) {
	
	 #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
		font-size: 18px;
		letter-spacing: 0.5px;
		text-transform: none;
		font-weight: 500;
	}
	.custom-header-btn {
		position: relative;
		font-size: 16px;
		letter-spacing: 1px;
	}
	
}

@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li > a {
        text-transform: none;
        font-weight: 600;
        margin-top: 1px;
        margin-bottom: 1px;
        font-size: 16px;
        padding: 15px 8px;
    }
	 #header .header-nav-main:before {
        background: #F0F4F7;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1240px !important;
    }
}

/*Footer*/
#footer h4 {
	color: var(--primary);
}
	
#footer a:not(.btn):not(.no-footer-css) {
    font-size: 14px;
	color: #000;
}
#footer a:not(.btn):not(.no-footer-css):hover {
    color: var(--primary);
    text-decoration: none;
}
.dual-background {
  background: linear-gradient(to right, #07252d 40%, #F0F4F7 40%) !important;
  /* Optional: padding and text color */
}
