@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
:root{
	--mainColor:#4d4d4d;
	--secColor:#3c7f3a;
}
body{
	color:var(--mainColor);
	font-family: 'Source Sans Pro', sans-serif;
}
.internal_div a{
	text-decoration:none;
	color:var(--mainColor);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color:var(--mainColor);
}
.mainColor{
	color:var(--mainColor);
}
.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 99;
    left: 10px;
}

.internal_div{
	min-height: 600px;
}

.pagination .active>.page-link, .page-link.active{
	background-color: var(--secColor);
	border-color: var(--secColor);
}

.options_div{
	float: inline-end;
}

.cat-release-div{
	box-shadow: -1px 0px 4px #888;
    padding: 10px;
    text-align: center;
}

.cat-release-div figure{
	height: 230px;
	overflow: hidden;
    border-bottom: 1px solid #CCC;
    display: grid;
    align-content: center;
}

.left_title{
	/*margin-top: 2rem;*/
    margin-bottom: 1.2rem;
}

.internal_div{
	padding-top: 20px;
}

.left-release-div{
	/*box-shadow: -1px 0px 4px #888;*/
	text-align: center;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 3px solid #436249;
}

.relatedReleases .left-release-div:last-child{
	border-bottom: 0;
}

.left-release-div figure{
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.release-image{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mother_logo{
    width: 70px;
    height: 70px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

.mother_a{
	display: flex;
    align-items: center;
}


.dep_href{
	background-color: transparent !important;
	border: 1px solid #3c7f3a !important;
    padding-top: 6px !important;
    padding-bottom: 8px !important;	
}
.dep_href:hover{
	background-color: #3c7f3a !important;
    color: #FFF !important;
}

.details_row label{
	padding-top: 7px;
}

.son_divs{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.son_divs .parent_name{
	font-weight: bold;
	padding: 10px 10px;
}
.son_divs .list{
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-right: 5px;
	padding: 10px 10px;
	margin-bottom: 10px;
}

.son_divs .list.active,.son_divs .list:hover{
    background: #3c7f3a;
    color: #FFF;
    border: 1px solid #212529;

}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 7px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
#navbarScroll .nav-link{
	color:#fff;
	text-align: center;
    font-weight: 700;
	padding: 0.25rem;
}
.icon-bar a:hover {
	background-color: #000;
}

.facebook {
	background: #3B5998;
	color: white;
}

.twitter {
	background: #55ACEE;
	color: white;
}

.google {
	background: #dd4b39;
	color: white;
}

.linkedin {
	background: #007bb5;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	    top: 94%;
}
.readmore{
	text-decoration:none;
}
section:not(.internal-page section){
	padding:2rem 0;
}
h2.mainTitle{
	font-weight:400;
}
.programs .owl-carousel .owl-item .over-img img{
	width:auto;
}
/*.programs .owl-carousel .owl-item:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(0,0,0,0.2);
	top:0;
}*/
.programs .owl-carousel .owl-item .over-img h2{
	font-size: 1.7rem;
    margin-top: 1rem;
    font-weight: 700;
    text-shadow: -2px -1px 7px #2b2b2b;
}
.programs .owl-carousel .owl-item .over-img{
	position: absolute;
    bottom: 5%;
    color: aliceblue;
    left: 15%;
	z-index:1;
	height: 200px;
}

.programs .owl-carousel .owl-item a{
	/*width: 100%;
	height: 100%;
	display: block;*/
	position: relative;
}

.programs .owl-carousel .owl-item a:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(0,0,0,0.2);
	top:0;
}


.p1{
    margin: 1rem 0;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    font-size: 1.1rem;
}
.owl-carousel1 .owl-item{
	overflow:hidden;
}
.owl-carousel1 .owl-item img{
	transition:all 0.3s;
}
.owl-carousel1 .owl-item:hover img{
	transform:scale(1.1);
}
.search .form-control{
	border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
	border:1px solid #fff;
}
.search .btn{
	border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
	background:#fff;
	border:1px solid #fff;
}
.b1{
	background-color: #3C7F3A;
    color: white;
	padding: 0px 1rem;
    border-radius: 55px;
}
.partner_div a{
	text-decoration:none;
}
.partner_div .card{
	border:none;
}
.partner_div {
    height: 180px;
    border: 1px solid #e7e7e7;
	border-radius:5px;
}

.partner_div .card:hover img{
	transform:scale(1.1);
}
.partner_div .card .card-img img{
	height:100px;
	width:auto;
	margin:auto;
	transition:all 0.3s;
}
.card-subtitle{
	font-weight:300;
}
.card-block{
	margin-top:0.5rem;
}
.f1{
	background-color: #DDDDDD;
}
.b2:hover{
	background-color: #fff;
	color:#436249;
}
.b2{
	background-color: #436249;
    color: white;
	padding: 0.5rem 1.5rem;
    border-radius: 55px;
	font-size:1.2rem;
	text-decoration:none;
	font-weight:500;
}
.owl-carousel2.owl-carousel .owl-nav button.owl-next,.owl-carousel2.owl-carousel .owl-nav button.owl-prev,.owl-carousel2.owl-carousel button.owl-dot{
	font-size: 1.5rem;
    width: 20px;
    line-height: 1;
    padding-bottom: 0.5rem!important;
}
.f2{
	background-color: #5A8963;
	font-size: 12px;
}
.card{
	text-align: center;
	border: 0;
	background: none;
}
.card-block{
	color: #B4B4B4;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.header1{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	z-index:2;
}

.header1 .logo{

}

.nav-top li a svg{
	font-size:9px;
}
.nav-top li:not(:last-child){
	margin-right:1rem;
}
.nav-top li a{
	color:#fff;
	text-decoration:none;
	font-weight:100;
	font-size:14px;
}
.se{
	border-radius: 30px;
	height: 28px;
	width: 131px;
}
.f3{
	position: absolute;
	z-index: 1;
	left: 117px;
	right: 486px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(97,91,91,0.6502976190476191) 100%);
}
.n1{
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.programs .owl-carousel,.owl-carousel2{
	margin-top:2rem;
}
.over-img{
	position: absolute;
	bottom: 2rem;
	color: aliceblue;
}
.event{
	position:relative;
}
.over-text h6{
	font-weight:300;
}
.over-text h2{
	font-weight: 700;
    font-size: 2.2rem;
}
.over-text{
	position: absolute;
	bottom: 0rem;
	width: 100%;
	left: 0rem;
	background: rgb(0,0,0,0.5);
	padding: 1rem 3rem;
	color:#e6e6e6;
}
.bot{
	margin-top: -34px;
	align-content: 5px;
	border-radius: 55px;
	
}
.searchlabel{
	border-radius: 50px;
	background-color: white;
	height:21px;
	width: 155px;
}
a.porto-link-login  svg{
	font-size:12px!important;
}
.ph-1 a{
	padding-right: 2rem;
	position:relative;
}   
.ph-1 a:after{
	position: absolute;
    content: '';
    /* height: 100%; */
    /* width: 1px; */
    /* color: #FFFFFF; */
    z-index: 99999;
    font-size: 32px;
    right: 0;
    top: 4px;
    width: 1px;
    height: 14px;
    background: #727272;
}

.img-1{
    opacity: 1;
	width: 127%;
	height: 10%;
	margin-top: 0%;
	padding: center;
}
.gap {
    font-weight: 300;
    margin: 0 10px;
    font-size: 0.95em;
    opacity: 0.8;
    color: white;
}

.header_menu .btn-group1, .header_menu .btn-group1 button{
    border-radius: 0;
}

.header_menu .btn-group1{
    border-right: 1px solid #FFF;
}

.header_menu .btn-group1:last-child{
    border-right: 0;
}   
.internal-page .header1{
	position:relative;
	background: var(--secColor);
}
@media(max-width: 991px){
	.icon-bar{
		display:none;
	}
	.header1{
		position:relative;
		background: var(--secColor);
	}
	.ph-1 a{
		padding-right:1rem;
	}
}
@media(max-width: 767px){
	
	.offset-md-2:lang(ar) {
		margin-left: 16.66666667%;
	}
	.search{
		margin:0rem 0 5px;
	}

	section:not(.internal-page section) {
	    padding: 1.5rem 0;
	}

	.programs .owl-carousel .owl-item .over-img h2 {
	    font-size: 1.2rem;
	}


	.over-text{
		padding: .5rem 1rem;
	}

	.over-text h2 {
	    font-size: 1.2rem;
	}

	.member_f_txt{
		font-size: 1rem;
	}

	.link.b2{
		font-size: 1rem;
	}
}