/* zoomslider */
.box {
	position: relative;
	width: 100%;
}

.box::before {
	content: "";
	display: block;
	padding-top: 51%;
}

.poilayerslider1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.poilayerslider1>.slides>.slide {
	width: 100%;
	height: 100%;
	display: flex;
	background-size: 110%;
	background-repeat: no-repeat;
	position: absolute;
}

.left {
	display: flex;
	justify-content: center;
	flex: 0 0 60%;
}

.right {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 40%;
}

.left div {
	align-self: center;
	margin: 50px;
	width: 100%;
}

.left img {
	width: 70%;
	height: auto !important;
}

.right>div {
	align-self: center;
	margin: 40px;
}

.right>div>div {
	margin-top: 30px;
	color: #0d2b5c;
	font-weight: bold;
}

.right .catsubject {
	font-size: 80%;
	opacity: 80%;
}

.right .subject {
	font-size: 150%;
	margin-top: 0px !important;
}

.right .abs {
	font-size: 70%;
	opacity: 70%;
	max-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.right .readmore {
	display: flex;
	justify-content: space-around;
}

.right .readmore a {
	border-radius: 20px;
	min-width: 90px !important;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

body .ms-site-container {
	background-color: #fff;
}

.bg {
	transition-property: background-image;
	transition-duration: 2s;
	transition-timing-function: ease-in-out;
	background-size: 118% 100%, cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: 0% 20px, top left;
}

.bg1 {
	color: #fff !important;
	background-image: url('images/poilayer1bg.png'), linear-gradient(to right, #3A75DB 0%, #3AA5DB 100%);
}

.bg2 {
	color: #fff !important;
	background-image: url('images/poilayer1bg.png'), linear-gradient(to right, #621C8B 0%, #C63BB2 100%);
}

.bg3 {
	color: #fff !important;
	background-image: url('images/poilayer1bg.png'), linear-gradient(to right, #0294BD 0%, #00B5C0 100%);
}

.bg4 {
	color: #fff !important;
	background-image: url('images/poilayer1bg.png'), linear-gradient(to right, #991358 0%, #E4326E 100%);
}

.bg5 {
	color: #fff !important;
	background-image: url('images/poilayer1bg.png'), linear-gradient(to right, #F68100 0%, #FFB607 100%);
}

.poilayersliderbtn {
	position: absolute;
	z-index: 1;
	bottom: 50%;
	direction: ltr;
	border-radius: 15px;
	cursor: pointer;
}

.next {
	right: 5px;
}

.prev {
	left: 5px;
	color: #fff;
}

@media screen and (min-width: 760px) {

	.poilayerslider1 {
		margin-top: -150px;
	}

	.ms-header {
		min-height: 80px;
	}

	.ms-navbar,
	.ms-lead-navbar {
		margin-bottom: 46px;
	}

	.poilayerslider1>.slides>.slide {
		padding-top: 150px;
	}

	.ms-navbar,
	.ms-lead-navbar {
		box-shadow: 0 2px 2px rgba(0, 0, 0, .03);
	}
}

h2 {
	font-size: 2.5rem !important;
	line-height: 2.5rem !important;
}

.mb-2 {
	margin-bottom: 40px !important;
	margin-bottom: 4rem !important;
}

@media (max-width: 991px) {
	.ms-navbar.navbar .container .navbar-collapse .navbar-nav .nav-item a {
		font-size: 13px;
	}
}

@media screen and (max-width: 760px) {
	.box::before {
		padding-top: 73% !important;
	}

	h2 {
		font-size: 2.0rem !important;
		line-height: 2.5rem !important;
	}

	.ms-navbar,
	.ms-lead-navbar {
		margin-bottom: -51px !important;
	}

	.poilayersliderbtn {
		display: none !important;
	}

	.left {
		flex: 0 0 50%;
	}

	.right {
		flex: 0 0 50%;
	}

	.right>div {
		align-self: center;
		margin: 5px;
	}

	.right>div>div {
		margin-top: 5px;
	}

	.right .subject {
		font-size: 110%;
		margin-top: 0px !important;
	}

	.right .abs {
		margin-top: 0px;
		max-height: 60px;
	}

	.left div {
		margin: 20px;
	}

	.left img {
		width: 100%;
	}
}

.liquidborder {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	margin: auto;
	background-color: #21d4fd;
	background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	-webkit-transition: background 1s cubic-bezier(.07, .83, .47, .99), border-radius 1s cubic-bezier(.07, .83, .47, .99);
	transition: background 1s cubic-bezier(.07, .83, .47, .99), border-radius 1s cubic-bezier(.07, .83, .47, .99);
	transition-timing-function: cubic-bezier(.07, .83, .47, .99);
}

.liquidborder:hover {
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: background 1s cubic-bezier(.07, .83, .47, .99), border-radius 1s cubic-bezier(.07, .83, .47, .99);
	transition: background 1s cubic-bezier(.07, .83, .47, .99), border-radius 1s cubic-bezier(.07, .83, .47, .99);
	transition-timing-function: cubic-bezier(.07, .83, .47, .99);
}

.col-md-12 {
	background-color: #fff;
}

.navbar-static.fixed-top {
	background-color: #f5f5f5 !important;
}

.navbar.navbar-default a:hover,
.fixed-top a,
.fixed-top span {
	color: #555 !important;
}

.nav-link:hover,
.nav-item.show,
.nav-item.show a {
	color: #555 !important;
}

.card,
.btn,
.tab-content img,
.rounded30 {
	border-radius: 30px !important;
}

.card>div:first-child,
.card>ul,
.card>div:first-child::after,
.card .img-fluid {
	border-radius: 30px 30px 0px 0px;
}

.card {
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}

.liquidborderstyle1 {
	border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
}

.liquidborderstyle1:hover {
	border-radius: 45% 55% 34% 66% / 30% 24% 76% 70%;
}

.liquidborderstyle2 {
	border-radius: 25% 75% 64% 36% / 74% 71% 29% 26%;
}

.liquidborderstyle2:hover {
	border-radius: 45% 55% 34% 66% / 30% 24% 76% 70%;
}

.liquidborderstyle3 {
	border-radius: 45% 55% 34% 66% / 23% 55% 45% 77%;
}

.liquidborderstyle3:hover {
	border-radius: 53% 37% 32% 61% / 34% 23% 80% 59%;
}

.poiwave {
	background-position: top center, bottom center, center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center -1px, center 100.2%, center;
	background-attachment: unset !important;
	padding-top: 10% !important;
	padding-bottom: 10% !important;
}

.ms-footbar {
	background-color: #0b364a;
}

.ms-footer {
	background-color: #011824;
}

.ms-footer a:hover {
	color: #087f88;
}

.poiwave::after,
.ms-footbar::before {
	display: none !important;
}

.ms-footbar::after {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14) !important;
}

.poiwave1 {
	background-color: #0a2846;
	background-image: url("images/poiwavetopbg1.svg"), url("images/poiwavebottombg1.svg"), url("images/stars.png");
	padding-top: 18% !important;
	padding-bottom: 11% !important;
	background-size: 100%, 100%, auto;
	background-repeat: no-repeat, no-repeat, repeat;
	background-attachment: scroll, scroll, fixed !important;
}

.poiwave2 {
	background-color: #0a2846;
	background-image: url("images/poiwavetopbg2.svg"), url("images/poiwavebottombg2.svg"), url("images/poiwavemainbg4.webp");
	padding-bottom: 20% !important;
	padding-top: 16% !important;
	background-size: 100%, 100%, 100% 100%;
	background-repeat: no-repeat, no-repeat, no-repeat;
}

.poiwave3 {
	background-color: #b948c4;
	background-image: url("images/poiwavetopbg3.svg"), url("images/poiwavebottombg3.svg"), linear-gradient(to left, #b948c4 0%, #8643cb 100%);
	padding-top: 17% !important;
	padding-bottom: 13% !important;
}

.poiwave4 {
	background-color: #001301;
	background-image: url("images/poiwavetopbg1.svg"), url("images/poiwavebottombg1.svg"), url("images/poiwavemainbg2.png");
	padding-bottom: 23% !important;
	background-size: 100%, 100%, auto;
	background-repeat: no-repeat, no-repeat, repeat;
}

.poiwave5 {
	background-color: #fff;
	background-image: url("images/poiwavetopbg1.svg"), url("images/poiwavebottombg1.svg"), url("images/poiwavemainbg3.jpg");
	padding-bottom: 23% !important;
	background-size: 100%, 100%, 100%;
	background-repeat: no-repeat, no-repeat, no-repeat;
}

.poibgwhite {
	background-color: #fff;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.nav.nav-tabs li a {
	color: #fff !important;
}
.poibgwhite h2 {
	color: #03001a !important;
}
.poibgwhite a {
	color: #0A2846 !important;
}
.poibgwhite a:hover {
	color: #044485 !important;
}