body{
	margin:0;
	padding:0;
	color:#4a4a4a;
	line-height: 1.63;
	font-size:15px;
	font-family: metropolis-regular;
	}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}	
@font-face {
    font-family: 'metropolis-regular';
    src: url('../fonts/metropolis-regular-webfont.woff') format('woff'),
         url('../fonts/metropolis-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brume';
    src: url('../fonts/Brume-Regular.woff') format('woff'),
         url('../fonts/Brume-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.woff') format('woff'),
         url('../fonts/BebasNeue-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-Medium';
    src: url('../fonts/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/Metropolis-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media (max-width:991px) {
body {
	font-size: 14px;
}
}
@media (max-width:575px) {
body {
	font-size: 13px;
}
}
	
/*****Common CSS*******/
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0;
	padding:0;
}
a, a:hover{
	text-decoration:none;
}
p{
	margin:0;
	padding:0;
}	
img{
	max-width:100%;
}
ul, li{
	margin:0;
	padding:0;
	list-style-type:none;
}
button, a, button:active, a:active {
	outline: none !important;
}
/*****Common Heading CSS*******/
.hd-typ1 {
	font-family: 'Brume-Regular';
    font-size: 40px;
    line-height: 1.4;
    color: #0028a7;
    letter-spacing: .5px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    max-width: 760px;
    margin: auto;
    position: relative;
}
.hd-typ1:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background-image: url(../images/bottom_line.png);
    width: 80px;
    height: 11px;
}
.hd-typ2 {
	font-family: 'Brume-Regular';
	font-size: 16px;
	line-height: 1.63;
	color: #4a4a4a;
	margin-bottom: 10px;
}
.hd-typ4 {
    font-family: 'brume';
    font-size: 60px;
    line-height: 70px;
    font-weight: normal;
    color: #0028a7;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}
.hd-typ4:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13px;
    background-image: url(../images/hd-line-blue.svg);
    width: 80px;
    height: 11px;
}
@media (max-width:767px) {
.hd-typ1 {
	font-size: 24px;
	margin-bottom: 15px;
}
.hd-typ2 {
	font-size: 15px;
}
.hd-typ4 {
    font-size: 50px;
    line-height: 55px;
}
}
@media (max-width:575px) {
.hd-typ1 {
	font-size: 20px;
	margin-bottom: 15px;
}
.hd-typ2 {
	font-size: 14px;
}
.hd-typ4 {
    font-size: 40px;
    line-height: 45px;
}
}

/*****Common Button CSS*******/
.btn-typ1 {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #002d5f;
	background-color: #ffe600;
	min-width: 166px;
	padding: 14px 40px 13px;
	border-radius: 0 8px 0 8px ;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.27);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.btn-typ1:hover {
	color: #ffe600;
	background-color: #002d5f;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.btn-typ1.btn-no-shadow {
	box-shadow: none;
}
.btn-typ2 {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #ffffff;
	background-color: #002d5f;
	min-width: 166px;
	padding: 18px 40px 17px;
	border-radius: 25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.btn-typ2:hover {
	color: #000000;
	background-color: #ffe600;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
/*****Common Link CSS*******/
.link-typ1{
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #002d5f;
	text-decoration: underline;
}
.link-typ1:hover{
	color: #333333;
	text-decoration: underline;
}

/*****Header*******/
.topbar {
	position: relative;
	min-height: 60px;
}
@media (max-width: 767px) {
    .topbar {
        min-height: 70px;
        text-align: center;
    }
}
.topbar img{
	max-width: 248px;
	margin: 11px 0;
}
@media (max-width: 991px) {
    .topbar .logo img {
        max-height: 130px;
    }
}
@media (max-width: 767px) {
    .topbar img {
        max-width: 198px;
        margin: 18px 0px;
    }
}

/*****Midbar*******/
.midbar-section {
    /* padding-bottom: 39%;
    background: url(../images/banner.png) no-repeat center center;
    background-size: contain;
    position: relative; */
    background-size: cover;
    position: relative;
	text-align: center;
}
.section-margin{
	margin: 100px 0;
}
.image-section{
	margin-top: 100px;
}
/*****Content Section3*******/
.white-section {
	margin: 85px 0 80px;
	background-color: #ffffff;
	text-align: center;
}
.white-section .feature-content {
	max-width: 700px;
	margin: 0 auto 50px;
}
.summary-content{
	max-width: 850px;
	margin: 0 auto 50px;
}
.grid-box {
	background-color: #f7f6f6;
	box-shadow: none;
	border-radius: 5px;
	margin: 24px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.grid-box:hover {
	box-shadow: 0 0 24px 0 rgba(161, 161, 161, 0.5);
	-webkit-box-shadow: 0 0 24px 0 rgba(161, 161, 161, 0.5);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.grid-image {
	position: relative;
}
/*.grid-image:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.grid-box:hover .grid-image:after {
	opacity: 0.82;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}*/
.grid-image img {
	border-radius: 5px 5px 0 0;
	aspect-ratio: 374 / 245;
	object-fit: cover;
}
.grid-image .link-typ1 {
	display: none;
	text-decoration: none !important;
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0;
    line-height: 245px;
    transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.grid-box:hover .grid-image .link-typ1 {
	display: block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.grid-content {
	padding: 21px;
}
.grid-content .grid-hd {
	display: block;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.94px;
	color: #002d5f;
	margin-bottom: 23px;
	position: relative;
	min-height: 50px;
}
.grid-content .grid-hd:after {
	content: "";
	width: 76px;
	height: 1px;
	background-color: #002d5f;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.grid-box:hover .grid-content .grid-hd:after {
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.grid-content .grid-hd span {
	display: block;
}
.grid-text {
	min-height: 120px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 25px;
	max-height: 110px;
    overflow-y: auto;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	width: 55px;
	height: 55px;
	font-size: 0;
	line-height: 0;
	border: 0;
	z-index: 1;
}
.slick-arrow.slick-prev {
	background:url(../images/left-arrow.svg) no-repeat;
	left: -72px;
}
.slick-arrow.slick-next {
	background:url(../images/right-arrow.svg) no-repeat;
	right: -72px;
}
.viewless {
	display: none;
}
.white-section .row.slider1 {
	margin-bottom: 10px;
}
@media (max-width:1299px) {
.slick-arrow.slick-prev {
	left: 10px;
}
.slick-arrow.slick-next {
	right: 10px;
}
}
@media (max-width:1194px) {
.grid-content .grid-hd {
	font-size: 14px;
	letter-spacing: 0.2px;
}
.slick-arrow.slick-prev {
	left: -55px;
}
.slick-arrow.slick-next {
	right: -55px;
}
}
@media (max-width:1099px) {
.slick-arrow.slick-prev {
	left: 10px;
}
.slick-arrow.slick-next {
	right: 10px;
}
.slick-arrow {
	top: 44%;
}
}
@media (max-width:767px) {
.white-section {
	margin: 45px 0 25px;
	min-height: 1px;
}
.grid-box {
	margin: 15px auto 10px;
	max-width: 373px;
}
.grid-box:hover {
	box-shadow: none;
}
}
@media (max-width:575px) {
.white-section {
	margin: 25px 0 30px;
}
.slick-arrow {
	width: 35px;
	height: 35px;
	background-size: contain !important;
}
.slick-arrow.slick-prev {
	left: 5px;
}
.slick-arrow.slick-next {
	right: 5px;
}
}

.grey-section {
	padding: 85px 0 80px;
	background-color: #f7f6f6;
	text-align: center;
}
.grey-section .grid-box{ background-color: #ffffff;}
/*****Footer Section*******/
.footer-bg {
	min-height: 329px;
	background-color: #0028a7;
	padding-top: 48px;
}
.footer-bg .ft-logo{
	text-align: center;
}
.footer-bg .ft-logo img{
	max-height: 80px;
}
.footer-bg .ft-head {
	margin-bottom: 26px;
    font-family: BebasNeue-Regular;
    font-size: 22px;
    line-height: 1.3;
    color: #ffffff;
    letter-spacing: 1.3px;
    text-align: center;
}
.footer-bg .ft-links {
	text-align: center;
}
.footer-bg .ft-links li {
	line-height: 2.14;
}
.footer-bg .ft-links li a {
	color: #ffffff;
	font-family: 'metropolis-regular';
    font-size: 14px;
}
.footer-bg .ft-links li a:hover{
	color: #1eb2ff;;
}
.footer-bg .ft-bottom {
	margin-bottom: 60px;
    margin-top: 45px;
}
/*****Footer*******/

.copyright {
	font-size: 14px;
	background-color: #1eb2ff;
	color: #ffffff;
	padding: 16px 0;
	text-align: center;
}

@media (max-width:767px) {
.footer-bg {
	min-height: 1px;
}
.footer-bg .ft-logo{
	margin-bottom: 20px;
}
.footer-bg .ft-head{
	margin-top: 50px;
}
.footer-bg{
	padding-top: 0;
}
.footer-hd {
    font-size: 20px;
    margin-bottom: 18px;
}
.footer {
	padding: 40px 0;
}
.footer .col-md-6 {
	text-align: center;
}
.footer-icons {
    width: 100%;
    float: none;
    margin-top: 20px;
}
}
@media (max-width:575px) {
.footer-hd {
    font-size: 17px;
}
.footer {
	padding: 30px 0;
}
}
/******Back to top*********/
.back-top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	-webkit-box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.75);
	background-color: #002a58;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 999;
}
.back-top:after {
	content: "";
	width: 11px;
	height: 11px;
	position: absolute;
	top: 16px;
	right: 14px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.special-offer-section{text-align: center; margin-bottom: 50px;}