:root {
	--mainColor: #3399cc;
	--secColor: #01568f;
	--thColor: #eaeaea;
	--foColor: #e7ebf3;
	--txtColor: #808080;
	--linkColor: #999999;
	--regFont: 'Neo Sans Arabic Regular';
	--medFont: 'Neo Sans Arabic Medium';
	--liFont: 'Neo Sans Arabic Light';
	--boFont: 'Neo Sans Arabic Bold';
}
body:lang(ar){
	text-align:right;
}
body{
	text-align:left;
	color:var(--txtColor);
}
*:lang(ar),.ar{
font-family: var(--medFont);
/*color: #383838;*/
}
a{
	color:var(--linkColor);
	text-decoration:none;
}
.key_about4116 a{
	color:var(--secColor);
}
.key_about4116 a:hover{
	text-decoration:underline;
}
header{
    background: rgba(255,255,255,0.75);
	transition:all 0.3s;
}  
section{
	margin:2rem 0;
	clear:both;
}
section.home_center{
	margin-bottom:0;
}
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%;
}
.mainBtn.mainBtnwhite:hover, .mainBtn.mainBtnwhite:focus{
	background:#FFF;
}


/** FLIP CARD DESIGN ***/
.flip-card {
	background-color: transparent;
	border: 1px solid #f1f1f1;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
	border: 1px solid #e8ecf4;
	text-align: center;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--secColor);
}

.flip-card:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 50px;
    background: var(--secColor);
    border-top-left-radius: 90%;
    transition: all 0.3s;
    z-index: 0;
}

.flip-card:hover:after {
    width: 50px;
    height: 60px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card .mainLink .link-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	background: #fafafa;
	padding: 2rem;
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

/* Style the back side */
.flip-card-back {
	background-color: #fafafa;
	transform: rotateY(180deg);
	padding: 1rem;
	display: flex;
	align-content: center;
    align-items: center;
	justify-content: center;
}

.flip_desc{
	text-align: justify;
	font-size:0.9rem;
}

.flip-card h2.link-title{
	font-size:1.4rem;
}
/*** END FLIP CARD DESIGN ***/


.footer_sub_div{
	width: 400px;
    max-width: 100%;
    margin: auto;
}

.secBtn{
	background:var(--secColor);
	color:#fff;
}
.filter-option-inner {
    text-align: right;
}

.newsletter_div{
	border-top: 1px solid #CCC;
    padding-top: 20px;
    padding-bottom: 10px;
}

@media (min-width: 1000px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
}
.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;	
}
.logo{
	width:200px;
}
.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.en {
	padding-left:7px;
}
.topnav a:lang(ar) {
	font-family: var(--medFont);
	border-left:1px solid var(--linkColor);
	
}
.topnav .top_menu:first-child a:lang(ar) {
	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:lang(ar){
	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{
	color:var(--linkColor);
}
#langs{
	margin-right:1rem;
}
#langs i{
	color:var(--mainColor);
}
#langs svg{
	color:var(--mainColor);
}
.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:var(--secColor);
	display:block;
	}
.mainLink .link-title{
	font-size:1.2rem;
	margin-bottom:1rem;
}
.mainLink .link-details{
	font-size:0.85rem;
	font-family: var(--regFont);
}

.mainLink .link-icon i, .mainLink .link-icon svg{
	font-size:2rem;
}


.mainLink2 .link-icon i, .mainLink2 .link-icon svg{
	font-size:3rem;
	color:#FFFFFF;
	transition: all 0.5s;
}

.mainLink3 .mainLink2{
	line-height:initial;
}

.mainLink2 a{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	height:100%;
	width:100%;
}

.mainLink3:hover .mainLink2 .link-icon i, .mainLink3:hover .mainLink2 .link-icon svg{
	color:var(--secColor);
	transform: rotate(360deg);
}


.mainLink .link-icon img, .mainLink .link-icon i, .mainLink .link-icon svg{
	transition:all 0.3s;
}
.mainLink .link-icon{
	margin-bottom:2rem;
}

.mainLink{
	border:1px solid #e8ecf4;
	padding:4rem;
	text-align:center;
	border-radius:20px;
	position:relative;
	overflow:hidden;
	background: #fafafa;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainLink:hover .link-icon img, .mainLink:hover .link-icon i, .mainLink:hover .link-icon svg{
	filter:brightness(0) invert(1);
}
.mainLink a{
	position: relative;
	z-index: 1;
}
.mainLink:hover a{
	color:#fff;
}
.mainLink:hover:after {
	width:100%;
	height:100%;
	border-radius:0;
}
.mainLink:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 50px;
    background: var(--secColor);
    border-top-left-radius: 90%;
	transition:all 0.3s;
	z-index:0;
}

.mainLink2 .link-icon img{
	transition:all 0.5s;
}
.mainLink2 .link-icon{
}
h2.link-title {
	font-size:1.1rem;
	text-align:center;
}
h2.link-title a{
	color:var(--txtColor);
}
.mainLink2{
	border:1px solid #e8ecf4;
	text-align:center;
	border-radius:8px;
	position:relative;
	overflow:hidden;
	margin-bottom:1rem;
	height: 120px;
    line-height: 110px;
	max-width: 70%;
    margin-right: auto;
    margin-left: auto;
	padding:0 1rem;
	transition:all 0.5s;
}
.mainLink2:hover .link-icon img{
	filter:brightness(0) invert(1);
}
.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: 17px;
    height: 20px;
    background: var(--mainColor);
    border-top-left-radius: 80%;
    transition: all 0.3s;
    z-index: -1;
}

.res_sec h2.link-title a{
	transition: all 0.5s;
}

.res_sec .mainLink3:hover .mainLink2{
	background:#FFF;
}

.res_sec .mainLink3:hover .link-icon img{
	filter:brightness(1) invert(0);
}

.res_sec .mainLink3:hover h2.link-title a{
	color:#01568f;
}


.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){
	font-family: var(--regFont);
}
/*-------------*/


.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){
	font-family: var(--regFont);
}
.readmore{
	position:relative;
	border:1px solid var(--mainColor);
	color: var(--linkColor);
	padding:0.5rem 2rem ;
	transition:all 0.3s;
	border-radius:5px;
	
}
.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{
	
}
#numbers{
	padding-top:2rem;
}
.effect{
	text-align:center;
	color:#a7bcc6;
}

.num_divs .effect{
	background: var(--mainColor);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding-top: 9%;
    color: #FFF;
	margin:auto;
	max-width: 100%;
}

.partner-div{
	height: 100px;
    display: flex;
    justify-content: center;
}

.partner-img{
	width: fit-content;
    margin: auto;
}

.eff-num:lang(ar){
	font-family: var(--regFont);
}
.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{
	background:var(--secColor);
	padding:4rem 0;
}
.news .pr-img img{
	height: 100%;
    object-fit: cover;
}
.pr-img{
	background: rgb(244,244,244);
	background: linear-gradient(0deg, rgba(244,244,244,1) 20%, rgba(209,209,209,1) 100%);
	height:300px;
	overflow:hidden;
}
.pr-title{
	height:105px;
	overflow:hidden;
}
.pr-title h2{
	font-size:1.1rem;
	/*background:var(--foColor);*/
	color:var(--mainColor);
	text-align:center;
	padding:1rem;
	margin-bottom:0;
	position:relative
}

.light_gray_bg{
	background-color:#f5f5f5;
}


/** Counters ***/
.satisfied-customer-counter {
    display: flex;
    align-items: center;
    /*background: #f4f7fb;
    width: fit-content;*/
	background:#f5f5f5;
    padding: 15px 0 15px 25px;
	width:100%;
	/*padding:25px;*/
    border-radius: 20px;
	height: 110px;
    overflow: hidden;
	justify-content:center;
}

.light_gray_bg .satisfied-customer-counter{
	background: #fbfbfb;
}

.satisfied-customer-counter .counter-wrapper {
    display: flex;
    margin-right: 10px;
	align-items: center;
	overflow:hidden;
}

.satisfied-customer-counter .counter-wrapper h3 {
    font-size: 48px;
    color: #3399cc;
	margin:0;
}

.satisfied-customer-counter span {
    font-size: 18px;
    width: 28%;
    font-weight: 500;
}

/*** END COUNTERS ***/

.pr-title h2:after{
	content:"";
	position:absolute;
	width:0%;
	left:0;
	height:3px;
	transition:all 0.5s;
	top:0;
	z-index:999;
	background: var(--mainColor);
}
.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-family: var(--boFont);
}
#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:lang(ar){
	text-align:right;
}
.a2a_default_style:not(.a2a_flex_style) a:lang(en){
	float: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{
}


#navbarMain ul > li > ul > li a{
	width:100%;
	padding: 5px 10px;
	-webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
	transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
	opacity: 0;
	visibility: hidden;
	border-bottom: 1px solid #f3f3f3;
	color: #747474;
  }
  
  #navbarMain ul > li > ul > li:last-child a{
	border-bottom: none;
  }
  
  #navbarMain ul > li:hover > ul > li > a{
	opacity: 1;
	visibility: visible;
  }
  
  #navbarMain ul > li > ul > li:nth-child(2n+1) a {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
  }
  
  #navbarMain ul > li > ul > li:nth-child(2n+2) a {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
  }
  
  #navbarMain ul > li > ul > li:nth-child(2n+3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
  }
  
  #navbarMain ul > li > ul > li a:nth-child(2n+4) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
  }
  
  #navbarMain ul > li > ul > li a:nth-child(2n+5) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
  }
  
  #navbarMain ul > li > ul > li:nth-child(2n+6) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
  }
  
  #navbarMain ul > li > ul > li:nth-child(2n+7) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
  }
  
  #navbarMain ul > li > ul > li:nth-child(2n+8) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
  }
  
  #navbarMain ul > li > ul > li:last-child{
	border-bottom:none;
  }

  
.num:lang(ar){
	font-family: var(--regFont);
}
.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-family: var(--medFont);
}
.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 p{
	text-align:justify;
	/*font-size: 1.15rem;*/
}
.bg-sec{
	padding:4rem 0 2rem 0;
}
.sec2List:hover{
	
}
.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-family: var(--medFont);
}
.sec2List{
	position:relative;
	color:#fff;
	padding-bottom:1rem;
	border-bottom:1px solid;
	font-size:0.7rem;
	display:block;
	
}
.mainTitle h4:lang(ar){
	font-family: var(--boFont);
}
.mainTitle h4{
	
	color:var(--mainColor);
}
.mainTitle p{
	color:var(--linkColor);
}
.mainTitle{
	margin-bottom:1.7rem;
	color:var(--secColor);
	
}
.mainTitle:after{
	
}

.sec hr{
	border-color: #bbb;
}
.newsSection{
	margin:2rem 0;
	padding:2rem 0;
	/*background: #fafafa;*/
	background: #f5f5f5;
}
.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;
}
.sec4 .carousel-caption{
	text-align: center;
    background: rgb(62,62,62,0.89);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
#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;
 }
.sec2{
	background:#f5f5f7;
}
.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;
}
/*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:3rem 0 0;
	position:relative;
}
.sec4{
	margin:1.5rem 0;
	background: #f5f5f6;
	padding: 2rem 0 4rem 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: 3rem 0 6rem 0;
	margin:0;
}
.sec5 .container,footer .container{
	max-width: 1100px;
}
.mainBtn.btn-lg{
}
.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 h1{
}
.title{
	font-size:1.5rem;
	color: var(--mainColor);
}
.sec5content ul{
	padding-right: 2rem;
}
.sec5content ul li {
	list-style: none;
	line-height: 1.2;
}
.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;
}
.sec7{
	padding: 2rem 0;
	background: var(--mainColor);
}
.sec7 .title{
	color:#fff;
}
.sec7content{
	margin-top: 2rem;
	padding-bottom: 2rem;
}
.sec7content .st-icon{
	text-align: center;
}
.sec7content .st-txt div{
	font-size:1.2rem!important;
}
.sec7content .st-txt span{
font-size:1.8rem!important;
}
.sec7content .st-txt{
	font-size:1.2rem!important;
	margin-top: 1rem;
	color:#fff;
	text-align: center;
	line-height: 1;
}
#news{
	background:var(--thColor);
	padding:4rem 0;
}
.news spannot(span.readmore){
	font-size:16px;
	padding-right:0.5rem;
}
.news p:lang(ar){
	font-family: var(--medFont);
}
.news p{
	
	text-align:justify;
	line-height:1.8;
	color:var(--linkColor);
}
.news{
	border-right:3px solid #fff;
	padding-right:0.5rem;
	padding-left:0.5rem;
	padding-top:1rem;
	padding-bottom:1rem;
	line-height:1.5;
	background: #FFF;
}

.news h5:lang(ar){
	font-family: var(--boFont);
}
.news h5{
	
	margin:0.5rem 0;
	font-size:1rem;
	line-height:1.5;
}
.news a{
}



.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-family: var(--medFont);
}
.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);
}

.news-cont .pr-img{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-cont:not(.without_line):hover .pr-title h2:after{
	width:100%;
}

.owl-carousel .owl-item .news-cont{
	border: 1px solid #e8ecf4;
	padding-bottom:0.5rem;
	background-color: #fff;
}

.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;
}
#all_body tbody,#all_body td,#all_body tfoot,#all_body th,#all_body thead,#all_body tr{
}

/*
.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 {
    margin-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.owl-theme .owl-nav {
    margin-top: 20px!important;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot:hover {
	background: var(--secColor)!important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    padding: 0!important;
    width: 50px;
    height: 50px;
    background:none!important;
    color: var(--mainColor)!important;
    border-radius: 0;
	border:1px solid var(--mainColor)!important;
	
}
.owl-carousel .owl-nav button.owl-next:lang(ar){
	border-right:0!important;
}
.owl-carousel .owl-nav button.owl-next:lang(ar){
	border-left:0!important;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	transform:scale(1.2);
    background: #f68322!important;
}
.owl-theme .owl-dots .owl-dot span{
	background:#02539d!important;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 15px;
}
.thiredsecslider img{transition:all 0.3s;}
.thiredsecslider .content {
	transition:all 0.3s;
}


.team-img{
	/*height: 250px;*/
	height: 225px;
	width: 225px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.team-img img{
	min-height:100%;
    object-fit: cover;
}

.team-title h4{
	font-size:1.2rem;
}

.team-title h6{
	font-size:0.9rem;
}


/*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 {
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding-top: 10px;
  
  
}

.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;
}
.form-floating>label:lang(ar){
	left: inherit;
	right: 0;
}
.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;
}
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:var(--secColor);
	padding:3rem 0 0 0;
	color:#fff;
}
.footer_det{
}
.footer_det ul li{
	margin-bottom:0.5rem;
}
.footer_det ul li i{
	color:var(--mainColor);
	font-size:0.8rem;
}
.footer_det ul li svg{
	color:var(--mainColor);
	font-size:0.8rem;
}
.footer_det ul li span{
	font-size:0.8rem;
	margin-right:0.5rem;
}
.footer_det ul{
	list-style:none;
}
ul.footer_menu_ul li a{
	color:#fff!important;
}

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;
}
.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 svg{
	margin-left:0.5rem;
}
.footer_contact .col-4{
	margin-bottom:1rem;
}
.followSec p{
	margin-bottom:1rem;
	text-align: center;
}
footer p{
}
.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:13px;
}
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);
	}
	/* 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-family: var(--medFont);
	}
	.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;
	}
	.sec4 .nav-link{
		position:relative;
	}
	.sec4 .nav-link:before{
		content:"";
		background:rgba(0,0,0,0.5);
		position:absolute;
		z-index:4;
		top: 8px;
		left: 16px;
		right: 16px;
		bottom:0;
	}
	.sec4 .nav-link:hover:after{
		transform: scale(1.3);
	}
	.sec4 .nav-link:after{
		position: absolute;
		font: var(--fa-font-solid);
		content: "\f144";
		display: inline-block;
		z-index: 5;
		text-align: center;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		line-height: 170px;
		color: #fff;
		font-size: 2rem;
		transition: all 0.3s;
	}
	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;
	}
	.input-group:lang(ar) .form-control{
		border-top-right-radius: 0.375rem!important;
		border-bottom-right-radius: 0.375rem!important;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		height:45px;
	}
	.input-group:lang(ar) button{
		border-top-left-radius: 0.375rem!important;
		border-bottom-left-radius: 0.375rem!important;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	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;
	}
	.input-group button{
		border-top-left-radius: 0!important;
		border-bottom-left-radius: 0!important;
		border-top-right-radius: 0.375rem;
		border-bottom-right-radius: 0.375rem;
	}
	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: 34px;
	height: 34px;
	color: #fff;
	display:block;
	background:var(--gray1);
	overflow:hidden;
	font-size: 13px;
	line-height: 34px;
	position:relative;
	text-align: center;
	-webkit-border-radius: 34px;
			border-radius: 34px;
	text-transform:capitalize;
}
.listar-inputwithicon.listar-facebook .listar-icon,
.listar-checkbox.listar-facebook,
li.listar-facebook a { background:#3b5999; }
.listar-inputwithicon.listar-twitter .listar-icon,
.listar-checkbox.listar-twitter,
li.listar-twitter a { background:#55acee; }
.listar-inputwithicon.listar-linkedin .listar-icon,
.listar-checkbox.listar-linkedin,
li.listar-linkedin a { background:#0077B5; }
.listar-inputwithicon.listar-skype .listar-icon,
.listar-checkbox.listar-skype,
li.listar-skype a { background:#00aff0; }
.listar-checkbox.listar-dropbox,
li.listar-dropbox a { background:#007ee5; }
.listar-checkbox.listar-vimeo,
li.listar-vimeo a { background:#1ab7ea; }
.listar-checkbox.listar-tumblr,
li.listar-tumblr a { background:#34465d; }
.listar-checkbox.listar-yahoo,
li.listar-yahoo a { background:#410093; }
.listar-inputwithicon.listar-googleplus .listar-icon,
.listar-checkbox.listar-googleplus,
li.listar-googleplus a { background:#dd4b39; }
.listar-inputwithicon.listar-pinterestp .listar-icon,
.listar-checkbox.listar-pinterestp,
li.listar-pinterestp a { background:#bd081c; }
.listar-checkbox.listar-youtube,
li.listar-youtube a { background:#cd201f; }
.listar-checkbox.listar-stumbleupon,
li.listar-stumbleupon a { background:#eb4924; }
.listar-checkbox.listar-reddit,
li.listar-reddit a { background:#ff5700; }
.listar-checkbox.listar-quora,
li.listar-quora a { background:#b92b27; }
.listar-checkbox.listar-yelp,
li.listar-yelp a { background:#af0606; }
.listar-checkbox.listar-soundcloud,
li.listar-soundcloud a { background:#ff3300; }
.listar-checkbox.listar-whatsapp,
li.listar-whatsapp a { background:#25d366; }
.listar-checkbox.listar-wechat,
li.listar-wechat a { background:#09b83e; }
.listar-checkbox.listar-instagram,
li.listar-instagram a { background:#e4405f; }
.listar-checkbox.listar-dribbble,
li.listar-dribbble a { background:#ea4c89; }
.listar-checkbox.listar-flickr,
li.listar-flickr a { background:#ff0084; }
.listar-checkbox.listar-rss,
li.listar-rss a { background:#ff6600; }
.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-socialiconsborder li.listar-facebook a svg{ color: #3b5999; }
.listar-socialiconsborder li.listar-twitter a svg{ color: #55acee; }
.listar-socialiconsborder li.listar-linkedin a svg{ color: #0077B5; }
.listar-socialiconsborder li.listar-skype a svg{ color: #00aff0; }
.listar-socialiconsborder li.listar-dropbox a svg{ color: #007ee5; }
.listar-socialiconsborder li.listar-vimeo a svg{ color: #1ab7ea; }
.listar-socialiconsborder li.listar-tumblr a svg{ color: #34465d; }
.listar-socialiconsborder li.listar-yahoo a svg{ color: #410093; }
.listar-socialiconsborder li.listar-googleplus a svg{ color: #dd4b39; }
.listar-socialiconsborder li.listar-pinterestp a svg{ color: #bd081c; }
.listar-socialiconsborder li.listar-youtube a svg{ color: #cd201f; }
.listar-socialiconsborder li.listar-stumbleupon a svg{ color: #eb4924; }
.listar-socialiconsborder li.listar-reddit a svg{ color: #ff5700; }
.listar-socialiconsborder li.listar-quora a svg{ color: #b92b27; }
.listar-socialiconsborder li.listar-yelp a svg{ color: #af0606; }
.listar-socialiconsborder li.listar-soundcloud a svg{ color: #ff3300; }
.listar-socialiconsborder li.listar-whatsapp a svg{ color: #25d366; }
.listar-socialiconsborder li.listar-wechat a svg{ color: #09b83e; }
.listar-socialiconsborder li.listar-instagram a svg{ color: #e4405f; }
.listar-socialiconsborder li.listar-dribbble a svg{ color: #ea4c89; }
.listar-socialiconsborder li.listar-flickr a svg{ color: #ff0084; }
.listar-socialiconsborder li.listar-rss a svg{ color: #ff6600; }
.listar-socialicons li a i {
	color: #fff;
	display:block;
	text-align:center;
	font-size: inherit;
	line-height: inherit;
}
.listar-socialicons li a svg {
	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 a{
	color: #212121;
	background: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.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-vimeo a:hover { background:#1ab7ea; }
.listar-upperbox .listar-socialicons li a i{color: #212121;}
.listar-upperbox .listar-socialicons li a:hover,
.listar-upperbox .listar-socialicons li a:hover i{color: #fff;}
.listar-upperbox .listar-socialicons li a svg{color: #212121;}
.listar-upperbox .listar-socialicons li a:hover,
.listar-upperbox .listar-socialicons li a:hover svg{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{
	
}
.rotate-hover figure {
	text-align: center;
    margin: 0;
    overflow: hidden;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.internal_div{
	margin-bottom:2rem;
}
.internal-page .text *{
	font-family: var(--regFont);
}
.node__content{
	height: 20vh;
    text-align: center;
    background: var(--secColor);
	position:relative;
	margin-bottom:1rem;
}

.node__content h1{
	font-size: 2.1rem;
}


.homepage-hero__heading{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-item:first-child .page-link:lang(ar) {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link:lang(ar) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-link{
	color:var(--mainColor);
	font-family: var(--regFont);
}
.active>.page-link, .page-link.active{
	background-color: var(--mainColor);
    border-color: var(--mainColor);
}
@media(max-width:991px){
	.container.ms-auto.me-0{
		padding:0!important;
	}
	section{
		margin:1rem 0;
	}
	footer{
		margin-top:3rem;
	}
	.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: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){
	.owl-carousel1.owl-carousel{
		margin:auto;
		position: static;
		
	}
	#navbarMain .navbar-nav .nav-link{
		text-align:center;
		margin-left:0.5rem;
	}
}
@media(max-width:992px){
	.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){
	.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){
	#all_body table{
		width:100%!important;
	}
	.committees {
		margin: 1rem 0;
	}
	.pr-txt p{
		margin-bottom:1rem;
	}
	.owl-carousel .owl-item .news-cont{
		padding-bottom:1rem;
	}
	.pr-img{
		height:200px;
	}
	.carousel-links a{
		margin-top: 0.5rem;
    	padding: 0.5rem 1rem;
	}
	.searchArea .secBtn{
		margin-left: 0rem!important;
		padding: 0.5rem!important;
	}
	#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 .sldimg1{
		opacity: 0.2;
	}
	#carouselExampleSlidesOnly .carousel-links{
			margin-top:1rem;
	}
	#carouselExampleSlidesOnly .carousel-item{
		padding: 0.2rem 0!important;
		padding-bottom: 0rem!important;
	}
	#carouselExampleSlidesOnly .carousel-caption h1{
		font-size: 1rem;
	}
	#carouselExampleSlidesOnly .carousel-caption {
	    position: relative;
		padding:0 2rem;
	    
	}
	.hero__bg-media{
		height:380px!important;
	}
	ul.listar-socialicons{
		padding:0;
	}
	.strategies .col-md-3 .strategy{
		margin-top:1rem!important;
	}
	#strategy{
		padding:1rem 0;
	}
	.mainBtn{
		margin-top:1rem;
	}
	.mainLink{
		padding:1rem;
	}
	.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;
	}
	.mainTitle {
		margin-bottom: 0;
	}
}
@media(max-width:360px){
	#logo span{
	font-size:5vw;
	}
}
@media(max-width:540px){
	.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;
	}
	
	.footer_menu ul li a {
	}

	footer p{
		font-size: 1rem;
	}

	footer .social{
		margin-bottom: 1rem;
	}

	.footer_menu ul{
	}
}