@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Extrabold'), local('ProximaNova-Extrabld'), url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'), url('../fonts/ProximaNova-Extrabld.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Light'), local('ProximaNova-Light'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'), url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: local('Plus Jakarta Sans Light'), local('PlusJakartaSans-Light'), url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: local('Plus Jakarta Sans Bold'), local('PlusJakartaSans-Bold'), url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: local('Plus Jakarta Sans Medium'), local('PlusJakartaSans-Medium'), url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: local('Plus Jakarta Sans Regular'), local('PlusJakartaSans-Regular'), url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: local('Plus Jakarta Sans SemiBold'), local('PlusJakartaSans-SemiBold'), url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--primary: #204F70;
	--accent: #EF5C0A;
	--bg-light: #F1F5F7;
	--white: #FFFFFF;
	--border-light: #D9E1E7;
	--text-muted: #809FB8;
	--text-dark: #050505;
	--soft-blue: #E5F3FF;
}

h1 {
	font-size: 60px;
	line-height: 1.2;
}

h2 {
	font-size: 50px;
	line-height: 1.25;
}

h3 {
	font-size: 30px;
	line-height: 1.3;
}

h4 {
	font-size: 22px;
	line-height: 30px;
}

h5 {
	font-size: 20px;
	line-height: 1.4;
}

p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #727272;
	font-family: 'Proxima Nova';
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	margin-left: 20px;
}

ol li {
	margin-left: 20px;
}

a {
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	margin-bottom: 15px;
	font-family: 'Proxima Nova';
	font-weight: 600;
}

body {
	position: relative;
	background: #fff;
	font-family: 'Proxima Nova';
}

.container {
	width: 100%;
	padding: 0 20px;
	max-width: 1320px;
	margin: 0 auto;
}

.full-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.primary_btn {
	border: 0;
	outline: 0;
	background: transparent;
	min-height: 60px;
	border-radius: 60px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 0px 20px;
	min-width: 180px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid #fff;
	transition: all 0.3s ease-in-out;
}
.primary_btn:hover {
	background: #fff;
	color: #000;
}
.primary_btn.dark_btn {
	color: #1a3f5a;
	border-color: #E3DBD8;
}
.banner_block .wrapper {
	background: url(../images/banner_img_car.jpg) no-repeat center / cover;
	padding: 60px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.banner_block {
	min-height: 400px;
	display: flex;
	margin: 50px 0;
}

.banner_block .wrapper:before {
	position: absolute;
	background: linear-gradient(90.43deg, #142F4B 0.4%, rgba(28, 32, 37, 0) 99.68%);
	border-radius: 20px;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 80%;
}

.banner_block .wrapper * {
	position: relative;
	z-index: 0;
	/* color: #fff; */
	max-width: 600px;
	font-family: 'Proxima Nova';
}

.banner_block .wrapper h1 {
	color: #FFF1D9;
}

.banner_block .wrapper p {
	font-size: 30px;
	font-weight: 400;
	line-height: 65px;
	color: #fff;
}

.banner_block .wrapper a.play_btn.primary_btn {
	border: 0;
}

.banner_block .wrapper .button_group {
	display: inline-flex;
	align-items: center;
	gap: 15px;
}
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 51%);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-box {
  width: 80%;
  max-width: 800px;
  position: relative;
  border-radius: 10px;
  /* height: auto; */
  /* aspect-ratio: 4/2.4; */
}

.modal-box video {
  width: 100%;
  border-radius: 10px;
  height: auto;
  aspect-ratio: 4 / 2.4;
  object-fit: cover;
}

.close-modal {
  position: absolute;
  top: -65px;
  right: -15px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}


.track_form_block {
	position: relative;
	overflow: hidden;
	padding: 35px 0;
	background: #e6f3ff;
}

.track_form_block h2 {
	color: #1a3f5a;
	font-weight: 700;
	margin-bottom: 0;
}

.track_form_block p {
	font-size: 20px;
	color: #1a3f5a;
}

.track_form_block .img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}

.track_form_block .wrapper {
	position: relative;
	z-index: 4;
	width: 540px;
	max-width: 100%;
	margin-left: auto;
}

.track_form_block .track_form {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 25px;
}

.track_form_block .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

form .form-group textarea,
form .form-group select,
form .form-group input {
	border: 1px solid #E5E5EA;
	width: 100%;
	height: 50px;
	padding: 0 25px;
	border-radius: 52px;
	font-family: 'Proxima Nova';
	font-size: 20px;
	font-weight: 400;
	color: #ADB5BB;
	outline: 0 !important;
	margin: 0 0 15px;
	box-shadow: none !IMPORTANT;
}

.track_form_block .img:after {
	content: "";
	background: linear-gradient(270deg, #e6f3ff 0.90%, rgba(229, 243, 255, 0) 102.4%);
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 2;
	width: 220px;
}

.track_form_block form select {
	font-size: 20px;
	font-weight: 600;
	color: #1a3f5a;
}

form button.primary_btn {
	background: #EF5C0A;
	min-height: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	width: 100%;    border: 1px solid #EF5C0A;
}
form button.primary_btn:hover{
	color: #EF5C0A;
	background: #fff;
	border-color: #EF5C0A;
}
.stats-section {
	background: #0f3d5c;
	color: #fff;
	border-radius: 12px;
}

.counter .stat-item h5.count {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
}

.counter .stat-item p {
	margin: 0;
	max-width: 160px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.counter_block .wrapper {
	display: grid;
	grid-template-columns: 420px 1fr;
	gap: 30px;
}

.counter_block .wrapper .right_col .top_content {
	display: grid;
	grid-template-columns: 1fr 324px;
	gap: 20px;
	padding-left: 28px;
	margin-bottom: 30px;
}

.counter_block {
	margin: 50px 0;
}

.counter_block {
	margin: 50px 0;
}

.counter_block .counter {
	padding: 50px 61px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #204F70;
	border-radius: 20px;
	overflow: hidden;
}

.counter_block .counter .items {
	display: grid;
	grid-template-columns: 1fr 1fr 170px 1fr;
	gap: 25px;
}

.counter_block .full-img img {
	border-radius: 20px;
}

.service-card {
	border: 1px solid #809FB8;
	padding: 20px 23px;
	border-radius: 20px;
	height: 100%;
}

.service-card h4 {
	color: #1a3f5a;
	font-weight: 600;
}
.banner_block .wrapper a.play_btn.primary_btn:hover

 {
	background: transparent;
	color: #fff;
}
.service-card .service-icon {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #204F70;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-card .service-icon img {
	max-width: 40px;
}

.why_choose_block {
	padding: 30px 0 50px;
}

.why_choose_block h2 {
	color: #1a3f5a;
	font-weight: 700;
}

.why_choose_block h4 {
	color: #1a3f5a;
	font-weight: 600;
}

.why_choose_block .head {
	text-align: center;
	margin-bottom: 40px;
}

.why_choose_block .wrap {
	border: 1px solid #809FB8;
	padding: 20px 23px;
	border-radius: 20px;
	height: 100%;
	display: grid;
	grid-template-columns: 264px 1fr;
	align-items: center;
	gap: 30px;
}

.why_choose_block .wrap .service-icon {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.why_choose_block .wrap .service-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.logo_slider_block {
	padding: 50px 0 20px;
	overflow: hidden;
}

.logo_slider_block h2 {
	color: #1a3f5a;
	font-weight: 700;
}

.logo_slider_block .head {
	text-align: center;
	margin-bottom: 40px;
}

.logo_slider_block .swiper-slide {
	border: 1px solid #E5E5E5;
	padding: 15px 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 117px;
}

.logo_slider_block .swiper-slide img {
	max-width: 100%;
	max-height: 87px;
}

.logo_slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.testimonial_block {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #204F70;
	padding: 45px 0;
}

.testimonial_block .wrapper {
	display: grid;
	grid-template-columns: 1fr 740px;
	gap: 50px;
	align-items: center;
}

.testimonial_block .wrapper .right_col {
	background: #fff;
	padding: 60px;
	border-radius: 20px;
}

.testimonial_block .content p {
	font-size: 30px;
	font-weight: 400;
	color: #204f70;
	font-family: 'Plus Jakarta Sans';
	line-height: 1.35;
}

.testimonial_block .author {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 50px;
}

.testimonial_block .author .img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.testimonial_block [role=button] {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 70px;
	bottom: 0;
	left: auto;
	top: auto;
	background: #F1F5F7;
	border-radius: 50%;
}

.testimonial_block .wrapper .left_col * {
	color: #fff;
	font-weight: 600;
}

.testimonial_block .wrapper .left_col p {
	font-size: 14px;
	font-weight: 600;
}

.testimonial_block .wrapper .left_col * {
	color: #fff;
	font-weight: 600;
}

.testimonial_block .wrapper .left_col p {
	font-size: 14px;
	font-weight: 600;
}

.testimonial_block [role=button]::after {
	display: none;
}

.testimonial_block [role=button].swiper-button-next {
	transform: rotateY(180deg);
	right: 0;
}

.testimonial_block [role=button]:hover {
	background: #204f70;
}

.testimonial_block [role=button]:hover img {
	filter: brightness(10);
}

.testimonial_block .author h5 {
	font-size: 22px;
	font-weight: 600;
	color: #204f70;
	margin: 0;
}

.testimonial_block .author p {
	font-size: 17px;
	color: #727272;
	margin: 0;
}

.contact_form_block .form-group input {
	margin-bottom: 23px;
}

.contact_form_block .form-group label {
	color: #1a3f5a;
	font-weight: 600;
	margin-bottom: 12px;
}

.contact_form_block {
	background: #E5F4FF;
	padding: 50px 0;
}

.contact_form_block .wrapper {
	width: 1180px;
	margin: 0 auto;
	max-width: 100%;
	background: #fff;
	padding: 40px 60px;
	border-radius: 20px;
}

.contact_form_block .form-group input {
	margin-bottom: 23px;
}

.contact_form_block .head {
	text-align: center;
	margin-bottom: 50px;
}

.contact_form_block .head h2 {
	margin-bottom: 10px;
	color: #1a3f5a;
}

.contact_form_block .head p {
	font-size: 25px;
	color: #1a3f5a;
}

.contact_form_block .form-group {
	position: relative;
}

.contact_form_block .form-group img {
	position: absolute;
	top: 52px;
	right: 40px;
	max-width: 20px;
	max-height: 20px;
	min-width: 20px;
}

.cta_img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/1;
	min-height: 320px;
}

.cta_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

form .form-group textarea {
	min-height: 140px;
	border-radius: 20px;
	padding: 20px 20px;
	resize: none;
}

.footer-icon-box h5 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	font-family: 'Plus Jakarta Sans';
	margin: 0;
	line-height: 36px;
	max-width: 390px;
}

.footer-section h5 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans';
}

.footer-icon-box .icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #EF5C0A;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-icon-box {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 30px;
	align-items: center;
}

.footer-top {
	padding: 50px 0 50px;
	color: #fff;
	border-bottom: 1px solid rgb(227 219 216 / 20%);
}

.footer-section {
	padding: 60px 0;
	color: #fff;
	border-bottom: 1px solid rgb(227 219 216 / 20%);
}

.footer-section ul {
	padding-left: 0;
	margin-left: 0;
}

.footer-section .wrap {
	display: grid;
	grid-template-columns: 300px 136px 198px 300px;
	gap: 30px;
	justify-content: space-between;
}

.footer-section ul li,
.footer-section .wrap p,
.footer-section .wrap a {
	color: rgb(255 255 255 / 80%);
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.footer-bottom span a:hover,
.footer-section .wrap a:hover{
	color: #EF5C0A !important;
}
.newsletter-input {
	background: #000;
	border: none;
	border-radius: 25px 0 0 25px;
	padding: 10px 27px;
	color: #fff;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	height: 58px;
}

.footer-section .wrap form {
	display: flex;
	border-radius: 50px;
	width: 100%;
	overflow: hidden;
}

.newsletter-btn {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	max-width: 58px;
	margin-left: -30px;
	min-width: 58px;    background: #ef5c0a !important;
}

.footer-bottom {
	padding: 20px 0;
	color: #fff;
	font-size: 16px;
}

.footer-section ul {
	padding-left: 0;
}

.footer-section ul li {
	list-style: none;
	margin-bottom: 8px;
	display: inline-flex;
	gap: 13px;
}

footer {
	background: #1A3F59 url(../images/footer_bg.png) no-repeat top 200px center / cover;
}

.footer-icon-box .icon img {
	max-width: 34px;
	max-height: 34px;
}

.footer-top .col-md-6:nth-child(1) {
	border-right: 1px solid rgb(227 219 216 / 20%);
}

.newsletter-btn img {
	width: 20px;
}

.top-bar a {
	color: #1a3f5a;
	font-size: 14px;
	line-height: 28px;
	font-family: 'Proxima Nova';
	display: inline-flex;
	align-items: center;
	gap: 11px;
}

.top-bar .social img {
	max-width: 22px;
	max-height: 22px;
	object-fit: cover;
}

.top-bar .social a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.top-bar a {}

.top-bar .left_link {
	max-width: 300px;
}

.top-bar .right_link {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 640px;
}

.top-bar .right_link img {
	width: 15px;
}

header nav.wrapper {
	border: 1px solid #809FB8;
	padding: 20px;
	border-radius: 20px;
	display: inline-flex;
	width: 100%;
	position: relative;
	justify-content: space-between;
}

header a.navbar-brand {
	width: 154px;
	display: inline-flex;
}

header nav.wrapper ul {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 40px;
}

header nav.wrapper .menu-link {
	display: inline-flex;
	align-items: center;
	width: calc(100% - 180px);
	justify-content: space-between;
	padding-left: 60px;
}

header nav.wrapper ul ul.sub-menu {
	position: absolute;
	display: none;
}

header nav.wrapper .nav-link {
	font-weight: 600;
	color: #1a3f5a;
}

header nav.wrapper .track-btn {
	border: 0;
	outline: 0;
	background: #EF5C0A;
	min-height: 60px;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	padding: 0px 20px;
	min-width: 180px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border:1px solid #EF5C0A;
	gap: 12px;
}
header nav.wrapper .track-btn:hover {
	background: transparent;
	color: #ef5c0a;
}
header nav.wrapper .lang-btn {
	border: 0;
	outline: 0;
	background: #D9E1E7;
	min-height: 50px;
	border-radius: 40px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	width: 60px;
	height: 60px;
	min-width: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

button.navbar-toggler {
	display: none;
}

.top-bar.for_mobile {
	display: none;
}

@media (max-width:1400px) {
	.why_choose_block .wrap {
		grid-template-columns: 230px 1fr;
	}

	.counter_block .counter {
		padding: 40px 40px;
	}

	.counter_block .counter .items {
		gap: 20px;
		grid-template-columns: 1fr 1fr 170px 1fr;
	}
}

@media (max-width:1199px) {
	.why_choose_block .wrap {
		grid-template-columns: 150px 1fr;
		gap: 20px;
		padding: 15px 16px;
	}

	.counter_block .counter .items {
		gap: 10px;
		grid-template-columns: 1fr 1fr 170px 1fr;
	}

	.counter_block .wrapper {
		grid-template-columns: 300px 1fr;
		gap: 20px;
	}

	.counter_block .wrapper .right_col .top_content {
		grid-template-columns: 1fr 230px;
		padding-left: 10px;
	}

	h2 {
		font-size: 42px;
		line-height: 1.25;
	}

	.footer-section .wrap {
		grid-template-columns: 280px 136px 175px 260px;
		gap: 10px;
	}

	.footer-icon-box h5 {
		font-size: 22px;
		font-weight: 600;
		color: #fff;
		font-family: 'Plus Jakarta Sans';
		margin: 0;
		line-height: 36px;
		max-width: 390px;
	}

	.footer-section {
		padding: 40px 0;
	}

	.footer-top {
		padding: 40px 0 40px;
	}

	.testimonial_block .wrapper {
		grid-template-columns: 1fr 560px;
		gap: 40px;
	}

	.testimonial_block .wrapper .right_col {

		padding: 35px;

	}

	.testimonial_block .content p {
		font-size: 26px;

	}

	header nav.wrapper .menu-link {

		padding-left: 30px;
	}

	header nav.wrapper ul {
		gap: 25px;
	}

	h1 {
		font-size: 52px;
		line-height: 1.2;
	}

	.banner_block .wrapper p {
		font-size: 22px;
		line-height: 55px;
	}
}

@media (max-width:991px) {
	h1 {
		font-size: 42px;
		line-height: 1.2;
	}

	h2 {
		font-size: 32px;
		line-height: 1.25;
	}

	.why_choose_block .wrap {
		grid-template-columns: 1fr;
	}

	.why_choose_block .wrap .service-icon {
		max-width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.counter_block .wrapper {
		grid-template-columns: 1fr;
	}

	.counter_block .wrapper .right_col .top_content {
		grid-template-columns: 1fr 260px;
	}

	.service-card {
		margin-bottom: 30px;
		padding: 20px 18px;

	}

	.footer-section .wrap {
		grid-template-columns: 1fr 1fr;
	}

	.top-bar .left_link {
		max-width: 120px;
	}

	.top-bar a {
		gap: 6px;
	}

	header nav.wrapper .menu-link ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		margin-bottom: 10px;
	}

	header nav.wrapper .menu-link {
		flex-direction: column;
		align-items: flex-start;
		position: fixed;
		background: rgb(247 247 247);
		left: 0;
		right: 0;
		top: 120px;
		width: 100%;
		padding: 20px 20px;
		z-index: 99;
		left: 100%;
	}



	header button.navbar-toggler {
		display: -webkit-inline-flex;
		display: inline-flex !important;
		-webkit-flex-direction: column;
		flex-direction: column;
		background: transparent;
		outline: 0 !important;
		border: 0 !important;
		box-shadow: none !important;
		position: absolute;
		top: 30px;
		right: 20px;
	}

	body.show_menu span.navbar-toggler-icon:nth-child(1) {
		transform: rotate(-45deg);
		top: 5px;
	}

	header button.navbar-toggler span.navbar-toggler-icon {
		background: #ef5c0a;
		height: 2px;
		margin: 3px 0;
		width: 32px;
		position: relative;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		transform: translate3d(0, 0px, 0) rotate(0deg);
	}

	body.show_menu span.navbar-toggler-icon:nth-child(2) {
		transform: rotate(45deg);
		top: -4px;
	}

	body.show_menu span.navbar-toggler-icon:nth-child(3) {
		opacity: 0;
	}

	header nav.wrapper {
		padding: 10px 20px;
	}

	.top-bar {
		display: none;
	}

	.top-bar.for_mobile {
		display: block;
		margin-top: 20px;
	}

	header.main-header {
		position: sticky;
		top: 0;
		padding: 20px 0;
		z-index: 99;
		background: #fff;
	}

	.top-bar.for_mobile .container {
		padding: 0;
	}

	.top-bar .right_link {
		flex-direction: column;
		gap: 5px;
		max-width: 100%;
	}

	.testimonial_block .content p {
		font-size: 20px;
	}

	.testimonial_block .wrapper .right_col {
		padding: 20px;
	}

	.testimonial_block .wrapper {
		grid-template-columns: 1fr 429px;
		gap: 20px;
	}

	.contact_form_block .wrapper {

		padding: 40px 40px;
	}

	.footer-section ul {

		display: flex;
		flex-direction: column;
	}

	.footer-icon-box .icon {
		width: 60px;
		height: 60px;

	}

	.footer-icon-box {

		grid-template-columns: 60px 1fr;
		gap: 15px;

	}

	.footer-top {
		padding: 30px 0 30px;
	}

	.footer-icon-box h5 {
		font-size: 20px;

		max-width: 200px;
	}

	.banner_block .wrapper {
		height: auto;
		padding: 30px;

	}

	.banner_block .wrapper p {
		font-size: 18px;
		line-height: 30px;
	}

	.banner_block {
		min-height: auto;

		margin: 40px 0;
	}

	body.show_menu {
		overflow: hidden;
	}

	body.show_menu header nav.wrapper .menu-link {
		left: 0%;
	}

	.top-bar .left_link {
		margin-bottom: 15px;
	}
}

@media (max-width:767px) {
	.counter_block .wrapper .right_col .top_content {
		grid-template-columns: 1fr;
	}

	.counter_block .counter .items {
		grid-template-columns: 1fr 1fr;
		text-align: center;
	}

	.counter .stat-item p {
		width: 100%;
		max-width: 100%;
	}

	.banner_block {

		margin: 30px 0;
	}

	h1 {
		font-size: 32px;
		line-height: 1.2;
	}

	.testimonial_block .wrapper {
		grid-template-columns: 1fr;
		display: block;
	}

	.track_form_block .img {
		width: 100%;
	}

	.track_form_block .img:after {
		width: 100%;
		background: rgb(230 243 255 / 90%);
	}

	.testimonial_block .content p {
		font-size: 18px;
	}

	.testimonial_block [role=button] {
		width: 45px;
		height: 45px;
		position: absolute;
		right: calc(100% - 50px);
		bottom: calc(100% - -5px);
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.testimonial_block .wrapper .right_col {
		padding: 60px 20px 20px;
		overflow: hidden;
	}

	.testimonial_block .swiper {
		overflow: visible;
	}

	.footer-icon-box h5 {
		font-size: 20px;
		max-width: max-content;
	}

	.footer-icon-box {

		margin: 10px 0;
	}

	.contact_form_block .wrapper {
		padding: 40px 20px;
	}

	.footer-bottom .container.d-flex.justify-content-between {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.banner_block .wrapper .button_group {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}

	.banner_block .wrapper .button_group a {
		width: 100%;
	}

	.banner_block .wrapper:before {

		width: 190%;
	}

}

@media (max-width:575px) {
	.counter_block .counter {
		padding: 15px;
	}

	.counter_block .counter .items {
		grid-template-columns: 1fr;
	}

	.footer-section .wrap {
		grid-template-columns: 1fr;
	}

	.testimonial_block .wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
		display: block;
	}

	p br {
		display: none;
	}

	h2 {
		font-size: 26px;
		line-height: 1.25;
	}
}