@font-face {
	font-family: Roboto-Medium;
	font-display: auto;
	src: local('Roboto-Medium'), url('../fonts/Roboto-Medium.eot') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: Roboto-Light;
	font-display: auto;
	src: local('Roboto-Medium'), url('../fonts/Roboto-Light.eot') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'BahijTheSansArabic-Light';
	src: url('../fonts/BahijTheSansArabic-Light.eot');
	src: local('?'), url('../fonts/BahijTheSansArabic-Light.woff') format('woff'), url('../fonts/BahijTheSansArabic-Light.woff2') format('woff2'), url('../fonts/BahijTheSansArabic-Light.ttf') format('truetype'), url('../fonts/BahijTheSansArabic-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	/* scroll-behavior: smooth; */
	overflow-x: hidden;
}

body {
	font-family: Roboto-Medium;
	/*background: #F1F3F5;*/
	background: #FFF;
	overflow-x: hidden;
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

/******** splash *********/

.splash {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/logo_black.svg);
	background-size: 120px;
	background-color: #efefef;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center;
}

.linear-activity {
	overflow: hidden;
	width: 150px;
	height: 4px;
	background-color: #e2e2e2;
	margin: 40px auto;
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.determinate {
	position: relative;
	max-width: 100%;
	height: 100%;
	-webkit-transition: width 500ms ease-out 1s;
	-moz-transition: width 500ms ease-out 1s;
	-o-transition: width 500ms ease-out 1s;
	transition: width 500ms ease-out 1s;
	background-color: #005cb9;
}

.indeterminate {
	position: relative;
	width: 100%;
	height: 100%;
}

	.indeterminate:before {
		content: '';
		position: absolute;
		height: 100%;
		background-color: #005cb9;
		animation: indeterminate_first 1.5s infinite ease-out;
	}

	.indeterminate:after {
		content: '';
		position: absolute;
		height: 100%;
		background-color: #005cb9;
		animation: indeterminate_second 1.5s infinite ease-in;
	}

@keyframes indeterminate_first {
	0% {
		left: -100%;
		width: 100%;
	}

	100% {
		left: 100%;
		width: 10%;
	}
}

/****************************/

img {
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

	a:hover {
		color: inherit;
		text-decoration: none;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

.pageTitle {
	font-family: Roboto-Medium;
	color: #1A39A0;
	font-size: 35px;
	margin-bottom: 15px;
	display: inline-block;
}

.outer_container {
	/*max-width: 1680px;*/
	margin: 0 auto;
}

.container {
	max-width: 1114px;
}

.header_spacer {
	height: 66px;
}

.navBar {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	transition-property: top, background;
	-webkit-transition: top, background;
	transition-duration: .3s;
	-webkit-transition: .3s;
	background: #fff;
	z-index: 5;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	/* max-width: 1680px;*/
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	box-shadow: 0px 2px 6px -3px rgba(13, 18, 24, 0.25);
}

.navBarr_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navBar .logo {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	background-image: url(../images/logo_black.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 40px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	background-position: center;
}

.navBar.sticky .logo {
	background-size: 80% 80%;
}

.navBar .navBarr_inner > a, .navBar .navBarr_inner > div {
	color: #343A40;
}

.navBar a:last-child {
	margin-right: 0;
}

.navBar span {
	margin-left: 5px;
	margin-right: 5px;
}

.navBar a.login_btn {
	background: #1DC1DD;
	background-image: linear-gradient(to left, #0548ab, #1198ce);
	color: #fff !important;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 23px;
	text-transform: capitalize;
	height: 33px;
}
.p_no_result{
	font-weight:bold;
	text-align:center;
	font-size:20px;
}
.dropdown {
	cursor: pointer;
	height: 40px;
	margin-top: 26px;
}

	.dropdown::before {
		content: '';
		display: inline-block;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		position: absolute;
		right: -10px;
		top: 6px;
	}

.dropdown_menu {
	display: none;
	position: absolute;
	background: rgba(16, 149, 204, 0.96);
	font-size: 12px;
	top: 40px;
	color: #fff;
	left: 0;
}

	.dropdown_menu span {
		margin-left: 5px;
		margin-right: 15px;
	}

	.dropdown_menu a {
		white-space: nowrap;
		display: block;
		padding: 8px 10px 8px 20px;
		text-align: left;
	}

		.dropdown_menu a:hover {
			background: #0375c3;
		}

	.dropdown_menu img {
		width: 15px;
	}

.login_btn img {
	margin-right: 12px;
	width: 18px;
}

.main_area {
	height: calc(100vh - 66px);
	position: relative;
	color: #1A39A0;
}

	.main_area.night {
		background: #1A39A0;
		color: #fff;
	}

.ship {
	position: absolute;
	z-index: 1;
	background-image: url(../images/main_ship.svg);
	background-size: 100% 100%;
	width: 38vw;
	height: 20vw;
	right: 20px;
	top: 40%;
}

.blocks1 {
	position: absolute;
	z-index: 1;
	background-image: url(../images/main_blocks1.svg);
	background-size: cover;
	width: 26vw;
	height: 55vh;
	right: 0;
	top: 0;
}

.blocks2 {
	position: absolute;
	z-index: 1;
	background-image: url(../images/main_blocks2.svg);
	background-size: 100% 100%;
	width: 50%;
	height: 39vh;
	left: 0;
	bottom: 90px;
}

.scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
}

	.scroll:after {
		content: '';
		width: 4px;
		height: 6px;
		background: #d5dadf;
		border-radius: 5px;
		position: absolute;
		top: 7px;
		left: 50%;
		transform: translate(-50%, 0);
		animation: mouseScroll 1s infinite alternate ease-in-out;
	}

.night .scroll:after {
	background: #ffff;
}

.main_content {
	padding-top: 100px;
	max-width: 64%;
	position: relative;
	z-index: 2;
}

	.main_content h2 {
		text-transform: uppercase;
		font-size: 66px;
		line-height: 79px;
		margin-bottom: 40px;
		position: relative;
		z-index: 2;
	}

	.main_content h3 {
		font-family: Roboto-Light;
		line-height: 54px;
		font-size: 49px;
		margin-bottom: 60px;
		position: relative;
		z-index: 2;
	}

	.main_content p {
		font-size: 21px;
		line-height: 31px;
		margin-bottom: 60px;
		position: relative;
		z-index: 2;
	}

.main_contentBtns > a {
	font-size: 18px;
	line-height: 24px;
	padding: 7px 30px;
	background: #1DC1DD;
	color: #fff;
	display: inline-block;
	margin-right: 22px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

	.main_contentBtns > a:last-child {
		margin-right: 0;
	}

.ss {
	background-image: url('../images/secondstorybg.png');
	position: relative;
	padding-bottom: 90px;
}

.absolute {
	position: absolute;
}

.ss__imgs {
	padding-top: 50px;
	margin-bottom: 90px;
}

	.ss__imgs > a {
		background-size: 100% 100%;
	}

.ss_el {
	background-image: url(../images/ss_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	text-align: center;
	width: 360px;
	top: 240px;
	left: 8%;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 50px 30px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	z-index: 1;
}

	.ss_el > div {
		margin: 0 auto;
	}

	.ss_el h2 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.ss_el h3 {
		font-size: 14px;
		margin-bottom: 15px;
		display: none;
	}

	.ss_el .moreInfoBtn {
		background: #1CC1DD;
		border: none;
		color: #fff;
		padding: 7px 24px;
		margin: 0 auto;
		display: none;
		cursor: pointer;
		border-radius: 3px;
	}

	.ss_el.active {
		background-color: #1a39a0;
		border-radius: 5px;
		color: #fff;
		z-index: 6;
		width: 438px;
		cursor: default;
	}

		.ss_el.active h3, .ss_el.active .moreInfoBtn {
			display: inline-block;
		}

	.ss_el.expand {
		width: 750px;
		height: 530px;
		display: block;
		padding-top: 60px;
	}

span.expanded {
	display: none;
	padding: 25px;
	height: 100%;
	/* overflow-y: scroll; */
}

	span.expanded > .expandedContent {
		height: 96%;
		overflow: hidden;
	}

	span.expanded:hover > .expandedContent {
		overflow-y: scroll;
	}

	span.expanded h4 {
		float: left;
	}

	span.expanded img {
		float: right;
		max-width: 30px;
	}

	span.expanded p {
		text-align: left;
	}

.blur {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.43);
	z-index: 5;
}

/*************************/

.ss_window {
	background: url(../images/ss_window_img.png);
	overflow: hidden;
	width: 530px;
	height: 420px;
	margin: 0 auto;
	display: block;
	margin-top: 160px;
	z-index: 3;
	position: relative;
	background-size: 100% 100%;
}

	.ss_window img {
		width: 100%;
		height: 100%;
	}

.ss_el_img {
	width: 75px;
	height: 95px;
	margin-bottom: 15px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.ss_icon1 {
	background-image: url(../images/ss_bg1.png);
	width: 310px;
	top: 240px;
	left: 8%;
}

	.ss_icon1.active {
		background-image: url(../images/ss_bg1_active.png);
	}

	.ss_icon1 .ss_el_img {
		background-image: url(../images/ss_icon1.png);
	}

	.ss_icon1.active .ss_el_img {
		background-image: url(../images/ss_icon1-active.png);
	}

.ss_icon2 {
	background-image: url(../images/ss_bg2.png);
	width: 300px;
	top: 80px;
	left: 21%;
}

	.ss_icon2.active {
		background-image: url(../images/ss_bg2_active.png);
	}

	.ss_icon2 .ss_el_img {
		background-image: url(../images/ss_icon2.png);
	}

	.ss_icon2.active .ss_el_img {
		background-image: url(../images/ss_icon2-active.png);
	}

.ss_icon3 {
	background-image: url(../images/ss_bg3.png);
	width: 260px;
	top: 37px;
	left: 41.8%;
}

	.ss_icon3.active {
		background-image: url(../images/ss_bg3_active.png);
	}

	.ss_icon3 .ss_el_img {
		background-image: url(../images/ss_icon3.png);
	}

	.ss_icon3.active .ss_el_img {
		background-image: url(../images/ss_icon3-active.png);
	}

.ss_icon4 {
	background-image: url(../images/ss_bg4.png);
	width: 270px;
	top: 90px;
	left: 63%;
}

	.ss_icon4.active {
		background-image: url(../images/ss_bg4_active.png);
	}

	.ss_icon4 .ss_el_img {
		background-image: url(../images/ss_icon4.png);
	}

	.ss_icon4.active .ss_el_img {
		background-image: url(../images/ss_icon4-active.png);
	}

.ss_icon5 {
	background-image: url(../images/ss_bg5.png);
	width: 270px;
	top: 260px;
	left: 71%;
	z-index: 2;
}

	.ss_icon5.active {
		background-image: url(../images/ss_bg5_active.png);
	}

	.ss_icon5 .ss_el_img {
		background-image: url(../images/ss_icon5.png);
	}

	.ss_icon5.active .ss_el_img {
		background-image: url(../images/ss_icon5-active.png);
	}

@media(max-width:1600px) {
	.ss_icon2 {
		left: 17%;
	}

	.ss_icon3 {
		top: 17px;
	}

	.ss_icon4 {
		top: 40px;
		left: 63%;
	}

	.main_content h3 {
		line-height: 51px;
		font-size: 47px;
		margin-bottom: 20px;
	}

	.main_content p {
		margin-bottom: 44px;
	}
}

/**********************************/

.ss__txt {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

	.ss__txt h2 {
		font-size: 36px;
	}

	.ss__txt h3 {
		margin-top: 10px;
	}

.weirdFont {
	font-family: BRADHITC;
	color: #034eaf;
	font-size: 33px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
}

.ss__txt p {
	font-family: Roboto-Light;
	color: #868E96;
	font-size: 21px;
	line-height: 31px;
	max-width: 642px;
	margin: 0 auto;
	margin-top: 10px;
}

.mainTitle {
	font-size: 32px;
	line-height: 31px;
	margin-bottom: 18px;
	text-align: center;
	text-transform: uppercase;
}

.subTitle {
	color: #868E96;
	line-height: 31px;
	font-size: 23px;
	max-width: 866px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 35px;
}

.ts {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.statistics {
	margin-top: 80px;
}

.statistics_el {
	display: inline-block;
	vertical-align: top;
	outline: none;
}

	.statistics_el h2 {
		font-size: 28px;
		color: #1A39A0;
	}

	.statistics_el h3 {
		font-size: 17px;
		color: #0375C3;
		margin-bottom: 20px;
	}

.statistics_img {
	width: 150px;
	height: 140px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
}

.statistics_el img {
	max-height: 120px;
	margin: 0 auto;
}

.statistics_img:before {
	content: '';
	position: absolute;
	top: 25%;
	height: 210px;
	background: url(../images/stat_line_right.png);
	width: 270px;
	background-size: 100% 100%;
	left: 77%;
	z-index: -1;
}

.statistics_img:after {
	content: '';
	position: absolute;
	top: 23%;
	height: 210px;
	background: url(../images/stat_line_left.png);
	width: 270px;
	background-size: 100% 100%;
	left: -140%;
	z-index: -1;
}

.statistics .statistics_el:nth-child(2n+1) {
	margin-top: 70px;
}

	.statistics .statistics_el:nth-child(2n+1) .statistics_img:after, .statistics .statistics_el:nth-child(2n+1) .statistics_img:before {
		content: none;
	}

.map {
	padding-top: 70px;
	padding-bottom: 280px;
	background-color: #F5F7F8;
	background-image: url(../images/map_lower_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.bigTabs {
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.41px;
	line-height: 31px;
	margin-bottom: 35px;
}

	.bigTabs > div {
		display: inline-block;
		padding: 8px 34px 6px;
		border-radius: 2px;
		background-color: #EAEDF0;
		margin-right: 25px;
		position: relative;
		cursor: pointer;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

		.bigTabs > div.active {
			background: linear-gradient(320.35deg, #0C329D 0%, #005CB9 46.22%, #1198CE 100%);
			color: #fff;
		}

			.bigTabs > div.active:after {
				content: '';
				width: 0;
				height: 0;
				border-left: 14px solid transparent;
				border-right: 14px solid transparent;
				border-top: 9px solid #0252b2;
				top: 100%;
				position: absolute;
				left: 50%;
				transform: translate(-50%, 0);
			}

		.bigTabs > div:last-child {
			margin-right: 0;
		}

.smallTabs {
	text-align: center;
	position: relative;
	font-size: 18px;
	color: #868E96;
}

	.smallTabs:after {
		content: '';
		height: 1px;
		background: rgba(206, 212, 218, 0.7);
		display: block;
		margin-top: 18px;
	}

	.smallTabs > div {
		display: inline-block;
		margin-right: 60px;
		position: relative;
		cursor: pointer;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

		.smallTabs > div.active {
			color: #045fba;
		}

			.smallTabs > div.active:after {
				content: '';
				position: absolute;
				top: calc(100% + 18px);
				left: 50%;
				transform: translate(-50%, 0);
				width: 29px;
				height: 16px;
				background: url('../images/map_tabs_arrow.png');
				background-size: contain;
			}

		.smallTabs > div:last-child {
			margin-right: 0;
		}

.map_nums {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

	.map_nums h2 {
		font-size: 67px;
		letter-spacing: 1.63px;
		line-height: 80px;
		text-align: center;
		background: -webkit-linear-gradient(#0548ab, #0c87c8);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-bottom: 0;
	}

	.map_nums h3 {
		color: #343A40;
		font-family: Roboto-Light;
		font-size: 22px;
		font-weight: 300;
		line-height: 35px;
	}

.map_years {
	display: inline-block;
	position: relative;
	color: #ADB5BD;
	font-size: 18px;
	letter-spacing: 0.44px;
	line-height: 31px;
	text-align: center;
	margin-right: 120px;
}

	.map_years .year {
		margin-bottom: 33px;
		position: relative;
		cursor: pointer;
		width: 60px;
	}

		.map_years .year:before {
			content: '';
			width: 3px;
			height: 110px;
			background-color: #DEE2E6;
			right: -20px;
			position: absolute;
			top: -20px;
			cursor: default;
		}

		.map_years .year:after {
			content: '';
			width: 24px;
			height: 24px;
			border-radius: 100%;
			background-color: #DEE2E6;
			border: solid 6px #f5f7f8;
			right: -30px;
			position: absolute;
		}

		.map_years .year.active {
			color: #212529;
			font-size: 23px;
		}

			.map_years .year.active:after {
				background: linear-gradient(320.35deg, #0C329D 0%, #005CB9 46.22%, #1198CE 100%);
				width: 30px;
				height: 30px;
				right: -33px;
			}

.map_actual {
	margin-top: 20px;
	float: right;
	position: relative;
	width: 66%;
}

.mapTooltip {
	display: none;
	height: 125px;
	width: 380px;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 5px 11px 0 rgba(73, 80, 87, 0.43);
	position: absolute;
	z-index: 2;
	padding: 18px;
	transition-property: top, left;
	-webkit-transition-property: top, left;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.mapTooltip_unit {
	margin-bottom: 20px;
}

.mapTooltip h2 {
	color: #212529;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.mapTooltip p {
	color: #868E96;
	font-size: 13px;
	letter-spacing: 0.32px;
	line-height: 1;
	margin: 0;
}

.mapTooltip:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 17px solid transparent;
	border-right: 17px solid white;
	left: -13px;
	top: 20px;
}

.marker {
	position: absolute;
	background-size: 100% 100%;
	width: 28px;
	height: 43px;
	top: 0;
	left: 0;
	animation: markerPulse .8s;
	cursor: pointer;
}

.marker_red {
	background-image: url('../images/marker_red.svg');
}

.marker_blue {
	background-image: url('../images/marker_blue.svg');
}

.marker_green {
	background-image: url('../images/marker_green.svg');
}

.marker_orange {
	background-image: url('../images/marker_orange.svg');
}

.news {
	padding-bottom: 60px;
	padding-top: 60px;
}

.news_el {
	background: #fff;
	padding-bottom: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	height: 100%;
}

	.news_el img {
		margin-bottom: 25px;
		width: 100%;
	}

.news_el_txt {
	padding: 20px;
}

.news_el time {
	color: #CED4DA;
	font-size: 15px;
	letter-spacing: 0.36px;
	line-height: 22px;
	margin-bottom: 10px;
}

.news_el h2 {
	color: #343A40;
	font-size: 19px;
	letter-spacing: 0.46px;
	line-height: 22px;
	margin-bottom: 20px;
}

.news_el p {
	color: #868E96;
	font-size: 15px;
	letter-spacing: 0.36px;
	line-height: 20px;
}

.news_el a {
	opacity: 0;
	visibility: hidden;
	background: linear-gradient(320.35deg, #0C329D 0%, #005CB9 46.22%, #1198CE 100%);
	box-shadow: 0 11px 15px 0 #92C2F3;
	border: none;
	color: #FFFFFF;
	position: absolute;
	right: 20px;
	bottom: -15px;
	font-size: 15px;
	letter-spacing: 0.88px;
	line-height: 18px;
	padding: 10px 23px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.news_el:hover {
	box-shadow: 0 7px 7px 0 #CED4DA;
}

	.news_el:hover a {
		visibility: visible;
		opacity: 1;
	}

.news_arrow {
	margin-top: 60px;
	text-align: center;
	font-size: 15px;
}

	.news_arrow img {
		vertical-align: middle;
		margin-left: 5px;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.news_arrow:hover img {
		margin-left: 10px;
	}

.seperator {
	height: 1px;
	background: rgba(151, 151, 151, 0.2);
}

.partners {
	padding-top: 75px;
	padding-bottom: 210px;
}

.partners_slider {
	margin-top: 65px;
}

	.partners_slider a {
		margin: 0 auto;
	}

	.partners_slider img {
		max-width: 100%;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

		.partners_slider img:hover {
			-webkit-filter: grayscale(0);
			filter: grayscale(0);
		}

button.slick-prev {
	background: url(../images/slider_arrow.png);
	background-size: 100% 100%;
	border: none;
	width: 70px;
	height: 70px;
	font-size: 0;
	outline: none;
	position: absolute;
	left: 0px;
	z-index: 2;
	transform: rotate(180deg);
	top: calc(50% - 35px);
	cursor: pointer;
}

button.slick-next {
	background: url(../images/slider_arrow.png);
	background-size: 100% 100%;
	border: none;
	width: 70px;
	height: 70px;
	font-size: 0;
	outline: none;
	position: absolute;
	right: 0px;
	z-index: 2;
	top: calc(50% - 35px);
	cursor: pointer;
}

.slick-disabled {
	display: none !important;
}

.partners_slider.first::before {
	display: none;
}

.partners_slider.last::after {
	display: none;
}

.download {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
	padding-top: 50px;
	padding-bottom: 50px;
}

	.download > .container {
		position: relative;
	}

	.download h2 {
		font-size: 30px;
		line-height: 41px;
		color: #343A40;
		margin-bottom: 10px;
	}

	.download p {
		color: #868E96;
		font-size: 18px;
		letter-spacing: 0.44px;
		line-height: 24px;
		max-width: 686px;
		margin-bottom: 20px;
	}

.download_apps a {
	display: inline-block;
	margin-right: 10px;
	display: none;
}

	.download_apps a:last-child {
		margin-right: 0px;
	}

.download_phones {
	position: absolute;
	right: 0;
	bottom: -20px;
}

footer {
	padding-bottom: 30px;
	padding-top: 30px;
	color: rgba(52, 58, 64, 0.6);
	background: #fff;
}

.content-container {
	min-height: 35vh;
	margin-top: 5em;
}

.footer_nav {
	text-transform: uppercase;
	color: #343A40;
	font-size: 13px;
	line-height: 16px;
	display: inline-block;
	margin-bottom: 20px;
}

.files_links {
	list-style: none;
	padding: 0;
}

	.files_links a {
		font-size: 14px;
		line-height: 22px;
		color: #0055B6;
	}

		.files_links a i {
			display: inline-block;
			padding-left: 10px;
		}

.footer_logo {
	width: 80px;
}

.footer_nav a {
	margin-right: 30px;
}

	.footer_nav a:last-child {
		margin-right: 0;
	}

.footer_social {
	font-size: 12px;
	line-height: 15px;
	float: right;
}

	.footer_social a {
		margin-left: 10px;
	}

.lowerFooter {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.26px;
	line-height: 15px;
	padding-top: 35px;
}

	.lowerFooter > div {
		display: inline-block;
	}

.lowerFooter_powered {
	float: right;
}

	.lowerFooter_powered a {
		color: #343A40;
		margin-left: 10px;
	}

	.lowerFooter_powered img {
		margin-left: 19px;
	}

@keyframes mouseScroll {
	0% {
		top: 10px
	}

	100% {
		top: 20px
	}
}

.navBarBtn {
	display: none;
}

.navBar a.mobLogo {
	display: none;
}

@media(max-width:768px) {
	.category {
		margin-bottom: 40px;
	}

	.navBar a.mobLogo {
		display: inline-block;
		height: 40px;
	}

	.navBar {
		padding: 13px 15px;
		text-align: left;
	}

	.navBarBtn {
		display: block;
		width: 40px;
		float: right;
		margin-right: 15px;
		margin-top: 3px;
		z-index: 1;
		position: relative;
	}

		.navBarBtn span {
			height: 4px;
			width: 100%;
			background-color: #1A39A0;
			display: block;
			border-radius: 3px;
			position: absolute;
			top: 0;
			-webkit-transition: .3s;
			-moz-transition: .3s;
			-o-transition: .3s;
			transition: .3s;
		}

		.navBarBtn.opened span {
			background-color: #096ebc;
		}

		.navBarBtn span:nth-child(2) {
			top: 10px;
		}

		.navBarBtn span:nth-child(3) {
			top: 20px;
		}

		.navBarBtn.opened span:first-child {
			transform: rotate(-45deg);
			top: 15px;
		}

		.navBarBtn.opened span:nth-child(2) {
			visibility: hidden;
			-webkit-transition: 0s;
			-moz-transition: 0s;
			-o-transition: 0s;
			transition: 0s;
		}

		.navBarBtn.opened span:last-child {
			transform: rotate(45deg);
			top: 15px;
		}

	.navBarr_inner {
		display: block;
		background: #fff;
		position: fixed;
		height: 100vh;
		top: 0;
		left: 0;
		padding: 80px;
		width: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}

		.navBarr_inner .logo {
			display: none;
		}

		.navBarr_inner > a, .navBarr_inner > div {
			display: block;
			line-height: initial;
			font-size: 23px;
			margin-bottom: 5vh;
		}

		.navBarr_inner span {
			display: none;
		}

	.navBar a.login_btn {
		padding: 14px;
		font-size: 22px;
		height: 51px;
	}

	.dropdown {
		height: auto;
	}

		.dropdown::before {
			width: 15px;
			height: 15px;
			right: 0;
			top: 15px;
		}

	.dropdown_menu {
		position: relative;
		font-size: 16px;
		top: 25px;
	}

		.dropdown_menu span {
			display: inline-block;
		}

		.dropdown_menu a {
			padding: 15px 15px;
		}

	.ship {
		width: 74vw;
		height: 40vw;
		right: 20px;
		top: auto;
		bottom: 0%;
	}

	.ss__txt {
		margin-top: 190px;
	}
	/*****************************/
	.ss_window {
		display: none;
	}

	.ss_el {
		position: relative;
		z-index: 4;
		display: inline-block;
		top: 0 !important;
		left: 0 !important;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 20px;
		padding: 30px;
		width: 310px;
		vertical-align: top;
	}

		.ss_el.active {
			z-index: 5;
			width: 90%;
		}
	/*****************************/
	.map_years {
		margin-right: 60px;
	}

	.map_actual {
		width: 70%;
	}

	.news_el img {
		margin-bottom: 5px;
	}

	.news_el_txt {
		padding: 10px;
	}

	.download_phones {
		right: 15px;
	}

	.download h2 {
		max-width: 70%;
	}

	.footer_social {
		float: none;
		text-align: right;
		margin-bottom: 20px;
		text-align: center;
	}
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px #1a39a0;
	background-color: #DFDFDF;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	background-color: #0375C3;
	border-radius: 3px;
}

.fade-enter-active, .fade-leave-active {
	-webkit-transition: opacity .8s;
	-moz-transition: opacity .8s;
	-o-transition: opacity .8s;
	transition: opacity .8s;
}

.fade-enter, .fade-leave-to {
	opacity: 0;
}

.slide-enter-active, .slide-leave-active {
	transition-property: height opacity;
	transition-duration: .3s;
}

.slide-enter, .slide-leave-to {
	height: 0;
	opacity: 0;
}

/***************Main Search Page******************/

.wide_search {
	background-color: #0055B6;
	background-image: url(../images/banner.png);
	color: #FFF;
	padding: 34px 15px;
	padding-top: 60px;
	position: relative;
	background-size: cover;
	height: 360px;
	display: flex;
	align-items: center;
}

.wide_search--inner {
	height: 210px;
	background-position-y: center;
}

.text-blue {
	color: #263BAA;
}

.page-title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 1.1em;
}

.sidebar-footer .btn-aqua {
	width: 86%;
}

.title_2x {
	color: #707070;
	font-weight: bold;
	font-size: 20px;
	line-height: 33px;
}

.title_1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height: 33px;
	max-width: 60%;
	line-height: 55px;
}

	.title_1.nowrap {
		max-width: 100%;
	}

.btn-primary, .btn-primary:hover {
	background: transparent linear-gradient(90deg, #639FCB 0%, #1B419C 100%) 0% 0% no-repeat padding-box;
	outline: 0;
	border: 0;
	font-size: 16px;
	padding: 8px 40px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	color: #fff;
}

.btn-search {
	position: absolute;
	top: 4px;
	left: 4px;
}

.mt_2 {
	margin-top: 20px;
}

.mt_1 {
	margin-top: 10px;
}

.mt_3 {
	margin-top: 30px;
}

.mb_2 {
	margin-bottom: 20px;
}

.title_2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
}

.relative_search {
	width: 100%;
	position: relative;
}

	.relative_search .main_search {
		width: 100%;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 6px #00000029;
		opacity: 1;
		height: 48px;
		padding-left: 116px;
	}

	.relative_search .search_icon {
		position: absolute;
		left: 8px;
		top: 10px;
		background: transparent;
		box-shadow: none;
		border: 0;
		cursor: pointer;
		font-size: 20px;
		color: #0055B6;
		outline: 0;
	}

.organization {
	border-radius: 5px;
	display: table;
	background: #1B61B1;
	box-shadow: 0px 3px 6px #00000029;
	width: 100%;
}

	.organization .o_logo {
		background: #FFF;
		float: right;
		padding: 6px;
		width: 96px;
		min-height: 86px;
		max-height: 86px;
		text-align: center;
		display: flex;
		align-items: center;
	
	}

.organization--category .o_logo {
	visibility: hidden;
	width: 2px;
}

.relative_search:not(.relative_search--filter) {
display:none;
}

.organization .o_logo img {
	max-height: 96px;
	margin: 0 auto;
}

	.organization .o_title {
		float: right;
		color: #FFF;
		padding: 15px;
		width: calc(100% - 96px);
	}

.sidebar--item--custom .logo_container {
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top:30px;
}
.logo_container{
	max-width:100%;
}


.organization--category .o_title {
	padding-left: 2px !important;
	width: calc(100% - 2px);
}

.table {
	border-radius: 7px;
}

	.table thead tr {
		background: transparent linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%) 0% 0% no-repeat padding-box;
	}

	.table tbody tr {
		background: #fff;
	}

.table {
	text-align: center;
	border: 1px solid #CECECE;
	overflow: hidden;
	box-shadow: 0 3.5px 6px rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.title_1x {
	color: #0055B6;
	font-size: 14px;
	line-height: 22px;
}

.table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table thead th {
	min-width: 150px;
	font-size: 14px;
	line-height: 22px;
}

.table tbody tr td {
	font-size: 14px;
	line-height: 22px;
}

.table.pointer tbody tr {
	cursor: pointer;
}

	.table.pointer tbody tr:hover {
		background: rgba(222, 226, 230, 0.1);
	}

.organization {
	margin-bottom: 30px;
}

.breadcrump {
	position: absolute;
	bottom: 10px;
	font-size: 14px;
	line-height: 25px;
	left: 0;
	right: 0;
}

	.breadcrump i {
		font-size: 10px;
		vertical-align: middle;
	}

	.breadcrump a, .breadcrump i {
		margin-left: 10px;
	}

.bg-blue {
	background: #0055B6 !important;
	color: #FFF;
}

	.bg-blue th {
		background: #0055B6 !important;
	}

.breadcrump_placeholder {
	height: 20px;
}

.tabs_ {
	float: left;
}

	.tabs_ a {
		opacity: 0.6;
	}

		.tabs_ a:hover {
			opacity: 1;
		}

	.tabs_ .active {
		position: relative;
		opacity: 1;
	}

		.tabs_ .active:before {
			content: '';
			position: absolute;
			bottom: -12px;
			background: #fff;
			height: 2px;
			width: 100%;
			left: 0;
		}

.report_link {
	color: #0055B6;
	font-size: 14px;
}

.aligned-circle {
	color: #0055B6;
	font-size: 22px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}

.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.tabs li {
		display: inline-block;
		margin-left: 10px;
	}

	.tabs > li:last-child {
		margin-left: 0;
	}

	.tabs a {
		background: #eee;
		padding: 10px 30px;
		color: #263BAA;
		font-weight: bold;
		display: inline-block;
	}

		.tabs a.active, .tabs a:hover {
			background: transparent linear-gradient(90deg, #639FCB 0%, #1B419C 100%) 0% 0% no-repeat padding-box;
			color: #FFF;
		}

.content-container {
	margin-bottom: 2em;
}

.tab_content {
	box-shadow: 0px 3px 6px #00000029;
}

	.tab_content > div {
		padding-top: 20px;
		padding-bottom: 20px;
	}

.mini_description > div > div {
	display: inline-block;
	vertical-align: middle;
}

	.mini_description > div > div img {
		width: 30px;
		height: 27px;
		vertical-align: top;
	}

	.mini_description > div > div:last-child {
		width: calc(100% - 40px);
		margin-right: 5px;
		line-height: 18px;
	}

.bb-1 {
	border-bottom: 2px solid #EAF2FA;
	padding-bottom: 5px;
}

.mini_description > div > div:last-child span {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
}

.data-row h4 {
	font-weight: bold;
	font-size: 16px;
	position: relative;
}

	.data-row h4 span {
		display: inline-block;
		padding-bottom: 8px;
		position: relative;
	}

		.data-row h4 span::before {
			content: '';
			position: absolute;
			background: #EAF2FA;
			height: 2px;
			width: calc(100% + 30px);
			bottom: 0;
			right: -30px;
		}

.data-row {
	margin-top: 1rem;
}

	.data-row h4 img {
		max-height: 20px;
	}

.attachments-list {
	margin-top: 1em;
}

	.attachments-list > .btn-attachment {
		margin-left: 10px;
		margin-bottom: 10px;
	}

		.attachments-list > .btn-attachment:last-child {
			margin-left: 0px;
		}

.btn-attachment, .btn-attachment:hover {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background: #1DC1DD 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	display: inline-block;
	outline: 0;
	border: 0;
	padding: 10px 5px;
	cursor: pointer;
	text-align: center;
}

.btn-aqua, .btn-aqua:hover {
	background: #1DC1DD;
	box-shadow: 0px 3px 6px #00000029;
	outline: 0;
	border: 0;
	color: #fff;
	padding: 8px 30px;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	text-align: center;
}

.seperator {
	height: 2px;
	background: rgba(83, 144, 214, 0.2);
}

.btn-aqua img {
	max-height: 22px;
	margin-left: 5px;
}

.btn-primary img {
	margin-left: 5px;
	max-height: 32px;
}

.btn-primary, .btn-aqua {
	cursor: pointer;
}

.sidebar--header {
	padding: 5px;
}

.sidebar-footer {
	align-self: flex-end;
}

	.sidebar-footer button, .sidebar-footer a {
		margin-top: 1rem;
	}

.text-complain {
	font-size: 14px;
	margin-top: 1em;
	color: #5390D6;
}

.sidebar--item {
	background: rgba(41, 126, 202, 0.1);
	display: flex;
	flex-wrap: wrap;
}

.sidebar--item {
	color: #5390D6;
}

.sidebar--header {
	width: 100%;
	border-bottom: 2px solid #5390D6;
}

	.sidebar--header img {
		margin-bottom: 10px;
	}

	.sidebar--header p {
		color: #5390D6;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.sidebar--header span {
		display: inline-block;
		width: 100%;
		font-weight: bold;
	}

	.sidebar--header label {
		display: inline-block;
		width: 100%;
		font-weight: bold;
		font-size: 13px;
	}

.rating_placeholder span {
	display: inline;
	color: #3F87D0;
	font-size: 20px;
}

.text-complain a {
	font-weight: bold;
}

.btn-attachment img {
	max-height: 32px;
}

.btn-attachment span {
	display: block;
	width: 100%;
	margin-top: 10px;
	min-height: 36px;
}

.organization > a {
	display: flex;
	align-items: center;
}

.attachments-list .btn-attachment span {
	width: 118px;
}

.attachments-list .btn-attachment {
	vertical-align: top;
}

.data-row {
	color: #263BAA;
	font-size: 12px;
	font-weight: bold;
}

.mini_description > div > div:last-child span:last-child {
	font-size: 13px;
}

.table_styled_ul ul {
	list-style: none;
	/* Remove default bullets */
	padding-right: 20px;
}

	.table_styled_ul ul li::before {
		content: "";
		color: #0055B6;
		font-weight: bold;
		display: inline-block;
		width: 6px;
		margin-right: -15px;
		background: #0055B6;
		height: 6px;
		margin-left: 10px;
	}

.bg-arrows > th {
	position: relative;
}

.report_link span {
	margin-right: 6px;
}

.bg-arrows > th {
	border: 0;
}

	.bg-arrows > th:before {
		content: "<";
		position: absolute;
		left: -5px;
		direction: ltr;
		font-size: 16px;
		z-index: 1;
	}

	.bg-arrows > th:last-child:before {
		content: none;
	}

.relative_search--multi {
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
}
	.relative_search--multi > select {
		width: 40%;
		box-shadow: none;
		border: 0;
		float: right;
		margin: 0;
		/* padding: 0; */
		outline: 0 !important;
		box-shadow: none !important;
		padding-top: 0;
		border-left: 1px solid rgba(0,0,0,0.2);
		border-radius: 0;
		margin-bottom: 0 !important;
		margin-top: 5px !important;
	}



	.relative_search--multi > input[type=text] {
		width: 60%;
		box-shadow: none;
		border: 0;
		position:relative;
	
	}
		.relative_search--multi > input[type=text]:before
		{
			position:absolute;
			content:'';
			right:0;
			top:10%;
			width:1px;
			background:rgba(0,0,0,0.5);
			height:80%;
		}
		.survey_box {
			border: 1px solid #CECECE;
			overflow: hidden;
			box-shadow: 0 3.5px 6px rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
			background: #fff;
			padding: 10px;
			border-radius: 6px;
			color: #707070;
			font-size: 14px;
			line-height: 22px;
		}

	.survey_box .btn-blue {
		min-width: 78px;
		margin-right: 10px;
	}

		.survey_box .btn-blue i {
			padding-right: 5px;
		}

.btn-blue, .btn-blue:hover {
	color: #FFF;
	background: #0055B6;
	border-radius: 4px;
	padding: 5px 12px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

.survey_box span {
	margin-left: 5px;
}

.relative {
	position: relative;
}

.wide--bg.white {
	background: #FFF;
	position: absolute;
	top: 0;
	width: 100%;
	right: 0;
	left: 0;
}

.quick-links--list {
	padding: 0;
	width: 100%;
	margin: 0;
}

.wide-search {
	position: absolute;
	bottom: -20px;
	width: 100%;
	right: 0;
}

.quick-links--list li {
	display: inline-block;
	width: calc(100% / 4 - 3px);
}

	.quick-links--list li a {
		color: #3F87D0;
		padding: 15px 5px;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: bold;
		position: relative;
	}

		.quick-links--list li a:before {
			content: '';
			position: absolute;
			left: 0;
			width: 1px;
			background: rgba(112, 112, 112, 0.3);
			height: 50%;
			top: 25%;
		}

.quick-links--list > li:last-child a:before {
	content: none;
}

.category {
	background: #FFFFFF;
	padding: 10px;
	box-shadow: 0px 3px 6px #00000029;
}

	.category .title {
		color: #263BAA;
		font-weight: bold;
		font-size: 22px;
	}
	.category .title {
		color: #263BAA;
		font-weight: bold;
		font-size: 22px;
		text-align: center;
		padding-top: 26px;
		font-size: 38px;
	}

	.category p {
		color: #000;
		font-weight: bold;
	}

.stickyNav{
	position:absolute;
}

footer .container,.wide_search .container, header .container, .wide_search .container, header .container-fluid {
	margin-top: 0;
}
.category_shadow p{
	margin-bottom:0;
}
.category_shadow div {
	color: #070406;
	background: #fff;
	margin-bottom: 20px;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
	display: table;
	text-align: center;
	align-items: center;
	box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-ms-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	width: 100%;
	padding: 15px;
}
body:not(.loggedIn) .navbar-expand-lg {
	display: none;
}
.loggedIn {
	margin-top: 56px;
}
	.loggedIn .navBar {
		margin-top: 56px;
	}


.sidebar--item--custom {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 44px;
	box-shadow: 0px 3px 6px 0px #00000029;
}

.organization--category {
	background: #fff;
}

	.organization--category .o_title {
		color: #070406;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		padding-left: 90px;
	}

.data-row ul,
.data-row ol{
	padding-right: 10px;
}
.data-row ol {
	list-style-type: arabic-indic;
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	position: absolute;
	left: 0;
}
.data-row > div{
	margin-bottom:20px;
}
.rating-stars ul > li.star.selected > i.fa {
	color: #3F87D0;
}
.rating-stars ul > li.star.hover > i.fa {
	color: rgba(63, 135, 208, 0.6) !important;
}


.wide--bg.white{
display:none;
}
.wide_search {
	height: 300px;
	background-position-y: -45px;
}

	@media(min-width:768px) {
		.search-row {
			max-width: 60%;
			margin: 0 auto;
		}

		.tab_content {
			min-height: 398px;
		}
	}

	.quick-links--list li a img {
	vertical-align: middle;
	width: 20px;
	transform: rotate(0);
}

.modal-body .sidebar {
	width: 100% !important;
	width: 100% !important;
	flex: 100% !important;
	max-width: 100%;
}



@media(max-width:767px) {
	.organization--category .o_title {
		font-size: 18px;
		padding-left: 40px;
	}

	.tabs li {
		font-size: 13px;
		width: calc(100% / 3);
		text-align: center;
		margin: 0;
		display: block;
		float: right;
	}

	.tabs a {
		padding: 10px;
		border-left: 1px solid #fff;
	}

	.tabs > li:last-child a {
		border-left: 0;
	}

	.mini_description {
		margin-bottom: 10px;
	}

	.breadcrump {
		display: none;
	}

	.title_1 {
		font-size: 26px;
		max-width: 100%;
		line-height: 36px;
	}

	.quick-links--list span {
		display: none;
	}

	.wide_search {
		height: 280px;
		background-position-x: right;
	}

	.wide_search {
		height: 220px;
		padding-top: 2em;
	}
}
