@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
 
 
 
body {
	background-color:#fff;
	color:#777;
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
} 

.pr-0 {
	padding-right:0 !important;
}
.pl-0 {
	padding-left:0;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
a {
	color:#023e81;
	text-decoration:none;
}
a:hover {
	color:#222;
	text-decoration:none;
}

 
.vm-btn, .btn-primary {
	font-family: 'Noto Serif', sans-serif;
	background-color:transparent;
	color:#212529;
	text-transform:capitalize;
	font-weight:600;
	font-size:15px;
	padding:15px 20px;
	display:inline-block;
	min-width:150px;
	text-align:center;
	border-radius:0 !important;
	border:1px solid #212529;
}
.vm-btn:hover, .btn-primary:hover {
	font-family: 'Noto Serif', sans-serif;
	background-color:transparent;
	color:#fe2400;
	text-transform:capitalize;
	font-weight:600;
	font-size:15px;
	padding:15px 20px;
	min-width:150px;
	text-align:center;
	border-radius:0 !important;
	border-color:#fe2400;
}

.btn:hover>.btn-icon, .btn-outline-2:hover>.btn-icon {
    animation: MoveRight 1s infinite;
}

@keyframes MoveRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5px);
    }
}


p, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.5px;
}
h1 {
    font-size:42px;
    line-height: 44px;
    margin: 0 0 32px 0;
	color:#212529;
	font-weight:700;
}

.main-title h1 {
	font-size:40px;
	line-height:50px;
	margin-bottom:30px;
	margin-top:0;
	color:#212529;
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
}
.white {
	color:#ffffff !important;
}
.blue-bg {
	background:#023e81;
	padding:60px 15px;
	margin-bottom:60px;
}
.white-bg {
	background:#fff;
	padding:60px 15px;
	margin-bottom:60px;
}
.sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	margin-bottom:50px;
	padding-bottom:50px;
}
hr {
	width:100%;
	height:1px;
	background:#193852;
	border:0;
}
.db-bg {
	background: #091B2A;
}


.btn-icon {
    color: #fe2400;
}

.kh-r h2, .kh-gp h2, .kh-eps h2{
	color:#000;
}




@media (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1140px;
    }
}

