body{
	font-family: 'sky';
}
.navbar-nav{
	padding:0;
}
.navbar{
	padding: .5rem 0;
}
#top_nav .navbar-nav .nav-item .nav-link{
	font-size:0.9rem;
	letter-spacing: 1px;
	font-weight:600;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.6);
}

#navbarNavDropdown .nav-link{
	position:relative;
	transition:all 0.5s;
}

#navbarNavDropdown .nav-link:hover{
	color:#0f1c8d !important;
}


.fixed_div{
	position: fixed;
    right: 0;
    padding: 15px 10px;
    background: #0e1b8d;
    color: #FFF;
    top: 50px;
	z-index: 99;
}

.fixed_div_2{
	position: fixed;
    right: 0;
    padding: 15px 10px;
    background: #0e1b8d;
    color: #FFF;
    top: 50px;
	z-index: 99;
}


.nav-link:before{
	content:"";
	position:absolute;
	transition:all 0.5s;
	height:2px;
	background:#0f1c8d;
	width:0;
	bottom: 0;
	left: 0;
    right: 0;
    margin: auto;
}

.nav-link:hover:before{
	width:100%;
}

.list-group{
	padding:0;
}
.list-group li{
	padding:20px 7px;
	border:none;
}
.top_social{
	padding-top:1em;
}
.dropdown-item{
	text-align:left;
}
/*.dropdown-menu{
	left:0;
	right:inherit;
}*/
.navbar-nav .dropdown-menu .position-relative:hover .dropdown-menu{
	display:block;
}
.navbar-nav .dropdown-menu .position-relative .dropdown-menu{
	display: none;
    left: 100%;
    top: 0;
}
.socialArea{
	font-size:1.2rem;
	color:#b3b3b3;
}
.socialArea ul li a{
	color:#0e1b8d;
}
#navbarNavDropdown .navbar-nav{
	margin-right:0!important;
}
#top_nav{
	clear:both;
}
.ecosoc span{
	margin-left:1rem;
}
.ecosoc{
	float:left;
	margin-top:1.5rem;
}
.socialArea{
	float:right;
}
.carousel-caption a{color:#fff;text-decoration:none;}
.carousel-caption h3{font-size:1.6rem;font-family: 'sky-bold';}
.carousel-caption {
    left: 0%;
    bottom: 20px;
    right: 15%;
    z-index: 10;
    padding: 2em 3em 0.5em 1em;
    text-align: left;
	background:rgba(14, 27, 141, 0.89);
}
section{
	margin:4em 0 2em 0;
}

.mainTitle span::before{
	content:"";
	position:absolute;
	top:-0.7em;
	height:3px;
	width:130px;
	background:#0e1b8d;
	left:0;
	right:0;
	margin:auto;
}
.mainTitle span a{
	color:#000;
}
.mainTitle span{
	position:relative;
	font-size:1.5rem;
	font-family: 'sky-bold';
	margin:15px;
	color:#000;
	display:block;
}
.mainTitle.cusTitle span{
	margin-right:0;
	width: 130px;
    text-align: center;
}
.mainTitle.cusTitle span::before{
}
#carouselExampleCaptions, .carousel-inner,.carousel-item{
	max-height:500px;
}
.parntersItem{}
#tab_16014 .parntersItem a img{
	display:table-cell;
	vertical-align:middle;
	margin:auto;
}
#tab_16014 .parntersItem a{
	height: 200px;
    border-radius: 50%;
    background: #000;
	align-items: center!important;
    display: flex;
	overflow:hidden;
	width:100%;
}
.statsTitles span.active{
	color:#0e1b8d!important;
}
.statsTitles ul li{
	min-width: 196px;
    margin-bottom: 3px;
    padding: 5px;
	
}
.statsTitles ul li:hover a:not(.active){
	color:#0f1c8d;
}
.statsTitles ul li a{
	font-size: 16px;
	color: #fff;
	background:#7f7f7f;
	border-radius: 25px;
    padding: 12px 10px;
    height: 45px;
	position:relative;
}
.statsTitles ul li .active{
	color: #ffffff!important;
    background: #0f1c8d;
}
.statsTitles span{
	margin:0 2em;
	color:#666;
}
.statsSubTitles{
	direction:rtl;
}

.sta_div{
	background: #f1f2f3;
    padding: 20px 0px;
}


#tab1 .statsinfo{
	border-right:1px solid #c9c9c9;
}
#tab2 .statsSubTitle{
	height:56px;
}
.bx-wrapper{
	direction:ltr;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}
.bx-wrapper .bx-controls-direction a{
	font-size:0;
}


.statsTitles,.statsSubTitle{
	
	font-size:1.2rem;
	font-family: 'sky-bold';
	margin:auto;
	text-align:center;
	margin:1em 0;
}
.statsTitles{
	margin:2em 0;
}
.statsNumber{
	font-size:4rem;
	color:#0e1b8d;
}
.stats .bx-wrapper{
	padding:0 4em;
	max-width: 100% !important;
}
.parnters .bx-wrapper{
	padding:0 8em;
	max-width: 100% !important;
}
.news:hover img{
	opacity:0.5;
	transform:scale(1.1);
}
.news:hover{
	background:#fbfbfb;
}
.news a{
	text-decoration:none;
}
.news{
	text-align:right;
	padding-bottom:1em;
	border-bottom:1px solid #d0d0d0;
	height:100%;
	
}
.newsTitle {
	padding:1em 0;
}
.newsTitle a{
	color:#0e1b8d;
	font-size:1.3rem;
	font-family: 'sky-bold';
	
}
.newsTitle{
	color:#0e1b8d;
	font-size:1.3rem;
	font-family: 'sky-bold';
	
}
.newsImg img{
	height:100%;
	max-width: 100%;
	transition:all 0.3s;
}
.newsImg{
	height:265px;
	overflow:hidden;
}
.newsDate {
	margin-bottom:0.5em;
}
.newsDesc {
	text-align:justify;
	padding:0 1em;
}
.newsDesc a{
	font-size:1rem;
	color:#000;
}
.newsDate a{
	color:#808080;
	font-size:0.8rem;
	padding:0 1em;
}
.tabs1.active{
	display:block;
}
.tabs1{
	display:none;
	position:relative;
}
.tabs2.active{
	display:block;
}
.tabs2{
	display:none;
}
.gallery{
	padding:1em;
}
.gallThumb div:first-child {
	margin-right:0;
}
.gallThumb div:last-child {
	margin-left:0;
}
.gallThumb div:hover svg{
	transform:scale(1.2);
}
#videothumbs div svg{
	background: #fff;
    border-radius: 50%;
}
.gallThumb div svg{
	position:absolute;
	z-index:9999;
	left: 0;
	right:0;
	margin:auto;
    top: 35%;
    font-size: 22px;
    color: #c70a0c;
	
	transition:all 0.3s;
}
.gallThumb div img{
	width:100%;
	height:100%;
	
}
.gallThumb div {
	position:relative;
	margin:17px;
	height:75px;
	width:100px;
}
.gallery{
	padding:0 1em;
	border:2px solid #eee;
}
#photothumbs svg{
	color:#fff;
}
.gallImage a span{
	position:absolute;
	left:0;
	top:0;
	padding:0.5em;
	z-index:999;
	color:#fff;
	background:rgba(0,0,0,0.4);
}
.gallImage{
	height:285px;
	overflow:hidden;
	position:relative;
}
.partner div a{
	color:#fff;
	font-size:1.1rem;
	font-family: 'sky-bold';
}
.partner div{
	position:absolute;
	left:15px;
	right:15px;
	text-align:center;
}
.partner{
	position:relative;
	
}
footer{
	padding:3em 0;
	background:#0e1b8d;
}
.footer_nav .nav-link{
	padding: .5rem 0;
}
.footer_nav a{
	padding:0;
}
.footer_nav a,.footer_nav{
	color:#fff;
	text-align:left;
	
}
.footer_nav span svg{
	margin-left:10px;
}
.subscribe{
	background:#fff;
	padding:2em;
	color:#999;
}
.subscribe .btn{
	background:#0e1b8d;
	color:#fff;
	border:none;
	border-radius:0;
}
.subscribe .form-control{
	background:#eee;
	border:none;
	border-radius:0;
}
.bottom_footer{
	padding:2em 0;
	background:#000;
	color:#fff;
	font-size:13px;
}
#videothumbs div{
	cursor:pointer;
}

.modal-header{
	padding: 5px 10px;
}

.modal-body #searchkey{
	width: 83%;
    float: left;
    margin-right: 2%;
}
.modal-body .btn{
	width: 15%;
}

.intertech{
	float: right;
}

.b-social li{
	background-color:transparent;
}

.b-social li a{
	color:#FFF;
	transition:all 0.5s;
}
.b-social li a:hover{
	color:#333;
}

.count_of{
	position: absolute;
    top: 25px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 200px;
    text-align: center;
    width: 30px;
    font-size: 20px;
}

.btn-default{
	background:#0e1b8d;
	color:#FFF;
}
.btn-default:hover,.btn-default:active{
	color:#FFF;
}

.partner_1{
	position: relative;
    transition: all 0.5s;
	width: 200px;
    height: 200px;
    overflow: hidden;
    margin: auto;
}

.partner_1 a img{
	display:table-cell;
	vertical-align:middle;
	transition: all 0.5s;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin:auto;
}
.partner_1 a{
	height: 200px;
	align-items: center!important;
    display: flex;
	overflow:hidden;
}


.partner_1:hover a img{
	transform: rotate(360deg);
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}


.internal-right-menu{
	list-style: none;
    padding-right: 0px;
}
.internal-right-menu li{
    margin-bottom: 5px;
    color: #0e1b8d;
}

.internal-right-menu li a{
	background: #e2ebef;
	color:#0e1b8d;
	width:100%;
	display:block;
    padding: 5px 10px;
	position:relative;
	z-index:99;
	text-decoration:none;
}

.internal-right-menu li a:hover{
	color:#FFF;
	
}

.internal-right-menu li a:after{
	content:"";
	z-index:-1;
	position:absolute;
	width:100%;
	height:0;
	background:#9CBBC8;
	right:0;
	top:0;
	transition:height 0.5s;
}

.internal-right-menu li a:hover:after{
	height:100%;
}


.internal-right-menu li a.active{
	color:#FFF;
	background: #9CBBC8;
}

.srch_fr{
	margin-right:5px;
}

#all_body *{
	font-family: 'sky' !important;
	font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.notification_div_2{
	position: fixed;
    box-sizing: border-box;
    z-index: 99999;
    right: 5px;
    width: 160px;
    max-width: 100%;
    bottom: 130px;
    background: #CCC;
}


.notify_2{
	position: relative;
    background-color: #7f7f7f;
    height: 60px;
    overflow: hidden;
    width: 160px;
    box-shadow: 5px 6px 5px #E5E5E5;
    text-align: center;
    font-family: 'sky-bold';
    font-weight: bold;
}
.notify_2 a{
	color: #FFF;
    width: 100%;
    height: 100%;
    display: block;
	padding-top: 17px;
	text-decoration:none;
	transition:all 0.5s;
}

.notify_2 a:hover{
	background:#0f1c8d;
}


.notification_div{
	position: fixed; box-sizing: border-box; z-index: 99999; left: 60px; width: 300px;max-width:100%;
}

.notify{
	position:relative;background-color:#F9F9F9;height:80px;overflow:hidden;width:300px;box-shadow: 5px 6px 5px #E5E5E5;border:solid 1px #ccc;
}

.close_notify{
	position:absolute;right:5px;top:5px;z-index:99999999;cursor:pointer;
}

#reports_div{
	/*display:flex;width:100%;*/
	margin-bottom:20px;
}


.stext{
	color: #0e1b8d;
	transition:color 0.2s;
	font-size: 14px;
}
.stext:hover{
	color: #ccc;
	text-decoration:none;
}

@media (max-width:768px){
	.bx-wrapper{
		margin-bottom:15px;
	}
	#top_nav .navbar-nav .nav-item .nav-link{
		text-align:right;
	}
	#logo{
		text-align:center;
	}
	.navbar-toggler{
		margin:auto;
	}
	.socialArea ul{
		display: block;
		margin: auto;
		text-align: center;
		margin-top: 20px;
	}
	.list-group li {
		display: initial;
		text-align: center;
		margin: auto;
		padding: 0 15px;
	}
	.statsTitles span {
		margin: 0 1em;
	}
	.gallThumb div {
		margin: 16px;
		max-width: 115px;
	}
	.gallThumb div:first-child {
		margin-right: 16px;
	}
	.gallImage{
		height:auto;
	}
	.parntersSlider .parntersItem{
		margin-right: 70px !important;
		margin-left: 2em!important;
	}
	.parnters .bx-wrapper{
		padding: 0 2em;
	}
	footer .text-right{
		text-align:center!important;
		margin-bottom:1em;
	}
}
.fa-angle-double-right{
	font-size:10px;
}