<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

:root{
	--fw-200: 200;
	--fw-600: 600;
	--fw-700: 700;
	--fw-800: 800;
	--fw-500: 500;

	--clr-body-font: #222222;
	--clr-primary: #48B02C;
	--clr-blue: #48B02C;
	--clr-gray-100: #8E8E8E;
	--clr-gray-200: #6D6D6D;
	--clr-gray-300: #6F6F6F;
	--clr-gray-400: #D9D9D9;
	--clr-darkgrey: #222222;
	--clr-black: #000000;
	--clr-light-blue: #D2EBFF;
	--clr-light-blue-100: #F2F5FF;
	--clr-orange: #F3660E;
	--clr-white: #FFFFFF;
	--clr-white-200: #F5F5F5;


	
	--size-800: 7.5rem;
	--size-700: 6.25rem;
	--size-600: 5rem;
	--size-500: 3.75rem;
	--size-400: 3.125rem;
	--size-375: 2.813rem;
	--size-350: 2.5rem;
	--size-300: 1.875rem;
	--size-250: 1.563rem;
	--size-200: 1.25rem;

	--fs-900: 5.3rem;
	--fs-800: 3.25rem;
	--fs-750: 3rem;
	--fs-700: 2.75rem;
	--fs-600: 2.5rem;
	--fs-400: 2.25rem;
	--fs-300: 2rem;
	--fs-275: 1.5rem;
	--fs-250: 1.375rem;
	--fs-200: 1.25rem;
	--fs-150: 1.125rem;
	--fs-100: 1rem;

	--fs-primary: var(--fs-400);
	--fs-secondary: var(--fs-300);
	--fs-small--heading: var(--fs-200);
}

@media screen and (min-width: 375px){
	:root{
		--fs-primary: var(--fs-600);
		--fs-secondary: var(--fs-400);
	}
}
@media screen and (min-width: 768px){
	:root{
		--fs-primary: var(--fs-700);
		--fs-secondary: var(--fs-600);
		--fs-small--heading: var(--fs-250);
	}
}
@media screen and (min-width: 1200px){
	:root{
		--fs-primary: var(--fs-750);
		--fs-secondary: var(--fs-700);
	}
}	
@media screen and (min-width: 1400px){
	:root{
		--fs-primary: var(--fs-800);
	}
}	

.text-clr-primary{
	color: var(--clr-primary);
}
.text-clr-orange{
	color: var(--clr-orange);
}
.text-clr-gray-100{
	color: var(--clr-gray-100);
}
.text-clr-gray-300{
	color: var(--clr-gray-300);
}
.text-clr-gray-400{
	color: var(--clr-gray-400);
}
.text-clr-darkgrey{
	color: var(--clr-darkgrey);
}
.text-clr-blue{
	color: var(--clr-blue);
}
.text-clr-black{
	color: var(--clr-black);
}
.text-clr-light-blue{
	color: var(--clr-light-blue);
}

.text-clr-light-blue:hover
{
	color: var(--clr-light-blue);
}

.bg-clr-black{
	background-color: var(--clr-black);
}
.bg-clr-black-100{
	background-color: var(--clr-body-font);
}
.bg-clr-blue{
	background-color: var(--clr-blue);
}
.bg-clr-light-blue-100{
	background-color: var(--clr-light-blue-100);
}
.bg-clr-gray-200{
	background-color: var(--clr-gray-200);
}
.bg-clr-darkgrey{
	background-color: var(--clr-darkgrey);
}
.bg-clr-white{
	background-color: var(--clr-white);
}
.bg-clr-white-200{
	background-color: var(--clr-white-200);
}
.bg-clr-orange{
	background-color: var(--clr-orange);
}

.border-lightdark{
	border-color: #333434 !important;
}
.border-blue-100{
	border-color: #223B59 !important;
}

.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.ff-manrope{
	font-family: "Manrope", sans-serif;
}

.fw-200{
	font-weight: 200;
}
.fw-700{
	font-weight: 700;;
}
.fw-800{
	font-weight: 800;
}
.fw-600{
	font-weight: 600;
}
.fw-500{
	font-weight: var(--fw-500);
}

.fs-extreme{
	font-size: var(--fs-extreme);
}
.fs-primary{
	font-size: var(--fs-primary);	
}
.fs-secondary{
	font-size: var(--fs-secondary);
}
.fs-small--heading{
	font-size: var(--fs-small--heading);
}
.fs-800{
	font-size: var(--fs-800);
}
.fs-700{
	font-size: var(--fs-700);
}
.fs-300{
	font-size: var(--fs-300);
}
.fs-250{
	font-size: var(--fs-250);
}
.fs-150{
	font-size: var(--fs-150);
}

.padding-block-800{
	padding-block: var(--size-800);
}
.padding-block-700{
	padding-block: var(--size-700);
}
.padding-block-600{
	padding-block: var(--size-600);
}
.padding-block-500{
	padding-block: var(--size-500);
}
.padding-block-375{
	padding-block: var(--size-375);
}
.padding-block-400{
	padding-block: var(--size-400);
}
.padding-block-300{
	padding-block: var(--size-300);
}

.padding-bottom-200{
	padding-bottom: var(--size-200);
}
.padding-bottom-300{
	padding-bottom: var(--size-300);
}
.padding-bottom-375{
	padding-bottom: var(--size-375);
}
.padding-bottom-600{
	padding-bottom: var(--size-600);
}
.padding-bottom-700{
	padding-bottom: var(--size-700);
}

.padding-inline-600{
	padding-inline: var(--size-600);
}
.padding-inline-400{
	padding-inline: var(--size-400);
}
.padding-inline-350{
	padding-inline: var(--size-350);
}
.padding-inline-300{
	padding-inline: var(--size-300);
}

.padding-top-800{
	padding-top: var(--size-800);
}
.padding-top-700{
	padding-top: var(--size-700);
}
.padding-top-600{
	padding-top: var(--size-600);
}
.padding-top-500{
	padding-top: var(--size-500);
}
.padding-top-400{
	padding-top: var(--size-400);
}
.padding-top-375{
	padding-top: var(--size-375);
}
.padding-top-300{
	padding-top: var(--size-300);
}

.margin-block-500{
	margin-block: var(--size-500);
}
.margin-block-375{
	margin-block: var(--size-375);
}
.margin-block-300{
	margin-block: var(--size-300);
}

.margin-bottom-500{
	margin-bottom: var(--size-500);
}
.margin-bottom-400{
	margin-bottom: var(--size-400);
}
.margin-bottom-350{
	margin-bottom: var(--size-350);
}
.margin-bottom-300{
	margin-bottom: var(--size-300);
}
.margin-bottom-250{
	margin-bottom: var(--size-250);
}
.margin-bottom-200{
	margin-bottom: var(--size-200);
}

.margin-top-500{
	margin-top: var(--size-500);
}
.margin-top-400{
	margin-top: var(--size-400);
}
.margin-top-300{
	margin-top: var(--size-300);
}
.margin-top-250{
	margin-top: var(--size-250);
}

@media screen and (max-width: 767px) {
	.mv-padding-block-500{
		padding-block: var(--size-500);
	}

	.mv-padding-bottom-500{
		padding-block: var(--size-500);
	}

	.mv-padding-top-300{
		padding-top: var(--size-300);
	}

	.mv-padding-block-300{
		padding-block: var(--size-300);
	}

	.mv-padding-inline-300{
		padding-inline: var(--size-300);
	}

	.mv-margin-block-300{
		margin-block: var(--size-300);
	}

	.mv-margin-top-300{
		margin-top: var(--size-300);
	}
	.mv-margin-bottom-300{
		margin-bottom: var(--size-300);
	}
	.mv-margin-bottom-0{
		margin-bottom: 0;
	}
}

sup{
	color: #F16223;
}

a:hover {
    color: #F16223;
}

.d-grid{
	display: grid;
}

.banner-grid-row{
	grid-template-columns: 1fr 40%;
	grid-template-rows: auto auto;
	grid-template-areas:
		"content box"
		"logos box";
	gap: 30px;	
}
.banner-col-1{
	grid-area: content;
}
.banner-col-2{
	grid-area: box;
}
.banner-col-3{
	grid-area: logos;
	margin-top: 75px;
}
.banner-grid-bg{
	position: absolute;
	top: 0;
	width: 100%;
    position: absolute;
    background-image: linear-gradient(to right, #03050B 20%, #0b2b2c);
	z-index: -1;
	height: calc(100% - 80px);
}
.banner-col-2{
	position: relative;
}
.banner-col-2::before{
	content:  '';
	background-image: url('../images/new/ex-line.svg');
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 70px;
	transform: translate(-80px, -52px);
}

.button{
	display: flex;
	align-items: center;
	font-size: var(--fs-100);
	font-weight: var(--fw-500);
	text-decoration: none;
	color: #fff;
	padding: 0px 15px 0px 30px;
	border-radius:6px;
	background-color: var(--clr-blue);
	min-width: 200px;
	height: 55px;
	-webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1);
}

.button-2{
	margin-top:10px;
	/* width: 300px; */
	display: flex;
	align-items: center;
	font-size: var(--fs-100);
	font-weight: var(--fw-500);
	text-decoration: none;
	color: #000 !important;
	padding: 0px 15px 0px 30px;
	border-radius: 5px;
	background-color:#fff;
	min-width: 200px;
	height: 55px;
	-webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1);
}

.button-2 i{
	-webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1);
	background-color:#fff;
    color: #000;
	border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.button-2:hover i{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.button-2:hover{
	-webkit-transform: scale(1.015);
	transform: scale(1.015);
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}


.button-icon{
	justify-content: space-between;
	gap: 0.2rem;
}
.button i{
	-webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1);
	background-color: #011833;
    color: #fff;
	border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.button:hover i{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.button:hover{
	-webkit-transform: scale(1.015);
	transform: scale(1.015);
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.row-width-lg {
    width: min(992px, 100%);
    margin-inline: auto;
}
.row-width-tablet {
    width: min(1024px, 100%);
    margin-inline: auto;
}

body {
	font-family: "Outfit", sans-serif;
	color: var(--clr-body-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
ul{
	list-style: none;
}
a{
	display: block;
}
@media screen and (min-width: 768px) {
	body{
		font-size: var(--fs-150);
	}
}	
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 1370px;
		max-width: 1370px;
    }
	.button{
		font-size: var(--fs-150);
	}
}


.custom-accordian .accordion-button::after{
	background-image: url('data:image/svg+xml,&lt;svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M17.1022 5.6665C17.8846 5.6665 18.5189 6.30077 18.5189 7.08317V26.9165C18.5189 27.6989 17.8846 28.3332 17.1022 28.3332C16.3198 28.3332 15.6855 27.6989 15.6855 26.9165V7.08317C15.6855 6.30077 16.3198 5.6665 17.1022 5.6665Z" fill="white"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M5.76758 17.0002C5.76758 16.2178 6.40184 15.5835 7.18424 15.5835H27.0176C27.8 15.5835 28.4342 16.2178 28.4342 17.0002C28.4342 17.7826 27.8 18.4168 27.0176 18.4168H7.18424C6.40184 18.4168 5.76758 17.7826 5.76758 17.0002Z" fill="white"/&gt;&lt;/svg&gt;')
}
.custom-accordian .accordion-button{
	color: #fff;
	background-color: transparent;
}
.custom-accordian .accordion-button:not(.collapsed) {
	background-color: unset;
	box-shadow: none;
}
.custom-accordian .accordion-item{
	border: none;;
}
.custom-accordian .accordion-button:focus {
    box-shadow: none;
}
.custom-accordian .accordion-item{
	background-color: transparent;
	margin-bottom: 1rem;
}
.custom-accordian .accordion-body{
	color: #AEAEAE;
}
.accordian-arrow{
	width: 25px;
	height: 25px;
}
.accordion-flush .accordion-item .accordion-button {
    font-weight: 600;
    border-radius: 0;
    font-size: 20px;
}



.case-study-box{
	background-color: #000;
	margin-right: -15px;
    margin-top: 50px;
}
.case-study-carousal h3{
	font-size: 2.75rem;
}
.case-study-carousal h4{
	font-size: 2.375rem;
}
@media screen and (max-width: 1699px) {
	.case-study-carousal h3{
		font-size: 2.5rem;
	}
	.case-study-carousal h4{
		font-size: 1.875rem;
	}
}	
@media screen and (max-width: 1599px) {
	.case-study-carousal h3{
		font-size: 2rem;
	}
	.case-study-carousal h4{
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 1200px) {
	.case-study-carousal h3{
		font-size: 1.875rem;
	}
	.case-study-carousal h4{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.case-study-carousal h3{
		font-size: 1.5rem;
	}
	.case-study-carousal h4{
		font-size: 1.375rem;
	}
	.case-study-box {
		margin-top: 20px;
	}
}

.wooCommerceColor {
	color: #48B02C;
}

h2 {
	font-size: 32px;
	font-weight: 500;
}

.numberFont {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.bannerHeader {
	padding: 20px 0;
	background-color: #223B59;
}





.phoneWrapper img,
.emailWrapper img {
	padding-right: 8px;
}


.topStripRight {
	gap: 8px;
	margin-top: 15px;
}

@media (min-width: 576px) {
	.topStripRight {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.topStripRight {
		gap: 15px;
	}

	.phoneWrapper {
		padding-right: 15px;
		border-right: 1px solid #fff;
	}
}


.footer {
	padding:2px 0 0;
	background: #2d2d2d;
	color: #fff;
	font-size: 16px;
}

.footerLogo {
	position: relative;
	display: flex;
	align-items: center;
}

.footerLogo img {
	margin-right: 50px;
}

.footerLogo hr {
	width: 100%;
	opacity: 0.5;
}

.footLogoImage {
	width: 85px;
	height: auto;
}

.footerInnerLink {
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-template-rows: 1fr 1fr;
	gap: 15px;
	margin-top: 30px;
}

.footerInnerLink a {
	color: #fff;
	text-decoration: none;
}

.copyContent {
	border-top:none;
	padding: 20px 0;
}

.copyContent a {
	color: #fff !important;
	text-decoration: none;
}

.footerRightSideWrap {
	margin-top: 30px;
}

.footerRightSideWrap a {
	color: #fff !important;
	text-decoration: none;
}

.footerFormSection {
	background-size: cover;
	position: relative;
}

.products-menu
{
}

.products-menu ul
{
	width:320px;
	margin: 0;
	padding: 0;
	position:relative;
	z-index:5;
	border:2px solid #48B02C;
	background-color: #f9fff7;
}

.products-menu ul li
{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:600;	
	border-bottom:1px solid #787878;	
}

.products-menu ul li:last-child
{		
	border-bottom:none;
}

.products-menu ul li a
{	
	font-size: 18px;
	padding:12px;
	display:block;
	color:#000;
	margin:3px 0px;
	text-decoration: none;
}

.products-menu ul li a:hover
{
	margin:3px 0px;
	background-color:#48B02C;
	color:#FFF;
}

.products-menu ul li a.active
{
	margin:3px 0px;
	background-color:#48B02C;
	color:#FFF;
	padding-left: 25px;
}

.products-menu ul li:last-child a
{		
	border-bottom:none;
}

.products-tab
{
	padding-bottom:80px;
}

.products-wrapper
{
	background-color: #fff;
}

.products-wrapper ul 
{
	margin-top:40px;
}

.products-wrapper ul li
{
	margin-bottom: 20px;
}

#footerContactFormWrapper h4 {
	padding-left: 0;
	font-size: 32px;
	line-height: 1.2;
}

#footerContactFormWrapper .formLabel {
	color: #fff;
	font-size: 17px;
}


#footerContactFormWrapper #footerPageForm .newCroFormSubmit {
	background-color: var(--clr-blue);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border: none;
	padding: 12px 25px;
	border-radius: 5px;
}


.caseStudyWrapper {
	background-color: #FAFAFA;
	gap: 15px;
	margin-bottom: 35px;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.caseStudyContentWrapper {
	padding: 12px 20px;
}

.caseStudyContentWrapper p {
	margin-bottom: 0;
	font-size: 14px;
}

.caseStudyContentWrapper h3 {
	font-size: 28px;
}

.caseStudyCategoryWrapper {
	font-size: 14px;
	display: inline-block;
	padding: 5px 12px;
	color: #fff;
	background-color: #48B02C;
	border-radius: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

a.caseStudyLink {
	display: block;
	margin-top: 20px;
	font-size: 20px;
	color: #48B02C;
	font-weight: 600;
	text-decoration: none;
}

.case-study-box span{
	border-color: #fff !important;
}
.case-study-carousal h3
{
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #d9d9d9;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #223B59;
}

.owl-theme .owl-nav [class*=owl-] {
	padding: 0;
	background-color: transparent !important;
}


.owl-prev {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 120px);
}

.owl-next {
	position: absolute;
	bottom: -10px;
	right: calc(50% - 120px);
}

.owl-nav {
	height: 50px;
}

.help-block.with-errors {
    position: absolute;
    margin: 0;
    font-size: 12px;
    color: red;
    font-weight: bold;
    margin-top: 2px;
}

#footerContactFormWrapper #footerPageForm .form-group.has-error.has-danger .form-control {
    border-color: red !important;
	color:#fff;
}

.thankyouBanner{
	margin: 50px 0;
}

.jumper{
	cursor: pointer;
}




@media (min-width: 576px) {

	.caseStudyWrapper {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.caseStudyContentWrapper {
		padding: 12px 20px 12px 0;
	}

	.footerInnerLink {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr 1fr;
	}
}

@media (min-width: 768px) {

	h2 {
		font-size: 36px;
	}


	.footerInnerLink {
		grid-template-columns: repeat(2, auto);
		grid-template-rows: 1fr 1fr 1fr;
		margin: 0;
	}

	.footerRightSideWrap {
		margin-top: 0;
	}

}

@media (min-width: 992px) {


	.footLogoImage {
		width: 120px;
	}

	.footerInnerLink {
		grid-template-columns: repeat(3, auto);
		grid-template-rows: 1fr 1fr;
	}
}

@media (min-width: 1200px) {

	.footerInnerLink {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media (min-width: 1400px) {

	h2 {
		font-size: 42px;
	}
	.caseStudyContentWrapper p {
		font-size: 16px;
	}
}




.logoWrapper img
{
	width: 80%;
}

.mobile-img
	{
		display: none !important;
	}

@media (max-width: 992px) {



	.mobile
{
	margin-top: -50px;
	display: block;
	margin-bottom: 60px;
}

	

	.d-grid {
		display: block !important;
	}

	.banner-col-2 {
		position: relative;
		margin-top: 90px;
	}

	.mobile-img
	{
		display: block !important;
		margin-top: 40px;
	}


}

.footer-f input
{
	color:#fff !important;
}

.case-study-carousal .owl-dots{
	margin-top: 2.2rem !important;
}
.case-study-carousal .d-flex img
{
	width: auto;
}

@media (max-width: 992px) {

.case-study-carousal .d-flex {
    display: block !important;

}

.case-study-carousal .d-flex img
{
	margin-top: 50px;
}



.case-study-carousal ul li.d-flex  {
	display: flex !important;
}

}


/* *************************************** 
	|| Mobile CRO page new styles
*****************************************/	
.main-banner{
	/* background-image: url(../images/cr/main-banner-bg.svg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fff;
}
.highlights-separator span{
	background-color: #FF8B00;
	height: 35px;
	width: 1px;
	display: block;
}
.highlights{
	margin-block: 1rem;
	gap: 1rem;
}
.banner-desc{
	background-color: #EDE9E6;
	font-size: var(--fs-150);
	border-radius: 100px;
}
@media screen and (min-width: 768px) {
	.highlights{
		margin-block: 3rem;
	}
	.banner-desc{
		font-size: var(--fs-250);
	}	
	.highlights-points:first-child{
		padding: 1rem 1.5rem 1rem 1.5rem;
	}
	.highlights-points:last-child{
		padding: 1rem 1.5rem 1rem 1.5rem;
	}
	.highlights{
		margin-block: 2rem;
	}
}	
@media screen and (min-width: 992px) {
	.highlights{
		gap: 0rem;
	}
	.highlights-points:not(:last-child)::after{
		content: '';
        position: absolute;
        top: 12px;
        right: 0px;
        background-color: #FF8B00;
        width: 1px;
        height: 65%;
	}
	.highlights-points p{
		font-size: 17px;
	}
	.highlights-points:first-child{
		
		padding: 1rem 1.5rem 1rem 0rem;
	}
	.highlights-points{
		
		padding: 1rem 1.5rem 1rem 1.5rem;
	}
	.highlights-points:last-child{
		
		padding: 1rem 0rem 1rem 1.5rem;
	}
}
@media screen and (min-width: 1200px) {
	.highlights-points p{
		font-size: var(--fs-150);
	}
}

/* || Problem-solving section styles */
.problem-solving-column h3{
	font-size: var(--fs-250);
}
.problem-solving-column{
	background: linear-gradient(108.06deg, #D3DBE7 13.63%, #D9E3E1 95.19%);
	flex-basis: 0;
    flex-grow: 1;
}
@media screen and (min-width: 768px) {
	.problem-solving-column h3{
		font-size: 1.5rem;
	}
	.problem-solving-column p{
		font-size: var(--fs-100);
	}
}

/* Stats section styles */
.stats-section{
	margin-top: -120px;
    margin-bottom: 7.5rem;
}
.stats-section .bg-clr-orange{
	border-radius: 5px;
}
.stats-column h3{
	font-size: 4.375rem;
}
.stats-column p{
	font-size: var(--fs-200);
}

@media screen and (max-width: 991px) {
	.stats-section .bg-clr-orange{
		padding-inline: 15px;
	}
}

@media screen and (max-width: 767px) {
	.stats-section {
		margin-top: -200px;
		margin-bottom: 2rem;
	}
}

/* || Services section */
.servcies-section{
	padding-block: 2.813rem 10rem;
}
.services-column span{
	font-size: var(--fs-200);
}
@media screen and (min-width: 1200px) {
	.services-column span{
		font-size: var(--fs-250);
	}
}
@media screen and (min-width: 1400px) {
	.services-column span{
		font-size: 1.375rem;
	}
	.stats-section .bg-clr-orange{
		padding-inline: 15px 30px;
	}
}

/* || FAQ Section */
.faq-hightlight{
	font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
	.accordion-button div{
		display: none !important;
	}
}

/* || CTA Section */
.cta-section{
	background-color: #2F2F2F;
}
.cta-section h2{
	font-size: 2.25rem;
}
.cta-section p{
	font-size: 1.375rem;
}
.cta-section{
	
}
@media screen and (min-width: 992px) {
	.cta-section p{
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 1200px) {
	.cta-section h2{
		font-size: 2.25rem;
	}
	.cta-section p{
		font-size: 1.375rem;
	}
}	

/* || Testimonial section styles */

.testimonial-heading-column{
	border-bottom: 3.43px solid #E5F0FF;
}
.testimonial-carousal .owl-dots{
	margin-top: 60px !important;
}
@media screen and (min-width: 992px) {
	.testimonial-content{
		font-size: var(--fs-200);
	}
}
@media screen and (max-width: 767px) {
	.testimonial-footer{
		margin-top: 1.5rem;
	}
	.testimonial-carousal .owl-dots{
		margin-top: 30px !important;
	}
}

/* || Website intro */
.features-column{
	background-color: #F3660E29;
	border-radius: 60px;
	color: #0F0F0F;
}
.features-heading{
	font-size: 2.5rem;
	color: #223B59;
}

@media screen and (max-width: 1199px) {
	.features-heading{
		text-align: center;
		margin-bottom: 30px !important;
	}	
}
@media screen and (max-width: 574px) {
	.features-column{
		text-align: center;
	}	
}	

/* || Banner form section */
.banner-form-section{
	background: linear-gradient(108.06deg, #D3DBE7 13.63%, #D9E3E1 95.19%);
}
.banner-form-heading{
	font-size: 1.5rem;
	color: #011833;
}
.blue-line{
    border-top: 2px solid #BBC7D0;
    width: 100%;
}
.banner-cform .form-control{
	background-color: #fff;
	border-radius: 5px !important;
}
.form-control:focus{
	box-shadow: none !important;
	border: 1px solid #F16223 !important;
}

/* || Improvements section */
.improvements-column p{
	font-size: var(--fs-150);
}

.tech-logos-section{
	background-color: #fff;
}

@media screen and (min-width: 1200px) {
	.tech-logos-section img{
		width: 75%;
	}
}
@media screen and (min-width: 1400px) {
	.tech-logos-section img{
		width: 172px;
		height: 92px;
	}
}
@media screen and (max-width: 1199px) {
	.tech-logo{
		margin-bottom: 45px;
	}
}	

@media screen and (min-width: 1400px) {
	.improvements-column p{
		font-size: var(--fs-250);
	}
}

.conversion-progress-section{
	background: linear-gradient(180deg, #FFFFFF 0%, #f1f5ff 100%);
}

/***************************************
	|| Customer Retention Page styles
***************************************/	

/* Services box with borders section */
.services-top-border{
	border-top: 3px solid #D2EBFF1F;
}
.services-top-border:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--clr-orange);
    transform: scaleX(0);
    transition: transform 500ms ease;
    transform-origin: left;
}
.services-top-border:hover::before{
	transform: scaleX(1);
}
/*.eds-service-icon::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color:#719aff;
    transform: scaleX(0);
    transition: transform 500ms ease;
    transform-origin: left;
	z-index: -1;
}*/
.eds-servcie-box:hover .eds-service-icon::after{
	transform: scaleX(1);
}

.eds-service-icon{
	padding-bottom: 30px;
	margin-bottom: 30px;
    border-bottom:5px solid #000;
}

.dont-delay-2
{
	background-color:#000;	
	padding:30px;
	border-radius: 20px;
}

.dont-delay-2 h2
{
	color:#fff;
}

.eds-offer-section{
	background: linear-gradient(180deg, #FFFFFF 0%, #f3f3f3 100%);
}
.eds-offers{
	background-color: #f9fff7; 
}

.eds-offers-2{
	background-color: #f1f5ff;
}

.eds-impact-column{
	border: 1px solid #5B5B5F;
}
.eds-impacts-row{
	border-top: 7px solid #F3660E
}
.eds-impact-column h3{
	color: #433A51;
}
.why-reasons-column {
    border-bottom:4px solid #48B02C;
}

.why-reasons-column-2 {
    border-bottom:4px solid #0022ff;
	min-height: 485px;
}

.cr-features{
	background-color: #E5E5E5;
}
.cr-features h3{
	font-size: 1.5rem;
}

.stats-box h3{
	font-size: var(--fs-800);
}
.stats-box p{
	color: #737373;
}

ul.magento-list li
{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #48b02c; 
	height: 80px;
}

ul.magento-list li p
{
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.magento-list li img
{
	margin-top: 4px;
    margin-bottom: 14px;
    margin-right: 10px;
    float: left;
}

ul.bigcommerce-list li
{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #0d52ff;
	height: 80px;
}

ul.bigcommerce-list li p
{
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.bigcommerce-list li img
{
	margin-top: 4px;
    margin-bottom: 14px;
    margin-right: 10px;
    float: left;
}

@media screen and (max-width: 767px) {
	.stats-number-section .stats-box::after {
		content: '';
		position: absolute;
		left: 15px;
		bottom: 0px;
		width: 90%;
		height: 3px;
		background-color: #00457021;
	}
	.stats-box{
		padding-block: 45px;
	}
}
@media screen and (min-width: 768px) {
	.stats-box:not(:last-child)::after{
		content: '';
		position: absolute;
		right: 0;
		top: 0px;
		width: 3px;
		height: 70%;
		background-color: #00457021;
		transform: translateY(15px);
	}
	.stats-box{
		padding-inline: 15px;
	}
}

.stats-number-section{
	padding-block: 80px 0px;
}
.stats-line{
	margin-block: 30px;
	height: 3px !important;
	background-color: #00457021;
	opacity: 1;
}

.client-logos-row{
	padding: 45px 25px;
	background-color: #fff;
	border-radius: 5px;
	margin-top: -95px;
	margin-bottom: 60px;
	box-shadow:0px 4px 25px 0px #dee2e687;
}

.footerFormSection ul li {
    list-style-type: circle;
    font-size: 20px;
    color: #fff;
    line-height: 46px;
}

@media screen and (max-width: 767px) {
	.client-logos-row{
		margin-top: -160px;
	}
}	


.cr-features ul li img
{
	float: left;
	margin-right: 15px;
}

.cr-features ul li
{
	margin-bottom: 40px;
}


@media screen and (max-width: 991px) {

.products-menu ul {
    width:100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
    border: 2px solid #48B02C;
    background-color: #f9fff7;
}


.stats-box:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0px;
	width: 3px;
	height: 70%;
	background-color:transparent;
	transform: translateY(15px);
}

.why-reasons-column-2 {
    border-bottom:4px solid #48B02C;
	min-height: auto;
}

}

.logo-carosial .owl-carousel .owl-item img{
	max-width: 100% !important;
	width: auto !important;
}
.logo-carosial .owl-carousel .owl-stage-outer{
	text-align: center !important;
}
.fa-circle-arrow-right{
	font-size: 28px;
    color: #7F54B1;
    padding: 0px 10px 0 0px;
}

.spl-text{
	background: #48b02c;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px 0 10px;
}
.fa-circle-arrow-right{
	font-size: 28px;
    color: #000;
    padding: 0px 10px 0 0px;
}

.clutch-section {
    padding: 50px 0;
    background: #fafafa;
}
.clutch-section img {
    width: auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}</pre></body></html>