@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
		url("fonts/Socialico/Socialico.woff2") format("woff2"),
		url("fonts/Socialico/Socialico.woff") format("woff"),
		url("fonts/Socialico/Socialico.ttf") format("truetype"),
		url("fonts/Socialico/Socialico.svg") format("svg");
}


@font-face {
	font-family: "adorable";
	src: url('./fonts/AdorableHandmade.woff2') format("woff2");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "dalgona";
	src: url('./fonts/Dalgona.woff2') format("woff2");
	font-style: normal;
	font-weight: 400;
}


@font-face {
	font-family: "hatsch";
	src: url('./fonts/HatschSans-regular.woff2') format("woff2");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "myriad";
	src: url('./fonts/MYRIADPRO-REGULAR.woff2') format("woff2");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "myriad";
	src: url('./fonts/MYRIADPRO-BOLD.woff2') format("woff2");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "myriad";
	src: url('./fonts/MYRIADPRO-SEMIBOLD.woff2') format("woff2");
	font-style: normal;
	font-weight: 600;
}

a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

span,
p,
h1,
h2,
h3 a,
label,
li {
	background-color: rgba(0, 0, 0, 0.005);
}

.cc-color-override-555409032 .cc-btn.cc-dismiss {
	color: rgb(255, 255, 255) !important;
	border-color: transparent !important;
	background-color: rgb(30, 111, 179) !important;
}


span {
	display: inline-block;
}


.btn {
	position: relative;
	max-width: 299px;
	width: 100%;
	height: 60px;
	background: linear-gradient(180deg, #FDA114 0%, #EF2219 100%);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001966;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease-in-out;
	z-index: -1;
}

.btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 25, 102, 0.35);
}

.btn:hover::before {
	transform: scaleX(1);
}

.btn span {
	position: relative;
	z-index: 1;
	transition: color 0.3s ease;
}


#footer .copyright .copy img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}


html {
	scroll-behavior: smooth;
}

img {
	-webkit-user-drag: none;
	/* Chrome, Safari */
	user-select: none;
	/* Prevents selecting the image */
}

body::-webkit-scrollbar {
	display: none;
	/* Hides the scrollbar */
}


*,
*::after,
*::before {
	box-sizing: border-box;
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

body {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: Arial;
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

/* 
.row {
	max-width: 1200px;
	margin: 0 auto
} */

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 20px auto
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}

.ctc-form input[type="text"],
.ctc-form input[type="email"],
.ctc-form input[type="tel"],
.ctc-form textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	width: 337px;
	height: 87px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 15px;
}

.ctc-form textarea {
	height: 120px;
	padding-top: 10px;
}

.ctc-form button {
	display: block;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

.ctc-hide {
	display: none;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}


#header nav a#pull {
	display: none
}

#header nav ul {
	margin: 0;
	padding: 0
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}


#header nav ul li.active-menu a,
#header nav ul li a:hover {
	color: #fff;
	font-weight: 700;
	background: linear-gradient(180deg, #FDA114 0%, #EF2219 100%);
	font: 700 22px "Roboto";
	line-height: 1.20em;
	border-radius: 50px;
	padding: 5px 15px;
}


#footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px
}


/*inner pages*/
.inner #content {
	min-height: 400px;
	padding: 40px 0
}

/*privacy policy*/
.inPrivacyBox {
	max-width: 850px;
	margin: 0 auto;
}

.inPrivacyBox p {
	text-align: justify !important;
}




/** Responsive
-------------------------------------------------------*/

/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/

#header {
	width: 100%;
	background: url("../images/assets/header-bg.png") no-repeat;
	background-size: cover;
	background-position: top;
	display: flex;
	flex-direction: column;
}


#header .row {
	max-width: 1810px;
	width: 100%;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-right: 70px;
	padding-left: 20px;

}

#header .row .logo {
	max-width: 470px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}


#header .row .logo>span {
	font: 500 20px "Roboto";
	color: #fff;
	letter-spacing: 0.100em;
	line-height: 30px;
	text-shadow: 7px 7px 4px rgba(0, 0, 0, 0.65);
	text-align: center;
}

#header .row .info {
	max-width: 1176px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: end;
}

#header .row .info .info-top {
	display: flex;
	max-width: 630px;
	width: 100%;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 40px;
}

#header .row .info .info-top .location {
	max-width: 300px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .row .info .info-top .location>span,
#header .row .info .info-top .email> a>span {
	font: 700 20px "Roboto";
	letter-spacing: -0.050em;
	line-height: 30px;
	color: #fff;
}



#header .row .info .info-top .email {
	max-width: 300px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .row .info .info-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 10px;
}

#header .row .info .info-bottom .nav-container {
	max-width: 830px;
	width: 100%;
}

#header .row .info .info-bottom .nav-container nav {
	width: 100%;
}

#header .row .info .info-bottom .nav-container nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

#header .row .info .info-bottom .nav-container nav ul li {
	font: 700 22px "Roboto";
	line-height: 1.20em;
	color: #fff;
}

#header .row .info .info-bottom>a {
	gap: 10px;
}

#header .row .info .info-bottom>a>span {
	font: 700 25px "Roboto";
	letter-spacing: -0.050em;
	line-height: 30px;
	color: #fff;
}

#banner {
	width: 100%;

}

#banner .row-top {
	width: 100%;
	max-width: 1354px;
	min-height: 460px;
	background: linear-gradient(90deg, #001966 0%, rgba(0, 25, 102, 0) 100%);
	margin: 0;
	margin-top: 10px;
	padding-left: 80px;

	padding-top: 36px;
	padding-bottom: 35px;
}

#banner .row-top>span {
	font: 700 25px "Roboto";
	line-height: 30px;
	color: #fff;
	text-align: start;
	width: 100%;
	padding-bottom: 27px;
}

#banner .row-top>h1 {
	font: 400 70px "dalgona";
	line-height: 80px;
	color: #fff;
	text-align: start;
}

#banner .row-top>p {
	font: 500 25px "Roboto";
	color: #fff;
	line-height: 30px;
	text-align: start;
	padding-bottom: 20px;
	padding-top: 10px;
	margin: 0;
}

#banner .row-top>a span {
	font: 800 18px "Montserrat";
	line-height: 1.20em;
	color: #fff;
}

#banner .features {
	max-width: 1206px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 90px;
	padding-left: 20px;
	padding-right: 20px;
}

#banner .features .cont {
	max-width: 218px;
	width: 100%;
	min-height: 122px;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: solid 4px #fff;
	border-radius: 10px;
}

#banner .features .cont span {
	font: 700 18px "Roboto";
	line-height: 30px;
	color: #FFF;
}

#servicesSection {
	width: 100%;
	padding: 0 20px;
}

#servicesSection .row {
	max-width: 1740px;
	width: 100%;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	padding-top: 100px;
	padding-bottom: 115px;
}

#servicesSection .row>span {
	font: 700 20px "Montserrat";
	letter-spacing: 0.2em;
	line-height: 30px;
	text-align: center;
	color: #F13718;
	padding-bottom: 32px;
}

#servicesSection .row>h2 {
	font: 400 70px "dalgona";
	line-height: 60px;
	color: #001966;
	text-align: center;
}


#servicesSection .row>p {
	font: 400 25px "Roboto";
	line-height: 30px;
	color: #111;
	text-align: center;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 30px;
}

#servicesSection .row .services {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

#servicesSection .row .services .cont {
	max-width: 425px;
	width: 100%;
	min-height: 493px;
	display: flex;
	flex-direction: column;
	border: solid 2px #32B3BA;
	border-radius: 5px;
	background-color: #EEE;
	padding: 10px;


}

#servicesSection .row .services .cont .image {
	max-width: 405px;
	width: 100%;
	min-height: 291px;
	margin: 0 auto;
	background-size: cover;
	border-radius: 5px;
}

#servicesSection .row .services .services1 .image {
	background: url("../images/assets/services-image1.jpg") no-repeat;
	background-position: center;
}

#servicesSection .row .services .services2 .image {
	background: url("../images/assets/services-image2.jpg") no-repeat;
	background-position: center;
}

#servicesSection .row .services .services3 .image {
	background: url("../images/assets/services-image3.jpg") no-repeat;
	background-position: center;
}

#servicesSection .row .services .services4 .image {
	background: url("../images/assets/services-image4.jpg") no-repeat;
	background-position: center;
}

#servicesSection .row .services .cont>span {
	font: 700 25px "Montserrat";
	letter-spacing: -0.050em;
	line-height: 30px;
	color: #111;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}

#servicesSection .row .services .cont>p {
	max-width: 403px;
	margin: 0 auto;
	font: 400 18px "Roboto";
	letter-spacing: -0.050em;
	line-height: 22px;
	text-align: center;
}

#aboutSection {
	width: 100%;
	background: url("../images/assets/about-bg.png")no-repeat;
	background-size: cover;
	margin-top: 200px;
	margin-bottom: -98px;
	z-index: 1;
	position: relative;

}

#aboutSection .row {
	display: flex;
	flex-direction: column;
	width: 100%;

	max-width: 1808px;
	margin: 0 auto;
	padding: 0 20px;

}

#aboutSection .row .inner-row {
	max-width: 1747px;
	width: 100%;
	margin: 0 auto;
	min-height: 716px;
	display: flex;
	overflow: hidden;
	border-radius: 20px;

	background-color: #EEE;
	margin-top: -200px;
}

#aboutSection .row .inner-row .left {
	max-width: 932px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 95px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#aboutSection .row .inner-row .left>span:first-child {
	font: 700 20px "Montserrat";
	line-height: 30px;
	letter-spacing: 0.2em;
	color: #F02A19;
	width: 100%;
	text-align: center;
	padding-bottom: 24px;
}

#aboutSection .row .inner-row .left>h2 {
	font: 400 60px "dalgona";
	line-height: 60px;
	color: #001966;
	text-align: center;

}


#aboutSection .row .inner-row .left>span:nth-child(3) {
	font: 500 25px "Roboto";
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #111;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 21px;
}

#aboutSection .row .inner-row .left>p {
	font: 400 22px "Roboto";
	line-height: 30px;
	color: #111;
	text-align: center;
	margin: 0;
}

#aboutSection .row .inner-row .left>p:nth-child(5) {
	padding-top: 25px;
	padding-bottom: 30px;

}

#aboutSection .row .inner-row .left>a {
	font: 800 18px "Montserrat";
	line-height: 1.20em;
	color: #FFF;
	margin: 0 auto;
}

#aboutSection .row .inner-row .right {
	max-width: 815px;
	width: 100%;
	background: url("../images/assets/about-right-bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

#aboutSection .row .bottom-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 128px;
	gap: 10px;
	padding-bottom: 225px;
}

#aboutSection .row .bottom-row .left {
	max-width: 1043px;
	width: 100%;

	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	padding: 10px;
	border-radius: 10px;
	padding-right: 40px;
	gap: 10px;
}

#aboutSection .row .bottom-row .left .main-video {
	max-width: 798px;
	width: 100%;
}

#aboutSection .row .bottom-row .left .main-video iframe {
	width: 100%;
	height: 464px;
	max-width: 798px;
	border-radius: 10px;
}

#aboutSection .row .bottom-row .left .thumbnails {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#aboutSection .row .bottom-row .right {
	max-width: 685px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#aboutSection .row .bottom-row .right>span {
	color: #FA9214;
	font: 700 20px "Montserrat";
	letter-spacing: 0.200em;
	line-height: 30px;
	width: 100%;
	text-align: start;

	padding-top: 38px;
}

#aboutSection .row .bottom-row .right>h2 {
	font: 400 70px "dalgona";
	line-height: 80px;
	color: #FFF;
	text-align: start;

	padding-top: 26px;
}

#aboutSection .row .bottom-row .right>p {
	font: 400 25px "Roboto";
	line-height: 30px;
	text-align: start;
	color: #FFF;
	margin-bottom: 0;
}

#aboutSection .row .bottom-row .right>a {
	font: 800 18px "Montserrat";
	line-height: 1.20em;
	color: #FFF;

	margin-top: 27px;
}

#reviewSection {
	width: 100%;
	background: url("../images/assets/reviews-bg.png") no-repeat;
	/* background-size: contain; */

	background-position: right bottom;
	z-index: 0;
	padding-bottom: 150px;
}

#reviewSection .row {
	max-width: 1754px;
	margin: 0 auto;
	padding-top: 180px;
	padding-left: 20px;
	padding-right: 20px;
}

#reviewSection .row>span {
	font: 700 20px "Montserrat";
	letter-spacing: 0.200em;
	line-height: 30px;
	color: #F02E18;
	width: 100%;
	text-align: start;
	padding-bottom: 25px;
}

#reviewSection .row>h2 {
	font: 400 70px "dalgona";
	color: #001966;
	line-height: 60px;
	width: 100%;
	text-align: start;
}

#reviewSection .row>p {
	font: 400 25px "Roboto";
	line-height: 30px;
	color: #111;
	width: 100%;
	text-align: start;
	padding-top: 30px;
	padding-bottom: 32px;

	margin: 0;
}

#reviewSection .row .reviews {
	max-width: 1428px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

#reviewSection .row .reviews .cont {
	max-width: 459px;
	width: 100%;
	min-height: 466px;
	border-radius: 20px;
	box-shadow: 7px 7px 22px rgba(0, 0, 0, 0.2);

	padding-top: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

#reviewSection .row .reviews .cont>p {
	font: 500 16px "Roboto";
	letter-spacing: 0.004em;
	line-height: 25px;
	color: #444;
	text-align: center;
	padding-top: 25px;
	margin: 0;
}

#reviewSection .row .reviews .cont span {
	font: 700 16px "Montserrat";
	line-height: 1.20em;
	padding-top: 31px;
	color: #FF5A26;
}

#reviewSection .row .reviews .reviews1>p {
	max-width: 383px;
	width: 100%;
	margin: 0 auto;
}

#reviewSection .row .reviews .reviews2>p,
#reviewSection .row .reviews .reviews3>p {
	max-width: 368px;
	width: 100%;
	margin: 0 auto;
}

#reviewSection .row .reviews .reviews3>span {
	padding-top: 75px;
}

#policySection {
	width: 100%;
	min-height: 1034px;
	background: url("../images/assets/policy-bg.png") no-repeat;
	background-size: contain;
	background-position: 0 175%;
	margin-bottom: -150px;
}

#policySection .row {
	max-width: 1615px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	gap: 10px;
}

#policySection .row .left {
	max-width: 785px;
	width: 100%;
	min-height: 490px;
	background-color: transparent;
	border: solid 2px #BBB;
	padding-left: 47px;
	border-radius: 30px;
	padding-top: 54px;
}

#policySection .row .left>h3 {
	font: 900 50px "Roboto";
	line-height: 60px;
	color: #001966;
	padding-bottom: 15px;
	width: 100%;
	text-align: start;
}

#policySection .row .left>p {
	font: 500 20px "Roboto";
	line-height: 0.007em;
	line-height: 30px;
	color: #111;
	text-align: start;
	max-width: 700px;
	margin: 0;
	margin-bottom: 25px;
}

#policySection .row .right {
	max-width: 754px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}

#policySection .row .right .refund,
#policySection .row .right .privacy {
	background-color: transparent;
	max-width: 752px;
	width: 100%;
	min-height: 232px;
	border: solid 2px #BBB;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 50px;
}


#policySection .row .right .refund p {
	font: 500 20px "Roboto";
	letter-spacing: 0.007em;
	line-height: 34px;
	color: #111;
	text-align: start;
	margin: 0;
	width: 100%;
}

#policySection .row .right .refund h3,
#policySection .row .right .privacy h3 {
	font: 900 50px "Roboto";
	color: #001966;
	width: 100%;
	text-align: start;
}



#policySection .row .right .privacy p {
	font: 500 20px "Poppins";
	letter-spacing: 0.007em;
	line-height: 30px;
	color: #111;
	text-align: start;
	margin: 0;
}


#footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: url("../images/assets/footer-bg.png") no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;

}

#footer .row {
	max-width: 1786px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 95px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer .row .top-row {
	width: 100%;
	border: solid 2px #001A66;
	border-radius: 20px;
	display: flex;
	flex-direction: column;

	padding-top: 50px;
	padding-bottom: 45px;
	background-color: #FFF;
	margin-top: -320px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer .row .top-row>h2 {
	font: 400 60px "dalgona";
	color: #111;
	line-height: 60px;
	text-align: center;
}

#footer .row .top-row>span {
	font: 400 22px "Roboto";
	color: #202020;
	line-height: 40px;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

#footer .row .top-row .accordion {
	padding-top: 30px;
	max-width: 1542px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#footer .row .top-row .accordion .cont {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #EEE;
	border-radius: 5px;
}

#footer .row .top-row .accordion .cont .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 26px;
	padding-right: 38px;
	min-height: 66px;
}

#footer .row .top-row .accordion .cont .top>span {
	display: inline-block;
}

#footer .row .top-row .accordion .cont .top>span:first-child {
	font: 400 25px "Roboto";
}

#footer .row .top-row .accordion .cont .top>span:last-child {
	font: 700 30px "Roboto";
	line-height: 47px;
	color: #1F1F1F;
}

#footer .row .top-row .accordion .cont .bottom {
	max-height: 0;
	overflow: hidden;
	padding: 0 26px;
	transition: max-height 0.35s ease, padding 0.35s ease;
}

#footer .row .top-row .accordion .cont .bottom p {
	padding: 20px 0;
	margin: 0;
	text-align: start;
	font: 400 16px "Poppins";
}

#footer .row .top-row .accordion .cont .top {
	cursor: pointer;
}

#footer .row .top-row .accordion .cont .top>span:last-child {
	transition: transform 0.3s ease;
}

#footer .row .top-row .accordion .cont.active .top>span:last-child {
	transform: rotate(135deg);
}


#footer .row .bottom-row {
	margin-top: 140px;
	max-width: 1489px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-left: 40px;
}


#footer .row .bottom-row .left {
	max-width: 566px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#footer .row .bottom-row .left>img {
	max-width: 272px;
	height: 271px;
	margin: 0 auto;
}

#footer .row .bottom-row .left>p {
	font: 400 20px "Roboto";
	color: #FFF;
	letter-spacing: -0.050em;
	line-height: 30px;
}

#footer .row .bottom-row .right {
	max-width: 788px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding-top: 56px;
}

#footer .row .bottom-row .right .contact {
	max-width: 424px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 46px;

}

#footer .row .bottom-row .right .contact>span,
#footer .row .bottom-row .right .business>span {
	font: 700 25px "Montserrat";
	line-height: 30px;
	color: #FFF;
	width: 100%;
	text-align: start;
}

#footer .row .bottom-row .right .contact .phone,
#footer .row .bottom-row .right .contact .email,
#footer .row .bottom-row .right .contact .location {
	width: 100%;
	display: flex;
	gap: 20px;
}

#footer .row .bottom-row .right .contact .phone .info,
#footer .row .bottom-row .right .contact .email .info,
#footer .row .bottom-row .right .contact .location .info {
	max-width: 332px;
	width: 100%;
	display: flex;
	flex-direction: column;

}

#footer .row .bottom-row .right .contact .phone .icon,
#footer .row .bottom-row .right .contact .email .icon,
#footer .row .bottom-row .right .contact .location .icon {
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(-180deg, #EE1219 0%, #FCA814 100%);
	border-radius: 10px;
}

#footer .row .bottom-row .right .contact .phone .info>span:first-child,
#footer .row .bottom-row .right .contact .email .info>span:first-child,
#footer .row .bottom-row .right .contact .location .info>span:first-child {
	width: 100%;
	text-align: start;
	font: 700 20px "Montserrat";
	line-height: 30px;
	letter-spacing: 0.3em;
	color: #F02918;
}

#footer .row .bottom-row .right .contact .phone .info>a,
#footer .row .bottom-row .right .contact .email .info>a,
#footer .row .bottom-row .right .contact .location .info>span:last-child {
	font: 400 25px "Roboto";
	letter-spacing: -0.050em;
	line-height: 30px;
	text-align: start;
	color: #fff;

}

#footer .row .bottom-row .right .business {
	max-width: 320px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 46px;

}

#footer .row .bottom-row .right .business .contents {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

#footer .row .bottom-row .right .business .contents .days>span,
#footer .row .bottom-row .right .business .contents .time>span {
	width: 100%;
	text-align: start;
	font: 400 18px "Roboto";
	line-height: 45px;
	color: #FFF;
}

#footer .row .bottom-row .right .business .contents .days {
	max-width: 116px;
	width: 100%;
	display: flex;
	flex-direction: column;


}

#footer .row .bottom-row .right .business .contents .time {
	max-width: 171px;
	width: 100%;
	display: flex;
	flex-direction: column;

}

#footer .nav-container {
	background-color: #001A66;
	width: 100%;
	min-height: 63px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

#footer .nav-container nav {
	max-width: 795px;
	margin: 0 auto;
	width: 100%;


}


#footer .nav-container nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#footer .nav-container nav ul li {
	list-style: none;
	font: 500 18px "Montserrat";
	line-height: 1.20em;
	color: #FFF;
}

#footer nav ul li.active-menu a,
#footer nav ul li a:hover {
	font-weight: 700;
}


#footer .copyright {
	width: 100%;
	min-height: 55px;
	background: linear-gradient(90deg, #EE1219 0%, #FCA814 100%);
	padding: 0 20px;
}

#footer .copyright .copy {
	text-align: center;
	font: 400 22px "Roboto";
	line-height: 30px;
	letter-spacing: 0.036em;
	color: #FFF;
}

#content~footer #footer .row .top-row {
	display: none;
}


.about #content {
	width: 100%;
	background: url(../images/assets/policy-bg.png) no-repeat;
	background-size: contain;
	background-position: 0 100%;

	margin-bottom: -150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 500px;
}

#content .about-row {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;

}

#content .about-row>span:first-child,
#content .about-row>span:nth-child(2) {
	width: 100%;
	text-align: start;
}



#content .about-row>span:first-child {
	font: 400 70px "dalgona";
}

#content .about-row>span:nth-child(2) {
	font: 400 20px "Roboto";
	padding-left: 20px;
}

#content .about-row .lyn {
	max-width: 800px;
	width: 100%;
	display: flex;
	padding-bottom: 40px;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	padding-top: 20px;
	margin: 0 auto;
}

#content .about-row .lyn p {
	text-align: start;
	font: 400 20px "Roboto";
}

#content .about-row .video-wrapper video {
	max-width: 1150px;
	border-radius: 20px;

}

#content .about-row>.images {
	background-color: #FFF;
	padding: 10px;
	border-radius: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}


#content .about-row .images>.preview-image {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#content .about-row .images>.preview-image .cont {
	max-width: 386px;
	width: 100%;
	min-height: 220px;

	background-position: bottom;
	border-radius: 20px;
}

#content .about-row .images>.preview-image .cont:first-child {
	background: url('../images/assets/gall1.jpg') no-repeat;
	background-size: cover;
	background-position: bottom;
}

#content .about-row .images>.preview-image .cont:nth-child(2) {
	background: url("../images/assets/gall2.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
}

#content .about-row .images>.preview-image .cont:last-child {
	background: url("../images/assets/gall3.jpg") no-repeat;
	background-size: contain;
}


.gallery #content,
.services #content {
	width: 100%;
	background: url(../images/assets/policy-bg.png) no-repeat;
	background-size: contain;
	background-position: 0 100%;

	margin-bottom: -180px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 500px;

}

.gallery #content .row h1,
.reviews #content h1,
.services #content h1,
.blog #content h1,
.blog1 #content h1,
.blog2 #content h1,
.contact #content h1 {
	font: 400 70px "dalgona";
	padding-bottom: 20px;
}

.gallery~footer #footer .row .top-row,
.reviews~footer #footer .row .top-row,
.about~footer #footer .row .top-row,
.services~footer #footer .row .top-row,
.blog~footer #footer .row .top-row,
.blog1~footer #footer .row .top-row,
.blog2~footer #footer .row .top-row,
.contact~footer #footer .row .top-row {
	display: none;
}


.about #content {
	padding-bottom: 300px;
}

.gallery .img-responsive {
	width: 300px;
	height: 300px;
	object-fit: cover;
}


.reviews #content .sk-ww-google-reviews {
	border: none;
}

.reviews #content {
	padding-left: 20px;
	padding-right: 20px;
}


/* .services #content .services-features .row .services {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
} */

.services #content .services-features {
	max-width: 1740px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.services #content .services-features .cont {
	max-width: 425px;
	width: 100%;
	min-height: 493px;
	display: flex;
	flex-direction: column;
	border: solid 2px #32B3BA;
	border-radius: 5px;
	background-color: #EEE;
	padding: 10px;


}

.services #content .services-features .cont .image {
	max-width: 405px;
	width: 100%;
	min-height: 291px;
	margin: 0 auto;
	background-size: cover;
	border-radius: 5px;
}

.services #content .services-features .services1 .image {
	background: url("../images/assets/services-image1.jpg") no-repeat;
	background-position: center;
}

.services #content .services-features .services2 .image {
	background: url("../images/assets/services-image2.jpg") no-repeat;
	background-position: center;
}

.services #content .services-features .services3 .image {
	background: url("../images/assets/services-image3.jpg") no-repeat;
	background-position: center;
}

.services #content .services-features .services4 .image {
	background: url("../images/assets/services-image4.jpg") no-repeat;
	background-position: center;
}

.services #content .services-features .cont>span {
	font: 700 25px "Montserrat";
	letter-spacing: -0.050em;
	line-height: 30px;
	color: #111;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}

.services #content .services-features .cont>p {
	max-width: 403px;
	margin: 0 auto;
	font: 400 18px "Roboto";
	letter-spacing: -0.050em;
	line-height: 22px;
	text-align: center;
}

.blog #content {
	width: 100%;
}

.blog #content .row {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	gap: 10px;
	padding-left: 20px;
	padding-right: 20px;

}

.blog #content .row .blog1 {
	max-width: 290px;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: solid 2px #000;
	overflow: hidden;
	transition: border-color 0.3s ease;
}

.blog #content .row a:hover .blog1 {
	border-color: #32B3BA;
}

.blog #content .row .blog1 .top {
	width: 100%;
	max-width: 100%;
	background: url("../images/assets/blog-image1.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
	min-height: 220px;
}

.blog #content .row .blog1 .bot {
	padding: 28px 24px 25px;
}

.blog #content .row .blog1 .bot p:first-child {
	font: 700 22px "Roboto";
	text-align: start;
	transition: color 0.3s ease;
}

.blog #content .row .blog1 .bot p:last-child {
	font: 400 18px "Roboto";
	text-align: start;
	transition: color 0.3s ease;
}

.blog #content .row a:hover .blog1 .bot p:first-child,
.blog #content .row a:hover .blog1 .bot p:last-child {
	color: #32B3BA;
}

.blog #content .row .blog1 .top1 {
	width: 100%;
	max-width: 100%;
	background: url("../images/assets/blog-image2.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
	min-height: 220px;
}


.blog1 #content .row {
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
	border: solid 1px #000;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}

.blog1 #content .row>p:first-child {
	font: 700 22px "Roboto";
	text-align: start;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.blog1 #content .row>.inner-image {

	margin: 0 auto;
	min-height: 1325px;
	background: url("../images/assets/blog-inner-image1.jpg") no-repeat;
	background-size: contain;
	background-position: center;
}

.blog1 #content .row>p:last-child {
	font: 400 18px "Roboto";
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	text-align: start;
	padding-bottom: 30px;
	padding-top: 15px;
}




.blog2 #content .row {
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
	border: solid 1px #000;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}

.blog2 #content .row>p:first-child {
	font: 700 22px "Roboto";
	text-align: start;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.blog2 #content .row>.inner-image {

	margin: 0 auto;
	min-height: 1325px;
	background: url("../images/assets/blog-inner-image3.jpg") no-repeat;
	background-size: contain;
	background-position: center;
}

.blog2 #content .row>p:last-child {
	font: 400 18px "Roboto";
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	text-align: start;
	padding-bottom: 30px;
	padding-top: 15px;
}




.blog1 .inner-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 20px;
}

.blog-content h2 {
	font-size: 22px;
	margin-bottom: 15px;
	text-align: start;
}

.blog-content h3 {
	font-size: 17px;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: start;
}

.blog-content p {
	line-height: 1.6;
	margin-bottom: 12px;
	text-align: start;
}

.blog-content ul {
	list-style: disc;
	padding-left: 22px;
	margin-bottom: 15px;
	text-align: start;
}

.blog-content ul li {
	margin-bottom: 12px;
	line-height: 1.6;
	text-align: start;
}

.blog-content strong {
	text-align: start;
}

.contact #content {
	width: 100%;
	padding: 0 20px;
}

.contact #content .row {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	gap: 10px;
}

.contact #content .row form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.contact #content .row .nameAndlocation,
.contact #content .row .emailAndPhone {
	display: flex;
	justify-content: space-between;
	gap: 10px;

}

.contact #content .row .nameAndlocation label,
.contact #content .row .emailAndPhone label {
	width: 100%;
}

.ctc-form textarea {
	height: 220px;
}

.ctc-form .btn {
	border: none;
}

.ctc-form .btn>span {
	font: 800 18px "Montserrat";
	line-height: 1.20em;
	color: #fff;
}

#g-recaptcha-response {
	display: none !important;
}