* {
	margin: 0px;
}

#page {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #233163;
	overflow-x: hidden;
}

@media (max-width: 992px) {
	#page .container {
		padding: 0px 60px;
	}
}

@media (max-width: 576px) {
	#page .container {
		padding: 0px 30px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.vert_center {
	display: flex;
    align-items: center;
}

.ease, a {
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	cursor: pointer!important;
}

.center {
	text-align: center;
}

.desktop {
	display: block;
}

.mobile {
	display: none!important;
}

@media (max-width: 992px) {
	.desktop {
		display: none!important;
	}

	.mobile {
		display: block!important;
	}
}

#page a:hover {
	text-decoration: none;
}

#page .container, #footer .container {
	max-width: 1140px;
}

#page h2 {
	font-weight: 600;
}

.stroke_bt {
	border: solid 1px #233163;
	border-radius: 50px;
	padding: 12px 30px;
	color: #233163;
	cursor: pointer!important;
}

.rounded_btn {
	padding: 12px 30px;
	border-radius: 50px;
	margin-right: 5px;
}

#page .full_bt:hover {
	background: #fff;
	color: #0D2A54;
	transform: scale(0.8);
}

.full_bt {
	border: solid 1px transparent;
	background: #fff;
	border-radius: 50px;
	padding: 12px 30px;
	color: #384FA2;
	font-weight: 600;
	text-align: center;
}

.orange_bg {
	background: #F05A41;
}

.blue_bg {
	background: #384FA2;
}

.gray_bg {
	background: #F6F8FB;
}

.title, .post_title {
	font-weight: 700;
	font-size: 3em;
	text-align: center;
	margin-bottom: 30px;
}

.post_title {
	margin-top: 70px;
	font-size: 2rem;
}

#page .h2, #page h2 {
    font-size: 1.5rem;
}

@media (max-width: 576px) {
	.title, .post_title {
		font-size: 1.875em;
		text-align: center;
	}
	
	.post_title {
		margin-top: 30px;
	}
	
	#page .h2, #page h2 {
		font-size: 1.25rem;
	}
}

.fa-angle-right {
	margin: 0px 8px;
}

/* breadcrumbs */

#breadcrumbs {
    color: #233163;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0.1em;
	border-bottom: solid 1px #cbd1e5;
}

#breadcrumbs a {
	color: #233163;
	font-weight: 600;
}

#breadcrumbs a:hover {
	color: #f00;
}

#breadcrumbs .fa {
	margin: 0px 10px;
}

#breadcrumbs .home:before {
	content: "\f015";
	font-family: "fontAwesome";
	margin-right: 10px;
}

.readon {
	border: 0px;
	background: transparent;
	font-size: 0.875em;
	font-weight: 700;
	padding-left: 0px;
}

.readon:after {
	content: '\f107';
	font-family: fontAwesome;
	margin-left: 10px;
}

.short_link .full_bt {
	background: #f00;
	color: #fff;
	font-size: 0.875em;
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
}

.short_link .full_bt:hover {
	transform: scale(0.8);
}


div.top_pagination {
	text-align: right;
	padding-right: 0px;
}	

@media (min-width: 992px) {
	.pagination {
		display: block!important;
	}	
}

#top .pagination {
    width: 97%;
    position: absolute;
    margin-top: -120px;
    text-align: right;
}

.pagination a, .pagination .current {
	display: inline-block;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #F9F9FB;
	border: solid 2px #E9EBF1;
	border-radius: 5px;
	color: #023349;
	margin: 0 0.3em;
}

.pagination .prev, .pagination .next {
	display: inline-flex;
	font-size: 0px;
	width: 50px;
	height: 50px;
	border-radius: 99px;
	margin-top: -3px;
}

.pagination .prev {
	margin-right: 7px;
}

.pagination .next {
	margin-left: 7px;
}

.pagination .prev:before, .pagination .next:before {
	display: block;
	width: 16px;
	margin: auto;
	line-height: 58px;
	filter: brightness(0.8);
}

.pagination .prev:hover:before, .pagination .next:hover:before {
	filter: brightness(1);
}

.pagination .prev:before {
	content: url(../img/arrow-left.svg);
}

.pagination .next:before {
	content: url(../img/arrow-right.svg);
}

.pagination .current {
	background: #384FA2;
	border-color: #F05A41;
	color: #fff;
}

.pagination a:hover {
	background: #384FA2;
	color: #fff;
}

a, button, .logo,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	cursor: pointer!important;
}