body{
	overflow-x: hidden;
}

/* ====================  section  ===================== */

.section{
	position: relative;
}
.section .secHead{
	display: inline-flex;
	align-items: center;
	padding: 30px 50px;
	color:#fff;
	font-weight: bold;
	background-color: #b2d1eb;
	border-radius: 0 0 30px 30px;
	margin: 0 auto 50px;
}
.section .bg{
	position: absolute;
	width:100%;
	height: 100%;
	z-index: -1;
}
.section .secTitle{
	font-size: 70px;
	font-weight: bold;
	line-height: 60px;
}
.section .secTitleS{
	font-size: 25px;
	font-weight: bold;
	line-height: 20px;
	padding: 15px 10px;
	margin-left: 50px;
	border-bottom: 3px #fff solid;
}
.section .secDesc{
	font-size: 18px;
	margin-bottom: 20px;
}
.section .sRadius{
	position: absolute;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: -1;
}
.section .sRadius.top{
    top: 0px;
}
.section .sRadius.bottom{
    bottom: -100px;
}
.section .sRadius.top .ins {
    position: absolute;
    width: 110%;
    height: 200px;
    left: -5%;
    top: 40px;
    border-radius: 50% 50% 0 0;
    box-shadow: 0 -15px 15px rgb(0 0 0 / 10%);
}
.section .sRadius.bottom .ins {
    position: absolute;
    width: 110%;
    height: 200px;
    left: -5%;
    bottom: 40px;
    border-radius: 0 0 50% 50%;
    box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
}

/* ====================  pageHead  ===================== */

.allpageBanner{
	height: 140px;
}
.allpageBanner .desktop-banner {
	display: block !important;
	height:300px;
	background: url('../../images/pageBanner.png');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* .mobile-banner .mbcell{
	display: none;
} */

.pHead{
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	padding: 0 30px;
	margin-bottom: 100px;
}
.pHead .pTitle{
	font-size: 80px;
	font-weight: bold;
	line-height: 80px;
	color: #fff;
	opacity: 0.6;
}
.pHead .breadcrumbs,
.pHead .breadcrumbs .ion-ios-home,
.pHead .breadcrumbs span,
.pHead .breadcrumbs a{
	color: #ddd;
	font-size: 14px;
	font-size: bold;
	background-color: transparent;
}

/* ====================  imgCnt  ===================== */

.imgCnt{
	position: relative;
}
.imgCnt.square{
	aspect-ratio: 1/1;
}
.imgCnt img{
	width:100%;
	height:100%;
	object-fit: cover;
}

/* ====================  nk  ===================== */

.nk-main{
	background-image: none !important;
}

.nPageTitle{
	display: inline-block;
	font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 25px;
    background-color: #0c4884;
    border: none;
    border-radius: 6px;
    color: #fff !important;
    text-align: center;
    box-shadow: 5px 5px 0 #ddd;
}
.nk-sidebar .nk-accordion .panel-default{
	font-size: 18px;
    font-weight: bold;
}
.nk-sidebar .nk-accordion .panel-default > .panel-heading{
	color: transparent;
}
.nk-sidebar .nk-accordion .panel-default > .panel-heading a{
	padding-left: 10px;
	color: #aaa;
}
.nk-sidebar .nk-accordion .panel-default.active > .panel-heading{	
	background-color: transparent;
	border-bottom: 1px #1a68b6 solid;
}
.nk-sidebar .nk-accordion .panel-default.active > .panel-heading a.leaa{
	color: #2072c1 !important;
}
.nk-sidebar .nk-accordion .panel-heading a.riaa:after{
	border-color: transparent transparent #6b9dbd transparent;
}
.nk-sidebar .nk-accordion .panel-collapse a p{
	padding-left: 20px;
	margin-bottom:5px !important;
	color: #bbb;
}
.nk-sidebar .nk-accordion .panel-collapse a p:hover,.nk-sidebar .nk-accordion .panel-collapse a p.active{
	color: #77b7df;
	letter-spacing: 1px;
}

.nk-header{
	position: fixed !important;
}
.nk-header .nk-nav-table{
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	background-color:#bfc2c9;
}
.nk-header .nk-nav{
	padding: 0;
	margin-left: 10px;	
}
.nk-navbar .nk-nav > li.active{
	border-left: 6px #0856a0 solid;
}
.nk-navbar .nk-nav > li > a{
	width: auto;
	padding-left: 15px;
    margin-right: 20px;
}
.nk-navbar .nk-nav > li > a .titleS{
	font-weight: bold;
	color:#03316c;
}
.nk-navbar .langBtnGroup{
	margin: 0 20px 0 auto;
	text-align: right;
}
.nk-navbar .ion-android-arrow-dropdown{
	display: none;
}

.nk-footer{
	background: url('../../images/footerBg.jpg');
}
.nk-footer .sRadius.bottom{
    top: 0px;
}
.nk-footer .sRadius.bottom .ins{
	background-color: #fff;
}
.nk-footer .foico{
	display: flex;
	flex-wrap: wrap;
}
.nk-footer .foico .footerMenu{
	max-width: 50%;
	flex:0 0 50%;	
}
.nk-footer .iconCircle{
	width:30px;
	height:30px;
	border:1px #fff solid;
	border-radius: 50%;
	margin-right: 5px;
}
.nk-footer .nk-footer-logo {
    max-width: 300px;
	margin: 0 50px 0 auto;
}
.nk-footer .nk-footer-social {
    display: flex;
    justify-content: flex-end;
	padding-right: 20px;
}
.nk-footer .nTitle{
	display: flex;
	height:30px;
	margin-bottom: 20px;
}
.nk-footer .nTitle .nImg{
	height:100%;
}
.nk-footer .nTitle .nImg img{
	vertical-align: initial;
}
.nk-footer .nTitle .nText{
	height:100%;
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 2.5px;
	padding: 0 10px;
	background-color: #0856a0;
	display: flex;
    align-items: center;
}
.nk-navbar-side .nano{
	background-color: #fff !important;
}
.nk-navbar-side .nk-nav-logo{
	padding: 5px 35px 5px 25px !important;
	background-color: #0856a0;
}
.nk-copyright{
	justify-content: center !important;
}

/* ====================  flickity  ===================== */

.flickity-page-dots .dot{
	width:80px;
	height: 5px;
	border-radius: 0;
	margin: 0;
	background-color: #ccddef;
}
.flickity-page-dots .dot.is-selected{
	background-color: #5395db;
}
.flickity-prev-next-button .arrow,.flickity-prev-next-button .arrow{
	fill:#b5ceec;
}

/* ====================  hermes  ===================== */

.hermes .tp-bullet{
	border-radius: 0;
	background-color: #fff;
	border: none;
	box-shadow: none;
}
.hermes .tp-bullet:after{
	box-shadow: none;
	background-color: transparent;
}
.hermes .tp-bullet.selected{
	background-color: #1c64b0;
}

/* ====================  other  ===================== */

.mainSearch .input-group{
	border: 2px #82b6e7 solid;
	border-radius: 5px;
}
.mainSearch .form-control{
	border-radius: 5px;
	background-color: transparent;
}
.skyBg{
    background-color: #d8e8f5 !important;    
}
.toolbar{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jsize{
	display: none;
}

/* ====================  media  ===================== */

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

@media (max-width: 992px){
	.pHead{
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.pHead .pTitle {
		font-size: 60px;
		line-height: 60px;
	}
	.allpageBanner{
		height: 80px;
	}
	.allpageBanner .desktop-banner {
		height:200px;
	}

	.section .secHead{
		display: table;
		flex-flow: column;
		padding: 20px 30px;
	}
	.section .secTitle{
		font-size: 45px;
		line-height: 50px;
	}
	.section .secTitleS{
		font-size: 18px;
		line-height: 20px;
		padding: 10px 5px;
		margin-left: initial;
		text-align: center;
	}
	.section .sRadius.top .ins {
		height: 100px;
		top: 20px;
	}
	.section .sRadius.bottom .ins {
		height: 100px;
		bottom: 20px;
	}
	
	.nk-header .nk-nav{
		padding: 0 !important;
		border: none;
	}
	.nk-header .nk-nav-logo{
		/* display: none !important; */
		height:52px;
	}
	.nk-header .nk-nav-logo img{
		height:100%;
		max-height: none !important;
	}
	.nk-navbar .langBtnGroup {
		margin: 0 5px 0 auto;
	}

	.nk-footer .nk-footer-logo {
		max-width: 200px;
		margin: 0 auto;
	}
	.nk-footer .nk-footer-social {
		padding: 0;
		justify-content: center;
	}
	.nk-footer .nTitle{
		justify-content: center;
	}
	.nk-footer .nTitle .nText{
		width:70%;
	}
	.nk-footer .nk-widget{
		margin-bottom: 20px;
	}
	
}

@media (max-width: 576px){
	.pHead{
		flex-flow: column;
		padding: 0 10px;
	}
	.pHead .pTitle {
		font-size: 40px;
		line-height: 40px;
	}
	.allpageBanner{
		height: 70px;
	}
	.allpageBanner .desktop-banner {
		height: 170px;
	}

	.section .secHead{
		padding: 10px 20px;
	}
	.section .secTitle{
		font-size: 35px;
		line-height: 40px;
	}
	.section .secTitleS{
		margin-bottom: 5px;
	}
}




















