@font-face {
	font-family: "KiaSignatureFix";
	font-style: normal;
	font-weight: 100;
	src: url(../../../fonts/KiaSignatureFixLight.woff2) format("woff2"), url(../../../fonts/KiaSignatureFixLight.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: "KiaSignatureFix";
	font-style: normal;
	font-weight: 400;
	src: url(../../../fonts/KiaSignatureFixRegular.woff2) format("woff2"), url(../../../fonts/KiaSignatureFixRegular.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: "KiaSignatureFix";
	font-style: normal;
	font-weight: 700;
	src: url(../../../fonts/KiaSignatureFixBold.woff2) format("woff2"), url(../../../fonts/KiaSignatureFixBold.woff) format("woff");
	font-display: swap
}

body {
	color: #292929;
	font-family: "KiaSignatureFix", sans-serif;
}

html {
	font-size: 16px;
	height: 100%;
	scroll-behavior: smooth;
}

h2 {
	font-size: 22px;
	font-weight: 700;
}

h1 {
	font-size: 1.4rem;
	font-weight: 700;
}

a {
	color: #000000;
	text-decoration: none;
	transition: all 0.4s;
}

a:focus,
a:hover {
	color: #05141f;
	text-decoration: none;
	transition: all 0.4s;
	/* text-decoration: underline; */
}

button {
	display: inline-block;
	outline: none;
	border: 0;
}

button:focus {
	outline: 0;
}

.p-r {
	position: relative;
}

.p-a {
	position: absolute;
}
.p-c {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
:root {
	scroll-padding-top: 50px;
}

.fixed-top {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.icon-menu {
	display: none;
	padding-top: 0;
	padding-left: 20px;
	cursor: pointer;
}

.icon-menu img {
	width: 30px;
}

.loading-blink {
	position: relative;
}

/***  mb menu start ****/
.topmenu-ps-r {
	position: relative;
}

.menu-mb-fr {
	position: absolute;
	top: 59px;
	left: 0;
	right: 0;
	/* border: 1px solid #dbdbdb; */
	z-index: 3;
	background-color: #05141f;
	opacity: 0;
	max-height: 0;
	transition: all 0.4s;
	overflow: hidden;

}

.menu-mb-fr.open {
	max-height: 1000px;
	opacity: 1;
	transition: all 0.4s;
	left: 0;
	padding: 50px 0;
}

.menu-mb-fr ul {
	padding: 0;
	margin: 0;
}

.menu-mb-fr ul li {
	padding: 8px 40px;
	font-size: 18px;
	line-height: 2;
	border-left: 1px solid #fff;
	margin-left: 50px;
	list-style-type: none;
}

.menu-mb-fr ul li a {
	color: #fff;
	text-decoration: none;
}

.menu-mb-fr ul li:hover {
	border-left: 5px solid #fff;
	padding-left: 35px;
}

.aside-close {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: .5;
	display: none;
}

.aside-close.open {
	display: block;
}

/***  mb menu end ****/

.fr-top {
	padding-top: 80px;
}

.main-header {
	border-bottom: 1px solid #ccc !important;
	position: fixed;
	top: 0;
	z-index: 20;
	background-color: #fff;
	height: 80px;
}

.container-full {
	margin: auto;
	max-width: 1920px;
}

/* Topmenu bar start */
.top-flex {
	display: flex;
	padding-top: 20px;
}

.top-flex ul {
	text-align: center;
	margin-left: -40px;
	margin-bottom: 0;
}

.top-flex .menu-text {
	flex: 1;
	text-align: right;
	padding-right: 20px;
}

.top-flex .menu-logo {
	flex: 0 0 250px;
	text-align: center;
	padding: 10px 0 13px 0;
}

.top-flex .menu-logo img {
	width: 100px;
}

.top-flex ul li {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 2px solid #ffbb0000;
	color: #05141f;
	/* font-weight:600; */
}

.top-flex ul li a {
	color: #1a1a1a;
}

.top-flex ul li a:hover {
	color: #1a1a1a;
}

/* Topmenu bar end */

.float-link-fr {
	position: fixed;
	top: 360px;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.4s;
}

.float-linkbox {
	/* width: 100%; */
	margin: auto;
	position: relative;
}

.float-link {
	position: absolute;
	top: 0;
	right: -2px;
	/* right: 20px; */
	z-index: 1;
}

.link-btn {
	width: 60px;
	height: 150px;
	background: url(../img/float-linkbox.png);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

.link-btn:hover {
	width: 60px;
	height: 160px;
	background: url(../img/float-linkbox-hover.png);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

/* gototop start */
.gototop {
	position: fixed;
	z-index: 2;
	right: 12px;
	bottom: 30px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	transition: all 0.5s;
	text-align: center;
	background-color: #131e29;
	display: none;
	padding: 0 10px;
}

.gototop img {
	width: 15px;
}

/* gototop end */


/* footer bar start */
footer {
	background: #000;
}

.footer-text {
	text-align: center;
	padding: 10px;
	color: #fff;
}

/* footer bar end */

@media (max-width: 1770px) {}


@media (max-width: 1400px) {}


@media (max-width: 1200px) {}

@media (max-width: 992px) {
	.top-flex .menu-logo {
		padding: 0;
	}

	.menu-text ul {
		display: none;
	}

	.main-header {
		height: 60px;
	}

	.icon-menu {
		display: block;
	}

	.fr-top {
		padding-top: 50px;
	}
}

@media (max-width: 768px) {}

@media (max-width: 576px) {}

@media (max-width: 376px) {}