.section-theme {
	margin-block: 30px;
}
/***************
Hero
***************/
.section-hero {
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}
.section-hero::before {
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 70%;
	background: var(--color1);
	z-index: -1;
}
.item-hero {
	position: relative;
	/*margin-right: 7%;*/
}
.media-wrap img,
.media-wrap video {
	width: 100%;
	height: auto;
	/*clip-path: polygon(0 0,100% 0,100% calc(100% - 58.00px),calc(100% - 58.00px) 100%,0 100%);*/
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.hero-content {
	position: absolute;
	z-index: 2;
	bottom: 25%;
	max-width: 90%;
}
.static-title {
	font-size: 55px;
	color: #fff;
}
.hero-title {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-family: var(--main_font);
	margin-bottom: 10px;
}
.media-wrap {
	-webkit-filter: drop-shadow(0px 10px 33px #00377b8c);
	filter: drop-shadow(0px 10px 33px #00377b8c);
	display: flex;
}
.hero-features {
	max-width: 100%;
	margin: auto;
	margin-top: -65px;
}
.item-feature {
	display: grid;
	grid-template-columns: 0.5fr 1.5fr;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 0;
	grid-row-gap: 0;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 26px 0 rgba(25, 101, 195, 0.08);
	padding: 12px 10px;
	gap: 5px 16px;
	align-items: center;
}
.feature-icon {
	border-radius: 4px;
	background: #44d1c9;
	display: inline-flex;
	width: 56px;
	height: 56px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	grid-area: 1 / 1 / 3 / 2;
}
.feature-title {
	color: #44d1c9;
	font-size: 18px;
}
.feature-desc {
	color: #00377b;
	font-size: 12px;
	line-height: 1;
}
/*   equipment   */

.section-equipment {
	padding: 30px 0 40px;
	position: relative;
}
.section-equipment.section-theme {
	margin-top: 0;
}
.equipment-bg {
	display: block;
    position: absolute;
    top: 370px;
    right: 0;
    width: 100%;
    height: 185px;
    background: var(--color1);
    z-index: -1;
    overflow: hidden;
}

.equipment-bg::after {
	content: "";
	background: rgba(68, 209, 201, 0.3);
	-webkit-filter: blur(150px);
	filter: blur(150px);
	height: 300px;
	width: 500px;
	position: absolute;
	bottom: -120px;
	right: 0;
	transform: rotate(35deg);
	left: 0;
	margin: auto;
}

.swiper-brands {
	margin: 42px -15px;
}
.brand-item img {
	max-width: 135px;
	filter: brightness(0) saturate(100%) invert(14%) sepia(74%) saturate(2680%) hue-rotate(203deg) brightness(93%) contrast(101%);
}
.brand-item {
	display: block;
	text-align: center;
}
.term-item {
	text-align: center;
	display: block;
	max-width: 20rem;
	max-height: 20rem;
}
.swiper-terms:not(.swiper-initialized) .swiper-slide {
	flex-shrink: unset;
	margin-left: 38px;
	width: 300px;
	flex: 0 0 300px;
}
.swiper-terms:not(.swiper-initialized) .swiper-wrapper {
	justify-content: center;
}
.swiper-brands:not(.swiper-initialized) .swiper-slide {
	flex-shrink: unset;
	margin-left: 24px;
	width: 250px;
	flex: 0 0 250px;
}
.term-image {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	transition: 0.4s ease;
	background: #f1f2f4;
	border: 1px solid #f1f2f4;
}
.term-image img {
	width: 100%;
}
.term-title {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 14px;
	transition: 0.4s ease;
}
.term-item:hover .term-image {
	box-shadow: 0 22px 22px -12px rgba(161, 161, 161, 0.25);
}
.term-item:hover .term-title {
	color: var(--color2);
}
.swiper-terms {
	margin: 25px 0;
	min-height: 362px;
}

.cat-image::before {
	content: "";
	width: 100%;
	border-radius: 4px;
	background: #f1f2f3;
	height: 83px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: 0.4s ease;
}
.cat-image {
	position: relative;
	text-align: center;
	height: 156px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: end;
	border: 1px solid #ececec;
}
.cat-item .cat-image {
	border: none;
}
.cat-image img {
	max-width: 150px;
}
.cat-item {
	text-align: center;
	display: block;
}
.cat-title {
	color: #565656;
	font-size: 16px;
	font-family: var(--main_font);
	margin-top: 14px;
	transition: 0.4s ease;
}
.cat-item:hover .cat-image::before {
	background: var(--color2);
}
.cat-item:hover .cat-title {
	color: var(--color2);
}
.swiper-cats:not(.swiper-initialized) .swiper-slide {
	flex-shrink: unset;
	margin-left: 15px;
	width: 248px;
	flex: 0 0 248px;
}
.tab-box {
	display: flex;
	background: #00377b;
	align-items: center;
	position: relative;
	overflow: hidden;
	flex-direction: column;
}
.tab-box::before {
	content: "";
	background: url("../img/bg.webp") no-repeat;
	width: 60%;
	height: 700px;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.tab-box::after {
	content: "";
	background: rgba(68, 209, 201, 0.3);
	-webkit-filter: blur(150px);
	filter: blur(150px);
	height: 300px;
	width: 500px;
	position: absolute;
	bottom: -60px;
	right: -20px;
	transform: rotate(-16deg);
}
.tab-inner-wrap {
	flex: 1 0 0;
}
.tab-inner {
	margin: auto;
	padding: 30px;
}
.tab-inner .title {
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
}
.tab-inner .subtitle {
	font-size: 14px;
	color: var(--color2);
	margin-bottom: 20px;
}
.editor-content.light-content * {
	color: #fff !important;
}
.editor-content.light-content p {
	color: #fff;
}
.tab-image {
	flex: 1 0 0;
	z-index: 1;
}
.tab-image img {
	width: 100%;
}
.swiper.swiper-tab {
	padding: 0 15px;
	margin: 0 -15px 15px;
}
.tabs-wrap {
	display: flex;
	gap: 10px;
	white-space: nowrap;
	overflow: auto;
	padding: 0 15px;
	margin: 0 -15px 15px;
}
.tabLinks {
	border-radius: 6px;
	border: 1px solid #fff;
	background: #f1f2f3;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	padding: 8px 24px;
	color: #797979;
	margin: 15px 0;
	transition: 0.4s ease;
	cursor: pointer;
}
.tabLinks:not(.active):hover {
	color: var(--color1);
}
.tabLinks.active {
	background: #023b7e;
	box-shadow: 2px 2px 12px 0px rgba(35, 123, 205, 0.53);
	color: #fff;
}
.cta-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.card-item {
	background: #fff;
	padding: 30px 20px;
	margin: 20px 15px;
	position: relative;
	z-index: 0;
	text-align: center;
	border: 1px solid #ececec;
	transition: 0.4s ease;
}
.card-item:hover {
	-webkit-filter: drop-shadow(12px 12px 32px rgba(7, 124, 208, 0.06));
	filter: drop-shadow(12px 12px 32px rgba(7, 124, 208, 0.06));
}
.icon-wrap {
	border-radius: 4px;
	/*background: rgba(7, 124, 208, 0.30);*/
	display: flex;
	width: 56px;
	height: 56px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-bottom: 15px;
}
.cta-info .btn {
	display: flex;
}
.card-item .title {
	color: #565656;
	font-size: 18px;
	margin-bottom: 15px;
}
.card-item .title a {
	color: inherit;
}
.card-item .desc {
	color: #868686;
	font-size: 16px;
	line-height: 38px;
	text-align: justify;
}
.card-link {
	width: 83px;
	height: 83px;
	background: var(--color2);
	display: inline-flex;
	position: absolute;
	left: -11px;
	bottom: -13px;
	z-index: -2;
	justify-content: end;
	align-items: flex-end;
	padding: 16px 10px;
	font-size: 9px;
	border-radius: 4px;
	color: var(--color1);
	transition: 0.4s ease;
}
.card-link i {
	transform: rotate(45deg);
}
.card-item::before {
	content: "";
	background: #fff;
	-webkit-filter: drop-shadow(0px 4px 35px rgba(168, 168, 168, 0.14));
	filter: drop-shadow(0px 4px 35px rgba(168, 168, 168, 0.14));
	position: absolute;
	inset: 0;
	z-index: -1;
	-webkit-clip-path: polygon(
		0 0,
		100% 0,
		100% 100%,
		40px 100%,
		0 calc(100% - 40px)
	);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}
.card-item:hover .card-link {
	background: var(--color1);
	color: var(--color2);
}
.about-media {
	display: flex;
	position: relative;
	z-index: -1;
	overflow: hidden;
	margin: 10px 0;
}
.about-media::before,
.about-media::after {
	content: "";
	border-radius: 1051px;
	background: #fff;
	-webkit-filter: blur(60px);
	filter: blur(60px);
	width: 1051px;
	height: 188px;
	position: absolute;
	top: -100px;
	right: 50%;
	transform: translateX(50%);
	z-index: 2;
}
.about-media::after {
	top: unset;
	bottom: -100px;
}
.swiper.swiper-col {
	max-height: 390px;
}
.about-image {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 0px 36px 0px rgba(219, 218, 218, 0.25);
	text-align: center;
	padding: 5px;
	margin: 0 5px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-card {
	padding: 25px 0;
}
.section-content {
	padding: 25px 0;
}
.about-content-wrap {
	display: flex;
	align-items: center;
}
.btns-wrap {
	display: flex;
	gap: 20px;
}
.top-title {
	color: var(--color3);
	font-size: 14px;
	margin-bottom: 16px;
}
.banner-item {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	transition: 0.4s ease;
}
.banner-item img {
	width: 100%;
}
.banner-item:hover {
	-webkit-filter: drop-shadow(0 2px 5px #888888a1);
	filter: drop-shadow(0 2px 5px #888888a1);
}
.section-banners {
	padding: 25px 0;
}
.site-title .desc {
	color: #565656bf;
	font-size: 16px;
	font-family: var(--light_font);
}

.testimonial-card {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 0px 36px 0px rgba(208, 222, 242, 0.3);
	padding: 40px 15px;
	margin: 0 10px 0 30px;
	position: relative;
}
.swiper.swiper-testimonial {
	max-height: 420px;
}
.testimonial-top .img-wrap {
	grid-area: 1 / 1 / 3 / 2;
	width: 75px;
	overflow: hidden;
	background: linear-gradient(white, white) padding-box,
		linear-gradient(100deg, #44d1c9, #00377b) border-box;
	border-radius: 100%;
	border: 3px solid transparent;
	height: 75px;
	display: flex;
	align-items: center;
	padding: 7px;
}
.testimonial-top {
	display: grid;
	grid-template-columns: 77px 1fr;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 5px;
	grid-row-gap: 0px;
	align-items: center;
	margin-bottom: 20px;
}
.testimonial-card .desc {
	color: #565656;
	text-align: justify;
	font-size: 13px;
	font-weight: 300;
	line-height: 30px;
}
.testimonial-top .title {
	color: #00377b;
	font-size: 16px;
}
.testimonial-top .position {
	color: #b4b4b4;
	font-size: 14px;
}
.testimonial-card .icon-quote.up {
	font-size: 53px;
	position: absolute;
	top: -14px;
	right: 40px;
	opacity: 1;
	transition: 0.4s ease;
}
.testimonial-card .icon-quote.down {
	transform: rotate(180deg);
	position: absolute;
	left: 34px;
	font-size: 39px;
	bottom: -10px;
	opacity: 1;
	transition: 0.4s ease;
}
.swiper-testimonial .swiper-slide {
	/*transform: scale(0.7) !important;*/
	-webkit-filter: blur(2px);
	filter: blur(2px);
	transition: 0.5s ease;
}
.swiper-testimonial .swiper-slide.swiper-slide-active {
	transform: none !important;
	-webkit-filter: none;
	filter: none;
	z-index: 1;
}
/*.swiper-slide.swiper-slide-active .testimonial-card .icon-quote.down,*/
/*.swiper-slide.swiper-slide-active .testimonial-card .icon-quote.up {*/
/*    opacity: 1;*/
/*}*/
/*.swiper-testimonial .swiper-slide.swiper-slide-next {*/
/*    transform: scale(0.7) translateY(-200px) !important;*/
/*}*/
/*.swiper-testimonial .swiper-slide.swiper-slide-prev {*/
/*    transform: scale(0.7) translateY(+200px) !important;*/
/*}*/
.testimonial-navigation {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-35%);
	z-index: 1;
}
.testimonial-navigation .swiper-pagination {
	margin: 12px 0;
	transform: none;
}
.testimonial-navigation .swiper-pagination-bullet {
	height: 8px;
	width: 4px;
	background: #44d1c933;
}
.testimonial-navigation
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 21px;
	width: 4px;
	background: var(--color1);
}

/*****************
slider
******************/
.swiper-slider:not(.swiper-initialized) .swiper-slide {
	flex-shrink: unset;
	flex: 0 0 100%;
	width: 100%;
}

.swiper-slider .slide-item::before {
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.5) 100%
	);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
.swiper-slider {
	-webkit-filter: drop-shadow(0px 4px 22px rgba(0, 55, 123, 0.35));
	filter: drop-shadow(0px 4px 22px rgba(0, 55, 123, 0.35));
}
.swiper-slider .swiper-slide {
	border-radius: 4px;
	overflow: hidden;
}
.swiper-slider .slide-item {
	-webkit-clip-path: polygon(
		0 60px,
		60px 0,
		100% 0,
		100% calc(100% - 60px),
		calc(100% - 60px) 100%,
		0 100%
	);
	clip-path: polygon(
		0 60px,
		60px 0,
		100% 0,
		100% calc(100% - 60px),
		calc(100% - 60px) 100%,
		0 100%
	);
}
.slide-item {
	position: relative;
}
.slide-item img {
	width: 100%;
}
.slide-content {
	position: absolute;
	z-index: 3;
	bottom: 20%;
	right: 20px;
}
.slide-content .title {
	color: #fff;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 32px;
}
.slide-content .content {
	display: none;
	color: #fff;
	font-family: var(--light_font);
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 32px;
}
.slider-navigation {
	position: absolute;
	left: 20px;
	bottom: 20%;
	gap: 10px;
	font-size: 30px;
	display: flex;
	z-index: 1;
	color: var(--color2);
	line-height: 1;
}

/**********************
access
*******************/
.section-access {
	position: relative;
	background: var(--color1);
	overflow: hidden;
	padding: 32px 0;
}
.section-access::before {
	content: "";
	background: url("../img/bg.webp") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	width: 80%;
	height: 700px;
	background-size: contain;
	background-position: bottom center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.section-access::after {
	content: "";
	background: rgba(68, 209, 201, 0.3);
	-webkit-filter: blur(150px);
	filter: blur(150px);
	height: 300px;
	width: 500px;
	position: absolute;
	bottom: -120px;
	right: 0;
	transform: rotate(35deg);
	left: 0;
	margin: auto;
}
.access-item {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	display: inline-flex;
	padding: 25px 30px 26px 31px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	text-align: center;
	width: 100%;
}
.access-item .title {
	color: #fff;
	font-size: 12px;
	line-height: normal;
}
.swiper.swiper-access {
	margin-top: 32px;
}
/**************
list
***************/
.blogs-tab {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}
.blog-tab {
	height: 46px;
	border-radius: 12px;
	background: #f1f2f3;
	color: #797979;
	font-family: var(--light_font);
	font-size: 14px;
	line-height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0 15px;
	transition: 0.4s ease;
	white-space: nowrap;
}

.blog-tab:hover,
.blog-tab.active {
	background-color: var(--color1);
	color: #fff;
}

.blog-content.active {
	display: grid;
	gap: 24px;
}

.blog-content {
	display: none;
}

.post-image img {
	height: 203px;
	max-height: 203px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.post-date.post-date-hr {
	position: unset;
	margin-bottom: 18px;
	display: inline-block;
	padding: 4px 8px 2px;
}
.post-item .blog-body .title {
	padding: 0;
}
.blog-body .desc {
	color: #666;
	text-align: justify;
	font-family: var(--light_font);
	font-size: 15px;
	line-height: 32px;
}
.sidebar-banner {
	display: block;
	margin-bottom: 32px;
}
.sidebar-cta {
	border-radius: 4px;
	border: 1px solid #f1f1f1;
	background: #f1f2f3;
	display: flex;
	width: 432px;
	padding: 18px 0px;
	justify-content: center;
	align-items: center;
	margin-bottom: 19px;
	color: #565656;
	font-size: 14px;
	line-height: normal;
	transition: 0.4s ease;
}
.sidebar-cta:hover {
	color: #fff;
	background: #44d1c9;
	box-shadow: 0 22px 22px -21px rgba(1, 46, 101, 0.37);
}
.section-blog.gray-bg {
	background: #f2f2f2;
	padding: 32px 0;
}

/****************
cta
***************/
.cta-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	position: relative;
	-webkit-filter: drop-shadow(0px 4px 35px rgba(168, 168, 168, 0.14));
	filter: drop-shadow(0px 4px 35px rgba(168, 168, 168, 0.14));
	flex-direction: column;
}
.cta-wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	-webkit-clip-path: polygon(
		0 0,
		100% 0,
		100% 100%,
		50px 100%,
		0 calc(100% - 50px)
	);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));
	z-index: -1;
}
.cta-image {
	border-radius: 4px;
	overflow: hidden;

	margin: 0 20px;
}
.title-cta {
	color: #565656;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 24px;
}

.cta-block .button {
	margin-bottom: 20px;
}
.cta-block {
	padding: 0 15px;
	text-align: center;
}

/********************
about
*********************/
.section-about {
	position: relative;
	z-index: 0;
	padding-top: 25px;
	overflow: hidden;
}
.about-main-image {
	margin-left: -15px;
}
.about-main-image img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 30px),
		calc(100% - 30px) 100%,
		0 100%
	);
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 30px),
		calc(100% - 30px) 100%,
		0 100%
	);
	-o-object-fit: cover;
	object-fit: cover;
}
.about-main-content {
	position: relative;
}
.about-main-content:before {
	content: "";
	width: 150%;
	height: 100%;
	background: var(--color1);
	position: absolute;
	left: 0;
	top: -1px;
	z-index: -1;
}
.about-main-content:after {
	/*content: '';*/
	background: url("../img/bg-mobile.webp") no-repeat;
	width: 88%;
	height: 40%;
	background-size: cover;
	background-position: top left;
	position: absolute;
	bottom: 0;
	left: 8%;
	transform: rotateY(180deg);
	-webkit-filter: blur(1px) opacity(0.7);
	filter: blur(1px) opacity(0.7);
}
.swiper.swiper-feature-about {
	padding: 0 20px;
	margin: 0 -20px;
}

.about-features {
	margin-top: -40px;
}

.video-about {
	position: relative;
	-webkit-clip-path: polygon(
		0 0,
		calc(100% - 40px) 0,
		100% 40px,
		100% 100%,
		0 100%
	);
	clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}
.video-poster {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
	transition: 0.4s ease;
	right: 0;
	top: 0;
}
.video-about.active .video-poster {
	opacity: 0;
	pointer-events: none;
}
.video-about.hidden .play-vid {
	opacity: 0;
}
.video-about.hidden:hover .play-vid {
	opacity: 1;
}
.play-vid {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 4px;
	border: 2px solid #fff;
	background: linear-gradient(
		138deg,
		rgba(68, 209, 201, 0.54) 0%,
		rgba(56, 115, 189, 0.54) 100.2%
	);
	box-shadow: 0px 4px 14px 0px rgba(7, 124, 208, 0.6);
	-webkit-backdrop-filter: blur(4.5px);
	backdrop-filter: blur(4.5px);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	visibility: visible;
	z-index: 2;
	transition: 0.4s ease;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}
.play-vid .icon-pause {
	position: absolute;
	transition: 0.4s ease;
}
.icon-pause {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 9px;
	height: 15px;
}
.play-vid:hover {
	color: var(--color1);
	border-color: var(--color1);
}
/*.video-about.active .vid-icons .icon-pause {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.video-about.active .play-vid {
	opacity: 0;
	visibility: hidden;
}


.team-img {
	border-radius: 4px;
	background: #f2f2f2;
	padding: 33px 30px 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 423px;
	position: relative;
	overflow: hidden;
}
.team-img:before {
	content: "";
	background: linear-gradient(180deg, #077cd0 0%, #00377b 74.29%);
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}
.team-img:after {
	content: "";
	background: url("../img/team.png");
	background-size: contain;
	position: absolute;
	inset: 0;
	top: 37px;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}
.team-item:hover .team-img:after,
.team-item:hover .team-img:before {
	opacity: 1;
	visibility: visible;
}
.team-img img {
	max-height: 390px;
	width: auto;
	z-index: 0;
}
.team-content {
	-webkit-filter: drop-shadow(0px 8px 22px rgba(25, 101, 195, 0.04));
	filter: drop-shadow(0px 8px 22px rgba(25, 101, 195, 0.04));
	padding: 24px 20px;
	margin: -77px 24px 0;
	transition: 0.4s ease;
}
.team-item:hover .team-content {
	-webkit-filter: drop-shadow(0px 12px 25x rgba(25, 101, 195, 0.19));
	filter: drop-shadow(0px 12px 25x rgba(25, 101, 195, 0.19));
}
.team-content:before {
	content: "";
	-webkit-clip-path: polygon(
		0 0,
		calc(100% - 40px) 0,
		100% 40px,
		100% 100%,
		0 100%
	);
	clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
	background: #fff;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.team-content .name {
	font-size: 16px;
	line-height: normal;
	text-align: center;
	color: var(--color1);
	margin-bottom: 5px;
}

.team-content .post {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #666;
}

.teams-social {
	padding: 12px;
	margin-top: 20px;
	border-radius: 8px;
	background: #f9f9f9;
	display: flex;
	justify-content: center;
	gap: 12px;
}

.teams-social a {
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 1;
	transition: 0.4s ease;
}
.teams-social a:hover {
	color: var(--color3);
}
.teams-social .icon-twitter {
	font-size: 21px;
	margin-top: 1px;
	display: inline-block;
}
.swiper-teams-wrap {
	position: relative;
}


.gallery-item {
	padding: 0 15px 23px;
	text-align: center;
	position: relative;
}
.gallery-item:before {
	content: "";
	width: 100%;
	height: 100%;
	inset: 0;
	position: absolute;
	-webkit-clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 40px),
		calc(100% - 40px) 100%,
		40px 100%,
		0 calc(100% - 40px)
	);
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 40px),
		calc(100% - 40px) 100%,
		40px 100%,
		0 calc(100% - 40px)
	);
	background: radial-gradient(
		170.9% 170.9% at 50% 124.63%,
		rgba(7, 124, 208, 0.47) 0%,
		rgba(7, 124, 208, 0) 48.08%
	);
	opacity: 0;
	transition: 0.4s ease;
	z-index: -1;
}
.gallery-item img {
	max-width: 250px;
}
.swiper-gallery .swiper-slide .caption {
	text-align: center;
	color: #565656;
	font-size: 18px;
	margin-top: 18px;
	opacity: 0;
	transition: 0.4s ease;
}
.swiper-slide.swiper-slide-visible.swiper-slide-active .gallery-item:before {
	opacity: 1;
}
.swiper-slide.swiper-slide-visible.swiper-slide-active .caption {
	opacity: 1;
}

.page-template-template-coldHouse .section-editor .main-content {
	border: 1px solid #eaeaea;
	padding: 15px;
	border-radius: 10px;
}


.section-customCard.bg-in {
	background: rgba(7, 124, 208, 0.05);
	padding: 35px 0;
}
.item-customCard {
	border-radius: 4px;
	background: #fff;
	padding: 27px 16px;
	display: block;
	height: 100%;
}
.item-customCard img {
	border-radius: 4px;
	margin-bottom: 16px;
	max-width: 56px;
}
.item-customCard .title {
	color: #565656;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 15px;
}
.item-customCard .desc {
	color: #868686;
	font-family: var(--light_font);
	font-size: 14px;
	line-height: 32px;
	text-align: justify;
}
.swiper-slide .item-customCard .desc {
	height: 190px;
	overflow: auto;
	scrollbar-color: var(--color1) #757575;
	scrollbar-width: thin;
	padding-left: 10px;
}
.item-customCard .desc::-webkit-scrollbar {
	width: 3px;
}
.item-customCard .desc::-webkit-scrollbar-track {
	background: #757575;
	border-radius: 10px;
}
.item-customCard .desc::-webkit-scrollbar-thumb {
	background: var(--color1);
	border-radius: 10px;
}
.item-customCard .desc::-webkit-scrollbar-thumb:hover {
	background: var(--color1);
}
.swiper.swiper-steps {
	max-height: 520px;
	padding-left: 60px;
}
.swiper.swiper-steps .testimonial-navigation {
	transform: translateY(-50%);
}
.item-step {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 0px 32px 0px rgba(7, 124, 208, 0.04);
	padding: 12px;
}
.step-count {
	border-radius: 4px;
	background: rgba(7, 124, 208, 0.2);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	margin-left: 12px;
	color: #468df7;
	font-size: 20px;

	line-height: normal;
}
.item-step .title {
	margin-bottom: 8px;
	color: #565656;
	font-family: var(--main_font);
	font-size: 16px;
	line-height: normal;
}
.item-step .desc {
	color: #868686;
	font-size: 14px;
	line-height: 32px;
	text-align: justify;
}
.swiper.swiper-steps::before {
	content: "";
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(to bottom, #fff 50%, #ffffff50 100%);
	z-index: 2;
}
.swiper.swiper-steps::after {
	content: "";
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(to top, #fff 50%, #ffffff50 100%);
	z-index: 2;
}

.modular-access-wrap {
	margin: 50px 0 20px;
	/* position: -webkit-sticky;
	position: sticky;
	top: 65px; */
	z-index: 5;
	transition: 0.4s ease;
}
.modular-access-wrap.active {
	top: 65px;
}
.modular-access {
	border-radius: 12px;
	border: 1px solid #0e3da1;
	background: #fff;
	/*box-shadow: 0 22px 29px -12px rgba(24, 95, 183, 0.18);*/
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.modular-links {
	display: flex;
	align-items: center;
	gap: 16px;
	overflow: auto;
	margin-bottom: 0;
}
.modular-links a {
	color: #333;
	font-size: 15px;
	line-height: normal;
	white-space: nowrap;
	transition: 0.4s ease;
}
.scroll-item.active {
	color: var(--color2);
}
.modular-links a:hover {
	color: var(--color2);
}
.mobile-access .modular-links {
	display: block;
	width: 100%;
}
.mobile-access.modular-access {
	flex-direction: column-reverse;
	background: transparent;
	gap: 0;
}
.modular-links-wrap {
	position: relative;
	background: var(--color1);
	margin: 0 -15px;
	border-bottom: 1px solid #ffffff70;
}

.access-table {
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 15px 25px;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	align-items: center;
}
.access-table i {
	font-size: 9px;
	transition: 0.4s ease
}
.access-table.active i {
	transform: rotate(180deg);
}
.mobile-access .modular-links {
	display: block;
	width: calc(100% - 30px);
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0 15px 15px;
}
.mobile-access .modular-links li {
	margin: 5px 0;
}
.mobile-access .modular-links li a {
	padding: 11px 10px;
	display: block;
	background: #f2f2f2;
	font-size: 14px;
	border-radius: 5px;
}

.access-btn {
	display: inline-flex;
	height: 40px;
	padding: 13px 10px;
	align-items: center;
	border-radius: 4px;
	background: #44d1c9;
	color: #fff;
	justify-content: center;
	gap: 4px;
	font-size: 13px;
	font-family: var(--bold_font);
	white-space: nowrap;
	position: relative;
}
.access-btn:hover {
	color: #fff;
	box-shadow: 1px 5px 10px 0 #6c6c6c70;
}
.access-btn img {
	max-width: 20px;
}
.modular-btns {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
}
.secondCard-item {
	position: relative;
}
.secondCard-item::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 80%;
	border-radius: 4px;
	border: 1px solid rgba(68, 209, 201, 0.41);
	background: #fff;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
}
.secondCard-item.no-img::after {
	height: 100%;
}
.secondCard-item.no-img {
	padding-top: 20px;
}
.secondCard-item .image-wrap {
	-webkit-filter: drop-shadow(0px 11px 22px rgba(0, 55, 123, 0.1));
	filter: drop-shadow(0px 11px 22px rgba(0, 55, 123, 0.1));
	max-width: 80%;
	margin: auto;
	transform: translateY(-12px);
}
.secondCard-item .image-wrap img {
	-webkit-clip-path: polygon(
		0 0,
		100% 0,
		100% 100%,
		40px 100%,
		0 calc(100% - 40px)
	);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
	border-radius: 4px;
	max-height: 203px;
	-o-object-fit: cover;
	object-fit: cover;
}
.mb-32 {
	margin-bottom: 32px;
}
.secondCard-body .title {
	color: #3b3b3b;
	font-size: 16px;
	font-family: var(--main_font);
	line-height: normal;
	margin-bottom: 10px;
}
.secondCard-body .title a {
	color: #3b3b3b;
}
.secondCard-body .desc {
	color: #666;
	font-family: var(--light_font);
	font-size: 13px;
	line-height: 32px;
	text-align: justify;
}
.secondCard-link {
	color: #00377b;
	font-family: var(--light_font);
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
}
.secondCard-link i {
	color: var(--color2);
	font-size: 18px;
}
.secondCard-body {
	padding: 10px;
}
.card-custom {
	border-radius: 8px;
	background: #fff;

	padding: 27px 12px;
	display: block;
	border: 1px solid #ececec;
	transition: 0.4s ease;
}
.card-custom:hover {
	box-shadow: 0px 4px 35px 0px rgba(168, 168, 168, 0.14);
}
.card-custom .title {
	color: #565656;
	font-family: var(--main_font);
	font-size: 18px;
	margin-bottom: 15px;
}
.card-custom .desc {
	color: #868686;
	text-align: justify;
	font-family: var(--light_font);
	font-size: 16px;
	line-height: 38px;
	margin-top: 20px;
	height: 190px;
	overflow: auto;
	scrollbar-color: var(--color1) #757575;
	scrollbar-width: thin;
	padding-left: 20px;
}

.card-custom .desc::-webkit-scrollbar {
	width: 3px;
}
.card-custom .desc::-webkit-scrollbar-track {
	background: #757575;
	border-radius: 10px;
}
.card-custom .desc::-webkit-scrollbar-thumb {
	background: var(--color1);
	border-radius: 10px;
}
.card-custom .descR::-webkit-scrollbar-thumb:hover {
	background: var(--color1);
}
.table-card {
	border-radius: 4px;
	border: 1px solid rgba(7, 124, 208, 0.32);
	background: #fff;
	padding: 8px;
	/*max-width: 433px;*/
	box-sizing: border-box;
}
.table-card table {
	box-sizing: border-box;
	max-width: 100%;
}
.table-card tbody > tr:first-child {
	border-radius: 4px;
	background: var(--color1);
	height: 40px !important;
	font-size: 18px;
}
.table-card tbody tr td {
	height: 40px !important;
	padding: 5px 0;
	color: #00377b;
	font-size: 13px;
	box-sizing: border-box;
	white-space: nowrap;
}
.table-card tbody tr:first-child td {
	white-space: nowrap;
}
.table-card tbody tr:first-child td span {
	color: #fff !important;
	display: block;
	text-align: center;
}
.tablecontent-wrapper tr:first-child > td,
.table-card tbody > tr:nth-child(2) > td {
	height: 40px !important;
	padding: 5px 0;
	border-bottom: 1px solid rgba(7, 124, 208, 0.32);
	color: #fd8000 !important;
	font-size: 14px;
}
.tablecontent-wrapper tr:nth-child(2) > td,
.table-card tbody tr:nth-child(3) td {
	height: 40px !important;
	padding: 5px 3px 6px;
	font-size: 14px;
	color: #00377b;
}
.tablecontent-wrapper tr:nth-child(3),
.tablecontent-wrapper tr:nth-child(7),
.table-card tbody > tr:nth-child(4),
.table-card tbody > tr:nth-child(8) {
	border-radius: 4px;
	background: #f1f2f3;
	font-size: 16px;
}
.tablecontent-wrapper tr:nth-child(3),
.tablecontent-wrapper tr:nth-child(7),
.table-card tbody > tr:nth-child(4) td,
.table-card tbody > tr:nth-child(8) td {
	padding: 5px;
}
.tablecontent-wrapper tr:nth-child(3) td span,
.tablecontent-wrapper tr:nth-child(7) td span,
.table-card tbody > tr:nth-child(4) td span,
.table-card tbody > tr:nth-child(8) td span {
	color: #00377b !important;
}
.tablecontent-wrapper tr:nth-child(4),
.tablecontent-wrapper tr:nth-child(5),
.tablecontent-wrapper tr:nth-child(8),
.tablecontent-wrapper tr:nth-child(9),
.tablecontent-wrapper tr:nth-child(10),
.table-card tbody > tr:nth-child(5),
.table-card tbody > tr:nth-child(6),
.table-card tbody > tr:nth-child(9),
.table-card tbody > tr:nth-child(10),
.table-card tbody > tr:nth-child(11) {
	border-bottom: 1px solid rgba(7, 124, 208, 0.32);
}
.table-card tbody tr td:nth-child(2) {
	text-align: left !important;
}
.table-card tbody > tr:nth-child(12),
.table-card tbody > tr:nth-child(13) {
	height: 30px !important;
}
.table-card tbody tr {
	width: unset !important;
}
.table-card tbody .tablecontent-wrapper tr:nth-child(11) td,
.table-card tbody .tablecontent-wrapper tr:nth-child(12) td,
.table-card tbody > tr:nth-child(12) td,
.table-card tbody > tr:nth-child(13) td {
	max-width: 30%;
	text-align: center !important;
	padding: 0;
	height: 30px !important;
	font-size: 12px;

	/* white-space: nowrap; */
}
.toggle-header {
	position: relative;
}
.toggle-header td span {
	text-align: right !important;
	padding-right: 10px;
}
.toggle-header::after {
	content: "\e912";
	color: #fff;
	font-family: icomoon;
	font-size: 8px;
	position: absolute;
	left: 18px;
	top: 11px;
	transition: 0.4s ease;
}
.toggle-header.active::after {
	transform: rotate(180deg);
}
.table-card.mobile-table-card .toggle-content > td {
	height: unset !important;
	border: none;
	padding: 0;
}
.table-card tbody tr:nth-child(13) td {
	padding: 0 10px !important;
	height: 20px !important;
}
.table-card tbody tr:nth-child(13) {
	padding: 0 !important;
	height: 20px !important;
}
.table-card tbody tr td img {
	max-width: 25px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: relative;
	inset: unset;
	max-width: 364px;
}
.table-slider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
}
.table-nav {
	border-radius: 4px;
	background: #efefef;
	display: flex;
	padding: 5px 5px 3px;
	justify-content: center;
	align-items: center;
	min-width: 62px;
	color: #00377b;
	font-size: 14px;
	line-height: normal;
}
.table-card.mobile-table-card {
	margin-bottom: 15px;
}
.swiper-scrollbar-drag {
	width: 18px;
	height: 18px;
	top: -7px;
	background: #077cd0;
	border: 3px solid #44d1c9;
	cursor: e-resize;
}

.tablecontent-wrapper { display: none; }
.toggle-header { cursor: pointer; }
/* fullbanner */
.section-fullbanner {
	position: relative;

	margin-bottom: 80px;
}
.bg-banner {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	right: 0;
	z-index: -1;
}
.banner-wrap {
	position: relative;
	padding: 40px 0;
}
.banner-wrap.banner-box {
	padding-right: 24px;
	padding-left: 24px;
	border-radius: 24px;
}
.banner-wrap.banner-box .bg-banner {
	border-radius: 24px;
	overflow: hidden;
}

.banner-content .desc {
	color: #000;
	margin-bottom: 20px;
}
.banner-image {
	margin-top: 30px;
	margin-bottom: -100px;
	text-align: center;
}
@media screen and (min-width: 576px) {
	.section-about {
		background: var(--color1);
	}
	.secondCard-item {
		display: flex;
		gap: 12px;
		align-items: center;
	}
	.secondCard-item::after {
		content: "";
		width: 80%;
		height: 100%;
		left: 0;
		right: unset;
	}
	.secondCard-item .image-wrap {
		-webkit-filter: drop-shadow(0px 11px 22px rgba(0, 55, 123, 0.1));
		filter: drop-shadow(0px 11px 22px rgba(0, 55, 123, 0.1));
		max-width: 40%;
		flex: 0 0 286px;
		transform: translateY(-12px);
		margin: 0;
	}
	.secondCard-item.no-img::after {
		width: 100%;
	}
	.secondCard-item.no-img {
		padding-right: 20px;
	}
	.item-customCard .title {
		color: #565656;
		font-size: 18px;
		line-height: normal;
		margin-bottom: 24px;
	}
	.item-customCard .desc {
		min-height: 76px;
	}
}

@media screen and (min-width: 768px) {
	.secondCard-body .title {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.secondCard-body .desc {
		font-size: 14px;
		line-height: 32px;
	}
	.secondCard-link {
		font-size: 16px;
		margin-top: 24px;
	}
	.secondCard-link i {
		font-size: 18px;
	}
	.secondCard-body {
		padding: 15px 0 15px 15px;
	}
	.card-item {
		text-align: right;
	}
	.icon-wrap {
		margin: 0 0 15px;
	}

	.testimonial-card {
		border-radius: 6px;
		background: #fff;
		box-shadow: 0px 0px 36px 0px rgba(208, 222, 242, 0.3);
		padding: 50px 32px;
		margin: 0 40px;
		position: relative;
	}
	.item-feature {
		padding: 17px 16px;
	}
	.swiper-brands {
		margin: 42px 0 25px;
	}
	.cta-wrapper {
		gap: 40px;
		flex-direction: row;
	}
	.cta-image {
		flex: 0 0 42%;
		transform: translateY(-30px);
		margin: 0;
	}
	.cta-block {
		padding: 45px 0 45px 45px;
		text-align: right;
	}
	.blogs-tab {
		display: flex;
		gap: 12px;
		margin-bottom: 32px;
	}
	.blog-tab {
		font-size: 17px;
		line-height: 32px;
		padding: 0 10px;
		min-width: 164px;
	}
	.post-item.post-item-hr {
		display: flex;
		gap: 30px;
		align-items: center;
	}
	.post-item.post-item-hr .post-item-image {
		flex: 0 0 38%;
	}
	.cta-wrapper:before {
		width: 80%;
		height: 100%;
	}
	.step-count {
		width: 42px;
		height: 42px;
		color: #468df7;
		font-size: 24px;
		font-weight: 700;
	}
	.item-step .title {
		font-size: 18px;
	}
	.item-step .desc {
		font-size: 14px;
		line-height: 36px;
	}
	.modular-access {
		padding: 12px 16px;
		gap: 20px;
	}
	.access-btn {
		height: 45px;
	}
	.equipment-bg::before {
		content: "";
		background: url("../img/bg.webp") no-repeat;
		width: 80%;
		height: 700px;
		background-size: contain;
		background-position: bottom center;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.item-customCard .title {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.item-customCard .desc {
		font-size: 16px;
		line-height: 38px;
	}
}
@media screen and (min-width: 992px) {
	.page-template-template-coldHouse .section-editor .main-content {
		padding: 30px;
	}
	.banner-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 60px 0;
	}
	.banner-wrap.banner-box {
		padding-right: 40px;
		padding-left: 40px;
	}

	.banner-content {
		flex: 0 0 60%;
	}
	.banner-image {
		margin-top: 0;
	}
	.section-about {
		background: unset;
		padding-top: 42px;
		margin-top: -41px;
	}
	.card-item .title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.card-item {
		padding: 50px 48px;
		margin: 20px 0;
	}
	/*.item-hero {
	margin-right: 15%;
}*/
	.hero-content {
		bottom: 20%;
		max-width: 50%;
	}
	.hero-title {
		color: #fff;
		font-size: 28px;
		line-height: 60px;
		font-family: var(--main_font);
		margin-bottom: 10px;
	}
	.hero-features {
		max-width: 85%;
		margin: auto;
		margin-top: auto;
		margin-top: -65px;
	}
	.cta-info .btn {
		display: flex;
	}
	.tab-box {
		flex-direction: row;
	}
	.tab-inner {
		max-width: 85%;
	}
	.swiper.swiper-col {
		max-height: 600px;
	}
	.about-image {
		padding: 25px;
		margin: 0 15px;
		height: 100%;
	}
	.testimonial-card .desc {
		font-size: 14px;
		line-height: 38px;
	}
	.about-main-content {
		position: relative;
		min-height: 640px;
		display: flex;
		align-items: center;
	}
	.about-main-image {
		position: absolute;
		height: calc(100% - 88px);
		width: 56%;
		left: 0;
		top: -40px;
	}
	.page-template-template-coldHouse .about-main-image {
		height: calc(100% - 60px);
	}
	.about-main-image img {
		-webkit-clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - 60px),
			calc(100% - 60px) 100%,
			0 100%
		);
		clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - 60px),
			calc(100% - 60px) 100%,
			0 100%
		);
	}
	.about-main-content:before {
		width: 150%;
		-webkit-clip-path: polygon(
			0 0,
			100% 0,
			100% 100%,
			80px 100%,
			0 calc(100% - 80px)
		);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
	}
	.about-main-content:after {
		content: "";
		background: url("../img/bg.webp") no-repeat;
		background-size: cover;
		background-position: top left;
		height: 80%;
	}
	.slide-content {
		right: 64px;
		bottom: 10%;
	}
	.slide-content .title {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.slide-content .content {
		display: block;
	}
	.slider-navigation {
		left: 40px;
		gap: 14px;
		font-size: 37px;
		bottom: 10%;
	}
	.blog-tab {
		font-size: 16px;
	}
	.blog-body .desc {
		font-size: 16px;
		line-height: 38px;
	}
	.cta-wrapper {
		gap: 40px;
	}
	.table-card tbody tr td {
		font-size: 14px;
	}
	.table-card tbody tr:nth-child(2) td {
		font-size: 14px;
	}
	.modular-links {
		gap: 24px;
	}
	.modular-links a {
		font-size: 16px;
	}
	.modular-access-wrap {
		top: 124px;
	}
	.modular-access-wrap.active {
		top: 111px;
	}
	.site-title .desc {
		font-size: 17px;
	}
	.section-theme {
		margin-block: 50px;
	}
}
@media screen and (min-width: 1200px) {
	.hero-features {
		max-width: 70%;
		padding-right: 7%;
	}
	.hero-content {
		max-width: 30%;
	}
	.access-btn {
		min-width: 160px;
		height: 45px;
		gap: 12px;
		font-size: 14px;
	}
	.access-btn img {
		max-width: 26px;
	}
	.section-customCard.bg-in {
		padding: 72px 0;
	}
}
@media screen and (min-width: 1400px) {
	.hero-features {
		max-width: 62%;
	}
	.cta-image {
		flex: 0 0 35%;
	}
	.table-card tbody tr:nth-child(13) td {
		padding: 0 4px !important;
	}
}
@media screen and (max-width: 1200px) {
	.swiper-terms:not(.swiper-initialized) .swiper-wrapper {
		justify-content: unset;
	}
}
@media screen and (max-width: 992px) {
	.cta-info .button {
		transform: translateY(-77px);
		position: absolute;
		left: 10px;
	}
	.testimonial-top .img-wrap {
		width: 65px;
		height: 65px;
		padding: 5px;
	}
	.slider-navigation {
		bottom: 5%;
	}
}
@media screen and (max-width: 576px) {
	.swiper-terms:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 220px;
		flex: 0 0 220px;
	}
	.swiper-brands:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 180px;
		flex: 0 0 180px;
	}
	.table-card tbody tr:first-child td {
		padding: 6px 0 3px;
	}
	.table-card tbody tr:first-child {
		height: 35px !important;
	}
	.table-card {
		border-radius: 4px;
	}
	.table-card tbody > tr:nth-child(2) td {
		height: 38px !important;
		padding: 5px 0;
		font-size: 14px;
	}
	.table-card tbody > tr:nth-child(3) td {
		height: 40px !important;
		padding: 6px 16px 7px;
		font-size: 13px;
	}
	.table-card tbody tr td {
		height: 23px !important;
		font-size: 12px;
	}
	.table-card tbody tr td img {
		max-width: 26px;
	}
	.table-card tbody tr:nth-child(12) td,
	.table-card tbody tr:nth-child(13) td {
		padding: 2px 5px;
		height: 23px !important;
		line-height: 1.5;
	}
	.table-card tbody tr:nth-child(12),
	.table-card tbody tr:nth-child(13) {
		height: 14px !important;
		line-height: 1;
	}
	.table-card tbody tr:nth-child(13) td {
		height: 10px !important;
	}
	.section-testimonial .site-title {
		text-align: center;
	}
	.about-main-image.project-main img {
		max-height: 300px;
	}
	.modular-access {
		border: none;
		padding: 0;
	}

	.modular-btns {
		width: 100%;
	}
	.access-btn {
		width: 100%;
	}
	.access-btn:before {
		content: "";
		height: calc(100% + 10px);
		width: calc(100% + 30px);
		right: -15px;
		position: absolute;
		background: var(--color2);
		z-index: -1;
		top: -5px;
		-webkit-filter: drop-shadow(0px 2px 5px #00000052);
		filter: drop-shadow(0px 2px 5px #00000052);
	}
	.modular-access-wrap,
	.modular-access-wrap.active {
		top: 62px;
	}
}
@media screen and (max-width: 1700px) {
	.swiper-cats:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 25px;
		width: 203px;
		flex: 0 0 203px;
	}
}

@media screen and (max-width: 1200px) {
	.swiper-cats:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 25px;
		width: 166px;
		flex: 0 0 166px;
	}
}
@media screen and (max-width: 992px) {
	.swiper-cats:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 25px;
		width: 153px;
		flex: 0 0 153px;
	}
}
@media screen and (max-width: 768px) {
	.swiper-cats:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 160px;
		flex: 0 0 160px;
	}
	.testimonial-card .icon-quote.up {
		font-size: 40px;
	}
	.testimonial-card .icon-quote.down {
		font-size: 32px;
	}
}
@media screen and (max-width: 500px) {
	.swiper-terms:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 180px;
		flex: 0 0 180px;
	}
	.swiper-cats:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 222px;
		flex: 0 0 222px;
	}
}
@media screen and (max-width: 400px) {
	.swiper-terms:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 224px;
		flex: 0 0 224px;
	}
	.swiper-cats:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 177px;
		flex: 0 0 177px;
	}
	.tab-inner {
		padding: 30px 15px;
	}
}
@media screen and (max-width: 380px) {
	.swiper-terms:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 195px;
		flex: 0 0 195px;
	}
	.swiper-cats:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 190px;
		flex: 0 0 190px;
	}
	.cta-info .button {
		transform: translateY(-70px);
		position: absolute;
		right: 0;
	}
	.cta-info {
		margin-top: 55px;
	}
}
@media screen and (max-width: 300px) {
	.swiper-terms:not(.swiper-initialized) .swiper-slide {
		flex-shrink: unset;
		margin-left: 15px;
		width: 220px;
		flex: 0 0 220px;
	}
}
