@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");

@font-face {
	font-family: nova;
	font-style: normal;
	font-weight: 600;
	src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url(../fonts/proximanova-semibold-webfont.woff2) format("woff2"), url(../fonts/proximanova-semibold-webfont.woff) format("woff")
}

@font-face {
	font-family: 'DroidKufi';
	src: url(../fonts/Droid-Arabic-Kufi.ttf)
}

header {
	border-bottom: 1px solid #d4d6d8;
}

a {
	color: #167bbb;
}

a:hover {
	text-decoration: none
}

p {
	text-align: justify;
}

ul {
	margin: 0;
	/* padding: 0; */
}

body {
	font-family: 'nova', sans-serif;
	overflow-x: hidden
}

.clear:before,
.clear:after {
	display: table;
	content: ""
}

.clear:after {
	clear: both
}

.side-menu {
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background: #fefefe;
	color: #0a0a0a;
	padding: 10px 0;
	overflow: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease
}

.side-menu.active {
	left: 0
}

.side-menu a {
	display: inline-block;
	color: #0a0a0a
}

.side-menu .top-header img {
	width: 30px
}

.side-menu .top-header ul {
	margin-left: 30px
}

.side-menu .top-header ul li {
	padding: 0 15px;
	opacity: 0.9
}

.side-menu .top-header ul li a {
	font-size: 13px;
	color: #0a0a0a
}

.side-menu .top-header .close-btn {
	color: #8a8a8a
}

.side-menu .top-header .close-btn:hover {
	color: #0a0a0a
}

.side-menu .search-container {
	padding: 20px
}

.side-menu .search-container input {
	border: 0;
	width: 400px;
	margin-left: 20px
}

.side-menu .search-container input:focus {
	outline: 0
}

.side-menu .search-container input::placeholder {
	color: #c2c2c2
}

.side-menu .search-container input :-ms-input-placeholder {
	color: #c2c2c2
}

.side-menu .search-container input ::-ms-input-placeholder {
	color: #c2c2c2
}

.side-menu .navbar-nav {
	padding-left: 20px
}

.side-menu .navbar-nav>li>a {
	display: block;
	border-bottom: 1px solid #ece9e9;
	letter-spacing: 1px;
	padding: 11px 0;
	color: #0a0a0a;
	opacity: 0.9;
	text-transform: capitalize
}

.side-menu .navbar-nav>li .sideSubMenu {
	padding: 0 15px;
	display: none;
	padding-bottom: 25px
}

.side-menu .navbar-nav>li .sideSubMenu li {
	padding: 5px 0
}

.side-menu .navbar-nav>li .sideSubMenu li a {
	display: block;
	color: #0a0a0a;
	opacity: 0.8
}

.dropdown-overlay {
	position: fixed;
	top: -100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	z-index: 5;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.dropdown-overlay.active {
	top: 90px
}

.dropdown-overlay .dropdowns-container {
	padding-top: 35px;
	background-color: #fff
}

.dropdown-overlay .dropdowns-container ul li {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.dropdown-overlay .dropdowns-container ul li a {
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #0a0a0a;
	text-transform: uppercase
}

.dropdown-overlay .dropdowns-container ul li a:hover {
	color: #0a0a0a
}

.dropdown-overlay .dropdowns-container ul li.greyed a {
	color: #c2c2c2
}

footer {
	color: white !important
}

footer img {
	height: 65px;
}

footer ul {
	list-style: none;
	padding: 0;
}

footer .upperFooter {
	background-color: #167bbb;
	padding: 50px 0
}

footer .upperFooter .top {
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d6d8
}

@media (max-width: 576px) {
	footer .upperFooter .top {
		border-bottom: none
	}

	footer .upperFooter .top>div {
		padding: 0 10px
	}

	footer .upperFooter .top>div+div {
		border-left: 1px solid #d4d6d8
	}
}

footer .upperFooter .middle {
	padding: 50px 0 0;
	letter-spacing: 1px
}

@media (max-width: 576px) {
	footer .upperFooter .middle {
		padding-top: 30px
	}
}

footer .upperFooter .middle h3,
footer .upperFooter .middle h3 a {
	font-size: 16px;
	margin: 0;
	color: white;
}

footer .upperFooter .middle h3 span {
	float: right;
	font-size: 12px
}

footer .upperFooter .middle ul {
	padding-bottom: 30px
}

footer .upperFooter .middle ul li {
	padding-top: 15px
}

footer .upperFooter .middle ul li a {
	font-size: 12px;
	color: white;
}

footer .upperFooter .middle ul li a:hover {
	color: #fff
}

footer .upperFooter .middle ul hr {
	border-color: #d4d6d8;
	margin-top: 20px;
	margin-bottom: 10px
}

@media (max-width: 576px) {
	footer .upperFooter .middle .footer-dropdown h3 {
		padding: 10px 0;
		border-bottom: 1px solid #d4d6d8
	}

	footer .upperFooter .middle .footer-dropdown ul {
		display: none
	}
}

@media (max-width: 576px) {
	footer .upperFooter .middle .social-links {
		padding-top: 20px
	}
}

footer .upperFooter .middle .social-links li {
	padding: 0;
	margin: 0 17px
}

footer .upperFooter .middle .social-links li a {
	font-size: 16px
}

footer .upperFooter .middle .subscribe p {
	font-weight: 600;
	font-size: 16px
}

footer .upperFooter .middle .subscribe form .input-group .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: transparent;
	padding: 6px;
	color: white;
	font-size: 14px;
}

footer .upperFooter .middle .subscribe form .input-group .form-control:focus {
	border-color: white;
	box-shadow: 0 0 5px white;
}

footer .upperFooter .middle .subscribe form .input-group .form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1;
	/* Firefox */
}

footer .upperFooter .middle .subscribe form .input-group .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: white;
}

footer .upperFooter .middle .subscribe form .input-group .form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: white;
}

footer .upperFooter .middle .subscribe form .input-group>div .btn {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
	background-color: #fff;
	padding: 6px 16px;
	color: #167bbb;
}

footer .upperFooter .middle .subscribe form .input-group>div .btn:hover {
	background-color: #bfbfbf
}

footer .lowerFooter {
	background-color: #167bbb
}

footer .lowerFooter .bottom {
	padding: 15px 0;
	color: white;
}

footer .lowerFooter .bottom p {
	margin: 0;
	font-size: 12px;
	float: left;
	line-height: 2
}

@media (max-width: 576px) {
	footer .lowerFooter .bottom p {
		float: none
	}
}

footer .lowerFooter .bottom ul {
	float: right
}

@media (max-width: 576px) {
	footer .lowerFooter .bottom ul {
		float: none;
		text-align: right
	}
}

footer .lowerFooter .bottom ul li {
	float: left
}

@media (max-width: 576px) {
	footer .lowerFooter .bottom ul li {
		float: none;
		padding: 5px 0
	}
}

footer .lowerFooter .bottom ul li a {
	font-size: 12px;
	padding: 10px 16px;
	color: white;
}

footer .lowerFooter .bottom ul li a:hover {
	color: #fefefe
}

.open-submenu {
	cursor: pointer
}

.open-submenu span {
	float: right;
	font-size: 11px;
	padding: 15px 0;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s
}

.open-submenu span i {
	width: 8px;
	height: 1px;
	background-color: white;
	display: block
}

.open-submenu span i.bar2 {
	transform: rotate(90deg) translate(-1px, 0px);
	-moz-transform: rotate(90deg) translate(-1px, 0px);
	-webkit-transform: rotate(90deg) translate(-1px, 0px)
}

.open-submenu span.active {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.open-submenu span.active i {
	background-color: #0c91fc !important;
	width: 10px
}

.side-menu .navbar-nav>li>a.open-submenu span i {
	background-color: #0a0a0a
}




/* .content{
    padding-top: 80px;
    padding-bottom: 60px;
}

@media (max-width: 576px) {
    .content{
        padding-top: 20px;
    }
} */

.report {
	background-repeat: no-repeat;
	min-height: 800px;
	padding: 20px 50px 20px;
}

.report .book-image {
	max-width: 150px;
}

.report .report-title {
	color: white;
}

.report .description {
	color: white;
}

.report .report-subtitle {
	color: white;
	border-bottom: 1px solid white;
}

.report .report-items-listing {
	padding-bottom: 10px;
}

.report .report-items-listing .report-item {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px;
	margin-bottom: 5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.report .report-items-listing .report-item a {
	color: black;
}



@media (max-width: 576px) {
	.report {
		background: transparent !important;
	}

	.report .report-title {
		color: black;
	}

	.report .description {
		color: black;
	}

	.report .report-subtitle {
		color: black;
		border-bottom: 1px solid black;
	}
}


.carousel-caption {
	text-align: left !important;
	width: 70% !important;
	left: 30% !important;
	top: 10px;
}

.carousel-caption h1 {
	color: #0a0a0aa6
}

.carousel-caption h3 {
	color: #0265b5d6;
}

.carousel-caption a {
	color: #0a0a0aa6;
}

.blue-background {
	background-color: #167bbb;
}

.custom-list .row+.row {
	border-top: 1px dotted black;
}

.event {}

.event-header-image {
	background-size: cover;
	height: 450px;
	background-position: center center;
}

.block-listing-item {
	background: #efefef;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.block-listing-item .block-listing-item-details {
	height: 250px;
}

.block-listing-item .block-listing-item-details a h4,
.block-listing-item .block-listing-item-details a p,
.block-listing-item .block-listing-item-details a span {
	color: black;
}

.block-listing-item:hover .block-listing-item-details a h4 {
	color: white;
}

.block-listing-item:hover .block-listing-item-details a p {
	display: none;
}


figcaption {
	text-align: center;
}

figcaption em {
	font-weight: 100;
	font-size: 12px;
	line-height: 14px;
}


.navbar-toggler {
	border-color: #167bbb;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(22, 123, 187, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #167bbb;
	color: white;
}

.logo-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logo-container span {
	width: 290px;
	display: block;
	font-size: 1.1rem;
}

.wpml-ls-statics-footer {
	margin-bottom: 0px !important;
}