/* Bwlow code in style.css */
/* Common CSS for All components : Start */
:root {
	--gray:#757575;
	--white:#fff;
	--black:#000; 
	--dark:#222222;
	--footerbg:#D8E7EB;
	--graybg:#F5F5F5;
	--darkblue:#5086EB;
	scroll-behavior: auto;
	-webkit-scroll-behavior: auto;
}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html { margin: 0; padding: 0; }
body { margin: 0; padding: 0;  font-size: 14px; background:var(--white);
	letter-spacing: 0; line-height: normal;
	font-family: 'Manrope';
	font-weight: normal;	
	scroll-behavior: auto;
	-webkit-scroll-behavior: auto;
	}
input, select, textarea, button { outline: none; box-shadow: none; font-family: inherit;}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-p,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}
input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}
input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}
input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}
input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}
textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}
textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}
a { text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
a:hover { text-decoration: none;}
/* Common CSS for All components : End */
@media (min-width:576px){
	.container {
		width:100%;
		max-width:100%;
	}
}
@media (min-width: 768px) {
	.container {
		width:750px;
		padding: 0 15px;;
	}
}
@media (min-width: 992px) {
	.container {
		width:970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width:1130px;
		max-width:1130px
	}
}
@media (min-width: 1300px) {
	.container {
		width:1222px;
		max-width:1222px
	}
}

@media (min-width: 1600px) {
	.container {
		width:1354px;
		max-width:1354px
	}
}
@media (min-width: 1700px) {
	.container {
		width:1620px;
		max-width:1620px;
	}
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;	 
}
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}
p{font-size: 18px; line-height: 1.42; margin: 0px; padding: 0px; color: var(--gray);}
p + p{ padding-top: 24px;; }
ul{ margin: 0px; padding: 0px; }
ul li{ list-style: none; }
.row { margin-left: -15px !important; margin-right: -15px !important;}
.row>* { padding-left: 15px !important; padding-right: 15px !important;}

.main_wapper{ overflow:hidden; }
#header{ z-index: 10; position: fixed; left: 0px; top: 0; width: 100%; background: var(--white); }
.header-top{ min-height: 122px;  border-bottom: #E2E2E2 solid 1px;; display: flex ;align-items: center; justify-content: space-between}
.header-top .logo a{ display: flex; align-items: center;}
.header-top .logo a img{ max-height: 60px; }
.header-right{ display: flex; align-items: center; }
.header-right .main-nav ul{ padding: 0 32px 0 0; gap: 32px; display: flex; align-items: center;}
.header-right .main-nav ul li a{ color: var(--gray); font-size: 18px; font-weight: 600; }
.header-right .main-nav ul li a:hover{  color: var(--dark); }
.blue-btn{ display: flex;}
.blue-btn a{  display: flex; position: relative; overflow: hidden; align-items: center; padding: 0 16px; height: 48px;background: linear-gradient(to right,  rgba(0,111,208,1) 0%,rgba(41,155,255,1) 50%,rgba(0,111,208,1) 100%);background-size: 200% auto;background-position: left top; color: var(--white);font-weight: 600; font-size: 18px;}
.blue-btn a i{ display: flex; align-items: center;}
.blue-btn a i img{ width: 27px;}
.blue-btn a:hover{ background-position: right top; }
.banner-wapper{ padding: 0px 0 0 0; min-height: calc(100vh - 325px); position: relative; width: 100%; display: block; }
.banner-wapper .banner-img{ position: absolute; left: 0; bottom: 0; display: block; width: 100%; }
.banner-wapper .banner-img img{ display: block; width:auto; }
.banner-img-outer{ position: absolute; left: 0px; top: 160px; width: 100%; }
.banner-img-sub{ display: flex; gap: 60px; align-items: flex-start;  }
.banner-img-sub span{ display: flex;}
.py-60{ padding-top: 60px; padding-bottom: 60px; }
.section-title { text-align: center; display: flex;  flex-direction: column ;align-items: center; justify-content: center;   }
.section-title h2{ width: 100%; display: block; font-weight: bold; color: var(--dark) ; font-size: 38px; }
.brand-logo{ padding: 53px 0 0 0; }
.brand-logo ul{ display: flex; align-items: center; justify-content: space-between;}
.brand-logo ul li{ display: flex; align-items: center;}
.brand-logo ul li img{ max-height: 106px;; max-width: 330px;  display: flex; align-items: center; justify-content: space-between;}
.contain-wapper{ position: relative; z-index: 1; }
.container{ position: relative; z-index: 10; }
.home-section-2{ background: var(--graybg); position: relative;  }
.how-it-bg{ pointer-events: none; z-index: 1; width: 100%; position:absolute; background: var(--black); left: 0; top: 0; width: 100%; height: 400px;  }
.how-it-bg span{ opacity: 0.2; position: absolute; left: 0px; top: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;   }
.section-title.white h2,
.section-title.white p{  color: var(--white);}
.section-title  p{ font-size: 18px; color: var(--gray); line-height: 1.42; padding: 16px 0 0 0; }
.how-it-list{ padding: 60px 0 0 0; }
.how-it-list .row{ margin: 0 -10px !important; }
.how-it-list .row >*{ padding: 0 10px !important; }
.how-it-box{ min-height: 400px;width: 100%; padding: 97px 0 0 0; padding: 97px 32px 32px; position: relative;  display: block; background-color: var(--white); }
.how-it-box .count{ position: absolute; right: 16px; top: 10px; font-size: 100px; color: var(--darkblue); opacity: 0.2;  font-weight: 900; line-height: 1;   }
.how-it-box .icon{ margin: 0 0 20px; display: flex ;align-items: center; width:100%; min-height: 112px;}
.how-it-box .icon img{ max-height: 112px; }
.how-it-box h5{ padding: 0 0 10px; color: var(--dark); font-weight: 600; font-size: 26px;}
.how-it-box p{ font-size: 18px; color: var(--gray);}
.how-it-data{ display: flex; padding: 42px 0 0 0; align-items: center; justify-content: space-between;}
.banner-wapper { position: relative; z-index: 1; }
.how-it-data .how-it-data-left { width: calc(100% - 270px);}
.how-it-data .how-it-data-left .text-1{ display: block; padding: 0 0 10px; color: var(--dark) ; font-size: 22px; font-weight: 600; }
.how-it-data .how-it-data-left .text-2{ display: block; font-size: 18px; color: var(--gray);}
.how-it-data .how-it-data-left ul{ display: flex;width: 100%; padding: 32px 0 0 0;  }
.how-it-data .how-it-data-left ul li{font-size: 18px;  color: var(--dark); display: flex; align-items: center;}
.how-it-data .how-it-data-left ul li + li::before{ font-size: 18px; margin: 0 16px; content: '|'; color: var(--dark);}
.how-it-data .how-it-data-left ul li span{ align-items: center; display: flex;}
.how-it-data .how-it-data-left ul li span::before{ margin: 0 8px 0 0; width: 28px; height: 28px; content: ''; background: url(../images/coma.svg) no-repeat center center;}
.how-it-logo {display: flex;}
.how-it-logo img{ max-height: 60px; }
.cta-outer-version-1{ overflow: hidden; padding-bottom:164px ; } 
.cta-block-main{ position: relative; display: block ;width: 100%; }
.cta-block-main .blue-block{ overflow: hidden; width: 100%; position: relative; display: flex; align-items: center; justify-content: center;background: linear-gradient(to right,  rgba(0,111,208,1) 0%,rgba(41,155,255,1) 100%);}
.cta-block-main .blue-block .round-1,
.cta-block-main .blue-block .round-2 { opacity: 0.1;  position: absolute; left: -66px; top: -66px; background: #fff; pointer-events: none; width: 366px; height: 366px; border-radius: 1000px;; }
.cta-block-main .blue-block .round-2{ left: auto; right: -80px; top: -106px; }
.cta-block-main .blue-block .cta-text { position: relative; z-index: 10; max-width: 80%; width: 100%; text-align: center;  }
.white-btn{ padding: 42px 0 0 0; display: flex ;align-items: center; justify-content: center; }
.white-btn a{ display: flex; align-items: center; justify-content: center;    display: flex; position: relative; overflow: hidden; align-items: center; padding: 0 16px; height: 48px;background:#fff;background-size: 200% auto;background-position: left top; color: #1686E9;font-weight: 600; font-size: 18px; }
.white-btn a i{ display: flex; align-items: center;}
.white-btn a i img{ width: 27px;}
.white-btn a:hover{ opacity: 0.5; }
.cta-outer-version-1{ display: block; width: 100%; position: relative; }
.cta-outer-version-1 .car-left{ pointer-events: none; z-index: 100; position: absolute; left: -290px; bottom:66px; }
.cta-outer-version-1 .car-right{ pointer-events: none; z-index: 100; position: absolute; right: -189px; bottom: 0px; }
.cta-outer-version-1 .car-left img{ max-width: 913px; }
.cta-outer-version-1 .car-right img{ max-width: 999px; }
.story-block{ display: block; width: 100%;}
.story-block .row{ margin:  0 -29px !important; align-items: center; }
.story-block .row > *{ padding: 0 29px !important;}
.story-block .story-logo{ padding: 0 0 42px; }
.story-block .story-logo img{ max-height: 60px; }
.cms-data h1{ padding:40px 0 16px 0;font-size: 54px;line-height: 1.5;  font-weight: bold; letter-spacing: 0.25px; color: var(--dark191919);   }
.cms-data h2{ padding:40px 0 16px 0;font-size: 44px;line-height: 1.5; font-weight: bold;letter-spacing: 0.25px; color: var(--dark191919);  } 
.cms-data h3{ padding:40px 0 16px 0;font-size: 38px;line-height: 1.5; font-weight: bold;letter-spacing: 0.25px; color: var(--dark191919);   }
.cms-data h4{ padding:40px 0 16px 0;font-size: 32px;line-height: 1.5; font-weight: bold;letter-spacing: 0.25px; color: var(--dark191919);  } 
.cms-data h5{ padding:40px 0 16px 0;font-size: 26px;line-height: 1.5; font-weight: bold;letter-spacing: 0.25px; color: var(--dark191919);   } 
.cms-data h6{ padding:40px 0 16px 0;font-size: 24px;line-height: 1.5; font-weight: bold;letter-spacing: 0.25px; color: var(--dark191919);  }
.heading-tag + .heading-tag{ padding-top: 0px; }
.cms-data>*:first-child{ padding-top: 0px; }
.cms-data  p{ font-size: 18px; line-height: 1.42; margin: 0px; padding: 0px; color: var(--gray);  }
.cms-data  ul li strong,
.cms-data  ol li strong,
.cms-data  p strong{ font-weight: bold; }
.cms-data  p img{ max-width: 100%; display: block; margin: 16px  auto; }
.cms-data  p + p{ padding-top: 24px; }
.cms-data  ul li a,
.cms-data  ol li a,
.cms-data  p a{ font-size: 18px; line-height: 1.42; margin: 0px; padding: 0px; color: var(--gray);   text-decoration: underline; }
.cms-data  ol li a:hover,
.cms-data  ul li a:hover,
.cms-data  p a:hover{  text-decoration: none; }
.cms-data  ul{ margin: 0px; padding: 24px 0 0px  18px;  }
.cms-data  ul li{ font-size: 18px; line-height: 1.42; margin: 0px; padding: 0px; color: var(--gray); display: list-item; list-style-type: disc; list-style-position: outside; } 
.cms-data  ul li + li{ margin-top:8px; }
.cms-data  ol{ margin: 0px; 	font-family: 'HK Grotesk'; padding: 24px 0 0px  18px;  }
.cms-data  ol li{ font-size: 18px; line-height: 1.42; margin: 0px; padding: 0px; color: var(--gray); display: list-item; list-style-type: decimal; list-style-position: outside; } 
.cms-data  ol li + li{ margin-top:8px; }
.cms-data blockquote{	  margin: 24px 0; padding: 0 0 0 24px;  font-size: 18px; line-height: 1.42; margin: 0px; padding: 0px; color: var(--gray);    border: 0px; border-left:var(--darkblue) solid 6px; }
.cms-data blockquote p{ font-size: 18px; font-style: italic;  font-weight: bold; }
.cms-data .heading-tag:first-child{ padding-top: 0px;; }
.cms-data  ol + p,
.cms-data  ul + p,
.cms-data   p + ul,
.cms-data   p + ol,
.cms-data   ol + ul,
.cms-data   ul + ol{ padding-top: 24px; }
.cms-data h3{ padding: 0 0 16px; } 
.cms-data p{ font-size: 18px; line-height: 1.42; margin: 0px; padding: 0px; color: var(--gray);}
.cms-data .heading-tag + ul,
.cms-data .heading-tag + ol{ padding-top: 0px; }
.story-img{ width: 100%;}
.story-img img{ width: 100%;}
.home-section-4{ background: var(--graybg); }
.why-choose-outer {background: linear-gradient(to right,  rgba(0,111,208,1) 0%,rgba(41,155,255,1) 100%);}
.car-block-main{ display: flex; align-items: center; justify-content: center; margin: 71px 0 -190px 0;}
.car-block-inner{ display: block; width: auto; position: relative; }
.car-block-inner .car-img{ position: relative; z-index: 2; }
.car-block-inner .car-img img{ width: 1210px; }
.car-point-block{ position: absolute; left: 0px; top: 0; width: 100%; height: 100%;  z-index: 3;} 
.car-point-block ul li{ position: absolute; left: 0px; top: 0;  }
.car-point-block ul li .doat span { border: var(--white) solid 10px; width:42px; height: 42px; border-radius: 100px; background: var(--darkblue); display: flex; font-size: 0; }
.car-point-block ul li .doat span {}
.car-point-block ul li .hide-block{ text-align: center; padding: 26px; position: absolute; left: 50%; bottom: calc(100% + 30px); width: 466px; transform: translate(-50%, -40px); pointer-events: none; background: var(--white); opacity: 0; transition: all 0.3s ease-in-out;   } 
.car-point-block ul li .hide-block::after{ position: absolute; left: 50%; width: 28px; height: 24px; margin: 0 0 0 -14px; bottom:-23px; content: ''; background: url(../images/Union.svg) no-repeat center center; }
.car-point-block ul li .hide-block h6{ padding: 0 0 10px; font-size: 22px ; color: var(--dark); font-weight: 600; }
.car-point-block ul li .hide-block p{   }
.car-point-block ul li:hover{ cursor: pointer; }
.car-point-block ul li:hover .hide-block{ opacity: 1; transform: translate(-50%, 0px); }
.accordion-body{ padding: 0px; }
.car-point-block ul li.doat-1{ left: 54px; top: 128px; }
.car-point-block ul li.doat-2{ left: 281px; top: 221px; }
.car-point-block ul li.doat-3{ left:654px; top: 314px; }
.car-point-block ul li.doat-4{ left:auto; right: 216px; top: 234px;  }
.car-point-block ul li.doat-5{ left: auto; right: 117px; top: 184px;}
.home-section-5{ padding-top: 224px; background: var(--graybg);}
.payment-block  .row{ margin:  0 -16px !important; align-items: stretch;}
.payment-block  .row > *{ padding: 0 16px !important;}
.payment-box{ padding: 22px 26px;  display: block; width: 100%; height: 100%; transition: all 0.3s ease-in-out; }
.payment-box .icon{ padding:  0 0 22px; display: block; }
.payment-box .icon span{ width: 64px; height: 64px;display: flex; align-items: center; justify-content: center; }
.payment-box .icon span img{ max-width: 64px; max-height: 64px; }
.payment-box h5{ padding:  0 0 10px; font-size: 26px; font-weight: 600; color: var(--dark); }
.payment-box:hover{ background: var(--white); }
.services-block{ padding: 42px 0 0 0; justify-content: space-between; display: flex; align-items: flex-start; }
.services-block .services-left{ width: 800px;;}
.services-right{ width: calc(100% - 800px - 45px );}
.services-left{border-bottom: var(--graybg) solid 1px;}
.services-left .accordion-item{ border: 0px; border-radius: 0px; margin: 0px; padding: 0px; }
.services-left .accordion-item .accordion-header { border: 0px; border-radius: 0px; margin: 0px; padding: 0px; }
.services-left .accordion-item .accordion-header .accordion-button{ background: none; min-height: 60px; display: flex; align-items: center; border: 0px;  border-top: var(--graybg) solid 1px; box-shadow: none; border-radius: 0px; margin: 0px; padding:11px  0px; font-size: 26px; color: var(--dark); font-weight: 600; }
.services-left .accordion-item .accordion-header .accordion-button::after{ background: url(../images/faq-arrow.svg) no-repeat center center; width: 14px; height: 8px; transform: rotate(180deg); }
.services-left .accordion-item .accordion-header .accordion-button:not(.collapsed){border-bottom: var(--graybg) solid 1px; }
.services-left .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{ transform: none; }
.acc-contain ul{ padding:10px 0 10px 18px; }
.acc-contain{ padding: 20px 0; }
.partner-block{ padding: 60px 9% 0; }
.counter-box{ text-align: center;  display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%;  }
.counter-box .icon{padding: 0 0 16px;}
.counter-box .icon span{ width: 88px; height: 88px; display: flex; align-items: center; justify-content: center;}
.counter-box .icon span img{ max-height: 88px; max-width: 100%; }
.counter-box .count-text{ display: block; padding: 0 0 10px; text-align: center; font-size: 38px; color: var(--dark); font-weight: bold;}
.counter-box  p{}
.cta-outer-version-2{ padding-bottom: 164px; overflow: hidden;  display: block; width: 100%; position: relative; }
.cta-outer-version-2 .car-left{ pointer-events: none; z-index: 100; position: absolute; left: 0px; top:96px; }
.cta-outer-version-2 .car-right{ width: 672px; display: flex;   pointer-events: none; z-index: 100; position: absolute; right: -30px; bottom: 0px; }
.cta-outer-version-2 .car-left img{ max-width: 623px; }
.cta-outer-version-2 .car-right img{  max-width: 100%; width: auto;  }
.gallery-block{ padding: 50px 0 0 0; }
.gallery-block ul{ margin: 0 -10px; display: flex ;flex-wrap: wrap; }
.gallery-block ul li {width: 25%; padding: 10px;}
.gallery-block ul li a { display: block; position: relative; width: 100%;  }
.gallery-block ul li a .label-text{ position: absolute; left: 0px; top: 20px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius:  0   30px 30px 0; height: 42px; padding: 0 24px; color: var(--dark); font-size: 16px; font-weight: bold; }
.gallery-block ul li a span{ width: 100%; display: block; background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 100% 0 0 0;}
.gallery-block ul li a span img{ display: none; width: 100%;}
.review-outer{ background: var(--graybg); }
.review-block{ display: block; width: 100%; padding: 60px 0 80px 0; }
.review-block .slick-track{ display: flex; align-items: stretch;}
.review-box{ display: flex;  flex-direction: column; align-items: flex-start; justify-content: flex-start;   min-height: 0px; padding: 26px; width: 100%;  background:var(--white); position: relative;    }
.review-block .slick-slide {margin: 0 18px; display: flex; position: relative; height: inherit;}
.review-block .slick-list {margin: 0 -18px;}
.review-box .review-top{ padding: 0 0 20px; display: flex; align-items: center; position: relative ;width: 100%;}
.review-box .review-top .doat{ position: absolute; right: 0px; top: 50%; margin: -12px 0 0 0;  }
.review-box .review-top .avtar-img{ margin: 0 16px 0 0; }
.review-box .review-top .avtar-img span {min-width: 64px; min-height: 64px; background-position: center center;  background-repeat: no-repeat; background-size: cover; display: flex; border-radius: 100px;   } 
.review-box .review-top .name h6{ padding: 0 0 10px; font-size: 21px; color: var(--dark); font-weight: 600; }
.review-box .review-top .name .photo-text{ display: flex; align-items: center; font-size: 18px;color: var(--gray); }
.review-box .review-top .name .photo-text span + span::before{ margin: 0 8px; content: '•'; }
.review-box .review-rating{display: flex; align-items: center; gap: 14px; }
.review-box .review-rating .star { display: flex; align-items: center; gap: 0px;}
.review-box .review-rating .star span{ background: url(../images/star-2.svg) no-repeat center center; width: 32px; height: 32px; display: flex; }
.review-box .review-rating .star span.active{ background: url(../images/star.svg) no-repeat center center; }
.review-box .review-rating  .star-text{ font-size: 18px; color: var(--gray);}
.review-box .review-text{   display: block; padding: 0 0 0px;}
.review-box .review-text p{ padding: 13px 0 0 0; font-size: 16px; color: var(--dark); font-weight: 600; }
.review-box .review-img{ margin-top: auto; padding: 20px 0 0 0; display: block ;width: 100%;}
.review-box .review-img img{ display: block ;width: 100%;}
.review-block .slick-arrow{ position: absolute; left:50%; margin: 0 0 0 -52px; z-index: 10;  bottom: -80px; font-size: 0px; background: url(../images/left-arrow.svg) no-repeat center center; height: 40px; width: 40px; border: 0px; outline: none; box-shadow: none;  background-size: cover;}
.review-block .slick-arrow.slick-next{left:auto; right: 50%; margin: 0 -52px 0 0px; background: url(../images/right-arrow.svg) no-repeat center center;background-size: cover; }
.faq-outer .acc-contain{ padding-top: 0; }
.faq-outer .services-left .accordion-item .accordion-header .accordion-button:not(.collapsed) { border: 0px; }
.faq-outer .services-left .accordion-item .accordion-header .accordion-button { min-height: 72px; }
.footer-wapper{ padding:0px 0 0 0; background: var(--footerbg); }
#footer{ position: relative; z-index: 2; }
.footer-top{   border-bottom: #B3CBD1 solid 1px; display: flex; align-items: flex-start; justify-content: space-between; }
.footer-left{ max-width: 746px; }
.f-logo{ padding: 0 0 0px; }
.f-logo img{ max-height: 130px; }
.f-text{ padding: 0 0 42px; }
.f-text p{ color: var(--dark);}
.footer-left h6 { padding: 0 0 20px; font-size:21px; font-weight: bold; color: var(--dark); }
.f-social ul { gap: 20px; display: flex; align-items: center;}
.f-social ul li a{ width: 58px; height: 58px; display: flex ;align-items: center; justify-content: center; border: var(--white) solid 1px; border-radius: 100px;  }
.f-social ul li a img{ max-height: 25px; max-width: 25px; }
.f-social ul li a:hover{ opacity: 0.5; }
.f-contact-data{ padding: 42px 0 0 0; }
.f-ct-data{ display: flex ;align-items: center;}
.f-ct-col{  font-weight: 500; font-size: 18px; color: var(--white); display: flex; align-items: center;}
.f-ct-col + .f-ct-col{ margin-left: 42px; }
.f-ct-col i{ margin: 0 10px 0 0; }
.f-ct-col a{display: flex; align-items: center; color: var(--white); }
.f-ct-col a:hover{ opacity: 0.5; }
.footer-right{ display: flex; align-items: flex-start; gap: 232px;}
.footer-right h5{ font-size: 22px; color: var(--dark); font-weight: bold; }
.footer-right .f-links ul{ display: flex ; margin: 32px 0 0 0;  gap: 32px;}
.footer-right .f-links ul li{ margin:0px 0 0 0; }
.footer-right .f-links ul li a{ display: flex; font-size: 18px; color: var(--gray); font-weight: 500;}
.footer-right .f-links ul li a:hover{ color: var(--dark); }
.copyright{ text-align: center; padding: 32px 0; font-size: 18px; font-weight: 500; color: var(--black); }
.copyright a{color: var(--black);  text-decoration: underline;}
.copyright a:hover{color: var(--black); text-decoration: none !important;}

.banner-img-sub span img{ max-width: 275px;}


.car-block-main .mobile-show{ display: none;}
.mobile-data{ padding: 30px 0 0 0; }
.mobile-data ul{ flex-direction: column; display: flex; gap: 24px; }
.mobile-data-box{ display: flex ; align-items: flex-start;}
.mobile-data-box .count{ border: var(--white) solid 2px; border-radius: 200px;  min-width: 32px;  min-height: 32px; font-size: 16px; color: #fff; font-weight: bold; display: flex; align-items: center; justify-content: center; margin: 0 20px 0 0;  }

.mobile-data-box .text{ width: calc(100% - 52px);}
.mobile-data-box .text h6{ font-size: 16px; color: #fff; font-weight: bold;}
.mobile-data-box .text p{ padding: 8px 0 0 0; color: #fff;  font-size: 13px;  }

.menu-icon{ display: none;}
.header-right-inner{ display: flex; align-items: center;}



.header-right-inner-sub{ display: flex; align-items: center;}
.header-right .main-nav ul li.current-menu-item a{ }

.banner-wapper{overflow: hidden; } 
.fourzero-page{ min-height: calc(100vh  -  325px); padding: 200px 0 100px; }
.fourzero-block{ display: block; width: 100%; text-align: center; }
.fourzero-block h6{ display: block; padding: 0 0 8px;  font-weight: normal; color: var(--dark);  line-height: 1.33;  font-size: 24px; }
.fourzero-block h1{ padding: 0 0 22px; line-height: 1.17;  font-size: 48px; font-weight: bold;letter-spacing: 0.5px; color: rgba(41,155,255,1); }
.fourzero-block p{   line-height: 1.5; font-size: 16px;  font-weight: normal;letter-spacing: 0.22px; color:var(--dark);}
.fourzero-block .blue-btn{ justify-content: center;  padding: 37px 0 0 0; }
.banner-wapper .banner-img{ left: auto; right: -82px; display: flex ;align-items: flex-start; justify-content: flex-end; z-index: 3; }
.banner-img-main .banner-sed{ z-index: 2; width: 100%; position: absolute;  left: 0; bottom: 0px; } 
.banner-img-main .banner-sed img{  width: 100%; height: 356px;}



.home-contact-outer{ background: var(--darkblue);  position: relative;   }
 
.section-title.left-align{ text-align: left; justify-content: flex-start; align-items: flex-start; }
.home-contact-outer .section-title.left-align h2{ font-size: 58px;}
.home-contact-outer .section-title.left-align p{ font-size: 26px; }
.home-contact-outer .f-social{ padding-top: 58px; }
.home-contact-outer   .contact-left h6 { padding: 0 0 20px; font-size:21px; font-weight: bold; color: var(--white); }

.contact-block{ display: flex; align-items: center; justify-content: space-between; }
.contact-left{ max-width: 732px; }
.contact-right{ width: 832px; display: flex; flex-direction: column;}
.ct-form{ padding:8px 40px 40px; background: var(--white); }
.input-box{ padding: 32px 0 0 0; display: block; width: 100%; }
.input-box .input-title{ width: 100%; display: block; padding: 0 0 16px; color: var(--dark); font-weight: 500; font-size: 18px;} 
.input-box .input-text{ width: 100%; height: 54px; border: #DEDEDE solid 1px; display: flex; align-items: center; padding: 0 16px;   }
.checkbox-row   input{ display: none;}
.checkbox-row label{  padding: 0px;}
.input-box textarea.input-text{ resize: none; padding-top: 16px; height: 293px; align-items: flex-start;  }
.checkbox-row label  span.wpcf7-list-item-label::after{ position: absolute; left: 0px; top: 0px; width: 26px; height: 26px; opacity: 1;border-radius: 2px; transition: all 0.3s ease-in-out;  ;background-color: #fff; content: ''; border-radius: 2px;border: solid 1px rgba(25, 25, 25, 0.25);  }
.checkbox-row label span.wpcf7-list-item-label::before{ position: absolute; left: 0px; top: 0px; width: 26px; height: 26px; border-radius: 2px; transition: all 0.3s ease-in-out; background: url(../images/checkmark.svg) no-repeat center center; border-radius: 2px;  background-size: cover;   content: ''; opacity: 0; }
.checkbox-row label  input:checked + span.wpcf7-list-item-label::after{ opacity: 0; }
.checkbox-row label   input:checked + span.wpcf7-list-item-label::before{ opacity: 1; } 
.checkbox-row   label{ display: block; font-size: 18px; position: relative; padding: 0 0 0 0px; color: var(--dark);font-weight: 500; } 
.checkbox-row   label a{ text-decoration: underline; color: var(--darkblue); }
 
.checkbox-row   label span.wpcf7-list-item-label{ display: block; line-height: 26px; padding-left: 42px; }

.submit-row{ display: flex;}
.submit-row button{  width: 100%; border: 0px; align-items: center; justify-content: center; transition: all 0.3s ease-in-out; display: flex; position: relative; overflow: hidden; align-items: center; padding: 0 16px; height: 48px;background: linear-gradient(to right,  rgba(0,111,208,1) 0%,rgba(41,155,255,1) 50%,rgba(0,111,208,1) 100%);background-size: 200% auto;background-position: left top; color: var(--white);font-weight: 600; font-size: 18px;}
.submit-row button i{ background: url(../images/link-arrow.svg) no-repeat center center ;width: 27px; height: 27px;  display: flex; align-items: center;}
.submit-row button i img{ width: 27px;}
.submit-row button:hover{ background-position: right top; }

.cms-data-blk{ max-width: 970px; margin: 0 auto; display: block; width: 100%; }
.defult-page{ padding: 200px 0 80px; }





.ct-form .input-box  .input-text.wpcf7-not-valid{  border: solid 1px #f66;}
.ct-form .input-box  .wpcf7-not-valid-tip { display: block; padding: 4px 0 0 0;  line-height: 1.43;letter-spacing: 0.22px; font-weight: 500;color: #f66; font-size: 14px; }
.checkbox-row .wpcf7-list-item{  margin: 0px;}

.ct-form .wpcf7 form .wpcf7-response-output{ border-radius: 4px;border: solid 2px #ff6b6b !important; padding: 10px 24px 12px 42px; background: url(../images/error-icon-1.svg) no-repeat 16px 12px #ffc3c3;
	color: var(--dark);
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 15px;
 
	font-weight: 600;
	margin: 32px 0 0 0;
}
.ct-form .wpcf7 form.sent .wpcf7-response-output{ 
	border-radius: 4px;border: solid 2px #00ba83 !important; padding: 10px 24px 12px 42px; background: url(../images/error-icon-3.svg) no-repeat 16px 12px rgba(3, 227, 161, 0.6);
	color: var(--dark);
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 15px;
 
	font-weight: 600;
	margin: 32px 0 0 0;
 
	 
}