@charset "utf-8";

/* ====== Default css : start ====== */
*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--black: #000;
	--dark: #161514;
	--white: #fff;
	--dark-white: #8D8D8D;
}

html,
body {
	min-height: 100%;
	margin: 0;
	padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
	position: relative;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: 'Poppins';
	color: var(--dark);
	font-weight: 400;
}

body.open-nav {
	overflow: hidden;
}

.container {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

p {
	margin: 0;
	padding: 0;
	font-family: 'Poppins';
	font-weight: 300;
	font-size: 16px;
	line-height: 26.59px;
	color: #000;
}

p+p {
	margin-top: 24px;
}

li,
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	border: 0;
	outline: none !important;
}

a,
a:hover {
	color: inherit;
}

a,
button,
input[type=submit] {
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins';
	margin: 0;
	padding: 0;
}

.btnbox {
	display: flex;
}

h1 {
	font-size: 60px;
	line-height: 67.07px;
	letter-spacing: -1.25px;
	font-weight: 600;
}

h2 {
	font-size: 48px;
	line-height: 52.46px;
	letter-spacing: -0.94px;
	font-weight: 600;
}

h3 {
	font-size: 36px;
	line-height: 41.97px;
	letter-spacing: -0.74px;
	font-weight: 600;
}

h4 {
	font-size: 26px;
	line-height: 30.88px;
	letter-spacing: -0.53px;
	font-weight: 700;
}





.main_wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 375px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 100%;
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 100%;
		max-width: 1326px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 100%;
		max-width: 1326px;
	}
}


.container {
	padding: 0 15px;
}

.pure-g {
	width: auto;
	margin: 0 -15px;
}

.pure-g>[class^="pure-"] {
	margin: 0;
	padding: 0 15px;
}

body.open_menu {
	overflow: hidden;
}

/* ====== Default css : end ====== */


.menu-btn {
	position: relative;
	display: none;
	width: 35px;
	height: 24px;
}

.menu-btn span {
	display: block;
	width: 100%;
	height: 3px;
	position: relative;
	top: 2px;
	background: #000;
	border-radius: 0px;
}

.menu-btn span:before,
.menu-btn span:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
	border-radius: 0px;
	position: absolute;
	left: 0px;
	z-index: 1;
	-webkit-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .15s, 0s;
	transition-delay: .15s, 0s;
}

.menu-btn span:before {
	top: -10px;
	-webkit-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-btn span:after {
	bottom: -10px;
	-webkit-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-btn.active span {
	background: none !important;
}

.menu-btn.active span:before,
.menu-btn.active span:after {
	-webkit-transition-delay: 0s, .15s;
	transition-delay: 0s, .2s;
}

.menu-btn.active span:before {
	top: 0px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-btn.active span:after {
	bottom: 0px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.open-nav {
	overflow: hidden;
}

.menu-btn.active span:before,
.menu-btn.active span:after {
	background: #000;
}



.section-wrapper-1 {
	position: relative;
	width: 100%;
}

.section-wrapper-1 .section-wrapper-grp {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: stretch;
}

.section-wrapper-1 .section-wrapper-grp .section-wrapper-left {
	width: 50%;
	position: relative;
}

/* .section-wrapper-1 .section-wrapper-grp .section-wrapper-left::before {position: absolute; left: 0; top: 0; width: 100%; content: ''; background-image: url(../images/bg-back.png); height: 100%; pointer-events: none; z-index: -1;} */
.section-wrapper-1 .section-wrapper-grp .section-wrapper-left .bg {
	width: 100%;
	display: flex;
	position: relative;
	height: 100%;
}

.section-wrapper-1 .section-wrapper-grp .section-wrapper-left .bg::after {
	content: '';
	display: block;
	padding-top: 78.8%;
	width: 100%;
}

.section-wrapper-1 .section-wrapper-grp .section-wrapper-left .bg>img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	overflow: hidden;
}

.section-wrapper-1 .section-wrapper-left {
	width: 100%;
}

.section-wrapper-1 .section-wrapper-left .content-box .google-review-box {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.section-wrapper-1 .google-review-box .google-review {
	display: flex;
	align-items: center;
	gap: 16px;
}

.section-wrapper-1 .section-wrapper-grp .google-review-box .google-review span {
	display: flex;
}

.section-wrapper-1 .section-wrapper-grp .google-review-box .google-review span i {
	display: inline-flex;
	min-width: 26px;
	width: 26px;
	height: 26px;
}

.section-wrapper-1 .section-wrapper-grp .google-review-box .google-review span i img {
	width: 100%;
	height: 100%;
}

.section-wrapper-1 .section-wrapper-grp .google-review-box .google-review ul {
	display: flex;
	align-items: center;
	gap: 4px;
}

.section-wrapper-1 .section-wrapper-grp .google-review-box .google-review ul li {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
}

.section-wrapper-1 .section-wrapper-grp .google-review-box .google-review ul li>img {
	width: 100%;
	height: 100%;
}

.section-wrapper-1 .google-review-box .review-count {
	position: relative;
}

.section-wrapper-1 .google-review-box .review-count span {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}

.section-wrapper-1 .section-wrapper-right {
	padding: 68px 48px;
	width: 50%;
}

.section-wrapper-1 .section-wrapper-right .form-sec {
	position: relative;
}

.section-wrapper-1 .section-wrapper-right .form-sec .form-title {
	margin-bottom: 40px;
}

.section-wrapper-1 .section-wrapper-right .form-sec .form-title span {
	display: block;
	font-weight: 600;
	font-size: 23px;
	line-height: 34.37px;
	text-align: center;
	vertical-align: middle;
	color: #3273C3;
}

.section-wrapper-1 .section-wrapper-left .content-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 183px 48px;
	display: flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.section-wrapper-1 .section-wrapper-left .content-box .title-box {
	margin-top: 16px;
}

.section-wrapper-1 .section-wrapper-left .content-box .title-box h1 {
	color: #fff;
	margin-bottom: 16px;
}

.section-wrapper-1 .section-wrapper-left .content-box .title-box span {
	display: block;
	font-weight: 400;
	font-size: 23px;
	line-height: 34.37px;
	color: #fff;
    max-width: 554px;
}

.section-wrapper-1 .section-wrapper-left .content-box .title-box strong {
	font-weight: 700;
	font-style: italic;
}


.mean-sec-img .mobile {
	display: none;
}


.section-wrapper-2 {
	background: #173959;
	width: 100%;
	padding: 52px 0;
}

.section-wrapper-2 .protacting-busns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 113px;
	width: 100%;
	padding: 0 10px;
}

.section-wrapper-2 .protacting-busns hr {
	height: 139px;
}

.section-wrapper-2 .protacting-busns .protacting-busns-left {
	width: 50%;
}

.section-wrapper-2 .protacting-busns .protacting-busns-left h2 {
	color: #fff;
}

.section-wrapper-2 .protacting-busns .protacting-busns-left h2 span {
	display: inline-block;
	color: #4699FF;
}

.section-wrapper-2 .protacting-busns .protacting-busns-right {
	width: 50%;
}

.section-wrapper-2 .protacting-busns .protacting-busns-right h4 {
	color: #fff;
	position: relative;
}

.section-wrapper-2 .protacting-busns .protacting-busns-right h4::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -3px;
	background-image: url(../images/Vector.svg);
	width: 228px;
	height: 8px;
}

.section-wrapper-2 .protacting-busns .protacting-busns-right p {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 26.59px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-top: 24px;
}


/* ====== Gallery section (screenshot layout) ====== */
.section-gallery {
	padding: 96px 0;
	position: relative;
}

.section-gallery::before {
	position: absolute;
	content: '';
	bottom: 60px;
	left: 0;
	background-image: url(../images/ellipse-1.png);
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	pointer-events: none;
	z-index: -1;
}

.section-gallery .gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1.52fr 1.43fr;
	gap: 11px;
	align-items: stretch;
}

.section-gallery .card {
	display: block;
}

.section-gallery .text-card {
	background: #3273C3;
	color: #fff;
	border-radius: 20px;
	padding: 88px 40px 88px 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 240px;
}

.section-gallery .text-card .card-inner {
	max-width: 320px;
}

.section-gallery .text-card span {
	display: block;
	font-weight: 400;
	font-size: 36px;
	line-height: 41.97px;
	letter-spacing: -0.74px;
}

.section-gallery .text-card span strong {
	display: block;
	font-weight: 600;
}

.section-gallery .image-card.large {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.section-gallery .image-card.large::after {
	content: '';
	display: block;
	padding-top: 70.173%;
}

.section-gallery .image-card.large img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.section-gallery .right-column .small-grid {
	display: grid;
	grid-template-columns: 1fr 0.35fr;
	grid-auto-rows: auto;
	gap: 11px;
}

.section-gallery .right-column .small-grid>.small:first-child {
	grid-column: 1 / -1;
}

.section-gallery .right-column .small {
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.section-gallery .right-column .small.top {
	position: relative;
	display: block;
}

.section-gallery .right-column .small.top::after {
	content: '';
	display: block;
	padding-top: 31.655%;
}

.section-gallery .right-column .small.top img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	overflow: hidden;
	border-radius: 20px;
}

.section-gallery .right-column .small.bottom {
	position: relative;
	display: block;
}

.section-gallery .right-column .small.bottom::after {
	content: '';
	display: block;
	padding-top: 62.302%;
}

.section-gallery .right-column .small.bottom img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	overflow: hidden;
	border-radius: 20px;
}

.section-gallery .right-column .image-small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section-gallery .right-column .color-block {
	background: #3273C3;
	border-radius: 12px;
}

/* @media (max-width: 992px) {
	.section-gallery .gallery-grid { grid-template-columns: 1fr; }
	.section-gallery .image-card.large, .section-gallery .right-column .small { height: 180px; }
	.section-gallery .text-card { padding: 24px; min-height: auto; }
}

@media (max-width: 480px) {
	.section-gallery .right-column .small-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 120px; }
} */

/* On small screens make the main image appear full-width on top */
/* @media (max-width: 768px) {
	.section-gallery .gallery-grid { display: flex; flex-direction: column; gap: 12px; }
	.section-gallery .text-card,
	.section-gallery .image-card.large,
	.section-gallery .right-column { width: 100%; }
	.section-gallery .image-card.large { order: -1; height: auto; }
	.section-gallery .image-card.large img { width: 100%; height: auto; object-fit: cover; }
	.section-gallery .right-column .small-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 100px; }
} */

/* Text gallery block (four-column grid) */
.text-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 43px;
	margin-top: 56px;
	padding: 0 40px;
}

.text-gallery-grid .tg-item h4 {
	color: #3273C3;
	margin-bottom: 32px;
}

.text-gallery-grid .tg-item p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	font-size: 17.7px;
	line-height: 26.59px;
	letter-spacing: 0%;
}

.text-gallery-grid .tg-item span {
	display: block;
	margin-top: 16px;
	font-weight: 400;
	font-size: 11px;
	line-height: 16.5px;
	letter-spacing: 0%;
}

.text-gallery-grid .tg-item {
	padding-right: 8px;
}

.text-gallery .btnbox {
	display: flex;
	justify-content: center;
	margin-top: 64px;
}

.text-gallery .btnbox a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	padding: 21px 85px;
	background: #173959;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	transition: all ease-in-out 0.3s;
}

.text-gallery .btnbox a:hover {
	background: #3273C3;
}






/* @media (max-width: 1200px) {
  .text-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

@media (max-width: 600px) {
  .text-gallery-grid { grid-template-columns: 1fr; gap: 20px; }
  .text-gallery-grid .tg-item h4 { font-size: 18px; }
  .text-gallery-grid .tg-item p { font-size: 14px; }
} */





.always-know-sec {
	position: relative;
	width: 100%;
}

.always-know-sec .always-know-bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center -60px;
	;
	background-repeat: no-repeat;
	background-size: cover;
}

.always-know-sec .always-know-bg::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.always-know-sec .always-know-bg .know-grp {
	padding: 216px 0;
	position: relative;
	z-index: 1;
}

.always-know-sec .always-know-bg .know-grp .know-title {
	margin-bottom: 88px;
	max-width: 497px;
}

.always-know-sec .always-know-bg .know-grp .know-title h3 {
	color: #173959;
}

.always-know-sec .always-know-bg .know-box-grp {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	gap: 32px;
}

.always-know-sec .always-know-bg .know-box-grp .know-box {
	width: 33.3333%;
	background: rgba(255, 255, 255, 0.88);
	padding: 71px 24px;
	border-radius: 20px;
	position: relative;
}


/* ===== Google review slider styles ===== */
.google-review-slider {
	padding: 64px 0 80px;
}

.google-review-slider .google-review-title {
	margin-bottom: 28px;
}

.google-review-slider .google-slider {
	position: relative;
}

.google-review-slider .google-slider .review-card {
	border-radius: 20px;
	padding: 24px;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.review-card .quote-mark {
	position: relative;
	margin-bottom: 6px;
}

.review-card .quote-mark ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.review-card .quote-mark ul li {
	display: inline-flex;
	margin: 0;
	padding: 0;
}

.review-card .quote-mark ul li:first-child i{
	display:none;
}

.review-card .quote-mark ul li i {
	display: inline-flex;
	min-width: 26px;
	width: 26px;
	height: 26px;
}

.review-card .quote-mark ul li i img {
	width: 100%;
	height: 100%;
}

.review-card .review-content {
	font-weight: 600;
	font-size: 23px;
	line-height: 34.37px;
	color: #FFF;
}

.review-meta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.review-meta .avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 48px;
}

.review-meta .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.review-meta .meta-text strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 26.59px;
	color: #FFF;
}

.review-meta .meta-text span {
	display: block;
	font-size: 11px;
	color: #FFF;
}

.google-slider .swiper-slide {
	height: auto;
}

.card-grp {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.card-grp .review-meta .avatar {
	border: 2.4px solid #FFF;
}

.card-grp .star-sec {
	position: relative;
}

.card-grp .star-sec ul {
	display: flex;
	align-items: center;
	gap: 4px;
}

.card-grp .star-sec ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.card-grp .star-sec ul li i {
	display: inline-flex;
	min-width: 20px;
	width: 20px;
	height: 20px;
}

.card-grp .star-sec ul li i img {
	width: 100%;
	height: 100%;
}

@media (max-width: 1200px) {
	.google-review-slider .review-card {
		min-height: 220px;
	}
}

@media (max-width: 768px) {
	.google-review-slider .review-card {
		min-height: 200px;
		padding: 20px;
	}

	.google-review-slider .google-review-title {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}




.always-know-sec .always-know-bg .know-box-grp .know-box .know-number {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
}

.always-know-sec .always-know-bg .know-box-grp .know-box .know-number span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3273C3;
	width: 48px;
	height: 48px;
	font-weight: 600;
	font-size: 29.65px;
	line-height: 37.03px;
	letter-spacing: -0.66px;
	vertical-align: middle;
	text-align: center;
	border-radius: 100px;
	color: #fff;
}

.always-know-sec .always-know-bg .know-box-grp .know-box .know-content {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.always-know-sec .always-know-bg .know-box-grp .know-box .know-content h4 {
	color: #3273C3;
	font-weight: 600;
}

.always-know-sec .always-know-bg .know-box-grp .know-box .know-content h4 strong {
	color: #000;
	font-weight: 600;
}


.google-review-slider {
	padding: 112px 0 128px;
}

.google-review-slider .google-review-title {
	margin-bottom: 56px;
	text-align: center;
}

.google-review-slider .google-review-title .title-sec {
	text-align: center;
	margin-bottom: 16px;
}

.google-review-slider .google-review-title .title-sec h3 {
	color: #000;
	font-weight: 600;
}

.google-review-slider .google-review-title .review-gle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.google-review-slider .google-review-title .review-gle .gle-r {
	display: flex;
	align-items: center;
	gap: 16px;
}

.google-review-slider .google-review-title .review-gle .gle-r span {
	display: inline-flex;
}

.google-review-slider .google-review-title .review-gle .gle-r span i {
	display: inline-flex;
	min-width: 73px;
	width: 73px;
	height: 24px;
}

.google-review-slider .google-review-title .review-gle .gle-r span i img {
	width: 100%;
	height: 100%;
}

.google-review-slider .google-review-title .review-gle .gle-r ul {
	display: flex;
	align-items: center;
	gap: 4px;
}

.google-review-slider .google-review-title .review-gle .gle-r ul li {
	display: inline-flex;
	min-width: 20px;
	width: 20px;
	height: 20px;
}

.google-review-slider .google-review-title .review-gle .gle-r ul li img {
	width: 100%;
	height: 100%;
}

.google-review-slider .google-review-title .review-gle .glt-t {
	position: relative;
}

.google-review-slider .google-review-title .review-gle .glt-t span {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
}



.mean-sec {
	position: relative;
	width: 100%;
	background: #173959;
}

.mean-sec .meansec-grp {
	display: flex;
	justify-content: center;
	width: 100%;
}

.mean-sec .meansec-grp .mean-sec-left {
	width: 70%;
	padding: 200px 0 200px 0;
	max-width: 470px;
	margin: 0 auto;
	position: relative;
}

.mean-sec .meansec-grp .mean-sec-left .mean-sec-content {
	position: relative;
	width: 100%;
}

.mean-sec .meansec-grp .mean-sec-left .mean-sec-content h2 {
	color: #FFF;
	margin-bottom: 32px;
}

.mean-sec .meansec-grp .mean-sec-left .mean-sec-content span {
	display: block;
	font-weight: 400;
	font-size: 23px;
	line-height: 34.37px;
	color: #55A0FB;
	margin-bottom: 24px;
}

.mean-sec .meansec-grp .mean-sec-left .mean-sec-content p {
	color: #FFF;
}

.mean-sec .meansec-grp .mean-sec-left .mean-sec-content .btnbox {
	display: flex;
	margin-top: 72px;
}

.mean-sec .meansec-grp .mean-sec-left .mean-sec-content .btnbox a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #43BEAD;
	border-radius: 100px;
	padding: 16px 28px;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all ease-in-out 0.3s;
}

.mean-sec .meansec-grp .mean-sec-left .mean-sec-content .btnbox a:hover {
	background: #55A0FB;
}

.mean-sec .meansec-grp .mean-sec-right {
	width: 30%;
	position: relative;
}

.mean-sec .meansec-grp .mean-sec-right .mean-sec-img {
	display: flex;
	width: 30vw;
	float: left;
	position: relative;
	height: 100%;
}

.mean-sec .meansec-grp .mean-sec-right .mean-sec-img::after {
	content: '';
	display: block;
	padding-top: 100%;
}

.mean-sec .meansec-grp .mean-sec-right .mean-sec-img .desktop {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.cost-sec {
	position: absolute;
	right: 25%;
	top: 50%;
	transform: translateY(-50%);
}

.cost-grp {
	background: #FFF;
	border-radius: 20px;
	padding: 40px 48px;
	max-width: 450px;
}

.cost-grp .cost-top {
	margin-bottom: 48px;
	background: #E7E7EB;
	padding: 16px;
	border-radius: 14px;
}

.cost-grp .cost-top span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 26.59px;
	text-align: center;
	color: #000;
	margin-bottom: 8px;
}

.cost-grp .cost-top strong {
	display: block;
	font-weight: 700;
	text-align: center;
}

.full-cost-sec {
	margin-bottom: 20px;
}

.full-cost-sec h1 {
	text-align: center;
	font-weight: 600;
	font-size: 60px;
	line-height: 67.07px;
	letter-spacing: -1.25px;
	text-align: center;
	vertical-align: middle;
	color: #3273C3;
	margin-bottom: 12px;
}

.cost-grp .full-cost-sec>p {
	font-weight: 700;
	font-size: 18px;
	line-height: 26.59px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.vs-sec {
	margin: 48px 0;
}

.vs-sec span {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 26.59px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.vs-sec span::after {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	width: 95px;
	height: 1px;
	background: #E7E7EB;
	content: '';
}

.vs-sec span::before {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	width: 95px;
	height: 1px;
	background: #E7E7EB;
	content: '';
}

.cost-grp p {
	margin-top: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26.59px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}


.footer-wrap {
	width: 100%;
	padding: 96px 0 56px;
}

.footer-wrap .footer-grp {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 64px;
}

.footer-wrap .footer-grp .footer-left {
	position: relative;
	width: 30%;
}

.footer-wrap .footer-grp .footer-left .f-logo {
	display: block;
}

.footer-wrap .footer-grp .footer-left .f-logo a {
	display: flex;
	height: 50px;
}

.footer-wrap .footer-grp .footer-left .f-logo a img {
	width: auto;
	height: 100%;
}

.footer-wrap .footer-grp .footer-right {
	width: 70%;
	display: flex;
	align-items: flex-start;
	gap: 112px;
	justify-content: flex-end;
}

.footer-wrap .footer-grp .footer-right .footer-address {
	position: relative;
}

.footer-wrap .footer-grp .footer-right .footer-address span {
	display: block;
	font-size: 18px;
	color: #AAA9AB;
	line-height: 26.59px;
	font-weight: 700;
	margin-bottom: 16px;
}

.footer-wrap .footer-grp .footer-right .footer-address a {
	display: flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #000;
}

.footer-wrap .footer-grp .footer-right .contact-sec {
	position: relative;
}

.footer-wrap .footer-grp .footer-right .contact-sec span {
	display: block;
	font-size: 18px;
	color: #AAA9AB;
	line-height: 26.59px;
	font-weight: 700;
	margin-bottom: 16px;
}

.footer-wrap .footer-grp .footer-right .contact-sec a {
	display: flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #000;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-top: 1px solid #E7E7EB;
	padding: 64px 0 0;
}

.footer-bottom .bottom-left {
	position: relative;
}

.footer-bottom .bottom-left ul {
	display: flex;
	align-items: center;
	gap: 24px;
}

.footer-bottom .bottom-left ul li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

.footer-bottom .bottom-left ul li:not(:first-child)::before {
	position: absolute;
	content: '';
	left: -12px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #AAA9AB;
	transform: rotate(10deg);
}

.footer-bottom .bottom-left ul li a {
	display: flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #AAA9AB;
}

.footer-bottom .bottom-right {
	position: relative;
}

.footer-bottom .bottom-right span {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-align: right;
	color: #AAA9AB;
}
.google-slider .swiper-slide{ width:432px; }