:root {
	--mainColor: #444445;
	--secColor: #909192;
	--thColor: #005a7c;
	--foColor: #f0f0f0;
	--otherColor: #7b7b7b;
	--txtColor: #808080;
	--linkColor: #999999;
}
body:lang(ar){
	text-align:right;
	line-height: 1.8;
}
body{
	font-family: 'TheSans';
}
*:lang(ar),.ar{
	font-weight:bold;
/*color: #383838;*/
}
a{
	color:var(--linkColor);
	text-decoration:none;
}
a:hover{
	color:var(--thColor);
}
header{
    background: rgba(255,255,255,0.75);
	transition:all 0.3s;
}  
section{
	margin:1rem 0;
	clear:both;
}
b, strong{
	font-weight: bold;
}
header .container,header .container-lg,header .container-md,header .container-sm,header .container-xl {
    
}
.wColor,.wColor *{
	color:white!important;
}
.mainBtn{
	background:var(--mainColor);
	color:#fff;
	font-size:95%;
}
.secColor{
	color:var(--secColor)!important;
}
.secBtn{
	background:var(--secColor);
	color:#fff;
}
.thColor{
	background: var(--thColor);
}
.foBg{
	background: var(--foColor);
}
.b-r-th-2{
	border-right:3px solid var(--thColor);
}
.b-r-2{
	border-right:3px solid #fff;
}
.top_head{
	padding:1rem 0;
}
.mainMenu{
	background:var(--mainColor);
}
#searchkey:focus,#button-addon2:focus{
	box-shadow: none;
}
#searchkey,#button-addon2{
	border:none;
	background:var(--foColor);
	border-radius:0;
	height: 30px;
}
#button-addon2{
	background:var(--thColor);
	color:#fff;
	padding: 4px 0.5rem;
}
.top_slogin{
	margin-top:4rem;
}
.top_slogin h3{
	font-weight: bold;
	font-size:1.4rem;
	margin-bottom: 0px;;
}
.filter-option-inner {
    text-align: right;
}
header .navbar{
	padding: 1rem 0;
}

#navbarMain ul li.nav-item:not(:last-child){
}
@media (min-width: 1000px){
	section .container,section .container-lg,section .container-md,section .container-sm,section .container-xl {
		max-width: 1000px!important;
	}
}
.navbar-brand{
	color:var(--linkColor);
}
.btn-sm{
}
.top{
	padding:7px 0;
}
#logo{
	display: flex;
    align-items: center;
}
.acme-news-ticker-label {
	
    background: #e53935!important;
    padding: 10px !important;
    width: auto !important;
    float: right !important;
    margin-left: 15px!important;
    line-height: normal!important;
    height: 100%!important;
    color: #fff!important;
    width: 133px!important;
    text-align: center!important;
	margin: 0!important;
}
.acme-news-ticker{border:none!important;background:none!important}
.acme-news-ticker-box ul li a{
	font-size:16px;
	color:#000;
}
.acme-news-ticker-box{padding-top:5px!important}
.scrolled{
	background:#fff;
	
}
.scrolled nav.navbar{
	max-height: 100px;	
}
.topnav {
}
.scrolled .topnav span{
	background: #ccc;
}
.topnav span{
	width: 1px;
	background: #fff;
	height: 20px;
	display: block;
	margin:0 5px;
}

.topnav a.dropdown-item {
	color:var(--secColor);
}
.top_menu > a:last-child{
	border:0px!important;
}
.topnav a:lang(en) {
	border-right:1px solid var(--linkColor);
	padding-right:10px;
}
.topnav a:lang(ar) {
	font-weight:bold;
	border-left:1px solid var(--linkColor);
	padding-left:10px;
}

.topnav a {
	margin: 0 5px;
	text-decoration: none;
	font-size:12px;
	
	
	
}

.topnav a:hover {
	color: #819db5;
}
.topnav .btn-group>.btn:active,.topnav .btn-group>.btn:focus,.topnav .btn-group>.btn:hover ,.topnav .btn.show{
	color:#fff;
}
.dropdown-menu{
	left:inherit;
	right:0;
}
.topnav a.active {
	color: white;
}

.scrolled .topnav .en{
	 background:#20254d;
  color:#fff;
}

.top_icons{
	display: flex;
    align-items: center;
	justify-content:end;
}
.scrolled .topnav a{
	color: #20254d;
}
.nav-item .nav-link{
	font-weight: 600;
	color:#fff;
	font-size: 1rem;
}
#langs{
	margin-right:1rem;
}
#langs i{
	color:var(--mainColor);
}
h1.maintitle:after{
	content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 15%;
    height: 5px;
    background: var(--thColor);
}
h1.maintitle{
	position:relative;
	font-size:2rem;
	margin-bottom:3rem;
}
.info1{
	padding-bottom: 18rem;
	padding-top:4rem;
}
.info,.subinfo{
	color:#fff;
}
.info .readmore{
	margin-top:2rem;
}
.subinfoitem{
	margin-bottom:2rem;
}
.subinfoitem p{
	padding-right:3rem;
}
.subinfoitem h3{
	color:var(--thColor);
}
.navleft{
	border-right:2px solid #eeeeee;
	align-items:center;
}
.searchBtn{
	color:#a9a8b6;
	border-color:#eeeeee;
	margin-right:1rem;
}
.esouq{
	margin-right:4rem;
}
/*
#parallelogram1 {
    width: 84%;
    float: right;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 12% 100%);
}
#parallelogram2 {
    width: 29%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    float: left;
    position: absolute;
    left: 0;
}
*/
.servlist a{
	color:#fff;
	font-size:1.2vw;
	position:relative;
	z-index:2;
}
.servlist:after{
	content:"";
	background:rgb(37 38 56 / 51%);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
}
.servlist:hover{
	background-size: 110%;
	background-position: center;
	transition: background 0.3s;
}
.servlist{
	margin-bottom:1.5vw;
	position:relative;
	padding:3vw 0;
	text-align:center;
	transition: background 0.3s;
	background-position: center!important;
}

.serv1{
	background:url('../images/join.png');
	background-size:cover;
	padding-right: 3vw;
}
.serv2{
	background:url('../images/fund2.png');
	background-size:cover;
	padding-right: 3vw;
}
.serv3{
	background:url('../images/ads2.png');
	background-size:cover;
	padding-right: 3vw;
}
.serv4{
	background:url('../images/funders2.png');
	background-size:cover;
	padding-right: 4vw;
}
#parallelogram1 .image{
  height:330px;
}
.carousel-links a{
	margin-left:1rem;
	padding:1rem 2rem;
}
.carousel-links{
	margin-top:4rem;
}
.mainLink a,.mainLink2 a{
	color:#fff;
	display:block;
	height:100%;
	}
.mainLink .link-title{
	font-size:1.5rem;
	margin-bottom:1rem;
	
}
.mainLink .link-details{
	font-size:0.85rem;
}
.mainLink .link-icon img{
	transition:all 0.3s;
}
.mainLink .link-icon{
	margin-bottom:2rem;
}
.mainLink{
	padding:2.5rem 1.5rem;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	height:100%;
}
.mainLink:hover .link-icon img{
	filter:grayscale(1);
}
.mainLink:hover a{
	color:#fff;
}
.mainLink2 .link-icon img{
	transition:all 0.3s;
}
.mainLink2 .link-icon{
	height: 100%;
    line-height: 127px;
}
h2.link-title a{
	color:var(--txtColor);
}
.mainLink2 img{
	max-height: 100%;
}
.mainLink2{
	border:2px solid #e6e2e0;
	text-align:center;
	border-radius:0;
	position:relative;
	overflow:hidden;
	height: 170px;
    margin-right: auto;
    margin-left: auto;
	padding:1rem;
}
.mainLink2:hover .link-icon img{
	
}
.mainLink2:hover a{
	color:#fff;
}
.mainLink2:hover:after {
	width:100%;
	height:100%;
	border-radius:0;
}
.mainLink2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: #e6e2e0;
    border-top-left-radius: 80%;
    transition: all 0.3s;
    z-index: -1;
}
.committees{
	margin:4rem 0;
}
.strategies{
	margin-top:2rem;
}
.strategy .strategy-title{
	font-size:1.3rem;
	margin-bottom:1rem;
	text-align:center;
}
.strategy .strategy-details{
	font-size:0.85rem;
}
.strategy .strategy-icon img{
	transition:all 0.3s;
}
.strategy .strategy-icon{
	margin-bottom:1rem;
	text-align:center;
}
.strategy{
	border:1px solid #e8ecf4;
	padding:2rem 1rem;
	border-radius:20px;
	position:relative;
	overflow:hidden;
	background:#fff;
	transition:all 0.2s;
}
.strategy:hover {
    box-shadow: 0 0 10px #d7d7d7;
    transform: scale(1.1);
}
.strategies .col-md-3:nth-child(even) .strategy{
	margin-top:5rem;
}
#carouselExampleSlidesOnly .carousel-caption p{
	font-size:0.9rem;
	line-height:2;
}
#carouselExampleSlidesOnly .carousel-caption h1{
	margin-bottom:1rem;
	font-size:1.5rem;
	color:#fff;
}
#carouselExampleSlidesOnly .carousel-caption h1:after{
}
#carouselExampleSlidesOnly .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    padding-bottom: 1.25rem;
}
.mainSld{
	background:var(--secColor);
}
.font-reg:lang(ar){
	
}
/*-------------*/


.servicesList{
	position:relative;
}


#carouselExampleSlidesOnly .carousel-indicators [data-bs-target]{
	width: 8px;
    height: 8px;
	border-radius:50%;
	position:relative;
	margin-left:1rem;
}
.carousel-indicators .active:after {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid var(--mainColor);
    position: absolute;
    /* left: 13px; */
    right: -5px;
    top: 0px;
    margin: auto;
    bottom: 0;
    text-align: center;
    border-radius: 50%;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: revert;
    padding: 0;
    margin-right: 10%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.searchArea:lang(ar){left:0;}
.searchArea:lang(en){right:0;}
.searchArea{
    padding: 1rem;
    background: #f5f5f7;
    border-radius: 10px;
	display:none;
	position:absolute;
	
	z-index:9;
}
.bootstrap-select>.dropdown-toggle{
	background:none;
	border:none;
	direction:ltr;
}
.readmoreplus:hover{
	background:#fff;
	color:#525252;
	}
.readmoreplus{
	padding: 0.5rem 3rem;
	background:#525252;
	color:#fff;
	font-size:1.5rem;
	line-height: 2;
}

.readmore:hover{
	background:#fff;
	color:#000;
	text-decoration:none;
	
}	
.readmore.secBg:after{
	background: var(--secColor);
}
.readmore .secBg{
	border:2px solid var(--secColor);
	color: var(--secColor);
}
.readmore:lang(ar){
	
}
.readmore{
	color: #fff;
	background: var(--thColor);
	padding:0.3rem 1rem ;
	transition:all 0.3s;
	border-radius:30px;
	
}
.readmore:hover img{
	right:-0.5rem;
	filter: brightness(0.4);
}
.readmore.secBg:hover{
	color:#fff;
}
.readmore.secBg:hover img{
	    filter: brightness(2.5);
}
.readmore.secBg:hover{
	background:var(--secColor);
}
.readmore.secBg:hover:after{
	
}
.bg1{
	background-image:url("../../images/bg1.png");
	background-repeat:no-repeat;
	background-position:bottom center;
}
#numbers{
	padding-top:2rem;
}
.effect{
	text-align:center;
	color:#a7bcc6;
}
.eff-num:lang(ar){
	
}
.eff-num{
	font-size:2.5rem;
	margin-bottom:0.5rem;
	margin-top:1rem;
	direction:ltr;
}
.eff-txt{
}
.owl-carousel1 .owl-stage-outer{
	margin-right:1px;
}

.sec3 .cats{
	position:relative;
	height:400px;
	background:var(--foColor);
}
.cats h5:hover:after,.cats h5:hover:before{
	width:100%;
}
.cats h5:after{
    content: "";
    border-left: 2px solid var(--thColor);
    border-top: 2px solid var(--thColor);
    position: absolute;
    left: -5px;
    top: -10px;
    z-index: 999999;
    width: 30px;
    height: 30px;
	transition:all 0.3s;
}
.cats h5:before{
    content: "";
    border-right: 2px solid var(--thColor);
    border-bottom: 2px solid var(--thColor);
    position: absolute;
    right: -5px;
    bottom: -10px;
    z-index: 999999;
    width: 30px;
    height: 30px;
	transition:all 0.3s;
}
.cats h5{
	color:var(--mainColor);
	margin-bottom:0rem;
}
.cats .pr-title{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    width: 70%;
    margin: auto;
    transform: translateY(-50%);
}
.sec3 .owl-nav{
	margin-top:1rem;
}
.pr-title h2{
	font-size:1.2rem;
	background:var(--foColor);
	color:var(--mainColor);
	text-align:center;
	padding:1rem;
}
.pr-txt p{
margin-bottom:3rem;	
}
.pr-txt{
	padding:1rem;
}
.owl-nav{
    text-align: center;
}
.h-sec .container{
	max-width: 700px;
    margin-left: 0;
    margin-right: auto;
	padding-left: 3rem;
}
.h-sec{
	display: flex;
    justify-content: end;
}
.bg-sec{
	background:var(--secColor);
}
.bg-th{
	background:#f5f5f7;
}
.btn.btn-md{
	padding:0.5rem 2rem;
	border-radius:0;
}
.scrolled .navbar-light .navbar-nav .nav-link:focus, .scrolled .navbar-light .navbar-nav .nav-link:hover{
	color:#20254d;
	border-bottom:1px solid #f1d575;
}
.scrolled .navbar-light .navbar-nav .nav-link {
	color: #20254d;
	font-weight: 300;
	font-size: 1.2rem;
}
.nav-item.dropdown:focus > a, .nav-item.dropdown:hover > a{
	color:#fff;
	background:var(--mainColor);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color:var(--mainColor);
	background:var(--thColor);
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link{
	margin-left:0;
}
.navbar-light .navbar-nav .nav-link {
	padding-top: 0;
    text-align: center;
    padding-bottom: 0
}
#logo img{
	padding-left:1rem;
}
#logo div{
	border-right: 4px solid var(--mainColor);
    padding-right: 2rem;
    height: 60px;
    padding-top: 0rem;
    margin-top: 0;
    padding-bottom: 0.5rem;
    margin-right: 1rem;
}
#logo div span:lang(ar) {
	font-weight:bold;
}
#logo div span {
    display: block;
    font-size: 1.4rem;
    
}
#logo div span:last-child {
    font-size: 1rem;
    color: #a5a8b5;
}
.hi2{
	display:none;
}

.white{
	color:#fff;
}
.nav-item.dropdown:hover > .dropdown-menu{
	display: block;
}
.dropdown-menu{
	text-align:right;
}
.navbar-light .navbar-nav .nav-item{
	position:relative;
}
/*
.navbar .navbar-nav .nav-link::before {
    content: "";
    float: left;
    width: 1px;
    height: 26px;
    background: var(--mainColor);
    margin-right: 0.3rem;
    margin-top: 0;
    position: absolute;
    left: 2px;
    top: 14px;
}
*/
#navbarMain .dropdown-toggle::after {
	font: var(--fa-font-solid);
    content: "\f078";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    border:none;
	color: var(--linkColor);
	font-size: 11px;
	float:left;
	margin-top: 7px;
	margin-right: 7px;
}
.dropdown-menu {
    top: 99%;
}
.dropdown-item{
}
.num:lang(ar){
	
}
.num{
	
}
.navh5:lang(ar){
}
.navh5 p{
	margin-top:0.5rem;
}
.navh5{
	font-size: 2.5rem;
}
.navh6.light{
	color:#fff;
}
h2.navh6{
	font-size:2rem;
}
.navh6:lang(ar){
	font-weight:bold;
}
.navh6{
	font-size:1.2rem;
	color:#2d3138;
	padding:5px 1rem;
	margin-bottom:0;
	position:relative;
	
	padding-right: 2rem;
}
.navh6:after {
    content: "";
	background:var(--mainColor);
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
    height: 5px;
}
.sec1{
	background:var(--secColor);
}
.sec1 p{
	text-align:justify;
	margin-bottom:3rem;
}
.bg-sec{
	padding:4rem 0 2rem 0;
}
.sec2{
	padding:3rem 0;
}
.sec2-item .sec2-title h3{
	    background: var(--secColor);
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    padding: 0.7rem 0.5rem;
    width: 80%;
    margin: auto;
}
.sec2-details p{
	font-size:0.8rem;
	padding:2rem 1rem;
}
.sec2-item:hover::after{
	box-shadow: none;
	border: 1px solid rgb(51 108 118 / 30%);
}
.sec2-item{
	position: relative;
    z-index: 9;
}
.sec2-item:after {
    content: "";
    position: absolute;
    background: #f1f1f1;
    height: 90%;
    z-index: -1;
    width: 100%;
    top: 24px;
    border-radius: 15px;
    box-shadow: 0 0 18px rgb(51 108 118 / 47%);
    transition: all 0.3s;
}
.sec2-footer{
	text-align:center;
}
.sec2-footer a{
	background: var(--mainColor);
    color: #fff;
    padding: 0.2rem 1.5rem;
    border-radius: 20px;
}

.sec2List:hover:after{
	opacity:1;
	color:var(--mainColor);
	right:0;
}
.sec2List:hover{
	color:var(--mainColor);
	padding-right:1rem;
}
.sec2List:after{
	content:"•";
	color:#fff;
	position:absolute;
	right:1rem;
	opacity:0;
	transition:all 0.6s;
}
.sec2List:lang(ar){
	font-weight:bold;
}
.sec2List{
	position:relative;
	color:#fff;
	padding-bottom:1rem;
	border-bottom:1px solid;
	font-size:0.7rem;
	display:block;
	
}
.mainTitle h1{
	font-weight:bold;
}
.mainTitle h1{
	
	color:var(--mainColor);
}
.mainTitle p{
	color:var(--linkColor);
}
.mainTitle{
	margin-bottom:1rem;
	color:var(--secColor);
	
}
.mainTitle:after{
	
}
.regSec{
	background-image: url('../../images/background1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #ebeae7;
	padding:3rem 0;
}
.subscribe{
	background-color: #ebeae7;
	padding:3rem 0;
}
.subscribe-wrapper{
	max-width:460px;
	margin:2rem auto;
}
.subscribe2-wrapper .subscribe-form input {
    background: #fff;
	border: 1px solid #fff;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    margin-right: 10px;
    padding-left: 35px;
    width: 54%;
    cursor: pointer;
}
 
.subscribe2-wrapper .subscribe-form button {
    background: var(--mainColor);
    border: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    /* font-size: 18px; */
    font-weight: 400;
    line-height: 1;
    padding: 5px;
    transition: all 0.3s ease 0s;
    width: 35%;
    height: 40px;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}
.sec hr{
	border-color: #bbb;
}
.newsSection{
}
.btnLink:hover{
	background: none;
	color: var(--secColor);
}
.btnLink{
	color:#fff;
	background-color: var(--secColor);
	font-size:1.5rem;
	padding:5px 2rem;
	border-radius: 30px;
	font-weight: bold;
	position: relative;
	transition:all 0.3s;
}
.btnLink:after{
	content: "";
    padding: 0.2rem 2rem;
    border-radius: 30px;
    background: rgba(0,0,0,0);
    border: 1px solid var(--secColor);
    border-radius: 30px;
    position: absolute;
    left: -6px;
    right: 0px;
    padding: 31px 5rem;
    top: -6px;
	width: 106%;
}

.mc1 .navh6{
	
}
.mc2{
	padding: 4rem 4rem 2rem 0rem;
}
.mc3 .navh6, .mc3 .navh6:after{
	
}
.mc3{
	
}
.mc4 .navh6, .mc4 .navh6:after{
	
}
.mc4{
	
}
.mc5 .navh6, .mc5 .navh6:after{
	
}
.mc5{
	
}
#strategy{
	background:#fafafa;
	padding:4rem 0;
}
.jerusalem{
	background: var(--thColor);
}
.jerusalem p a{
	position:relative;
	top:5px;
	color:var(--mainColor);
}
.jerusalem p{
	padding:1rem;
	
	font-family: 'FahrasPlain';
	font-size:16px;
}

.sec4 .carousel-caption h5 a{
	color:#fff;
	font-size:1.5rem;
	line-height: 1.7;
}
#carouselExampleCaptions2 .carousel-control-next, .carousel-control-prev{
	width: 7%;
}
#carouselExampleCaptions2 .carousel-inner {
    padding: 0 3rem;
}
.tickers{
	background: var(--thColor);
}
.w-100{
}
.third-sec p{text-align:justify}
.third-sec h1{font-weight:700}
 .navh1{
	color: #02539C;
  text-align: right;
	background: url(../images/Tileicon.png) no-repeat;
	background-size: contain;
	background-position: right;
    padding: 2rem 0;
 }
/*THIRD-SECTION*/
.navh2:lang(ar){
	text-align:right;
}
.navh2:lang(ar){
		font-family: 'GE SS Text bold';
	}
.navh2{
  color: #000;
  font-size: 3rem;
  padding-bottom: 2rem;
  text-align:left;
  font-family: 'Helvetica Neue Bold';
} 

.sec3{
	margin:2rem 0 0;
	position:relative;
	padding:2rem 0;
}
.sld_img{
	height:160px;
}
.third-sec{margin-top:0.5rem;}
.backgroundimg .se2slider{
  margin:auto;}
.backgroundimg{
  
}
.sec4item .sec4content{
	padding:1rem;
	font-weight: 600;
	text-align: center;
	height: 180px;
	overflow: hidden;
}
.sec4item .sec4title{
	font-size:1.1rem;
	background: var(--secColor);
	text-align: center;
	padding: 1rem;
	color: #fff;
	font-weight: 600;
}
.sec4item a{
	color: var(--txtColor);
	font-size:0.8rem;
}
.sec4item:hover{
	box-shadow: none;
	border: 1px solid rgb(51 108 118 / 30%);
}
.sec4item{
	height: 100%;
	box-shadow: 0 0 18px rgb(51 108 118 / 47%);
	transition: all 0.3s;
}
.sec5{
	background-image:url('../images/bg2.jpg');
	background-size: auto 100%;
	padding: 4rem 0 ;
	margin:0;
}
footer .container{
	max-width: 1000px;
}
.sec5Link img{padding-right:0.5rem;}
.sec5Link{
	text-align: center;
    border: 2px solid;
    height: 60px;
    border-radius: 30px;
    padding: 5px 1rem;
    font-size: 1.4rem;
	margin-right: 2rem;
}
.mainBtn.btn-lg{
}
.sec7{
	padding:3rem 0;
}
.eforms{
	padding-top:1rem;
}
.eform {
	width:100%;
}
.eform a i,.eform a svg{
	padding-left: 0.5rem;
    font-size: 1.5rem;
    top: 3px;
    position: relative;
}
.eform a:hover{
	background:none;
	color:var(--thColor);
}
.eform a{
	display:block;
	padding:0.8rem 0.6rem;
	background:var(--thColor);
	border:1px solid var(--thColor);
	color:#fff;
	border-radius:5px;
	font-weight: 100;
	transition:all 0.3s;
}
.addComm form .form-control{
	border:none;
	padding:1rem 0.5rem;
	border-radius: 0;
}
.addComm{
	background: #f4f5fa;
	padding: 2rem 4rem 4rem 4rem;
}
.title h1 .num{
	font-size: 1.5rem;
}
.title h2{
	font-weight: bold;
}
.title{
	font-size:1.5rem;
	color: var(--mainColor);
	font-weight: bold;
}
.sec5content ul{
	padding-right: 2rem;
}
.sec5content ul li {
	list-style: none;
	line-height: 1.2;
}
.text-left{
	text-align: left;
}
.sec5content ul li:before {
	content: "\2022";
    color: var(--mainColor);
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    margin-right: -1em;
    font-size: 2.2rem;
    position: relative;
    top: 7px;
    transition: all 0.3s;
}
.sec5content ul li:hover::before{
	color: var(--secColor);
}
.sec5content ul li a:hover{
	
}
.sec5content ul li a{
	font-size:0.9rem;
	color: var(--txtColor);
	transition: all 0.3s;
}
.sec5content{
	margin-top: 3rem;
}
.sec6{
	padding:2rem 0;
}
.sec6content {
	margin-top: 4rem;
}
.sec6content a{
	color: var(--txtColor);
	font-weight: 600;
}
.sec6content ul li{}
.sec6content ul li{
	margin-bottom: 4rem;
}
.sec6content ul li h5{
	margin-bottom: 1rem;
}
.sec6content ul li p{
	font-size:0.8rem;
}
.sec6content ul{
	padding-right: 1rem;
}
.sec6content ul li {
	list-style: none;
}
.sec6content ul li:hover::before {
	content: "\26AB";
}
.sec6content ul li:before {
	content: "\26AA";
    color: var(--secColor);
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    margin-right: -1.6em;
    /* font-size: 1.2rem; */
    position: relative;
    top: 1.7rem;
}
#news{
	background:var(--thColor);
	padding:4rem 0;
}
.pr-img{
	overflow:hidden;
	border: 4px solid #fff;
}
.news-img img{height:100%}
.news-img{
	height:370px;
	overflow:hidden;
}
.news .content {
	text-align:center;
	margin-top:2rem;
}
.news .content h2{
	color:#ffcc00;
	font-size:1.6rem;
	font-weight:400;
}
.news .content .date{
	margin-bottom:1rem;
	font-size:1.1rem;
	color:#525252;
}
.news .content h1{
	color:#000;
	font-size:2rem;
	margin:1rem 0;
	font-weight:400;
	
}
.readmore1:hover:after{
	opacity:1;
	color:var(--mainColor);
	right:0;
}
.readmore1:hover{
	color:var(--mainColor);
	padding-right:0.8rem;
}
.readmore1:after{
	top:0px;
	content:"•";
	color:var(--mainColor);
	position:absolute;
	right:0.5rem;
	opacity:0;
	transition:all 0.6s;
}

.readmore1:lang(ar){
	font-weight:bold;
}
.readmore1{
	position:relative;
	
	font-size:0.9rem;
}
.news-cont .pr-img img{
	transition: all 0.5s;
}
.news-cont:hover .pr-img img{
	transform: scale(1.1);
}

.thiredsecslider:hover .content{
	background: rgba(2, 83, 156, 0.8);
}
.thiredsecslider:hover img{
	transform:scale(1.2);
}

.thiredsecslider{
  text-align: center;
  overflow:hidden;
}

#carousal h1{
	font-size: 1.6rem;
    font-weight: 600;
    padding: 12px 4rem;
    line-height: 1.4;
}
#carousal img{
} 
.sliders-ticker{
	background: #fff;
    border-radius: 50rem;
    margin-bottom: 1rem;
}
/*
.owl-carousel{
	width: 70%!important;
    z-index: 999!important;
    position: relative!important;
    margin-right: -2rem;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    padding-right: 2rem;
    background: #fff;
    height: 80px;
}
*/
.ticker-item a{
	font-size:0.9rem;
	color: var(--txtColor);
}
.ticker-item{
	    width: 82%;
	    padding: 0.5rem 0;
}
.owl-theme .owl-nav .owl-prev{
	
}
.owl-theme .owl-nav {
	margin-top:0!important;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	display:flex;
	justify-content: space-between;
	    z-index: -1;
}
#newsevents{
	padding-bottom:3rem;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:var(--mainColor)!important;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot:hover {
}
.owl-theme .owl-nav [class*=owl-]{
	font-size: 1.5rem!important;
	position: relative;
}
 .owl-theme.owl-carousel .owl-nav .owl-prev{
	 right: -3rem;
 }
 .owl-theme.owl-carousel .owl-nav .owl-next{
	 left: -3rem;
 }
.sec3 .owl-carousel .owl-nav button.owl-next,.sec3 .owl-carousel .owl-nav button.owl-prev {
    padding: 0!important;
    width: 50px;
    height: 50px;
    background:none!important;
    color: var(--mainColor)!important;
    border-radius: 0;
	border:1px solid var(--mainColor)!important;
	
}
.sec3 .owl-carousel .owl-nav button.owl-next:hover, .sec3 .owl-carousel .owl-nav button.owl-prev:hover{
	background:var(--thColor)!important;
	color:#fff!important;
}
.owl-carousel .owl-nav button.owl-next{
	border-right:0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:var(--mainColor)!important;
}
.thiredsecslider img{transition:all 0.3s;}
.thiredsecslider .content {
	transition:all 0.3s;
}

/*FORTH-SECTION*/
.forth-sec{
	color: #02427e;
    font-weight: 700;
    margin-bottom: 2rem;
}

/*FIFTH-SECTION*/

.forthsec{
 
}
.forthsectitle{
	color: #02427e;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
    padding: 2rem;
	background: url(../images/Tileicon.png) no-repeat;
	background-position:center;
}

.forthsecimg{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.se2slider .item:hover{
	background:#ffe5d0;
}

#silderitem img{
  margin: auto;
  width: auto;
}

.item{
  text-align: center;
  padding: 50px;
}

.sliderBackground {
  background: #eee;
}

.itemsec{
  text-align: center;
  padding: 50px;
  height: 400px;
}
#itemsecid img{
	width: auto;
    margin: auto;
    height: 245px;
	border: 1px solid #3f7cb4;
    padding: 5px;
    background: #fff;
}

/*ACTIVITES SECTION*/
.actSec{
	background: url(../images/background.png) no-repeat ;
	background-size: cover;
	padding:3rem 0;
}

.activitiesnav{
	color: #02539C;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	padding:1rem 0;
}



.activitiesmenu a {
	float: left;
	display: block;
	color: #02539C;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 25px;
	font-weight: 500;
	border-bottom: 4px solid #fff;
}
.activitiesmenu a.active{
	border-bottom:4px solid #EF7F30;
	color: #EF7F30;
}
.activitiesmenu a:hover {
  color: #EF7F30;
  border-bottom:4px solid #EF7F30;
}

.whitebackgr{
	background-color: #fff;
	min-height: 500px;
	background-size: cover;
	width: 52%;
	margin: auto;
	margin-top: 40px;
	text-align:right;
	padding: 3rem;
}
.panels{display:none}
.panels.active{display:block}
.conferences{
	color: #EF7F30;
  
	text-align: right;
	margin-bottom:1rem;
}

.unorderedlist{
  color: black;
  
  text-align: right;
}

.unorderedlist li{
list-style: none;
font-size: 1.5rem;
    margin-bottom: 1rem;
}

.fa-circle:before{
  color: #EF7F30;
  font-size: 12px;
  padding-left: 16px;
}
.h_brand_slider .forth-sec{
	font-size:1.2rem;
}
.listpara{
  
  color: #080808;
  font-size: 26px;
  text-align:right;
  font-weight: 600;
}

#banksSlider img{
    width: auto;
    margin: auto;
    border: 3px solid #eee ;

}
.media{
	height:250px;
	padding:2rem;
	color:#fff;
	font-size:1.8rem;
	font-weight:600;
}
.media1{
	background:#f28e32;
}
.media2{
	background:#02539d;
}
.media3{
	background:#999999;
}
.media4{
	background:#f6a339;
}
.media5{
	background:#fcc649;
}
.relations{
  background: url(../images/background.png) no-repeat;
  background-size: cover;
  padding:2rem;
}

.relationssech1{
  color: #02539C;
  text-align: left;
  
  font-size: 43px;
  font-weight: 700;
  padding:2rem 0 1.2rem 0;
  background: url(../images/Tileicon.png) no-repeat;
    background-size: contain;
    background-position: left;
	margin-bottom:3rem;
}
.accordion{
	margin-top: 2rem;
}
.accordion-button::after{
	margin-right: auto;
	margin-left: 0;
}
.accordion-item{
	margin-bottom: 1rem;
}
.accordion-button{
	padding:1.5rem;
}
.accordion-button:not(.collapsed){
	background: #fff;
	color:inherit;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
    color: #b69366;
    border: 1px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}


/* style 3 */

.inputfile-3 + label {
    color: #b69366;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}
.was-validated .form-control.is-invalid
 {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* style 4 */

.inputfile-4 + label {
    color: #b69366;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #b69366;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
    color: #b69366;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #b69366;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #b69366;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

.form-check .form-check-input:lang(ar){
	float:right;
	margin-left: 0;
	margin-right: -1.5em;
}
.form-check-inline:lang(ar){
	    margin-left: 1rem;
	    margin-right: 0;
}
.form-check:lang(ar){
	padding-right: 1.5em;
	padding-left: 0;
}
/* style 6 */

.inputfile-6 + label {
    color: #b69366;
}

.inputfile-6 + label {
    border: 1px solid #b69366;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #b69366;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}
.close_x {
    cursor: pointer;
    display: none;
}
@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}


footer hr{border-top: 2px solid #cacaca;clear:both;width:100%}
footer .nav{margin:0;padding:0;}
footer h5,footer a,.footer_contact{color:#fff;}
footer a:hover,ul.footer_menu_ul li a{
	color:#fff!important;
}
footer a{}
footer:lang(ar){
	text-align:right;
}
footer{
	overflow:hidden;
	background:#555658;
	padding:3rem 0 0 0;
	color:#fff;
}
.footer_det{
}
.footer_det ul li{
	margin-bottom:0.5rem;
}
.footer_det svg{
	font-size:2rem;
	margin-bottom:1rem;
}
.footer_det ul li i{
	color:#fff;
	font-size:0.8rem;
}
.footer_det ul li span{
	font-size:0.8rem;
	margin-right:0.5rem;
}
.footer_det ul{
	
}
ul.footer_menu_ul{
	list-style:none;
}
ul.footer_menu_ul li a i{
	padding-right:0.5rem;
}
ul.footer_menu_ul li a{
	color:#fff!important;
	font-size: 15px;

}

ul.footer_menu_ul{
	padding: 0;
    
}
.footer-bottom a{
	color:#fff!important;
	margin-right: 2rem;
}
.footer-bottom{
	color:#fff;
	background:var(--mainColor);
	padding:1rem 0;
	margin-top: 2rem;
	font-size:0.8rem;
}

.counts1{
	color:var(--mainColor);
}
.counts2{
	color:#be5c03;
}
.counts3{
	color:#8d0301;
}
.s1{
	font-size:1.6rem;
}
.s2{
	font-size:6rem;
	  font-weight: 500;

}
.embed-video, .gall{
	height:255px!important;
}
.footer_menu ul li a:hover{
	color: var(--secColor);
}
footer h5{
	margin-bottom:1rem;
	font-weight: bold;
}
.footer_menu ul{
	padding-right: 2rem;
}
.footer_menu ul li:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f104";
	font-size: 15px;
    color: var(--txtColor);
    display: inline-block;
    width: 0.8em;
    margin-right: -1em;
    /* font-size: 1.2rem; */
    position: relative;
    top: 1rem;
}
.footer_menu ul li a{
	padding: 0;
	color: var(--txtColor);
}
.footer_menu ul li{
	list-style:none;
	line-height: 1;
}
.footer_contact .col-4 i{
	margin-left:0.5rem;
}
.footer_contact .col-4{
	margin-bottom:1rem;
}
.followSec p{
	margin-bottom:1rem;
	text-align: center;
}
footer p{
}
.footer_support{
	margin:3rem 0;
}
.footer_support p{
	text-align: justify;
}
.button-link{
	padding: 0.3rem 0.5rem;
    border-radius: 50rem;
    font-size: 0.9rem;
    color: var(--txtColor);
    border: 2px solid;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.social a{
	color:#373435;
	font-size:1.2rem;
	margin:0 0.5rem;
}
.logo1{display:none;}
#button-addon1:hover{
	color: #ececec;
	background: #616161;
	 border: 3px solid #616161;
}
#button-addon1{
	border-radius: 2px;
    padding: 0.2rem 2.5rem;
    font-size: 1.7rem;
    background: #ececec;
    border: 3px solid #616161;
    color: #424242;
	transition:all 0.2s;
}
.flipster__item img{
	height:500px;
}

footer p{
	font-size:15px;
}
footer a{
	color:#fff!important;
}
.footer_nav .nav-item .nav-link{padding: 0 1rem;}
.footer_nav .nav-item:not(:last-child) .nav-link{
    border-left: 2px solid #57585c;
    
}
.footer_nav{
	margin-bottom:1rem;
}
.mainColor{
	color:var(--mainColor);
}
.owl-carousel1.owl-carousel{
		position: relative;
		
	}
	.light{color:#fff}
	.mainBg{
		background:var(--mainColor)!important;
	}
	.secBg{
		background:var(--secColor)!important;
	}
	.thBg{
		background:var(--thColor)!important;
	}
	.mainColor{
		color:var(--mainColor)!important;
	}
	.secColor{
		color:var(--secColor)!important;
	}
	.thColor{
		color:var(--thColor)!important;
	}
	.otherColor{
		color:var(--otherColor)!important;
	}
	/* internal pages */
	.in-head .form-select,.in-head .form-control,.in-head .btn{
		min-width: 10vw;
	}
	.in-head .row{
		min-height:250px;
	}
	.in-head{
		background:var(--secColor);
		border-bottom:8px solid var(--mainColor);
	}
	.in-head .navh6{
		margin-left:3rem;
	}
	.in-content-head h4:lang(ar){
		font-weight:bold;
	}
	.in-content-head h4{
		
		font-size:1.2rem;
	}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
		background:none;
		color:var(--mainColor);
		
	}
	.nav-pills .nav-link{
		height: 170px;
		overflow:hidden;
	}
	ol:lang(ar), ul:lang(ar){
		
	}
	.in-content-body table td,.in-content-body table th,.in-content-body li,.in-content-body p{
		font-size:18px;
	}
	footer .input-group:lang(ar) button{
		background:var(--mainColor);
		border:none;
		color:#fff;
		font-size:0.8rem;
	}
	.input-group .form-control{
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		border-top-left-radius:  0.375rem;
		border-bottom-left-radius: 0.375rem;
		height:45px;
	}
	footer .input-group button{
		background:var(--mainColor);
		border:none;
		color:#fff;
		font-size:0.8rem;
	}
	.listar-socialicons {
	overflow: hidden;
	list-style: none;
	text-align:center;
	line-height: 34px;
}
.listar-socialicons li {
	float: left;
	padding: 0 4px;
	line-height: inherit;
	list-style-type: none;
}
.listar-socialicons li a {
	width: 32px;
	height: 32px;
	color: #fff;
	display:block;
	background:var(--secColor);
	overflow:hidden;
	font-size: 13px;
	line-height: 34px;
	position:relative;
	text-align: center;
	-webkit-border-radius: 34px;
			border-radius: 34px;
	text-transform:capitalize;
}
.listar-socialiconsborder li.listar-facebook a {
	color: #3b5999;
	border: 1px solid #3b5999;
}
.listar-socialiconsborder li.listar-twitter a {
	color: #55acee;
	border: 1px solid #55acee;
}
.listar-socialiconsborder li.listar-linkedin a {
	color: #0077B5;
	border: 1px solid #0077B5;
}
.listar-socialiconsborder li.listar-skype a {
	color: #00aff0;
	border: 1px solid #00aff0;
}
.listar-socialiconsborder li.listar-dropbox a {
	color: #007ee5;
	border: 1px solid #007ee5;
}
.listar-socialiconsborder li.listar-vimeo a {
	color: #1ab7ea;
	border: 1px solid #1ab7ea;
}
.listar-socialiconsborder li.listar-tumblr a {
	color: #34465d;
	border: 1px solid #34465d;
}
.listar-socialiconsborder li.listar-yahoo a {
	color: #410093;
	border: 1px solid #410093;
}
.listar-socialiconsborder li.listar-googleplus a {
	color: #dd4b39;
	border: 1px solid #dd4b39;
}
.listar-socialiconsborder li.listar-pinterestp a {
	color: #bd081c;
	border: 1px solid #bd081c;
}
.listar-socialiconsborder li.listar-youtube a {
	color: #cd201f;
	border: 1px solid #cd201f;
}
.listar-socialiconsborder li.listar-stumbleupon a {
	color: #eb4924;
	border: 1px solid #eb4924;
}
.listar-socialiconsborder li.listar-reddit a {
	color: #ff5700;
	border: 1px solid #ff5700;
}
.listar-socialiconsborder li.listar-quora a {
	color: #b92b27;
	border: 1px solid #b92b27;
}
.listar-socialiconsborder li.listar-yelp a {
	color: #af0606;
	border: 1px solid #af0606;
}
.listar-socialiconsborder li.listar-soundcloud a {
	color: #ff3300;
	border: 1px solid #ff3300;
}
.listar-socialiconsborder li.listar-whatsapp a {
	color: #25d366;
	border: 1px solid #25d366;
}
.listar-socialiconsborder li.listar-wechat a {
	color: #09b83e;
	border: 1px solid #09b83e;
}
.listar-socialiconsborder li.listar-instagram a {
	color: #e4405f;
	border: 1px solid #e4405f;
}
.listar-socialiconsborder li.listar-dribbble a {
	color: #ea4c89;
	border: 1px solid #ea4c89;
}
.listar-socialiconsborder li.listar-flickr a {
	color: #ff0084;
	border: 1px solid #ff0084;
}
.listar-socialiconsborder li.listar-rss a {
	color: #ff6600;
	border: 1px solid #ff6600;
}
.listar-socialiconsborder li a{
	background: none;
	line-height: 32px;
}
.listar-socialiconsborder li.listar-facebook a i{ color: #3b5999; }
.listar-socialiconsborder li.listar-twitter a i{ color: #55acee; }
.listar-socialiconsborder li.listar-linkedin a i{ color: #0077B5; }
.listar-socialiconsborder li.listar-skype a i{ color: #00aff0; }
.listar-socialiconsborder li.listar-dropbox a i{ color: #007ee5; }
.listar-socialiconsborder li.listar-vimeo a i{ color: #1ab7ea; }
.listar-socialiconsborder li.listar-tumblr a i{ color: #34465d; }
.listar-socialiconsborder li.listar-yahoo a i{ color: #410093; }
.listar-socialiconsborder li.listar-googleplus a i{ color: #dd4b39; }
.listar-socialiconsborder li.listar-pinterestp a i{ color: #bd081c; }
.listar-socialiconsborder li.listar-youtube a i{ color: #cd201f; }
.listar-socialiconsborder li.listar-stumbleupon a i{ color: #eb4924; }
.listar-socialiconsborder li.listar-reddit a i{ color: #ff5700; }
.listar-socialiconsborder li.listar-quora a i{ color: #b92b27; }
.listar-socialiconsborder li.listar-yelp a i{ color: #af0606; }
.listar-socialiconsborder li.listar-soundcloud a i{ color: #ff3300; }
.listar-socialiconsborder li.listar-whatsapp a i{ color: #25d366; }
.listar-socialiconsborder li.listar-wechat a i{ color: #09b83e; }
.listar-socialiconsborder li.listar-instagram a i{ color: #e4405f; }
.listar-socialiconsborder li.listar-dribbble a i{ color: #ea4c89; }
.listar-socialiconsborder li.listar-flickr a i{ color: #ff0084; }
.listar-socialiconsborder li.listar-rss a i{ color: #ff6600; }
.listar-socialicons li a i {
	color: #fff;
	display:block;
	text-align:center;
	font-size: inherit;
	line-height: inherit;
}
.listar-socialsharewithtext li a i{width: 34px;}
.listar-socialicons li a:hover { color: #fff; }
.listar-upperbox .listar-socialicons li.listar-facebook a:hover { background:#3b5999; }
.listar-upperbox .listar-socialicons li.listar-twitter a:hover { background:#55acee; }
.listar-upperbox .listar-socialicons li.listar-linkedin a:hover { background:#0077B5; }
.listar-upperbox .listar-socialicons li.listar-linkedin a:hover { background:#0077B5; }
.listar-upperbox .listar-socialicons li.listar-googleplus a:hover { background:#dd4b39; }
.listar-upperbox .listar-socialicons li.listar-youtube a:hover { background:#cd201f; }
.listar-upperbox .listar-socialicons li.listar-vimeo a:hover { background:#1ab7ea; }
.listar-upperbox .listar-socialicons li a:hover,
.listar-upperbox .listar-socialicons li a:hover i{color: #fff;}
.listar-upperbox .listar-socialicons li.listar-instagram a:hover,
.listar-upperbox .listar-socialicons li.listar-instagram a:hover {background: #e4405f;}
.listar-upperbox .listar-socialicons li.listar-rss a:hover,
.listar-upperbox .listar-socialicons li.listar-rss a:hover {background: #ff6600;}

.listar-navfooter{
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-transform: capitalize;
}
#nokey{
	position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.5;
	width:100%;
	height:100%;
}
.release-div {
    background-color: #e9e9e97a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 50px;
    height: 100%;
}
.release-content {
    padding: 0 20px 15px;
    margin-top: 10px;
}
.release-content p {
    margin: 0;
}
p:lang(ar) {
}
.release-content h5 {
	color:var(--secColor);
}
.rotate-hover figure img{
	width:100%;
}
.rotate-hover figure {
    margin: 0;
    overflow: hidden;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.internal_div{
	margin-bottom:2rem;
}
.node__content{
	height: 20vh;
    text-align: center;
    background: var(--secColor);
	position:relative;
	margin-bottom:1rem;
}
.homepage-hero__heading{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.datepicker-dropdown{
	right:inherit;
}
@media(min-width:1200px){
	.offset-lg-5:lang(ar) {
		margin-right: 41.66666667%;
		margin-left: 0;
	}
	#navbarMain ul li.nav-item:lang(ar){
		padding-left: 2.5rem;
	}
	#navbarMain ul li.nav-item:lang(en){
		padding-right: 2.5rem;
	}
}
@media(max-width:991px){
	
	.mainLink{
		padding:1rem;
		margin-bottom:1rem;
		height:auto;
	}
	.committees{
		margin: 2rem 0;
	}
	.info,.subscribe,.regSec{
		padding: 1rem 0;
	}
	.regSec{
		padding-bottom: 2rem;
	}
	.container.ms-auto.me-0{
		padding:0!important;
	}
	section{
		margin:1rem 0;
	}
	footer{
	}
	.news-cont{
		padding:0;
		border-left:0!important;
	}
	.sliders-ticker{
		position: relative;
	}
	.owl-carousel.owl-rtl{
		overflow: hidden;
	}
	.ticker-item{
		width: 80%;
	}
	.readmore{
		margin-right: 0!important;
		font-size: 0.8rem;
	}
	.sliders-ticker{
		margin-bottom: 3rem;
		margin-top: 2rem;
	}
	.ticker-item a {
	    font-size: 0.8rem;
	}
	#logo {
		flex: 0 0 100%!important;
	}
}
@media(max-width:1200px) and (min-width:992px){
	.sec3 .cats{
		height:300px;
	}
	#navbarMain ul li.nav-item:lang(ar){
		padding-left: 1.3rem;
	}
	#navbarMain ul li.nav-item:lang(en){
		padding-right: 1.3rem;
	}
}
@media(max-width:1155px) and (min-width:992px){
	.navbar-light .navbar-nav .nav-link{
		font-size: 1rem!important;
	}
	#logo {
		flex: 0 0 28%!important;
	}
}
@media(max-width:1305px){
	#logo {
		margin: 2rem 0rem!important;
		flex: 0 0 33%!important;
		text-align: right!important;
	}
	.navbar-light .navbar-nav .nav-link{
		margin-right: 1rem!important;
	}
}

@media(min-width:992px){
	.offset-lg-4 {
		margin-right: 33.33333333%;
		margin-left: 0;
	}
	.info1:lang(ar){
		padding-left:2rem;
	}
	.info2:lang(ar){
		padding-right:2rem;
	}
	.info1{
		padding-right:2rem;
	}
	.info2{
		padding-left:2rem;
		border-right: 2px solid #fff;
	}

	
	.owl-carousel1.owl-carousel{
		margin:auto;
		position: static;
		
	}
	#navbarMain .navbar-nav .nav-link{
		text-align:center;
		padding-top: 0;
    	padding-bottom: 0;
	}
}
@media(max-width:992px){
	.sec7,footer{
		padding:1rem 0;
	}
	.eform{
		margin-bottom:1rem;
	}
	#newsevents{
		padding-bottom:1rem;
	}
	.sec3 .cats{
		height:200px;
	}
	.info1 {
		padding-top: 1rem;
		margin-bottom: 3rem;
		padding-bottom: 12rem;
	}
	.mainTitle.py-5{
		padding:1rem!important;
	}
	.sec5Link{
		margin-right:0;
		width:80%;
		margin:auto;
		margin-bottom:1rem;
	}
	.mainMenu{
		background:none;
	}
	.nav-item .nav-link{
		color:var(--mainColor);
	}
	.navbar .navbar-nav .nav-link::before {
		display:none;
	}
	.carousel-caption{
		    top: 10%;
	}
	nav .navbar-light .navbar-nav .nav-link{
		margin-bottom: 1rem;
	}
	.sec5content{
		margin-top: 1rem;
	}
	.news .content h1 {
		font-size: 1.3rem;
		margin: 0.5rem 0;
	}
	.news .content h2 {
		font-size: 1.3rem;
	}
	.navh2{
		padding-bottom:0.5rem;
	}
	.p-5{
		padding:1rem!important;
	}
	.s2{
		font-size:3rem;
	}
	#button-addon1{
		border-radius: 2px;
		padding: 0.2rem 1.5rem;
		font-size: 1.2rem;
		background: #ececec;
		border: 3px solid #616161;
		color: #424242;
		transition: all 0.2s;
	}
	.container-fluid.p-5{
		padding:15px!important;
	}
	.scrolled nav.navbar{
		max-height:100%;
	}
	header{
		position:relative;
		max-height:100%;
	}
}
@media(min-width:768px){
	.offset-md-3 {
		margin-right: 25%;
		margin-left: 0;
	}
	.offset-md-5:lang(ar) {
		margin-right: 41.66666667%;
		margin-left: 0;
	}
	.offset-md-4:lang(ar) {
		margin-right: 33.33333333%;
		margin-left: 0;
	}
	
	.servicesList .col-lg-8, .servicesList .col-lg-4{
		padding:0;
		position:relative;
	}
	.servicesList .col-lg-4:after{
		/*content:"";*/
		background:#fff;
		clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
		position:absolute;
		top:0;
		right:0;
		width:50px;
		height:100%;
		z-index:9;
	}
	.servicesList .col-lg-8:before{
		/*content:"";*/
		background:#fff;
		clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
		position:absolute;
		top:0;
		left:0;
		width:50px;
		height:100%;
		z-index:9;
		
	}
}
@media(max-width:767px){
	#navbarMain ul li.nav-item:not(:last-child){
		border-right: 0;
	}
	.top_slogin{
		margin-top:1rem;
		text-align: center;
	}
	.topsearch{
		padding:0.5rem 1rem!important;
	}
	.listar-socialicons{
		margin-bottom:0;
	}
	.top_head{
		padding-top:1rem;
		padding-bottom:0;
	}
	.top_menu .navbar{
		display: block;
	}
	.searchArea .secBtn{
		margin-left: 0rem!important;
		padding: 0.5rem!important;
	}
	.mainLink2{
		height: 140px;
	}
	.mainLink2 .link-icon{
		line-height: 100px;
	}
	.footer_support{
		margin:1rem 0;
	}
	#circs{
		margin-top: 1rem;
		padding: 0;
	}
	.secBtn {
	    margin-left: 1rem!important;
	}
	.owl-carousel1{
		position: relative!important;
	}
	.sec2{
		padding-bottom: 1rem;
	}
	.sec3{
		margin-top: 1rem;
		padding:1rem 0;
	}
	.sec4{
		padding: 2rem 0 2rem 0;
	}
	.sec5{
		padding: 1rem 0 1rem 0;
	}
	.eff-num {
	    font-size: 2rem;
	    margin-bottom: 0rem;
	    margin-top: 0rem;
	}
	.eff-txt {
	    font-size: 1rem;
	}
	.effect {
	    margin-bottom: 1rem;
	}
	.addComm {
	    padding: 1rem 1rem 1rem 1rem;
	}
	.owl-nav{
		position: relative;bottom: 0rem;text-align: center;
	}
	#carouselExampleSlidesOnly .carousel-caption h1{
		font-size: 1rem;
	}
	#carouselExampleSlidesOnly .carousel-caption {
	    position: absolute;
	    right: 9%;
	    top: 21%;
	    /* left: 69%; */
	    padding-top: 0.25rem;
	    padding-bottom: 0.25rem;
	    color: #000;
	    text-align: right;
	    
	}
	.mainSld{
		width: 100%;
	}
	.mainSld:after{
		display: none;
	}
	.servlist{
		width: 47%;
		float:right;
		padding:1.5rem 0.5rem;
		margin: 5px;

	}
	.servlists{
		position: relative;
		clip-path:inherit;
		width: 100%;
	}
	.servlist a{
		font-size:0.8rem;
	}
	.sec1 p{
		font-size:1rem;
	}
	.case_progress_wrapper{
		width:30%!important;
		height:20vh!important;
		
	}
	.case_progress_wrapper p{
		font-size:0.8rem;
	}
}
@media(max-width:360px){
	#logo span{
	font-size:5vw;
	}
}
@media(max-width:540px){
	.bg1{
		background-size: 80%;
	}
	.bg-th{
		padding-bottom:1rem;
	}
	#logo div{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	#logo {
	    margin: 5px auto !important;
		display: block;
		text-align:right!important;
	}
	#logo img {
		display: block;
	}
	.h-sec .container{
		padding-left: 1rem;
	}
	.mc2 {
		padding: 0;
	}
	
	.news {
		padding-right: 1rem;
	}
	.footer_menu ul li a {
	}

	footer p{
		font-size: 1rem;
	}

	footer .social{
		margin-bottom: 1rem;
	}

	.footer_menu ul{
	}
}