.box1{
-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
figure{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.shadow-mebf iframe{
-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.popup-board h1{
text-align:right;
margin:15px 0px !important;
}

@media (max-width: 768px) {
	.box-video-mebf {
    position: relative;
    
   top: 165px;
    left: 14%;
    transform: translate(-50%, -50%);
    width: 650px;
    background: rgba(17, 24, 69, 0.65);
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
    border: 2px solid rgba(0,0,0,0);
    color: white;
    padding: 20px;
}

.box-video-mebf .video-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #167ac600;
    padding: 0px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.video-content iframe{
width: 100%;
	height: 100%;
}

.box-video-mebf span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box-video-mebf span:nth-child(1)
{
  transform:rotate(0deg);
}



.box-video-mebf span:nth-child(3)
{
  transform:rotate(180deg);
}



.box-video-mebf span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 
} 

.box-video {
    position: relative;
    top: 136px;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
  
    box-sizing: border-box;
    overflow: hidden;
   
  
    color: white;
    padding: 20px;
}

.box-video .video-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #167ac600;
    padding: 0px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.video-content iframe{
width: 100%;
	height: 100%;
}

.box-video span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box-video span:nth-child(1)
{
  transform:rotate(0deg);
}



.box-video span:nth-child(3)
{
  transform:rotate(180deg);
}



.box-video span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 

 
	.logo-membr {
    position: absolute;
    top: 11px;
    left: 4px;
}
	.box1 {
    padding-top: 15px;
}
	.pad-60 {
    padding-top: 0px;
}



	.navbar-right {
    float: right;
    /*margin-right: 30px;*/
}

    .shop-extra .nav-tabs>li>a,
    .shop-extra .nav-tabs>li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    .shop-extra {
        padding: 30px 10px;
    }
    .home-message p {
        font-size: 28px;
    }
    .topbar .text-left {
        text-align: center;
    }
    .authorbox img {
        float: none;
        margin: 0 0 30px !important;
        min-width: 100px;
    }
    .media-left,
    .media>.pull-left {
        display: block;
        float: none;
        margin: 0 0 30px;
        padding-right: 10px;
    }


	.blwsec {
    margin-top: 0px;
    background-color: white;
    margin-bottom: 13em;
}
	.membr p {
    position: absolute;
    top: 30%;
    left: 24%;
    font-size: 14px;
    color: #215eab;
    font-weight: 600;
}

	.nav>li>a {
    position: relative;
    display: block;
    padding: 15px;
}
	.outer-1 h1 {
    position: absolute;
    top: -45%;
    left: 17%;
    color: #777;
    /* background-color: #1b4298; */
    text-align: center;
    font-size: 15px;
}
}


@media (min-width : 992px) {
	
	
	
	.pdf{
	    content: "";
    background: url(/ar/images/pdf-icon.svg) no-repeat;
    width: 16px;
    height: 20px;
    position: relative;
    float: right;
}
	.o-login-btn:hover, .o-login-btn:focus {
    background-color: deepskyblue !important;
		color: white;
    
}
	.o-login-btn {
    background-color: #2d4d92!important;
    padding: 8px;
		color: white;
    margin-top: 30px !important;
    border-radius: 0px !important;
    border: none;
}


.box-video {
    position: relative;
    top: 136px;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
    background: rgba(17, 24, 69, 0.65);
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
    border: 2px solid rgba(0,0,0,0);
    color: white;
    padding: 20px;
}

.box-video .video-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #167ac600;
    padding: 0px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.video-content iframe{
width: 100%;
	height: 100%;
}

.box-video span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box-video span:nth-child(1)
{
  transform:rotate(0deg);
}



.box-video span:nth-child(3)
{
  transform:rotate(180deg);
}



.box-video span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 


	.event-video iframe{
	width: 540px;
		height:316px;
	}

	.less-size{
	padding: 0px 70px;
	}



.annual:hover .overlay-annual {
    display: block;
    position: absolute;
    background-color: #337ab7bd;
    top: 20px;
    right: 23px;
    width: 82%;
    height: 88%;
    padding: 72px 0px;
    transition: 0.3s ease;
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}
	.annual:hover .overlay-annual h4{
	font-size: 25px;
		font-weight: bold;
	}

	.overlay-annual {
    display: block;
    position: absolute;
    background-color:rgba(51, 122, 183, 1);
    bottom: 0%;
    right: 4px;
    padding: 10px;
		transition: 0.5s ease;
    /* width: 150px; */
    /* height: 216px; */
}
	.overlay-annual h4{
	font-size: 15px;
		text-align: center;
	}

	/*.annual >.overlay-annual{
	opacity: 0;
	}
	*/
	.annual{
		 transition: box-shadow .3s;
   /* width: 220px;
    height: 185px;
    margin: 15px 30px;*/
	    padding: 20px;

		    margin: 10px 0px;
	}
	.annual-image{
	    border: 1px solid rgb(174, 200, 232);
	}

	.annual-content{
	border: 1px solid rgb(174, 200, 232);
    padding: 0px 20px;
	}

	.annual-content h4{
	font-size: 15px;
		text-align: center;

	}


	.pdf{
	    content: "";
    background: url(/ar/images/pdf-icon.svg) no-repeat;
    width: 16px;
    height: 20px;
    position: relative;
    float: right;
}

	.banner-1{
	margin-left:67px;
	}


.banner-1 .read-1 {
    color: whitesmoke;
    font-size: 16px;
    float: right;
    padding: 0px 2px;
    top: 59px;
    right: -430px;
}

	.mobile-mebf img{

		width: 100%;
		padding: 5px 79px;


	}

	.member-image img {
    padding: 10px 20px 0px;
    width: 75%;
}

	.right_sidebar{
	border-left: 1px solid whitesmoke;

	}
    #main-slide .slider-content h1{
		font-size: 50px;
	}
	/*.carousel-inner .slider-image1 img:after{
		content:url(/ar/images/back/5.jpg);
		width: 100%;
		height: auto;


		}*/


	.carousel-inner .slider-image1 img{
		content:url(/ar/images/back/uae-banner-1.jpg);

		}
	.content-two h1 span{
	color: black;
	}
	#main-slide .slider-content .content-2  p{
	color: #215eab !important;
	}

	 .slider-content .slider-1-right{
    position: relative;
    right: 100px;
    top: 0px;
    float: right;
}

		 .slider-content .slider-1-left{
    position: relative;

    top: 63px;

}
	.no-padding{
	padding: 0px;
	}


	#main-slide .slider-content .content-2 p i span
	{
    color: black;
    font-weight: 600;
    font-size: 40px;
}

	#main-slide .slider-content .content-2 p i
	{

    font-weight: 600;


}
	.content-two{
	margin-left: 30px;
	}

.content-two-read {
    position: relative;
    top: -12px;
    left: 2px;
    float: right;
}



.carousel-inner .slider-image2 img{
	content:url("/ar/images/back/digital-wallet.jpg");

		}
.carousel-inner .slider-image3 img{
	content:url("/en/images/back/MEBF-Digital-Banner.jpg");
		}
	.carousel-inner .slider-image4 img{
	content: url("/ar/images/back/tasharuk.jpg");
	}
	.carousel-inner .slider-image5 img{
	content: url("/ar/images/back/6.jpg");
	}


/*	.carousel-inner .slider-image1 img::after{
	content:url(/ar/images/back/2.jpg);
		}


.carousel-inner .slider-image2 img::after{
	content:url(/ar/images/back/8.jpg);
		}
.carousel-inner .slider-image3 img::after{
	content:url(/ar/images/back/8.jpg);
		}*/
	.nav>li>a {
    position: relative;
    display: block;
        padding: 15px ;
   /* margin: 0px 15px;*/
}

	.mt{
   /* margin-top: 25px;*/
     font-weight: 400;
    font-size: 20px;
	font-family: 'Dubai-font', sans-serif;
   /* font-family:'Montserrat', sans-serif;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    position: relative;
    right: 0%;
    float: right;
    padding-top:14px;
}

	.outer-1 {
    width: 90.5%;
    height: 36px;
	border: 1px solid rgba(153, 154, 154, 0.6);
    background: transparent;
    position: absolute;
    top: 85.5%;
}
.outer-1 h1{
position: absolute;
    top:-39%;
    left: 28%;
    color:#777;


   text-align: center;
    font-size: 15px;
}
}



@media (min-width : 768px) and (max-width: 991px) {

.box-video-mebf {
    position: relative;
    
   top: 165px;
    left: 14%;
    transform: translate(-50%, -50%);
    width: 650px;
    background: rgba(17, 24, 69, 0.65);
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
    border: 2px solid rgba(0,0,0,0);
    color: white;
    padding: 20px;
}

.box-video-mebf .video-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #167ac600;
    padding: 0px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.video-content iframe{
width: 100%;
	height: 100%;
}

.box-video-mebf span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box-video-mebf span:nth-child(1)
{
  transform:rotate(0deg);
}



.box-video-mebf span:nth-child(3)
{
  transform:rotate(180deg);
}



.box-video-mebf span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 



figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}



figure.effect-apollo p {
    position: absolute;
    left: 31px;
    bottom: 33px;
    margin: 3em;
    padding: 0 1em;
    max-width: 148px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
	
	.owl-dots {
    text-align: center;
    display: none;
}
	.owl-carousel.owl-rtl {
    direction: rtl;
    text-align: center;
    /* margin-top: 14px; */
}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: lightgrey;
    /* color: aqua; */
    border: 0.5px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 15px;
    font: inherit;
}


figure.effect-apollo h1 {
	text-align: center;
	color: white;
	padding-top: 22%;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}



.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: right;
	overflow: hidden;
	    margin: 10px 15px;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: rgb(22, 23, 23);
	text-align: center;
	cursor: pointer;
}

.annual-report figure {
	position: relative;
	float: right;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 150px !important;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #215eab;
	text-align: center;
	cursor: pointer;
}


.annual-report figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px !important;
    bottom: -100px !important;
    width: 191px !important;
    height: 185px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}




.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 0;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	  opacity: 1;
    padding: 13px;
}

.grid figcaption a > h1 span {

	opacity: 1;
}

.grid figure h1 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 20px;
    white-space: pre-wrap;
}
.grid figure h1 span {
	font-weight: 600;
	color: white;
	font-size: 25px;
}
.annual-report figure h1 span {
	font-weight: 600;
	color: black;
	font-size: 25px;
}
.annual-report figure h1  {
padding-top: 50%;
}

.new figure h1 span {
    font-weight: 500;
    color: white;
    font-size: 20px;
    white-space: pre-wrap;
}

.grid figure h1,
.grid figure p {
	margin: 0;

}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grid figure p a{
	color: white;
}






figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
	margin: 10px 25px;
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	left: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.new figure.effect-lexi figcaption::before {
	position: absolute;
	left: -100px;
	bottom: -100px;
	width: 250px;
	height: 250px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h1 {
	text-align: right;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
	color: white;
}

figure.effect-lexi p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}
	
	

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h1,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}





<--------Image-heraa------------->




figure.effect-hera {
	background: #303fa9;
}

figure.effect-hera h1 {
	font-size: 125.75%;
}

figure.effect-hera h1,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	color: white;
}

figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
	opacity: 0;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

/*figure.effect-hera p a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}*/

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h1 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

figure.effect-hera:hover  a{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

	.grid figure {
    position: relative;
    float: right;
    overflow: hidden;
    margin: 10px 5px !important;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: rgb(22, 23, 23);
    text-align: center;
    cursor: pointer;
}

	.navbar-brand img, .navbar-brand img::before {
    width: 174px !important;
    height: auto;
    padding: 10px 8px;
    position: relative;
    top: -29px;
    margin-left: 20px !important;
   /* content: url(/ar/images/ubf-white.png);*/
}

.custom-module {
    padding-right: 0px;
    margin-top: 60px;
}
	.custom-module p {
   padding-right: 0px;
    margin: 0;
}
		.box-trust h3 {
    color: white;
    font-size: 27px;
    margin-top: 0px;
}

			.box-trust h5 {
    color: white;
    font-size: 22px;
    margin-top: 0px;

}



	.inner-overlay {
    height: auto;
    position: absolute;
    width: 100%;
    float: right;
    min-height: 352px;
    top: 103px;
    background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.52) 30%,rgba(0,0,0,.1) 83%,transparent);
    /* background-image: url(/ar/images/back/overlay.png); */
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    /* opacity: 0.9; */
}


	.title-inner {
    position: relative;
    bottom: -240px;
    left: 0px;
}
.banner-content {
    position: relative;
    top: 329px;
}
	/*	.banner-content {
    position: relative;
    top: 257px;
}*/

	.title-inner h1 {
    color: white;
    font-size: 26px;
    font-weight: 500;
    text-align: right;
    /* background-color: #0000006b; */
    width: fit-content;
		text-transform: uppercase;

}
	.banner-content .container h1{
	font-size: 25px;
		font-weight: 600;
		margin-top: 0px;



	}



	.box-news {
    padding-top: 15px;
}

	.box-news:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

		.box-speech:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}
	.news-active {
    box-shadow: 0 0 21px #215eab8c;
}

	.box-news {
    transition: box-shadow .3s;
    width: 75px;
    height: 75px;
    margin: 10px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #ffffff;
    text-align: center;
    /* float: right; */
}
	.box-news h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	}







	.box-activity {
    transition: box-shadow .3s;
    width: 250px;
    height: 200px;
    margin: 15px auto;
    border-radius: 1px;
    border: 1px solid #dfdfe3;
    background: #fff;
    text-align: center;
}
	.box-activity:hover{
		 box-shadow: 0 0 21px rgba(33,33,33,.5);

	}

	.box-activity h3 {
    margin-top: 40% !important;

    font-size: 15px !important;
}



	.box-news-section {
    transition: box-shadow .3s;
    width: 290px;
    height: 200px;
    margin: 15px 12px;
    border-radius: 1px;
       border: 1px solid #dfdfe3;
    background: #fff;
    text-align: center;
}

	.box-news-section:hover{
		 box-shadow: 0 0 21px rgba(33,33,33,.5);

	}

	.box-news-section h3{
	margin-top: 22%;
		font-size: 17px !important;

	}
	.download h5 {
    font-size: 13px;
    text-align: right;
    color: #215eab;
    margin-top: 42px;
}

	.logo-right img{
	width: 20px !important;
		float: right;
		border: none !important;
		margin: 0px;
		padding: 10px  0px!important;
	}

	.text-18 h5
	{
    margin-top: 22px;
    float: right;
		color: rgb(192, 192, 192);
}



	.box-membr {
    padding: 15px;
}

	.box-membr:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

	.box-membr {
    transition: box-shadow .3s;
    width: 220px;
    height: 185px;
    margin: 15px 36px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
    /* float: right; */
}
	.box-membr h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
		font-size: 16px;
		margin-top: 10px;
	}
		.box-membr h5{
			color: black;
			font-size: 13px;
			font-weight: 600;
			letter-spacing: 1px;
			margin-top: 0px;

	}


	.box-trust {
    padding: 15px;
}

	.box-trust:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

.box-trust {
    transition: box-shadow .3s;
    width: 275px;
    height: 238px;
    margin: 15px 5px;
    border-radius: 0px;
  /*  border: 1px solid deepskyblue;*/
    background: rgb(0, 154, 206);
    text-align: center;
    /* float: right; */
}
	.purple {
 background: rgb(132, 0, 132);
}
		.blue {
 background: rgb(4, 4, 142);
}
	.box-trust h4 {
    color: white;
    font-size: 25px;
    margin-top: 10px;
    font-weight: 600;
}
		.box-trust h5{
			color: white;
			font-size: 13px;
			font-weight: 600;
			letter-spacing: 1px;
			margin-top: 0px;

	}

	.box-trust i{
    color: white;
    font-size: 4em;
}


	.pages_banner h1 {
    text-align: right;
    display: inline-block;
    /* background-color: rgba(0, 0, 0, 0.2); */
    font-size: 30px;
    font-weight: 500;
    color: #1b4298;
   padding: 24px 0px 0px;
    position: relative;
    top: 85px;
}
	.services_text h3 {
    color: black;
    font-size: 17px;
    margin-top: -11px;
}

	.event-video iframe{
	width: 340px;
		height:216px;
	}
	.event-video{
	margin: 0px 25px;
	}

.new-menu-drop{
background-color: white !important;

}
.new-menu-drop-1{
background-color: white !important;

}


.open>.new-menu-drop {
    display: inline-grid;
    z-index: 1;
    max-height: 254px;
    overflow: auto;
    left: 16px;
    min-width: 104px;
    top: 40px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
}

.open>.new-menu-drop-1 {
    display: inline-grid;
    z-index: 1;
    max-height: 254px;
    overflow: auto;
    left: 81px;
    min-width: 104px;
    top: 40px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
}
.new-menu-drop-month {
    background-color: white !important;
    position: absolute;
    left: 17px;
    /* padding: 15px; */
}





/*.dropdown-menu {
display: none;
}*/


.new-menu-drop a {
padding: 10px;

}

.new-menu-drop-1 a {
padding: 10px;

}
.new-menu-drop-month a {
padding: 10px;

}


.year-drop {
    text-align: right;
    padding: 0px;
    position: relative;
    left: -15px;
}



.month-drop{
    text-align: right;
    padding: 0px 0px;
    position: relative;
    right: 1px;
}




	.complaint p {
    font-size: 13px;
}

		.box-csr:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}
	.csr-active {
    box-shadow: 0 0 21px #215eab8c;
}
	.csr{
	margin-right: 8%;
	}

	.csr li a {
    font-size: 13px;
    text-align: right;
}

	.box-csr {
    transition: box-shadow .3s;
    width: 74px;
    height: 70px;
    margin: 16px 5px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #ffffff;
    text-align: center;
    /* float: right; */
}

	.role h4 {
    background: rgba(41,70,158,1);
    background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
    background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
    background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
		margin-right: 20px;
}
	.box-csr {
    padding-top: 11px;
}

	.role-table {
    margin: 0px 14px 0px -2px;
}
	.role-table td {
    font-size: 10px;
    padding: 10px;
    font-weight: bold;
    text-align: right;
}
	.tble-1 {
    margin-bottom: 30px;
    padding: 0px;
    margin-top: 10px;
    /* border-left: 1px solid whitesmoke; */
}



.thumbnail-2 .media-wrap img {
    max-width: 150px;
}
.thumbnail-2 .media-wrap img {
    border-radius: 50%;
    max-width: 100px;
}

.thumbnail-2 .media-wrap {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    padding: 2px;
    background: rgba(33, 94, 171, 0.65);
    box-shadow: 0 5px 21px 3px rgba(130,133,144,.2);

}



.thumbnail-2 {
    position: relative;
    z-index: 1;
   width: auto;
    padding: 0 15px 15px;
	text-align: center;
	    margin: 10px 0px;
    min-height: 290px;
}

.thumbnail-2:before {
    top: 85px;
}
.thumbnail-2:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #337ab71c;
}
.divider-1:before {
    width: 43px;
    border-top: 2px solid #aeb1be;
}

.divider:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.services_text .thumbnail-2 h1 {
    font-size: 12.5px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0px;
    text-transform: capitalize;
}
	
	.services_text h1 {
    background: rgba(41,70,158,1);
    background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(8,168,237,1) 79%, rgba(0,191,255,1) 88%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(79%, rgba(8,168,237,1)), color-stop(88%, rgba(0,191,255,1)));
    background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(8,168,237,1) 79%, rgba(0,191,255,1) 88%);
    background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(8,168,237,1) 79%, rgba(0,191,255,1) 88%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 26px;
}
.services_text .thumbnail-2 h2{
font-size: 12px;
	text-align: center;
	margin: 5px;

}
.services_text .thumbnail-2 h3{
font-size: 15px;
	text-align: center;
	margin: 5px;

}
.services_text .thumbnail-2 h4{
font-size: 11px;
	text-align: center;
	margin:0px;

}


	.thumbnail-2 {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 0 15px 17px;
    text-align: center;
    margin: 10px 17px;
    min-height: 254px;
}
	.panel p {
    text-align: right;
    padding: 0px !important;
}

	.ceo-banner {
    position: relative;
    top: 276px !important;
}

		.mar-btm0 h3{
	margin-top: 20px !important;
			font-size: 15px;


	}


	.ceo-membr {
    padding: 15px;
}

	.ceo-membr:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

.ceo-membr {
    transition: box-shadow .3s;
    width: 153px;
    height: 153px;
    margin: 15px 10px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
    /* float: right; */
}
	.ceo-membr h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
		font-size: 13px !important;
		margin-top: 10px;
	}
		.ceo-membr h5{
			color: black;
			font-size: 13px;
			font-weight: 600;
			letter-spacing: 1px;
			margin-top: 0px;

	}

	/*.ceo-membr {
    transition: box-shadow .3s;
    width: 158px;
    height: 158px;
    margin: 15px 15px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
     float: right;
}*/

	.owl-pagination{
	display: none;
	}

	.all-news h1{
    color: white;
    /* display: none; */
    position: absolute;
    top: 182px;
    left: 73px;

	}


	.header.affix .yamm ul {
     padding: 10px;
    text-align: center;
}
	.after {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,deepskyblue 50%, transparent 50%);
  background-color: #ddd;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.6s ease;
}

input:focus ~ .after {
  background-position: 0 0;
}

	.loginpage-form h3 {
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin-top: 18px;
}

	.new-btn {
    background-color: rgb(33, 94, 171) !important;
    color: #eee !important;
    border: 0.5px solid rgb(33, 94, 171) !important;
    border-radius: 0px!important;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.line-bottom {
    margin-top: 1px;
    margin-bottom: 10px;
    border: 0;
    border-top: 0.5px solid #337ab7;
}

.cardbox-1 {
    background-color: #f5f5f5;
  /*   padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
    -webkit-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    margin-bottom: 20px;
    /* min-height: 150px; */
  /*  border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
	min-height: 82px;
	/*width: 800px;*/
	padding: 0px;
}




.cardbox-2 {
    background-color: #fff;
  /*   padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
    -webkit-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    margin-bottom: 20px;
    /* min-height: 150px; */
 /*   border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
	min-height: 82px;
	/*width: 800px;*/
	padding: 0px;
}


.cardbox-1:hover {
    -webkit-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
}



.cardbox-1:hover > .img-wrap{
	transform: scale(1.03);
	transition: 0.5s;

}

.cardbox-2:hover {
    -webkit-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
}

.cardbox-1 h3{
font-size: 15px;
margin: 20px 0px 0px;
	font-weight: bold;
	text-align: right;

}

.cardbox-2 h3{
font-size: 15px;
margin: 20px 0px 0px;
	font-weight: bold;

}

.card-box-content{

	margin: 10px 0px;
}

.card-box-content h3 {
    padding-top: 22px;
    /* color: deepskyblue; */
    font-weight: 500;
    font-size: 13px !important;
    margin: 0px;
    color: #5d5d5d;
}

	.card-box-content h5 {

    font-weight: 500;
    font-size: 14px !important;

    color: deepskyblue;
}


.card-box-2-content{
border-left: 1px solid deepskyblue;
	margin: 10px 0px;
}

/*.card-box-date{

	margin: 10px 0px;
}*/

.dropdown-backdrop {
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.arrow-offer-r i {
    font-size: 20px;
    color: deepskyblue;
    padding-left: 27%;
    /* -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
    -moz-box-shadow: 1px 37px 41px -20px rgba(0,0,0,0.68);
    /* box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
}

.cardbox-1:hover .arrow-offer-r {
    margin-left: 10px;
    -webkit-transition: all 0.20s ease-in-out;
}

.cardbox-2:hover .arrow-offer-r {
    margin-right: 0px;
    -webkit-transition: all 0.20s ease-in-out;
}



.post-date {
    border-radius: 3px;
    position: absolute;
    text-align: center;
    top: 0px;
    left: -6px;
    width: 39px;
    /* margin-top: 5px; */
    z-index: 1;
}

.post-date strong {
    background-color: #29469ef5;
    /* border-radius: 3px 3px 0 0; */
    color: white;
    font-size: 12px !important;
    font-weight: 600;
    padding: 9px 0px !important;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}



.post-date span {
    background-color: rgb(167, 167, 167);
    border-radius: 0 0 3px 3px;
    color: #fff;
    font-size: 10px;
    padding: 6px 0px;
    display: block;
    font-family: Arial, Helvetica, sans-serif !important;
}


/*.img-news-1 {
    background-image: url('/ar/photos/129A2490(1).jpg');
background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
     width: auto;
}*/


.topic-date{
margin: 0px;

}




.img-wrap {
    background-size: cover;
    background-color: lightgray;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 110px;
    border-right: 0.5px solid lightgrey;
}
.img-wrap img {
	position: relative;
	z-index: 1;
	display: none;
}




.opinion h3 {
    /* color: deepskyblue; */
    font-weight: 500;
    font-size: 13px !important;
    margin: 0px;
    color: #5d5d5d;
}



.cardbox-1 :hover > h3{
color: black;
}


	.arrow-offer-r {
    float: left;
    /* padding-right: 3%; */
    margin-right: 10px;
    -webkit-transition: all 0.20s ease-in-out;
    font-size: 13px;
}

	.cardbox-1 {
    background-color: white;
    /* padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
    -webkit-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    margin-bottom: 20px;
    /* min-height: 150px; */
    min-height: 109px;
    /* width: 800px; */
    width: 86%;
    padding: 0px;
}

	.services_text h2 {
    text-transform: none;
    color: black;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
}

.new-menu-drop{
background-color: white !important;

}
.new-menu-drop-1{
background-color: white !important;

}


.open>.new-menu-drop {
    display: inline-grid;
    z-index: 5;
    max-height: 254px;
    overflow: auto;
    left: 16px;
    min-width: 104px;
    top: 40px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
}

.open>.new-menu-drop-1 {
    display: inline-grid;
    z-index: 5;
    max-height: 254px;
    overflow: auto;
    left: 83%;
    min-width: 104px;
    top: 40px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
}
	.carousel-control.right {
    right: 2% !important;
}
	
	.carousel-control.left {
    /* left: 0px; */
    right: 94%;
    /* float: left; */
}
	
	.carousel-control {
    position: absolute;
    top: 67%;
    bottom: 0;
    left: 2%;
    width: 2%;
    z-index: 20;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.new-menu-drop-month {
    background-color: white !important;
    position: absolute;
    left: 17px;
    /* padding: 15px; */
}

.open>.new-menu-drop-month {
    display: inline-grid;
    z-index: 1;
    max-height: 254px;
    overflow: auto;
    left: 292px;
    min-width: 116px;
    top: 40px;
    border: none;
    text-align: center;
}


/*
	.mcs-horizontal-example{
  overflow-x: auto;
}

.mcs-horizontal-example ul{
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mcs-horizontal-example ul > li{
  display: inline-block;
}*/

/*	.services_details_area .left_sidebar .widget ul {
    list-style-type: none;
    display: inline-flex;
}

	.services_details_area .left_sidebar .widget li a.active {
    background-color: white;
    color: #215eab;
    padding-left: 25px;
    text-decoration: none;
    box-shadow: 10px 4px 4px 1px rgba(153,153,153,0.2);
    text-transform: uppercase;
    height: 54px;
		text-align: center;
}

	.services_details_area .left_sidebar .target li a {
    display: block;
    font: 600 18px/50px;
    color: #141414;
    border-bottom: 1px solid #e2e2e3;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
		height: 54px;
}*/

	.services_details_area .left_sidebar .widget ul {
    list-style-type: none;
    padding-left: 0px !important;
}


.subscribe {
    margin-top: -4px;
    float: left;
    position: absolute;
    left: -56%;
    top: 0px;
}



	.site{
	text-align: right !important;
	}

.logo img {
    padding: 20px 0px;
    width: 39%;
}

	.contact-title {
    color: white;
    font-size: 22px;
    padding: 10px 0;
    margin: 0;
    line-height: 1;
    text-align: center;
}

	.newsletter-widget .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 51px;
    background: transparent;
    border-bottom: 1px solid #ddd;

}

.newsletter-widget .btn {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    position: relative;
    top: 10px;
    left: 52px;
}
	div#contact1 {
    border-top: 0.1px solid rgba(0, 0, 0, 0.73);
}

	.logo {
    margin-top: -31px;
    padding: 0px 80px;
}
	.footer .widget {
    margin: 10px 0;
}





	.shadow:hover{
	box-shadow: -2px 3px 0px 2px #215eab;
		transition: 0.5s;


	}

	.box i {
    margin-bottom: 30px;
    display: inline-block;
    line-height: 1;
    font-size: 42px;
}

	.shadow-mebf:hover{
	box-shadow: -10px 10px 0px -7px #215eab;
		transition: 0.5s;
	}

		.shadow-mebf {
   /* border: 1px solid;*/
    padding: 0px;
    box-shadow: -21px 20px 0px -10px #215eab;
	transition: 0.5s;
			margin: 50px 20px;
}



	.zoom1 p {
    text-align: center;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    padding-top: 0px;
    margin: 0px auto;
}
.bx1 {
    text-align: center;
    color: white;
    border-radius: 10px;
    min-height: 180px;
}


	.box {
    background-color: white;
    padding: 20px 0px;
    position: relative;
    z-index: 11;
    text-align: center;
}


	.box h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
    color: black;
}

.header.affix {
    position: fixed;
    top: 0;
    color: white;
    z-index: 100;
    /* background-image: url(/ar/images/nav.png); */
    /* background-color: rgb(101, 101, 101); */
    background-color: rgba(150, 150, 150, 0.97);
    left: 0;
    padding: 0px 2px 8px 0px;
    right: 0;
    border-bottom: 0.5px solid #aaaaaa70;
    /* background-color: #fffbfbe0; */
}
	label {
    position: absolute;
    top: 11px;
    left: 5px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 21px;
    transform-origin: left;
    transition: all 0.3s ease;
}



	.initiatives-home p{
	text-align: justify;
		margin-bottom: 20px;

	}

	.all-news h1{
    color: white;
    /* display: none; */
    position: absolute;
    top: 182px;
    left: 73px;

	}
	.zoom1 p {
    text-align: center;
    padding-bottom: 20px;
    margin: 0px auto;
}


.o-login-btn {
    background-color: #2d4d92!important;
    padding: 8px;
    margin-top: 12% !important;
    border-radius: 0px !important;
    border: none;
}


	.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {

    color: deepskyblue;
    display: inline-block;
}


.yamm .hassubmenu li a:before {
      content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    bottom: 0;
    left: 14px;
    background: deepskyblue;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
}
.yamm .dropdown-menu li a:hover:before,
.yamm .dropdown-menu li a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}


	.yamm .dropdown-menu li {
    /* padding-left: 20px; */
    margin: 14px 14px;
}

	.box-1 {
    transition: box-shadow .3s;
    width: 128px;
    height: 128px;
    margin: 15px 10px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
    /* float: right; */
}
	.blwsec {
    margin-top: 0px;
    background-color: white;
    margin-bottom: 9em;
}
.membr p {
    position: absolute;
    top: 9%;
    left: 34%;
    font-size: 22px;
    color: #215eab;
    font-weight: 600;
}

		.outer-1 h1 {
    position: absolute;
    top: -45%;
    left: 17%;
    color: #777;
    /* background-color: #1b4298; */
    text-align: center;
    font-size: 15px;
}

	.box {
    background-color: white;
    padding: 25px;
    position: relative;
    z-index: 11;
    text-align: center;
    min-height: 250px;
		max-height: 250px;
}


	.mt strong{
	display: none;

	}



	.box1 {
    padding-top: 15px;
}
	img {
  vertical-align: bottom;
	width: 100%;
}

	.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 16px;
}

	.causes_area .causes .causes_hover {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background-color: #215eabd9;
    font: 600 22px/1;
    padding-top: 120px;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    text-decoration: none;
    width: 89%;
}
	.shadow iframe {
    width: 719px;
    height: 346px;
	}

	.shadow-mebf iframe {
    width: 719px;
    height: 346px;
	}


	.read-2 {
    color: gray;
    font-size: 16px;
    float: right;
    padding-right: 30px;
    margin-bottom: 20px;
}

	.trusted_content {
      margin: 10px 10px 10px 12px;
}

/*	#pd-64{
	margin-top: 69px;

	}*/



	.container-1:hover .overlay-1 {
    height: 59%;
}

	.overlay-1 {
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 0;
    background-color: #215eab8f;
    overflow: hidden;
    width: 86%;
    height: 0;
    transition: .5s ease;
}

	.text-1 {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

	.outer1 h1 {
    color: white;
    /* background-color: #1b4298; */
    text-align: center;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 10px;
}
.logo-membr {
    position: absolute;
    top: -5px;
    left: 60%;
}
form1 {
    width: 90%;
    margin: 10px auto;
    position: absolute;
    top: 24%;
    left: 14px;
}
	.outer-1 {
    width: 90.5%;
    height: 33px;
    border: 1px solid #999a9a99;
    background: transparent;
    position: absolute;
    top: 87.5%;
}
	.outer1 {
    width: 84.5%;
    height: 32px;
    background: #1b4298cf;
    position: absolute;
    top: 81.5%;
}

	label {
    position: absolute;
    top: 11px;
    right: -7%;
    color: #999;
    font-weight: 400;
    font-size: 23px;
    transform-origin: right;
    transition: all 0.3s ease;
}
input {
    font-size: 12px;
    width: 100%;
    /* border-bottom: 1px solid #1b4298 !important; */
    border: none;
    margin-top: 15%;
    /* background-color: rgba(0,0,0,0.1); */
}






    #main-slide .slider-content h1{
		font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
	}
	#main-slide .slider-content p{
		font-size: 20px;
		margin-top: 0;
        line-height: 25px;
	}

	.slider.btn{
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}

    #main-slide .item {
        height: auto;
    }
 	.pad-60 {
    padding-top: 0px;
}
	.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 8px;
}

	.marq {
    margin-top: -101px;
    padding: 20px 21px 15px 22px;
    color: white!important;
    font-size: 16px;
    /* float: right!important; */
}


	marquee a {
    padding-right: 60px;
    color:white;
}

	#main-slide .carousel-indicators {
    display: none;
}

	#main-slide .slider-content p {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: white;
    z-index: 0;
}

	#main-slide .slider-content h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 51px;
    line-height: 38px;
    letter-spacing: 5px;
    margin-bottom:39px;
    color: white;
    font-family: 'Helvetica', sans-serif;
}

	#main-slide .slider-content {
    top: 35%;
    margin-top: 6px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}
	.mt {
    /* margin-top: 25px; */
    font-weight: 400;
    font-size: 16px;
    font-family: 'Dubai-font', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Source Sans Pro', sans-serif; */
    position: relative;
    right: 0%;
    /* float: right; */
    /* padding-top: 14px; */
}


	.mrqhead a {
    color: white;
    float: right !important;
}

	.navbar-brand1 img, .navbar-brand1 img::before {
    width: 150px;
    height: auto;
    padding: 10px 10px;
    position: relative;
    top: 0px;
    /* content: url(/ar/images/ubf-logo.png); */
    content: url(/ar/images/ubf-white.png);
}

	/*.carousel-inner .slider-image1 img{
	content:url(/ar/images/back/uae-banner-1.jpg);
		}


.carousel-inner .slider-image2 img{
	content:url(/ar/images/back/8.jpg);
		}
.carousel-inner .slider-image3 img{
	content:url(/ar/images/back/8.jpg);
		}*/

}


@media (max-width : 767px) {

    #main-slide .slider-content h1{
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content p{
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn{
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators{
		display: none;
	}

   /* #main-slide .item .slider-content{
		display: none;
	}*/

    #main-slide .item {
        height: 400px;
    }

}


@media (max-width : 479px) {

   /* #main-slide .item .slider-content{
		display: none;
	}*/

    #main-slide .item {
        height: auto;
    }

}




@media ( max-width:480px){
	
	.caro-item {
    height: 350px;
    background: white;
}
	
	.caro-item a img {
    transition: all 0.3s;
    display: block;
    width: auto;
    height: 200px;
    object-fit: cover;
    transition: 1s ease;
    border-bottom: 1px solid #05064d;
}
	.course-box {
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    border: none;
}
	.caro-item {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 0px 20px;
    margin: 10px;
}
	
	.parallax {
    background-image: url(/ar/images/background-1.png);
    min-height: 439px;
    background-attachment: fixed;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 0;
}
	
	
	.box-video-mebf {
    position: relative;
    top: 138px;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 330px;
    background: rgba(17, 24, 69, 0.65);
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
    border: 2px solid rgba(0,0,0,0);
    color: white;
    padding: 20px;
}
	.video-content-mebf iframe {
    width: 100%;
    height: 260px;
}

.box-video-mebf .video-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #167ac600;
    padding: 0px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.video-content iframe{
width: 100%;
	height: 100%;
}

.box-video-mebf span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box-video-mebf span:nth-child(1)
{
  transform:rotate(0deg);
}



.box-video-mebf span:nth-child(3)
{
  transform:rotate(180deg);
}



.box-video-mebf span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 

.box-video {
    position: relative;
    top: 189px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 220px;
    background: rgba(17, 24, 69, 0.65);
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
    border: 2px solid rgba(0,0,0,0);
    color: white;
    padding: 20px;
}

.box-video .video-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #167ac600;
    padding: 0px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.video-content iframe{
width: 100%;
	height: 100%;
}

.box-video span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box-video span:nth-child(1)
{
  transform:rotate(0deg);
}



.box-video span:nth-child(3)
{
  transform:rotate(180deg);
}



.box-video span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 

	.trusted_area .consultancy {
    /* background: #215eab; */
    border-radius: 4px;
    border-radius: 26px;
    max-width: 427px;
    float: right;
    text-align: center;
    padding: 48px 12px 40px;
    color: #fff;
    margin: 13%;
}
  /*.switch-btn:hover {
    background-color: #ddd;
    border-radius: 100%;
}*/
	.share {
    display: none;
    position: absolute;
    float: left;
    left: 18px;
    margin: 325px 0px 0px 0px;
    width: 4%;
}



	.reports .cardbox-1 {
    background-color: #f5f5f5;
    /* padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
    -webkit-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    box-shadow: -2px 3px 37px -12px rgba(0,0,0,0.7);
    /* margin-bottom: 20px; */
    /* min-height: 150px; */
    min-height: 82px;
		width: 90%;
    /* width: 800px; */
    padding: 0px;
   /* width: 45%;*/
    margin: 20px;
}

	.pages_banner h1 {
    text-align: right;
    display: inline-block;
    /* background-color: rgba(0, 0, 0, 0.2); */
    font-size: 30px;
    font-weight: 500;
    color: #fff;
   padding: 24px 0px 0px;
    position: relative;
    top: 85px;
}
	.services_text h3 {
    color: black;
    font-size: 17px;
    margin-top: -11px;
}

	.event-video iframe{
	width: 340px;
		height:216px;
	}
	.event-video{
	margin: 0px 25px;
	}

.new-menu-drop{
background-color: white !important;

}
.new-menu-drop-1{
background-color: white !important;

}


.open>.new-menu-drop {
    display: inline-grid;
    z-index: 1;
    max-height: 254px;
    overflow: auto;
    left: 16px;
    min-width: 104px;
    top: 40px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
}

.open>.new-menu-drop-1 {
    display: inline-grid;
    z-index: 1;
    max-height: 254px;
    overflow: auto;
    left: 81px;
    min-width: 104px;
    top: 40px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
}
.new-menu-drop-month {
    background-color: white !important;
    position: absolute;
    left: 17px;
    /* padding: 15px; */
}





/*.dropdown-menu {
display: none;
}*/


.new-menu-drop a {
padding: 10px;

}

.new-menu-drop-1 a {
padding: 10px;

}
.new-menu-drop-month a {
padding: 10px;

}


.year-drop {
    text-align: left;
    padding: 0px;
    position: relative;
    left: 8%;
}



.month-drop{
    text-align: right;
    padding: 0px 0px;
    position: relative;
    right: 1px;
}




	.complaint p {
    font-size: 13px;
}

		.box-csr:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}
	.csr-active {
    box-shadow: 0 0 21px #215eab8c;
}
	.csr{
	margin-right: 8%;
	}

	.csr li a {
    font-size: 13px;
    text-align: right;
}

	.box-csr {
    transition: box-shadow .3s;
    width: 74px;
    height: 70px;
    margin: 16px 5px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #ffffff;
    text-align: center;
    /* float: right; */
}

	.role h4 {
    background: rgba(41,70,158,1);
    background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
    background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
    background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
		margin-right: 20px;
}
	.box-csr {
    padding-top: 11px;
}

	.role-table {
    margin: 0px 14px 0px -2px;
}
	.role-table td {
    font-size: 10px;
    padding: 10px;
    font-weight: bold;
    text-align: right;
}
	.tble-1 {
    margin-bottom: 30px;
    padding: 0px;
    margin-top: 10px;
    /* border-left: 1px solid whitesmoke; */
}



.thumbnail-2 .media-wrap img {
    max-width: 150px;
}
.thumbnail-2 .media-wrap img {
    border-radius: 50%;
    max-width: 100px;
}

.thumbnail-2 .media-wrap {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    padding: 2px;
    background: rgba(33, 94, 171, 0.65);
    box-shadow: 0 5px 21px 3px rgba(130,133,144,.2);

}



.thumbnail-2 {
    position: relative;
    z-index: 1;
   width: auto;
    padding: 0 15px 15px;
	text-align: center;
	    margin: 10px 0px;
    min-height: 290px;
}

.thumbnail-2:before {
    top: 85px;
}
.thumbnail-2:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #337ab71c;
}
.divider-1:before {
    width: 43px;
    border-top: 2px solid #aeb1be;
}

.divider:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.services_text .thumbnail-2 h1 {
    font-size: 16.5px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0px;
    text-transform: capitalize;
}
.services_text .thumbnail-2 h2{
font-size: 16px;
	text-align: center;
	margin: 5px;

}
.services_text .thumbnail-2 h3{
font-size: 16px;
	text-align: center;
	margin: 5px;

}
.services_text .thumbnail-2 h4{
font-size: 11px;
	text-align: center;
	margin:0px;

}


	.thumbnail-2 {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 0 15px 17px;
    text-align: center;
    margin: 10px 17px;
    min-height: 254px;
}
	.panel p {
    text-align: right;
    padding: 0px !important;
}

	.ceo-banner {
    position: relative;
    top: 276px !important;
}

		.mar-btm0 h3{
	margin-top: 20px !important;
			font-size: 15px;


	}


	.ceo-membr {
    padding: 15px;
}

	.ceo-membr:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}
.ceo-membr {
    transition: box-shadow .3s;
    width: 153px;
    height: 153px;
    margin: 15px 10px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 16px rgba(33,33,33,.5);
    /* float: right; */
}
	.ceo-membr h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
		font-size: 13px !important;
		margin-top: 10px;
	}
		.ceo-membr h5{
			color: black;
			font-size: 13px;
			font-weight: 600;
			letter-spacing: 1px;
			margin-top: 0px;

	}

	/*.ceo-membr {
    transition: box-shadow .3s;
    width: 158px;
    height: 158px;
    margin: 15px 15px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
     float: right;
}*/

	.owl-pagination{
	display: none;
	}

	.all-news h1{
    color: white;
    /* display: none; */
    position: absolute;
    top: 182px;
    left: 73px;

	}
	.header.affix .yamm ul {
    padding: 31px 0px 4px 58px;
}

	.header.affix .yamm ul {
     padding: 10px;
    text-align: center;
}
	.after {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,deepskyblue 50%, transparent 50%);
  background-color: #ddd;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.6s ease;
}

input:focus ~ .after {
  background-position: 0 0;
}

	.loginpage-form h3 {
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin-top: 18px;
}
	.new-btn {
    background-color: rgb(33, 94, 171) !important;
    color: #eee !important;
    border: 0.5px solid rgb(33, 94, 171) !important;
    border-radius: 0px!important;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.line-bottom {
    margin-top: 1px;
    margin-bottom: 10px;
    border: 0;
    border-top: 0.5px solid #337ab7;
}

.cardbox-1 {
    background-color: #f5f5f5;
  /*   padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
    -webkit-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    margin-bottom: 20px;
    /* min-height: 150px; */
  /*  border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
	min-height: 82px;
	/*width: 800px;*/
	padding: 0px;
}




.cardbox-2 {
    background-color: #fff;
  /*   padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
    -webkit-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    margin-bottom: 20px;
    /* min-height: 150px; */
 /*   border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
	min-height: 82px;
	/*width: 800px;*/
	padding: 0px;
}


.cardbox-1:hover {
    -webkit-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
}



.cardbox-1:hover > .img-wrap{
	transform: scale(1.03);
	transition: 0.5s;

}

.cardbox-2:hover {
    -webkit-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
}

.cardbox-1 h3{
font-size: 15px;
margin: 20px 0px 0px;
	font-weight: bold;
	text-align: right;

}

.cardbox-2 h3{
font-size: 15px;
margin: 20px 0px 0px;
	font-weight: bold;

}

.card-box-content{

	margin: 10px 0px;
}

.card-box-content h3 {
    padding-top: 22px;
    /* color: deepskyblue; */
    font-weight: 500;
    font-size: 13px !important;
    margin: 0px;
    color: #5d5d5d;
}

	.card-box-content h5 {

    font-weight: 500;
    font-size: 14px !important;

    color: deepskyblue;
}


.card-box-2-content{
border-left: 1px solid deepskyblue;
	margin: 10px 0px;
}

/*.card-box-date{

	margin: 10px 0px;
}*/

.dropdown-backdrop {
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.arrow-offer-r i {
    font-size: 20px;
    color: deepskyblue;
    padding-left: 27%;
    /* -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
    -moz-box-shadow: 1px 37px 41px -20px rgba(0,0,0,0.68);
    /* box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
}

.cardbox-1:hover .arrow-offer-r {
    margin-left: 0px;
    -webkit-transition: all 0.20s ease-in-out;
}

.cardbox-2:hover .arrow-offer-r {
    margin-right: 0px;
    -webkit-transition: all 0.20s ease-in-out;
}



.post-date {
    border-radius: 3px;
    position: absolute;
    text-align: center;
    top: 0px;
    left: -6px;
    width: 39px;
    /* margin-top: 5px; */
    z-index: 1;
}

.post-date strong {
    background-color: #29469ef5;
    /* border-radius: 3px 3px 0 0; */
    color: white;
    font-size: 12px !important;
    font-weight: 600;
    padding: 9px 0px !important;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}



.post-date span {
    background-color: rgb(167, 167, 167);
    border-radius: 0 0 3px 3px;
    color: #fff;
    font-size: 10px;
    padding: 6px 0px;
    display: block;
    font-family: Arial, Helvetica, sans-serif !important;
}


/*.img-news-1 {
    background-image: url('/ar/photos/129A2490(1).jpg');
background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
     width: auto;
}*/


.topic-date{
margin: 0px;

}




.img-wrap {
    background-size: cover;
    background-color: lightgray;
    background-position: center;
    background-repeat: no-repeat;
        min-height: 93px;
    height: 100%;
    width: 100%;
    border-right: 0.5px solid lightgrey;
}
.img-wrap img {
	position: relative;
	z-index: 1;
	display: none;
}




.opinion h3 {
    /* color: deepskyblue; */
    font-weight: 500;
    font-size: 13px !important;
    margin: 0px;
    color: #5d5d5d;
}



.cardbox-1 :hover > h3{
color: black;
}


.arrow-offer-r {
    float: left;
    /* padding-right: 3%; */
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.20s ease-in-out;
    font-size: 13px;
}

.cardbox-1 {
    background-color: white;
    /* padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
    -webkit-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    box-shadow: 1px 8px 35px -9px rgba(0,0,0,0.7);
    margin-bottom: 20px;
    /* min-height: 150px; */
    min-height: 98px;
    overflow: hidden;
    /* width: 800px; */
    width: 84%;
    padding: 0px;
}

.services_text h2 {
    text-transform: none;
    color: black;
    text-align: right;
    font-size: 22px;
    margin: 13px;
    font-weight: bold;
}

.new-menu-drop{
background-color: white !important;

}
.new-menu-drop-1{
background-color: white !important;

}


.open>.new-menu-drop {
    display: inline-grid;
    z-index: 5;
    max-height: 254px;
    overflow: auto;
    left: 16px;
    min-width: 104px;
    top: 40px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
}

.open>.new-menu-drop-1 {
    display: inline-grid;
    z-index: 5;
    max-height: 254px;
    overflow: auto;
    right: 76%;
    min-width: 105px;
    top: 40px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
}
.new-menu-drop-month {
    background-color: white !important;
    position: absolute;
    left: 17px;
    /* padding: 15px; */
}

.open>.new-menu-drop-month {
    display: inline-grid;
    z-index: 1;
    max-height: 254px;
    overflow: auto;
    left: 292px;
    min-width: 116px;
    top: 40px;
    border: none;
    text-align: center;
}



	.mcs-horizontal-example{
  overflow-x: auto;
}

.mcs-horizontal-example ul{
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mcs-horizontal-example ul > li{
  display: inline-block;
}

	.services_details_area .left_sidebar .widget ul {
    list-style-type: none;
    display: inline-flex;
}

	.services_details_area .left_sidebar .widget li a.active {
    background-color: white;
    color: white;
    padding-left: 25px;
    text-decoration: none;
    box-shadow: 10px 4px 4px 1px rgba(153,153,153,0.2);
    text-transform: uppercase;
    height: 54px;
		text-align: center;
}

	.services_details_area .left_sidebar .target li a {
    display: block;
    font: 600 18px/50px;
    color: #141414;
    border-bottom: 1px solid #e2e2e3;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
		height: 54px;
}



	.subscribe{
	margin-top: 30px;

	}



	.site{
	text-align: right !important;
	}

	.logo img{
	padding: 10px;
	}

	.contact-title {
    color: #121212;
    font-size: 22px;
    padding: 15px 0;
    margin: 0;
    line-height: 1;
    text-align: center;
}

	.newsletter-widget .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 51px;
    background: transparent;
    border-bottom: 1px solid #ddd;

}


.newsletter-widget .btn {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    position: relative;
    top: -52px;
	left: -18px;
}

	.logo {
    margin-top: -31px;
    padding: 0px 80px;
}
	.footer .widget {
    margin: 10px 0;
}





	.shadow:hover{
	box-shadow: -2px 3px 0px 2px #215eab;
		transition: 0.5s;


	}

	.box i {
    margin-bottom: 30px;
    display: inline-block;
    line-height: 1;
    font-size: 42px;
}

	.shadow-mebf:hover{
	box-shadow: -10px 10px 0px -7px #215eab;
		transition: 0.5s;
	}

		.shadow-mebf {
   /* border: 1px solid;*/
    padding: 0px;
    box-shadow: -21px 20px 0px -10px #215eab;
	transition: 0.5s;
			margin: 50px 20px;
}


.shadow-mebf iframe {
    width: 100%;
    height: auto;
}
	.zoom1 p {
    text-align: center;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    padding-top: 0px;
    margin: 0px auto;
}
.bx1 {
    text-align: center;
    color: white;
    border-radius: 10px;
    min-height: 180px;
}


	.box {
    background-color: white;
    padding: 20px 0px;
    position: relative;
    z-index: 11;
    text-align: center;
}


	.box h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
    color: black;
}

.header.affix {
    position: fixed;
    top: 0;
    color: white;
    z-index: 100;
    /* background-image: url(/ar/images/nav.png); */
    /* background-color: rgb(101, 101, 101); */
    background-color: rgba(150, 150, 150, 0.97);
    left: 0;
    padding: 0px 2px 1px 0px;
    right: 0;
    border-bottom: 0.5px solid #aaaaaa70;
    /* background-color: #fffbfbe0; */
}
	label {
    position: absolute;
    top: 11px;
    left: 0px;
    right: -60px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 21px;
    transform-origin: left;
    transition: all 0.3s ease;
}
	.news-content p {
    color: rgba(20, 20, 20, 0.7);
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    margin: 0px 20px 16px 15px;
}
	
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    
    margin: 10px 15px !important;
    
}
	
	.owl-dots {
    display: none;
}
	.owl-nav{
	text-align: center;
	}

	.initiatives-home p{
	text-align: justify;
		margin-bottom: 20px;

	}
	.mebf-video{
    width: 300px;
    margin: 33px;
    height: 190px;

}

		video {
    width: 100%;
    height: 575px;
    object-fit: cover;
    vertical-align: bottom;
}


	.annual:hover .overlay-annual {
    display: block;
    position: absolute;
    background-color: #337ab7bd;
    top: 20px;
    right: 21px;
   width: 80%;
    height: 85%;
    padding: 72px 0px;
		transition: 0.3s ease;
		  box-shadow: 0 0 21px rgba(33,33,33,.5);
}
	.annual:hover .overlay-annual h4{
	font-size: 25px;
		font-weight: bold;
	}

	.overlay-annual {
    display: block;
    position: absolute;
    background-color:rgba(51, 122, 183, 0.7215686274509804);
    bottom: 0%;
    right: 4px;
    padding: 10px;
		transition: 0.5s ease;
    /* width: 150px; */
    /* height: 216px; */
}
	.overlay-annual h4{
	font-size: 15px;
		text-align: center;
	}

	/*.annual >.overlay-annual{
	opacity: 0;
	}
	*/
	.annual{
		 transition: box-shadow .3s;
   /* width: 220px;
    height: 185px;
    margin: 15px 30px;*/
	    padding: 20px;

		    margin: 10px 0px;
	}
	.annual-image{
	    border: 1px solid rgb(174, 200, 232);
	}

	.annual-content{
	border: 1px solid rgb(174, 200, 232);
    padding: 0px 20px;
	}

	.annual-content h4{
	font-size: 15px;
		text-align: center;

	}


	.pdf{
	    content: "";
    background: url(/ar/images/pdf-icon.svg) no-repeat;
    width: 16px;
    height: 20px;
    position: relative;
    float: right;
}
	.board{
	min-height: 290px;
	}

		.board h1 {
    font-size: 12px;
    margin-top: 0px;
    padding-top: 10px;
}
	.board h2 {
    font-size: 11px;
    margin-top: 0px;
    padding-top: 1px;
		text-transform: uppercase;
		font-weight: bold;
}
		.board h3 {
    font-size: 12px;
    margin-top: 0px;
			color: darkblue;
			text-transform: uppercase;
}

	.navbar-brand img, .navbar-brand img::before {
    width: 145px;
    height: auto;
    padding: 0px 8px;
    position: relative;
    top: -29px;
    margin-left: 3px;
   /* content: url(/ar/images/ubf-white.png);*/
}


.navbar-brand1 img ,.navbar-brand1 img::before {
    width: 194px;
    height: auto;
    padding: 0px 10px;
    position: relative;
    top: 0px;
	content: url(/ar/images/ubf-logo.png);
	/*content: url(/ar/images/ubf-white.png);*/

}
	.affix-top .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

	/*.header .navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}*/


	.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
	    font-size: 19px;
}


	.text-1 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

	.overlay-1 {
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 0;
    background-color: #215eab8f;
    overflow: hidden;
    width: 89%;
    height: 0;
    transition: .5s ease;
}
.overlay-1 h4, .overlay-1 i{text-align: center;}


.box1:hover>.outer1{
display: none;
}



	.topbar {
    background-color: transparent;
	color: white;
    margin: 0px;
    padding: 1px 0px;
    font-size: 12px;
    font-weight: 100;
}

	.services_text h1{
	 position: relative;
	top:0px;
		font-size: 28px;

	}

	.services_text{
	margin-top: 30px;

	}
	.services_text p {
    padding-right: 20px;
    padding-left: 15px;
}
	.widget ul{
	padding-left: 7px;
    padding-right: 31px;
}



	.causes_area .causes .causes_hover {
    position: absolute;
    left: 14px;
    top: 0px;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #eee;
    background-color: #215eabd9;
    font: 600 22px/1;
    padding-top: 43px;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    text-decoration: none;
    width: 80%;
    font-size: 12px;
}

	.trusted_content h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
form1 {
    width: 79%;
    margin: 10px auto;
    position: absolute;
    top: 47px;
    left: 22px;
}

.membr p {
    position: absolute;
    top: 9%;
    left: 42%;
    font-size: 23px;
    color: #215eab;
    font-weight: 600;
}
	.o-login-btn {
    background-color: #2d4d92;
    padding: 8px;
    margin-top: 23px ;
    border-radius: 0px ;
    border: none;
}
	.o-login-btn:hover {
    background-color: deepskyblue;
    
}

	.navbar-toggle {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-top: 25px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.logo-membr {
    position: absolute;
    top: 2px;
    left: 81%;
    /* width: 122px; */
}
	.mrl20-1 {
    margin-right: 89px;
    position: relative;
    top: 170px;
}
	.mrl20 {
    margin-right: 21px;
    position: relative;
    top: 2px;
}
	.mrqhead a{
	color: white;
	}

	.carousel-inner .slider-image1 img{
	content:url(/ar/images/newsbk.jpg);
		}


.carousel-inner .slider-image2 img{
	content:url(/ar/images/newsbk1.jpg);
		}
.carousel-inner .slider-image3 img{
	content:url(/ar/images/mobile-mebf.jpg);
		}
	.carousel-inner .slider-image4 img{
	content:url(/ar/images/newsbk2.jpg);
		}
	.carousel-inner .slider-image5 img{
	content:url(/ar/images/mobile-klip-2.jpg);
		}
	marquee a {
    padding-right: 60px;
    color: white;
}

	.pad-60{
padding-top: 0px;

}

.outer-1 {
    width: 89.5%;
    height: 36px;
    border: 1px solid #999a9a99;
    background: #1b4298;
    position: absolute;
    top: 90.5%;
}

	.navbar-default .navbar-toggle {
    border-color: transparent;
	}

.navbar-brand img {
    width: 154px;
    height: auto;
    padding:10px;
    position: relative;
    top: -6px;
    /* left: 111px; */
    right: -11px;
}
	.logo-normal {
    width: 140px;
    height: 35px;
}

	.read-1 {
    color: white;
    font-size: 14px;
    float: right;
    padding-right: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background: white;
    /* color: black; */
}
.header .navbar-default .nav>li>a {
    color: #141414;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    padding: 10px 17px;
    outline: none;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #ddd;
    border-bottom: 0.5px solid rgba(211, 211, 211, 0.29);
}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #141414;
}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

	.navbar-toggle .1 {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
	.navbar-toggle .2 {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 1px;
}
	.navbar-toggle .3 {
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
}
	.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #167ac6;
    border-bottom: 1px solid #167ac6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

	#main-slide .carousel-control i {
    background: rgba(0,0,0,.19);
    color: #fff;
    line-height: 36px;
    font-size: 19px;
    padding: 21px 6px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.marq {
    font-size: 13px;
    margin-top: -25%;
    padding: 0px;
    color: #eee !important;
    background-color: rgba(12, 12, 12, 0.36);
}
	.blwsec{
	margin-top: 0px;
		background-color: white;
		margin-bottom: 38em;

	}

	.carousel-control {
    position: absolute;
    top: 83%;
    bottom: 0;
    right: 20px;
    left: 2px;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
	
	.latest-news h1 {
    color: #1b4298 !important;
		text-align: center !important;
    
}
	
	
.social-carousel__background-graphic {
    position: absolute;
    top: 3rem;
    left: 1.5rem;
    width: 120rem;
    height: 120rem;
    background-image: linear-gradient(318deg,#42baff,#232882);
    border-radius: 100%;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.2);
}
	.carousel-control.right {
    right: -3% !important;
}	

	.mrqhead a{
	float: right !important;
	}
#main-slide .slider-content {
    top: 53%;
    margin-top: -79px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 4px;
}
	#main-slide .slider-content h1 {
    font-size: 23px;
    font-weight: bold;
    line-height: 0px;
    letter-spacing: 3px;
    margin-bottom: 26px;
    color: white;
    font-family: 'Helvetica', sans-serif;
		text-align: center;

}
#main-slide .slider-content p {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: white;
    z-index: 0;
	text-align: center;
}

	.rdbtn{
	font-weight: 600;
    font-size: 8px;
    color: white !important;
    visibility: visible;
    animation-name: slideInUp;

	}

	/*.mrqhead{
	position: relative;
    left: -1%;
	}*/
	/*	form1 {
		width: 79%;
		margin: 10px auto;
		position: absolute;
		top: 161px;
		left: 32px;
	}*/
input {
    font-size: 16px;
    width: 97%;
    /* border-bottom: 1px solid #1b4298 !important; */
    border: none;
    margin-top: 20px;
    /* background-color: rgba(0,0,0,0.1); */
}
.outer-1 h1 {
    position: absolute;
    top: -39%;
    left: 29%;
    color: #fbfbfb;
    /* background-color: #1b4298; */
    text-align: center;
    font-size: 15px;
}
	.pd10 {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
}


.navbar-brand1 img {
    width: 115px;
    height: auto;
    padding: 10px 5px;
    position: relative;
    top: -3px;
}
	
	.navbar-nav {
    margin: 7.5px 0px;
}

	.header.header.affix {
    position: fixed;
    top: 0px;
    z-index: 100;
    background-image: url(/en/images/overlay/back-overlay-1.svg);
    /* background-color: rgb(101, 101, 101); */
    background-repeat: repeat-x;
    background-size: cover;
    /* background-color: rgba(150, 150, 150); */
    background-color: white;
}
.outer1 {
    width: 88.6%;
    height: 37px;
    background: #1b4298;
    position: absolute;
    top: 81.5%;
}
.outer1 h1 {
    position: relative;
    top: -32%;
    /* left: 28%; */
    color: white;
    /* background-color: #1b4298; */
    text-align: center;
    font-size: 15px;
}
	.container-1:hover .overlay-1 {
    height: 84%;
}
.box1 {
    padding-top: 20px;
}
	.custom-module h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 25px 0 10px;
    padding: 0;
}

	/*.zoom1 p{
	text-align: justify;
    padding-right: 13px;
    padding-bottom: 20px;
	}*/
.shadow iframe {
  width: 100%;
    height: auto;
}

.shadow {
    /* border: 1px solid; */
    padding: 0px;
    box-shadow: -24px 18px 0px -8px #215eab;
    margin: 60px 0px 0px 30px;
}
	.pad-20{
	padding-bottom: 20px;
		text-align: center;

	}

	.read-2 {
    color: gray;
    font-size: 16px;
    float: right;
    padding-right: 30px;
    margin-bottom: 13px;
}




}

@media (max-width:380px){
	label {
    position: absolute;
    top: 11px;
    left: 0px;
    right: -60px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 18px;
    transform-origin: left;
    transition: all 0.3s ease;
}
	input {
    font-size: 16px;
    width: 97%;
    /* border-bottom: 1px solid #1b4298 !important; */
    border: none;
    margin-top: 10px;
    /* background-color: rgba(0,0,0,0.1); */
}
	.o-login-btn {
    background-color: #2d4d92!important;
    padding: 8px;
    margin-top: 18px !important;
    border-radius: 0px !important;
    border: none;
}
	.ceo-membr h4 {
    background: rgba(41,70,158,1);
    background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
    background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
    background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 13px !important;
    margin-top: 10px;
}

	.ceo-membr {
    transition: box-shadow .3s;
    width: 108px;
    height: 144px;
    margin: 15px 9px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
    /* float: right; */
}



	/*.title-inner{
position:relative;
	top: 200px;

}
	*/

.trusted_content{
		    margin-top: 10px;
    margin-bottom: 15px;


	}


	.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
	    font-size: 19px;
}

	.services_text h1{
	 position: relative;
	top:0px;
		font-size: 25px;
    /*text-align: center;*/

	}

	.services_text{
	margin-top: 30px;

	}
	.services_text p {
    padding-right: 10px;
    padding-left: 14px;
}

	.causes_area .causes .causes_hover {
    position: absolute;
    left: 14px;
    top: 0px;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #eee;
    background-color: #215eabd9;

    padding-top: 43px;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    text-decoration: none;
    width: 80%;
    font-size: 12px;
}
.membr p {
    position: absolute;
    top: 11%;
    left: 40%;
    font-size: 22px;
    color: #215eab;
    font-weight: 600;
}
	input {
    font-size: 16px;
    width: 97%;
    /* border-bottom: 1px solid #1b4298 !important; */
    border: none;
    margin-top: 12px;
    /* background-color: rgba(0,0,0,0.1); */
}

	.outer1 {
    width: 88.6%;
    height: 37px;
    background: #1b4298;
    position: absolute;
    top: 90.5%;
}
	.outer1 h1 {
    position: absolute;
    top: -33%;
    left: 28%;
    color: white;
    /* background-color: #1b4298; */
    text-align: center;
    font-size: 14px;
}


/*	.blwsec {
    margin-top: 0px;
    background-color: white;
    margin-bottom: 34em;
}*/

	.shadow iframe {
    width: 310px;
    height: 155px;
}

		.shadow-mebf iframe {
    width: 310px;
    height: 155px;
}

	.carousel-inner .slider-image1 img{
	content:url(/ar/images/newsbk.jpg);
		}


.carousel-inner .slider-image2 img{
	content:url(/ar/images/newsbk1.jpg);
		}
.carousel-inner .slider-image3 img{
	content:url(/ar/images/mobile-mebf.jpg);
		}
	.carousel-inner .slider-image4 img{
	content:url(/ar/images/newsbk2.jpg);
		}
	.carousel-inner .slider-image5 img{
	content:url(/ar/images/mobile-klip-2.jpg);
		}

marquee a {
    padding-right: 60px;
    color: white;
}

	#main-slide .slider-content h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 0px;
    letter-spacing: 3px;
    margin-bottom: 26px;
    color: white;
    font-family: 'Helvetica', sans-serif;
}

	.custom-module h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 25px 0 10px;
    padding: 0;
}
	.marq {
    font-size: 13px;
    margin-top: -59px;
    padding: 0px;
    color: #eee !important;
    background-color: rgba(12, 12, 12, 0.36);
}
	.read-2 {
    color: gray;
    font-size: 16px;
    float: right;
    padding-right: 30px;
    margin-bottom: 13px;
}

	.trusted_content h4{
	text-align:center;

	}

	.causes_area .causes img {
    max-width: 100%;
    transition: all 500ms linear 0s;
    filter: grayscale(50%);
}

}



@media (max-width: 480px) {
/*	.popup-btn {
    position: absolute!important;
    top: 107%;
    left: 90%;
    transform: translate(-50%,-50%);
}*/


.trns-text {
    background: url(/ar/images/download.png) -20px -20px no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: block;
    filter: grayscale(100%);
    position: absolute;
    opacity: 0.1;
    right: 0px;
    font-size: 113px;
    font-family: arial;
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 9px;
    background-size: cover;
    width: 93%;
}



figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}



figure.effect-apollo p {
    position: absolute;
    left: 31px;
    bottom: 33px;
    margin: 3em;
    padding: 0 1em;
    max-width: 148px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}


figure.effect-apollo h1 {
	text-align: center;
	color: white;
	padding-top: 22%;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}




.grid {
    position: relative;
    clear: both;
    margin: 1px auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    /* min-width: 322px; */
    max-width: 480px;
    max-height: 360px;
    width: 100%;
    height: auto;
    background: rgb(22, 23, 23);
    text-align: center;
    cursor: pointer;
}
	
	.link2 {
    position: relative;
    color: rgba(4,180,246,1);
    top: 24px;
}

.annual-report figure {
	position: relative;
	float: right;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 150px !important;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #215eab;
	text-align: center;
	cursor: pointer;
}


.annual-report figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px !important;
    bottom: -100px !important;
    width: 191px !important;
    height: 185px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}




.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 0;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	  opacity: 1;
    padding: 13px;
}

.grid figcaption a > h1 span {

	opacity: 1;
}

.grid figure h1 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 20px;
    white-space: pre-wrap;
}
.grid figure h1 span {
	font-weight: 600;
	color: white;
	font-size: 25px;
}
.annual-report figure h1 span {
	font-weight: 600;
	color: black;
	font-size: 25px;
}
.annual-report figure h1  {
padding-top: 50%;
}

.new figure h1 span {
    font-weight: 500;
    color: white;
    font-size: 20px;
    white-space: pre-wrap;
}

.grid figure h1,
.grid figure p {
	margin: 0;

}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grid figure p a{
	color: white;
}






figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
	margin: 15px auto;
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	left: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.new figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 250px;
	height: 250px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h1 {
	text-align: right;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
	color: white;
}

figure.effect-lexi p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h1,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}





<--------Image-heraa------------->




figure.effect-hera {
	background: #303fa9;
}

figure.effect-hera h1 {
	font-size: 125.75%;
}

figure.effect-hera h1,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	color: white;
}

figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
	opacity: 0;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

/*figure.effect-hera p a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}*/

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h1 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

figure.effect-hera:hover  a{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

.initiative-home figure {
    position: relative;
    float: right;
    overflow: hidden;
    margin: 10px auto;
    /* min-width: 311px; */
    max-width: 480px;
    max-height: 360px;
    width: 100%;
    height: auto;
    background: rgb(22, 23, 23);
    text-align: center;
    cursor: pointer;
}

figure.effect

.custom-module {
    padding-right: 0px;
    margin-top: 60px;
}
	.custom-module p {
   padding-right: 0px;
    margin: 0;
}
		.box-trust h3 {
    color: white;
    font-size: 27px;
    margin-top: 0px;
}

			.box-trust h5 {
    color: white;
    font-size: 22px;
    margin-top: 0px;

}



.inner-overlay {
    height: auto;
    position: absolute;
    width: 100%;
    float: right;
    min-height: 352px;
    top: 103px;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.77) 0,rgba(0, 0, 0, 0) 30%,rgba(0, 0, 0, 0) 83%,transparent);
    /* background-image: url(/ar/images/back/overlay.png); */
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    /* opacity: 0.9; */
}
.parallax-news {
    /* background-image: url(images/background-1.png); */
    min-height: 439px;
    background-attachment: fixed;
    background-position: 3% 0%;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 0;
}
	
	
	
	.parallax-customer-home{
 background-image: url(/ar/images/back/inner-customer.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
	
	.parallax-events-home{
    background-image: url(/ar/images/back/inner-events.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: 57% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
	
	.parallax-news-home{
background-image: url(/ar/images/back/inner-news.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;

}
	

.parallax-activities-home{
background-image: url(/ar/images/back/inner/activities/activity-main.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;

}

.parallax-publication {
    background-image: url(/ar/images/back/publications.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: 92% -116px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

	.title3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 1rem;
    margin-top: -5px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    float: left;
    /* color: white; */
}
	
	.title3 a .fa-angle-right {
    font-size: 10px;
    font-weight: 600;
    transform: rotate(180deg);
}

	.title-inner {
    position: relative;
    bottom: -173px;
    left: 0px;
    right: 0px;
}
	
	/*.pad-right-mobile{
	padding-right: 0px;
	}*/
.banner-content {
    position: relative;
    top: 329px;
}
	/*	.banner-content {
    position: relative;
    top: 257px;
}*/

	.title-inner h1 {
    color: white;
    font-size: 26px;
    font-weight: 500;
    text-align: right;
		text-shadow: 3px 2px hsla(0, 0%, 0%, 0.5);
    /* margin: 0px 0px; */
    /* background-color: #0000006b; */
    width: auto;
    text-transform: uppercase;
}
	.banner-content .container h1{
	font-size: 25px;
		font-weight: 600;
		margin-top: 0px;



	}



	.box-news {
    padding-top: 15px;
}

	.box-news:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

		.box-speech:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}
	.news-active {
    box-shadow: 0 0 21px #215eab8c;
}

	.box-news {
    transition: box-shadow .3s;
    width: 75px;
    height: 75px;
    margin: 10px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #ffffff;
    text-align: center;
    /* float: right; */
}
	.box-news h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	}







	.box-activity {
    transition: box-shadow .3s;
    width: 250px;
    height: 200px;
    margin: 15px auto;
    border-radius: 1px;
    border: 1px solid #dfdfe3;
    background: #fff;
    text-align: center;
}
	.box-activity:hover{
		 box-shadow: 0 0 21px rgba(33,33,33,.5);

	}

	.box-activity h3 {
    margin-top: 40% !important;

    font-size: 15px !important;
}



	.box-news-section {
    transition: box-shadow .3s;
    width: 290px;
    height: 200px;
    margin: 15px 12px;
    border-radius: 1px;
       border: 1px solid #dfdfe3;
    background: #fff;
    text-align: center;
}

	.box-news-section:hover{
		 box-shadow: 0 0 21px rgba(33,33,33,.5);

	}

	.box-news-section h3{
	margin-top: 22%;
		font-size: 17px !important;

	}
	.download h5 {
    font-size: 13px;
    text-align: right;
    color: #215eab;
    margin-top: 42px;
}

	.logo-right img{
	width: 20px !important;
		float: right;
		border: none !important;
		margin: 0px;
		padding: 10px  0px!important;
	}

	.text-18 h5
	{
    margin-top: 22px;
    float: right;
		color: rgb(192, 192, 192);
}



	.box-membr {
    padding: 15px;
}

	.box-membr:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

	.box-membr {
    transition: box-shadow .3s;
    width: 220px;
   /* height: 185px;*/
    margin: 15px 60px;
		box-shadow: 0 0 14px rgb(201, 200, 200);
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
    /* float: right; */
}
	
	.services_text h1 {
    background: rgba(41,70,158,1);
    background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(8,168,237,1) 79%, rgba(0,191,255,1) 88%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(79%, rgba(8,168,237,1)), color-stop(88%, rgba(0,191,255,1)));
    background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(8,168,237,1) 79%, rgba(0,191,255,1) 88%);
    background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(8,168,237,1) 79%, rgba(0,191,255,1) 88%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 26px;
}
	.box-membr h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
		font-size: 16px;
		margin-top: 10px;
	}
		.box-membr h5{
			color: black;
			font-size: 13px;
			font-weight: 600;
			letter-spacing: 1px;
			margin-top: 0px;

	}


	.box-trust {
    padding: 15px;
}

	.box-trust:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

.box-trust {
    transition: box-shadow .3s;
    width: 275px;
    height: 238px;
    margin: 15px 5px;
    border-radius: 0px;
  /*  border: 1px solid deepskyblue;*/
    background: rgb(0, 154, 206);
    text-align: center;
    /* float: right; */
}
	.purple {
 background: rgb(132, 0, 132);
}
		.blue {
 background: rgb(4, 4, 142);
}
	.box-trust h4 {
    color: white;
    font-size: 25px;
    margin-top: 10px;
    font-weight: 600;
}
		.box-trust h5{
			color: white;
			font-size: 13px;
			font-weight: 600;
			letter-spacing: 1px;
			margin-top: 0px;

	}

	.box-trust i{
    color: white;
    font-size: 4em;
}

	.navbar-right {
     float: none;
     margin-right: 0px;
}

.header.affix .navbar-default .nav>li>a {
    color: #141414;
    /* color: white; */
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
	text-align: right;
    /* letter-spacing: 1px; */
    outline: none;
    text-shadow: 1px 1px 1px #ddd;
    border-bottom: 0.5px solid rgba(211, 211, 211, 0.29);
}
    .blog-meta h3 {
        font-size: 20px;
    }

	.causes_area .causes img {
    max-width: 100%;
    transition: all 500ms linear 0s;
    filter: grayscale(50%);
}


	.trusted_content{
		    margin-top: 10px;
    margin-bottom: 15px;


	}
    carousel {
    position: relative;
    padding-top: 101px;
}
    .img5 img{
    width:100%;
        height: auto;
    }
    #thumbnail-slider-prev{
    display: none;}
    #thumbnail-slider-next{
    display: none;}

.topbar a,
.topbar p {
    color: white;
    font-size: 11px;
    margin: 3px;
}


    .topbar clearfix{
        display: block;
    }

    .first p{
        font-size:11px;

        }
    .image1{
        position: absolute;
        left:50%;
        top:40%;
        width: 100px;
        height: auto;
        margin: 0px;
        padding: 0px;

    }
    .header.header.affix{
        position: fixed;
        top:0px;
        z-index: 100;
       /* background-color:white;
        background-image: none;*/
    }
    .image-wrap img{
        width:360px;
        height: auto;

    }
    .banner1{
        padding: 0px;
        margin: 0px;
    }
    .form1{
        display: none;
    }
    .logo-normal{
        width: 145px;
        height: 68px;
    }
    #contactform{
    display: none;}


	form1 {
    width: 79%;
    margin: 10px auto;
    position: absolute;
    top: 43px;
    left: 32px;
}


}


@media (min-width: 992px) {
	
	.caro-item {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 0px 20px;
    margin: 10px;
}
.caro-item {
    height: 350px;
    background: white;
}
	.course-box {
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    border: none;
}
	
	
	.caro-item a img {
    transition: all 0.3s;
    display: block;
    width: 100%;
		object-fit: cover;
    height: 200px;
    transition: 1s ease;
    border-bottom: 1px solid #05064d;
}
	
	.header-section-latest-news {
    position: relative;
    z-index: 99;
}
	
	.social-carousel__background-graphic {
    position: absolute;
    top: 3rem;
    left: -62.5rem;
    width: 120rem;
    height: 120rem;
    background-image: linear-gradient(318deg,#42baff,#232882);
    border-radius: 100%;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.2);
}
	.social-carousel__background-graphic:before {
    content: "";
    position: absolute;
    top: 11.5rem;
    left: 3.2rem;
    width: 100rem;
    height: 75rem;
    background: #04064d;
    border-radius: 100%;
    box-shadow: inset 0 0 20px rgba(0,0,0,.5);
    transform: rotate(14deg);
}
	.section.gb {
    /* background-color: #2a4ca2; */
    background: linear-gradient(90deg,rgba(4,6,77,.9),#04064d);
}
	
	
	.title3 a .fa-angle-right {
    font-size: 10px;
    font-weight: 600;
    transform: rotate(180deg);
}
	.trusted_content h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
	
	.o-login-btn {
    background-color: #2d4d92;
    padding: 8px;
    margin-top: 25px;
    border-radius: 0px;
    border: none;
}
	.box-video-mebf {
    position: relative;
    
   top: 165px;
    left: 14%;
    transform: translate(-50%, -50%);
    width: 650px;
		height: 300px;
    background: rgba(17, 24, 69, 0.65);
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
    border: 2px solid rgba(0,0,0,0);
    color: white;
    padding: 20px;
}

.box-video-mebf .video-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #167ac600;
    padding: 0px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.video-content-mebf iframe{
width: 100%;
	height: 260px;
}

.box-video-mebf span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box-video-mebf span:nth-child(1)
{
  transform:rotate(0deg);
}



.box-video-mebf span:nth-child(3)
{
  transform:rotate(180deg);
}



.box-video-mebf span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 
	

.box-video {
    position: relative;
    top: 136px;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
    
    box-sizing: border-box;
    overflow: hidden;
  
    
    color: white;
    padding: 20px;
}

.box-video .video-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #167ac600;
    padding: 0px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.video-content iframe{
width: 100%;
	height: 100%;
}

.box-video span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box-video span:nth-child(1)
{
  transform:rotate(0deg);
}



.box-video span:nth-child(3)
{
  transform:rotate(180deg);
}



.box-video span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 

/*	.popup-btn {
    position: absolute!important;
    top: 107%;
    left: 70%;
    transform: translate(-50%,-50%);
}*/
.carousel-indicators {
    display: inline-grid;
    position: relative;
    float: left;
    top: 250px;
    right: 19px;
    z-index: 15;
    margin-right: -5%;
    width: 5%;
    padding-left: 0;
    margin-left: 0%;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}
	/* width */
::-webkit-scrollbar{
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px deepskyblue;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    height: 150px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
    background: deepskyblue;
}


	.left-al{
	float: left !important;
	}





figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}



figure.effect-apollo p {
    position: absolute;
    left: 31px;
    bottom: 33px;
    margin: 3em;
    padding: 0 1em;
    max-width: 148px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}


figure.effect-apollo h1 {
	text-align: right;
	color: white;
	/*padding-top: 22%;*/
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}



.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */

	.publication figure {
    position: relative;
    float: right;
    overflow: hidden;
    margin: 10px -16px !important;
    min-width: 250px !important;
    max-width: 480px;
    max-height: 360px;
    width: 50%;
    height: auto;
    background: rgb(22, 23, 23);
    text-align: center;
    cursor: pointer;
}


.grid figure {
	position: relative;
	float: right;
	overflow: hidden;
	    margin: 10px 15px;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: rgb(22, 23, 23);
	text-align: center;
	cursor: pointer;
}
	.grid-partner figure{
	min-width: 380px;
	}

.annual-report figure {
	position: relative;
	float: right;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 150px !important;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #215eab;
	text-align: center;
	cursor: pointer;
}


.annual-report figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px !important;
    bottom: -100px !important;
    width: 191px !important;
    height: 185px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}




.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 0;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	  opacity: 1;
    padding: 13px;
}

.grid figcaption a > h1 span {

	opacity: 1;
}

.grid figure h1 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 20px;
    white-space: pre-wrap;
}
/*.grid figure h1 span {
	font-weight: 600;
	color: white;
	font-size: 25px;
}*/

	.financial figure h1 span {
    font-weight: 600 !important;
    color: white;
    font-size: 30px !important;
    white-space: normal;
    letter-spacing: 3px;
    position: relative;
    text-align: right !important;
    top: 20px;
    left: 0px;
}


	.financial figure.effect-apollo h1 {
    text-align: right;
    color: white;
    padding-top: 0%;
}

	.grid figure h1 span {
    font-weight: 600;
    color: white;
    font-size: 20px;
		font-family: 'Tajawal', sans-serif;
    white-space: normal;
   /* font-family: 'Helvetica', sans-serif;*/
    letter-spacing: 1px;
}
.annual-report figure h1 span {
	font-weight: 600;
	color: black;
	font-size: 25px;
}
.annual-report figure h1  {
padding-top: 50%;
}

.new figure h1 span {
    font-weight: 500;
    color: white;
    font-size: 20px;
    white-space: pre-wrap;
}

.grid figure h1,
.grid figure p {
	margin: 0;

}

.grid figure p {
    letter-spacing: 1px;
    font-size: 12px;
    color: white;
}
.grid figure p a{
	color: white;
}






figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
	margin: 10px 25px;
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	left: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
	.initiative-home figure.effect-lexi figcaption::before {
	position: absolute;
	left: -100px;
	bottom: -100px;
	width: 250px;
	height: 250px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.new figure.effect-lexi figcaption::before {
    position: absolute;
    left: -72px;
    bottom: -91px;
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h1 {
    text-align: right;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
    color: white;
    position: absolute;
    top: 8px;
    right: 13px;
}

figure.effect-lexi p {
	position: absolute;
	left: -25px;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h1,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}





<--------Image-heraa------------->




figure.effect-hera {
	background: #303fa9;
}

figure.effect-hera h1 {
	font-size: 125.75%;
}

figure.effect-hera h1,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	color: white;
}

figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 150px;
	height: 150px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
	opacity: 0;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

/*figure.effect-hera p a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}*/

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h1 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

figure.effect-hera:hover  a{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

	figure{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	}

.initiative-home figure {
    position: relative;
    float: right;
    overflow: hidden;
    margin: 10px -9px;
    min-width: 270px;
    max-width: 480px;
    max-height: 360px;
    width: 50%;
    height: auto;
    background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.52) 30%,rgba(0,0,0,.1) 83%,transparent);
    text-align: center;
    cursor: pointer;
}

.initiative-home {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 1em;
    max-width: 1200px;
    list-style: none;
    text-align: center;
}






.thumbnail-2 .media-wrap img {
    max-width: 150px;
}
.thumbnail-2 .media-wrap img {
    border-radius: 50%;
    max-width: 100px;
}

.thumbnail-2 .media-wrap {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    padding: 2px;
    background: rgba(33, 94, 171, 0.65);
    box-shadow: 0 5px 21px 3px rgba(130,133,144,.2);

}



.thumbnail-2 {
    position: relative;
    z-index: 1;
   width: auto;
    padding: 0 15px 15px;
	text-align: center;
	    margin: 10px 0px;
    min-height: 245px;
}

.thumbnail-2:before {
    top: 85px;
}
.thumbnail-2:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #337ab71c;
}
.divider-1:before {
    width: 43px;
    border-top: 2px solid #aeb1be;
}

.divider:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.services_text .thumbnail-2 h1 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0px;
    text-transform: capitalize;
}
.services_text .thumbnail-2 h2{
font-size: 14px;
	text-align: center;
	margin: 5px;
	font-weight: 500;

}
.services_text .thumbnail-2 h3 {
    font-size: 16px;
    text-align: center;
    margin: 5px;
    font-weight: bold;
}
.services_text .thumbnail-2 h4{
font-size: 11px;
	text-align: center;
	margin:0px;

}



	.left-move {
	    margin-right: 7%;

}


	.after {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,deepskyblue 50%, transparent 50%);
  background-color: #ddd;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.6s ease;
}

input:focus ~ .after {
  background-position: 0 0;
	font-size: 12px;
	top: 0px;
}

	.loginpage-form h3 {
    color: white;
    font-weight: 500;
    font-size: 22px;
    margin-top: 27px;
}


.new-btn {
    background-color:rgb(33, 94, 171) !important;
    color: #eee !important;
    border: 0.5px solid rgb(33, 94, 171) !important;
    border-radius: 0px!important;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.line-bottom {
    margin-top: 1px;
    margin-bottom: 10px;
    border: 0;
    border-top: 0.5px solid #337ab7;
}


	.reports .cardbox-1 {
 
    /* padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
    box-shadow: 0px 6px 8px -8px rgba(0,0,0,0.7);
    /* margin-bottom: 20px; */
    /* min-height: 150px; */
    min-height: 100px;
    /* width: 800px; */
    padding: 0px;
    width: 45%;
    margin: 20px;
}
	
	.workshop .cardbox-1 {
    /* padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
    box-shadow: 0px 6px 8px -8px rgba(0,0,0,0.7);
    /* margin-bottom: 20px; */
    /* min-height: 150px; */
    min-height: 100px;
    /* width: 800px; */
    padding: 0px;
    width: 45%;
    margin: 20px;
}






.cardbox-1 {
/*    background-color: #faf6f9;*/
  /*   padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
   
    box-shadow: 0px 6px 8px -8px rgba(0,0,0);
    margin-bottom: 20px;
    /* min-height: 150px; */
  /*  border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
	min-height: 111px;
	/*width: 800px;*/
	padding: 0px;
}




.cardbox-2 {
    background-color: #fff;
  /*   padding: 20px 0px 20px 0px; */
    /* border-radius: 10px; */
   box-shadow: 0px 6px 8px -8px rgba(0,0,0);
    margin-bottom: 20px;
    /* min-height: 150px; */
 /*   border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
	min-height: 82px;
	/*width: 800px;*/
	padding: 0px;
}


.cardbox-1:hover {
    -webkit-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
}



.cardbox-1:hover > .img-wrap{
	transform: scale(1.03);
	transition: 0.5s;

}

.cardbox-2:hover {
    -webkit-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
    box-shadow: 0px 23px 41px -20px rgba(0,0,0,0.68);
}

.cardbox-1 h3 {
    font-size: 15px !important;
    margin-top: 3px !important;
    font-weight: bold;
    text-align: right;
}

.cardbox-2 h3{
font-size: 15px;
margin: 20px 0px 0px;
	font-weight: bold;

}

.card-box-content{

	margin: 10px 0px;
}


.card-box-2-content{
border-left: 1px solid deepskyblue;
	margin: 10px 0px;
}

/*.card-box-date{

	margin: 10px 0px;
}*/

.arrow-offer-r {
    float: left;
    /* padding-right: 3%; */
    margin-right: 10px;
    -webkit-transition: all 0.20s ease-in-out;
    font-size: 16px;
    color: white;
}

.arrow-offer-r i {
    font-size: 20px;
    color: deepskyblue;
    padding-left: 27%;
    /* -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
    -moz-box-shadow: 1px 37px 41px -20px rgba(0,0,0,0.68);
    /* box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
}
		.pdf{
	    content: "";
    background: url(/ar/images/pdf-icon.svg) no-repeat;
    width: 16px;
    height: 20px;
    position: relative;
    float: right;
}

.cardbox-1:hover .arrow-offer-r {
    margin-left: 10px;
    -webkit-transition: all 0.20s ease-in-out;
}

.cardbox-2:hover .arrow-offer-r {
    margin-right: 0px;
    -webkit-transition: all 0.20s ease-in-out;
}



.post-date {
    border-radius: 3px;
    position: absolute;
    text-align: center;
    top: 0;
    

    width: 60px;
    /* margin-top: 5px; */
}


.post-date strong {
    background-color: #cccccc91;
    /* border-radius: 3px 3px 0 0; */
    color: #000;
    font-size: 1.25em !important;
    font-weight: 600;
    padding: 23px 0px !important;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}



.post-date span {
    background-color: #8c8c8c;
    border-radius: 0 0 3px 3px;
    color: #fff;
    font-size: .85em;
    padding: 6px 0px;
    display: block;
    font-family: Arial, Helvetica, sans-serif !important;
}


/*.img-news-1 {
    background-image: url('/ar/photos/129A2490(1).jpg');
background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
     width: auto;
}*/


.topic-date{
margin: 0px;

}




.img-wrap {
	/*position: relative;
	z-index: 1;*/
	background-size: cover;
	background-color: lightgray;
	background-position: center;
    background-repeat: no-repeat;
	 min-height: 110px;
	border-right: 0.5px solid lightgrey;

}
.img-wrap img {
	position: relative;
	z-index: 1;
	display: none;
}

.workshop .opinion h5 {
    color: deepskyblue;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}


.opinion h5{
color: white;
	font-weight: bold;
	font-size: 18px;
}

.opinion h3{
/*color: deepskyblue;*/
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	color: #5d5d5d;

}

.cardbox-1 :hover > h3 {
    color: white;
}


.new-menu-drop{
background-color: white !important;

}
.new-menu-drop-1{
background-color: white !important;

}


.open>.new-menu-drop {
    display: inline-grid;
    z-index: 1;
    max-height: 254px;
    overflow: auto;
    left: 16px;
    min-width: 104px;
    top: 40px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
}

.open>.new-menu-drop-1 {
    display: inline-grid;
    z-index: 1;
    max-height: 250px;
    background-color: white!important;
    overflow: auto;
    right: 0px;
    /* float: right; */
    min-width: 31px;
    top: 38px;
    border: none;
    text-align: center;
    /* margin: 0px 0px; */
    width: 40%;
}
.new-menu-drop-month {
    background-color: white !important;
    position: absolute;
    left: 17px;
    /* padding: 15px; */
}

.open>.new-menu-drop-month {
    display: inline-grid;
    z-index: 1;
    max-height: 254px;
    overflow: auto;
    left: 69px;
    min-width: 116px;
    top: 40px;
    border: none;
    text-align: center;
}



/*.dropdown-menu {
display: none;
}*/


.new-menu-drop a {
padding: 10px;

}

.new-menu-drop-1 a {
padding: 10px;

}
.new-menu-drop-month a {
padding: 10px;

}



.year-drop {
    text-align: right;
    padding: 0px;
    position: relative;
    left: 0px;
	float: right;
}



.month-drop{
    text-align: right;
    padding: 0px 0px;
    position: relative;
    right: 1px;
}


.site-bord {
    border-left: 1px dotted rgb(199, 199, 199);
	border-right: 1px dotted rgb(199, 199, 199);
}

		.initiatives-home p{
	text-align: center;
		margin-bottom: 20px;

	}

	.custom-module p {
   padding-left: 0px;
    margin: 0;
}

/*	.mebf-video iframe {
    width: 500px;
    height: 250px;

    margin-left: 64px;
    margin-top: 30px;
}*/

	.all-news h1 {
    position: absolute;
    top: 40%;
    left: 19%;
    font-size: 27px;
}


	.box-news-section {
    transition: box-shadow .3s;
    width: 330px;
    height: 200px;
    margin: 20px 12px;
    border-radius: 1px;
       border: 1px solid #dfdfe3;
    background: #fff;
    text-align: center;
}

	.box-news-section:hover{
		 box-shadow: 0 0 21px rgba(33,33,33,.5);

	}

	.box-news-section h3{
	margin-top: 22%;
		font-size: 13px !important;

	}

video {
    width: 100%;
    height: 622px;
    object-fit: cover;
}

	.box-activity {
    transition: box-shadow .3s;
    width: 336px;
    height: 200px;
    margin: 15px 25px;
    border-radius: 1px;
    border: 1px solid #dfdfe3;
    background: #fff;
    text-align: center;
}

	.box-activity:hover{
		 box-shadow: 0 0 21px rgba(33,33,33,.5);

	}

	.box-activity h3{
	margin-top: 22%;
		font-size: 17px !important;

	}
	.download h5{
	font-size: 15px;
		text-align: right;
		color: #215eab;
	}

	.logo-right img{
	width: 20px !important;
		float: right;
		border: none !important;
		margin: 0px;
		padding: 10px  0px!important;
	}

	.text-18 h5
	{
    margin-top: 22px;
    float: right;
		color: rgb(192, 192, 192);
}



.inner-overlay {
    height: auto;
    position: relative;
    width: 100%;
    float: right;
    min-height: 411px;
    top: 182px;
  background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.52) 30%,rgba(0,0,0,.1) 83%,transparent);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    /* opacity: 0.9; */
}
.title-inner {
    position: relative;
    bottom: 40px;
    right: 0px;
	padding: 0px;
    /* width: 32%; */
}
.banner-content {
    position: relative;
    top: 0px;
}

.title-inner h1 {
    color: white;
    font-size: 35px;
    font-weight: 500;
    text-align: right;
    /* background-color: #0000006b; */
    width: 100%;
    text-transform: uppercase;
    text-shadow: 3px 2px hsla(0, 0%, 0%, 0.5);
}
	.banner-content .container h1{
	font-size: 25px;
		font-weight: 600;
		margin-top: 0px;



	}

	.owl-prev{
	position: absolute;
		top:191px;
		left:-53px;
	}
	.services_text{
	margin-left: 25px;
		margin-right: 25px;

	}


	.ceo-block{
	margin-left: 35px;
	}

	/*.services_text {
    margin-left: 15px;
    margin-right: 15px;
}*/


	.owl-next{
	position: absolute;
		top:191px;
		right:-53px;
	}

	.box-1 {
    transition: box-shadow .3s;
    width: 200px;
    height: 200px;
    margin: 15px 40px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
    /* float: right; */
}
	.services_text h1{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(right, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(8,168,237,1) 79%, rgba(0,191,255,1) 88%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(79%, rgba(8,168,237,1)), color-stop(88%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(right, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(8,168,237,1) 79%, rgba(0,191,255,1) 88%);
background: -o-linear-gradient(right, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(8,168,237,1) 79%, rgba(0,191,255,1) 88%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
		margin-top: 0px;
		text-transform: uppercase;
		    font-size: 26px;
	}
	.services_text h1{
    font-size: 30px;
    margin-top: 0px;
    padding-top: 10px;
		text-align: right;
		  color: #2c5a96;
    width: fit-content;
    border-bottom: 2px solid #2c5996;
	margin: 10px auto;
text-align:center;

}
	.services_text h2 {
    margin-top: 0px;
    /* border-bottom: 2px solid #2c5a96; */
    /* width: auto; */
    color: #2c5a96;
    width: fit-content;
    border-bottom: 2px solid #2c5996;
}

	/*.board:after {
    position: absolute;
    width: 100%;
    content: "";
    height: 175px;
    left: 0;
    bottom: 0;
    background: #f1fbff;
    z-index: -1;
}*/
	.board{
	min-height: 290px;
	}

		.board h1 {
    font-size: 12px;
    margin-top: 0px;
    padding-top: 10px;
			text-align: center;
}
	.board h2 {
    font-size: 11px;
    margin-top: 0px;
    padding-top: 1px;
		text-transform: uppercase;
		font-weight: bold;
}
		.board h3 {
    font-size: 12px;
    margin-top: 0px;
			color: darkblue;
			text-transform: uppercase;
}

	.tble{
	margin-bottom: 30px;
	}

	.tble-1 {
    margin-bottom: 30px;
    padding: 0px;
    margin-top: 10px;
    /* border-left: 1px solid whitesmoke; */
}
	.tble td, th {
    padding: 11px 0px;
		font-size: 14px;
		border: 1px solid;
}
	.tble-1 td, th{
	padding: 11px 15px;
		font-size: 14px;
		border: 1px solid;

	}

	.partner{
	padding: 10px;
		/*margin: 10px 0px;*/
		text-align: center;
		height: 250px;
	border: 0.5px solid whitesmoke;
		/*background-image: url(/ar/images/img/1.jpg);
		background-repeat: no-repeat;
		background-size: cover;*/

	}
	.partner a h4 {
		position: relative;
		z-index: 1;


	}
	.partner-image {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transform: scale(0.9);
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s;
}

	.partner-image:hover{
	 -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
		opacity: 0.5;
		transform: scale(1);
		    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;

	}


.box-1 i{

font-size: 40px;
}

.box-1:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

.bx1 i{
color: #215eaba3;

}

	.partner a h4{
			font-size: 20px;
		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	}
	/*
	.effect-box:after,
.effect-box:before {
	content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 7em;
  width: 100%;
  margin-top:0px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

}

.effect-box:before {
  border-left: 1px solid #337ab7;
  border-right: 1px solid #337ab7;
  -webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.effect-box:before {
  border-bottom: 1px solid #337ab7;
  border-top: 1px solid #337ab7;
  -webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.effect-box:hover:after,
.effect-box:hover:before {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
*/

	.overlay-1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 10px;
    background-color: rgba(33, 94, 171, 0.5607843137254902);
    overflow: hidden;
    width: 91%;
    height: 0;
    transition: .5s ease;
}
.overlay-1 h4, .overlay-1 i{text-align: center;}

.container-1:hover .overlay-1 {
  height: 78%;
	border-radius: 2%;
}
.box1:hover>.outer1{
display: none;
}


	.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
	    font-size: 19px;
}

.text-1 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




    .yamm-fw {
        position: relative;
    }
	.blwsec{
	margin-top: -86px;
    background-color: white;
    margin-bottom: 6em;
	}

	.shadow iframe{
	width: 100%;
		height: 270px;
	}

	.shadow:hover{
	box-shadow: -2px 3px 0px 2px #215eab;
		transition: 0.5s;


	}


.shadow-mebf {
    /* box-shadow: -10px 10px 0px -2px #215eab; */
    transition: 0.5s;
    /* margin: 23px 259px 30px 0px; */
    margin: 0px auto;
}

.shadow-mebf iframe {
    width: 580px;
    height: 241px;
}

	.shadow-mebf:hover {
    box-shadow: -7px 7px 0px -7px #215eab;
    transition: 0.5s;
}


	.box1{
padding-top:60px;
}
.box-1{
padding-top:60px;
}

.outer1 h1{

    color:white;

   text-align: center;
    font-size: 15px;
	margin-top: 8px;
    margin-bottom: 10px;
}

	.outer1 {
    width: 91%;
    height:15%;
    background: rgba(27, 66, 152, 0.8117647058823529);
    position: absolute;
    top: 85.5%;
}

	.outer-board h1{
	 color:white;
text-align: center;
    font-size: 14px;
		text-transform: none;


	}

	.committee h4 {
    margin-bottom: 0px !important;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

	.box-membr {
    padding: 15px;
}

	.box-membr:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

	.box-membr {
    box-shadow: 0px 2px 28px -10px;
    transition: box-shadow .3s;
    width: 220px;
    height: 185px;
    margin: 15px 40px;
    border-radius: 0px 20px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
    /* float: right; */
}
	.member-image img {
    padding: 10px 20px 0px;
    width: 75%;
}
	.box-membr h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
		font-size: 16px;
		font-weight: 600;
		margin-top: 0px;
	}
		.box-membr h5 {
    color: black;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0px;
    padding: 0px;
   /* position: absolute;
    top: 33%;
    left: 3%;*/
}


	.pad-left-54{
	padding-left: 70px;
	}

	.box-trust {
    padding: 15px;
}

	.box-trust:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

		.box-trust:hover >h5{
	color: white;
    font-size: 40px;
    margin-top: -10px;
			transition:all 0.3s ease-in-out;
			text-shadow: 0px 5px 8px rgba(0,0,0,0.3);

		}



.box-trust {
    transition: box-shadow .3s;
    width: 243px;
    height: 228px;
    margin: 15px 5px;
    border-radius: 0px;
    /* border: 1px solid deepskyblue; */
    background: rgb(0, 154, 206);
    text-align: center;
    /* float: right; */
}
	.purple {
 background: rgb(132, 0, 132);
}
		.blue {
 background: rgb(4, 4, 142);
}
.box-trust h4 {
    color: white;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
}


	.box-trust i{
    color: white;
    font-size: 40px;
}

	.box-trust h3 {
    color: white;
    font-size: 27px;
    margin-top: 0px;
}
.box-trust h5 {
    color: white;
    font-size: 34px;
    margin-top: -10px;
    font-weight: bold;
}

	.box-trust p {
    color: white;
    font-size: 10px;
}


	.ceo-membr {
    padding: 15px;
}

	.ceo-membr:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

	.ceo-membr {
    transition: box-shadow .3s;
    width: 158px;
    height: 158px;
    margin: 15px 25px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
    /* float: right; */
}
	.ceo-membr h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
		font-size: 13px !important;
		font-weight: 600;
		margin-top: 10px;
	}
		.ceo-membr h5{
			color: black;
			font-size: 13px;
			font-weight: 600;
			letter-spacing: 1px;
			margin-top: 0px;

	}

	.services_text h4{
	font-size: 18px;
	}



	.box-patnr {
    padding-top: 70px;
}


	.mar-btm0 h3{
	margin-top: 20px !important;


	}




	.financial>.box-patnr:hover {
   box-shadow: 0 0 21px #1b4298;
}

	.financial>.box-patnr {
    transition: box-shadow .3s;
    width: 200px;
    height: 200px;
    margin: 20px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #ffffff;
    text-align: center;
		     box-shadow: 0 0 21px rgba(33,33,33,.5);
    /* float: right; */
}
	.box-patnr:hover {
     box-shadow: 0 0 21px rgba(33,33,33,.5);
}

	.box-patnr {
    transition: box-shadow .3s;
    width: 200px;
    height: 200px;
    margin: 20px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #ffffff;
    text-align: center;

    /* float: right; */
}
	.box-patnr h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	}

	.box-csr {
    padding-top: 25px;
}

	.box-csr:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}
	.csr-active {
    box-shadow: 0 0 21px #215eab8c;
}

	.box-csr {
    transition: box-shadow .3s;
    width: 100px;
    height: 100px;
    margin: 20px 45px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #ffffff;
    text-align: center;
    /* float: right; */
}
	.box-csr h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	}

	.role h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	}


	.box-news {
    padding-top: 15px;
}

	.box-news:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}
	.news-active {
    box-shadow: 0 0 21px #215eab8c;
}

}



@media (min-width: 480px) and  (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.tab-menu {
      display: block !important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}



@media (min-width: 992px){
	.popup-board {
        margin: 70px auto;
        padding: 20px;
        background: #fff;
        border-radius: 0px;
        width: 75%;
        height: 90%;
        position: relative;
        transition: all 1s ease-in-out;
        overflow: auto;
}
	.caro-item a img {
    transition: all 0.3s;
    display: block;
    width: auto;
    height: 200px;
    transition: 1s ease;
    border-bottom: 1px solid #05064d;
}
	.navbar-collapse{
	display: block!important;
	}
	
	


a.effect-box:before {
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
a.effect-box:after, a.effect-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    display: inline-block;
    height: 37px;
    width: 100%;
    margin-top: 0px;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

a.effect-box:hover:after, a.effect-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




a.effect-box:hover:after, a.effect-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.effect-box:after {
    border-bottom: 1px solid;
    border-top: 1px solid;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
a.effect-box:after, a.effect-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    display: inline-block;
    height: 37px;
    width: 100%;
    margin-top: 0px;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}	


	
	
	
 

	.box-membr h6 {
   /* position: absolute;
    bottom: 20%;
    left: 26%;*/
    text-align: center;
}

	.reports .opinion .card-box-content h3 {
    font-size: 20px!important;
    text-transform: none;
    margin-top: 15px!important;
    text-align: center;
		color: white;
}




	.card-box-content h3{
	font-size: 14px!important;
		text-transform: none;
	}

	.pages_banner h1 {
    text-align: right;
    display: inline-block;
    /* background-color: rgba(0, 0, 0, 0.2); */
    font-size: 30px;
    font-weight: 500;
    color: #1b4298;
    padding: 10px 0px 0px 0px;
    position: relative;
    top: 30px;
		color: black;
}

.services_text h2 {
    margin-top: 0px;
    /* border-bottom: 2px solid #2c5a96; */
    /* width: auto; */
    color: #2c5a96;
    width: fit-content;
    border-bottom: 2px solid #2c5996;
}
.services_text h3 {
    color: black;
    font-size: 17px;
    margin-top: 0px;
    text-align: right;
}

	.complaint p{
font-size: 15px;
}

	/*	.csr{
	margin-right: 8%;
	}*/

	.csr li a {
    font-size: 15px;
    text-align: right;
}

.box-news {
    padding-top: 15px;
}

		.box-speech:hover {
    box-shadow: 0 0 21px rgba(33,33,33,.5);
}

	.box-speech {
    transition: box-shadow .3s;
    width: 121px;
    height: 100px;
    margin: 10px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #ffffff;
    text-align: center;
    /* float: right; */
		padding: 12px;
}

	.box-news {
    transition: box-shadow .3s;
    width: 75px;
    height: 75px;
    margin: 10px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #ffffff;
    text-align: center;
    /* float: right; */
}
	.box-news h4{

		background: rgba(41,70,158,1);
background: -moz-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,70,158,1)), color-stop(40%, rgba(41,70,158,1)), color-stop(92%, rgba(4,180,246,1)), color-stop(97%, rgba(0,191,255,1)));
background: -webkit-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
background: -o-linear-gradient(left, rgba(41,70,158,1) 0%, rgba(41,70,158,1) 40%, rgba(4,180,246,1) 92%, rgba(0,191,255,1) 97%);
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	}






.header:hover>#header .navbar-default .nav>li>a {
    color: black;
   /* transition: 1s;*/
    /* font-weight: 600; */
   /* text-shadow: 1px 1px 1px #ddd;*/
}
.header:hover>#header .topbar a{
    color: black;
	transition: 1s;
}

.header:hover >#header .navbar-brand img {
    width: 145px;
    height: auto;
    padding: 10px 8px;
    position: relative;
    top: -29px;
    margin-left: 3px;
    content: url(/ar/images/ubf-logo.png);
	transition: 1s;
}


.header:hover {
color: black;
	background-color: white;
	/*transition: 1s;*/
}



	.box-membr h6 b {
    text-transform: uppercase;
    font-size: 15px;
    /* margin-bottom: 10px; */
}

	.outer-board h4{
	 color:white;
text-align: center;
    font-size: 13px;
	}

/*	.outer-board{
    width: 100%;
    height: auto;
		background: #1b4298cf;}*/
    /* position: absolute; */
    /* top: 85.5%; */

.outer-board {
    width: 100%;
    min-height: 96px;
    background: rgb(39, 88, 112);
    /* position: absolute; */
    /* top: 85.5%; */
}
.hassubmenu:hover {
    /* padding: 0px 2px; */
   /* transition: 0.2s;*/
    border-radius: 20px 0px 0px 0px;
    background: rgb(46, 89, 169);
    color: white!important;
    /* border-bottom: 3px solid #1b4298; */
}
	
	.who ul.dropdown-menu.has::before {
    content: 'إتحاد مصارف الإمارات';
    border: none;
    width: 100%;
    line-height: 1;
    font-size: 6em;
    font-weight: bolder;
    height: 250px;
    position: absolute;
    z-index: -1;
    opacity: 0.06;
    color: rgb(0, 0, 0);
}
	
	.cust ul.dropdown-menu.has::before {
    content: 'العملاء';
    border: none;
    width: 100%;
    line-height: 1;
    font-size: 6em;
    font-weight: bolder;
    height: 250px;
    position: absolute;
    z-index: -1;
    opacity: 0.06;
    color: rgb(0, 0, 0);
}
	.act ul.dropdown-menu.has::before {
    content: 'الأنشطة';
    border: none;
    width: 100%;
    line-height: 1;
    font-size: 5em;
    font-weight: bolder;
    height: 100px;
    position: absolute;
    z-index: -1;
    opacity: 0.06;
    color: rgb(0, 0, 0);
}
	.pub ul.dropdown-menu.has::before {
    content: 'المطبوعات';
    border: none;
    width: 100%;
    line-height: 1;
    font-size: 5em;
    font-weight: bolder;
    height: 250px;
    position: absolute;
    z-index: -1;
    opacity: 0.06;
    color: rgb(0, 0, 0);
}
	.event ul.dropdown-menu.has::before {
    content: 'الفعاليات';
    border: none;
    width: 100%;
    line-height: 1;
    font-size: 5em;
    font-weight: bolder;
    height: 250px;
    position: absolute;
    z-index: -1;
    opacity: 0.06;
    color: rgb(0, 0, 0);
}
	.news ul.dropdown-menu.has::before {
    content: 'أخبار';
    border: none;
    width: 100%;
    line-height: 1;
    font-size: 6em;
    font-weight: bolder;
    height: 250px;
    position: absolute;
    z-index: -1;
    opacity: 0.06;
    color: rgb(0, 0, 0);
}
	
	


    .hassubmenu:hover>ul,
    .yamm-fw:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
	
	
	.hassubmenu:hover>a {
    color: white !important;
    text-shadow: none !important;
}


	.hassubmenu:hover> ul li{
	color: deepskyblue;
	}
    /*.hassubmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition:visibility 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition:visibility 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }*/
    .yamm-fw .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .hassubmenu>ul,
    .yamm-fw>ul {
        position: absolute;
        top: 100%;
        visibility: hidden;
        display: block;
        opacity: 0;
    }
    .yamm-fw>ul li {
        position: relative;
    }
    .yamm-fw>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
form1 {
    width: 80%;
    margin: 0% auto;
    position: absolute;
    top: 36%;
    left: 22px;
}
fieldset {
  position: relative;
  border: none;
}

	.hassubmenu:hover>ul, .yamm-fw:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

	label {
  position: absolute;
  top: 11px;
	left: 5px;
	float:right;
  color: #999;
	font-weight: 400;
	font-size: 24px;
  transform-origin: left;
  transition: all 0.3s ease;
}

input:focus ~ label {
  color: deepskyblue;
	font-size: 11px;

}


input:focus ~ label,
input:valid ~ label,
	input:visited ~ label,{
  top: 0;
  transform: scale(0.6, 0.6);



}

label {
    position: absolute;
    top: 11px;
    right: -43px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    transform-origin: right;
    transition: all 0.3s ease;
}
input {
    font-size: 16px;
    width: 100%;
    /* border-bottom: 1px solid #1b4298 !important; */
    border: none;
    margin-top: 15%;
    /* background-color: rgba(0,0,0,0.1); */
}
input:focus {
  outline: none;
}

	.marq {
    margin-top: -8%;
    padding: 15px 15px 15px 0px;
    color: white;
    font-size: 16px;
    background-color: rgba(0,0,0, 0.4);
    border-top: 1px solid #d3d3d38a;
    /* border-bottom: 1px solid lightgray; */
}
	.marq a{
	color: white;
		font-size: 16px;
	}
	.marq a b{
	float: right;

	}
	.marq a:hover{
	color: whitesmoke;
		font-size: 16.5px;
	}
	.pad-60{
		padding-top: 60px;

}
.membr p {
    position: absolute;
    top: 19%;
    left: 29%;
    font-size: 27px;
    color: #215eab;
    letter-spacing: 2px;
    font-weight: 600;
}
.logo-membr {
    position: absolute;
    top: 13%;
    left: 72%;
    /* width: 70%; */
}

	.causes_area .causes img {
    max-width: 75%;
    transition: all 500ms linear 0s;
	    filter: grayscale(50%);
}

#main-slide .item {
    height: auto;
}

#main-slide .item img{
	width: 100%;
	/*height: 575px;*/
}

#main-slide .item .slider-content {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 45%;
	margin-top: -60px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	right: 50px;
}

/*#main-slide .carousel-indicators {
	    bottom: 44%;
	display: inline-grid;
}*/

.carousel-indicators li {
    width: 8px !important;
    height:8px !important;
    border: 0.5px solid rgba(221, 221, 221, 0.3) ;
    margin: 6px !important;
	background: rgba(221, 221, 221, 0.3);
}

    .carousel-indicators .active {
        width: 8px !important;
        height: 40px !important;
        border: 0.5px solid #ffffff00;
        background: #ffffff7a;
    }


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 0.5;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	right: auto;
}
#main-slide .carousel-control.left:hover,
#main-slide .carousel-control.right:hover {
	opacity: 1;

}

#main-slide .carousel-control.left span {
	padding: 15px 3px;
}

#main-slide .carousel-control.right span {
	padding: 15px 3px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 35%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(0,0,0,.19);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 20px 10px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 47px;
    letter-spacing: 7px;
    margin-bottom: 28px;
    color: white;
   /* font-family: 'Helvetica', sans-serif;*/
}
	
	.testimonial-carousel-six-wrapper {
    background: url(/en/images/shape-wave.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6.93333rem 0;
		/*transform: scaleX(-1);*/
}

	#main-slide .slide-4{
	top: 41% !important;
    margin-top: -60px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}


#main-slide .slide-4 h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 7px;
    margin-bottom: 15px;
    /* color: white; */
    font-family: 'Helvetica', sans-serif;
    position: relative;
    left: 3%;

    color: black;

    /* font-size: 14px; */
}

	#main-slide .slide-4 p {
    font-size: 28px !important;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
    color: #29469e !important;


    z-index: 0;
    position: relative;
    left: 3%;
}


.slider-4 {
    /* background-color: rgba(0, 0, 0, 0.3); */
    position: absolute;
    width: 100%;
    top: 14px;
    left: 84px;
}

#main-slide .slider-content h1.white, #main-slide .slider-content h3.white {
    color: #fff;

}
	
	.overlay-banner {
    position: absolute;
    background: linear-gradient(-90deg, #00000099 10%, #22212100);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

#main-slide .slider-content p{
	font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 20px;
	text-align: right;
   /* color: rgba(41,70,158,1);*/
	color: white;
   /* -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
    position: relative;*/
    z-index: 10;
}

.slider-content strong{
    color: deepskyblue;

}
.slider.btn{
	padding: 10px 40px;
	font-size: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
    font-weight: 300;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
	background: transparent !important;
	border: 1px solid #29469e;
	border-radius: 10px;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: deepskyblue;
    color:#29469e;
}

.slider.btn.btn-default:hover{
	background-color: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

}




.property {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.property .property-image {
    /* height: 195px; */
    overflow: hidden;
    width: 100%;
}

.property img {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-backface-visibility: hidden;
    width: 100%;
    position: relative;
    top: 0;
}

.property .overlay {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    bottom: -50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.property .overlay .info {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgb(45, 77, 146) 100%);
    background: -o-linear-gradient(to bottom, transparent 0%, rgb(45, 77, 146) 100%);
    background: -ms-linear-gradient(to bottom, transparent 0%, rgb(45, 77, 146) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgb(45, 77, 146) 100%);
	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    padding: 12px;
}

.tag.price {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #1396e2;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    display: inline-block;
    padding: 3px 8px;
}

.property .overlay h3 {
    text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 3px 0 18px 0;
    text-align: center;
    letter-spacing: 1px;
}
.property .overlay figure {
    color: #fff;
    font-weight: lighter;
}

.property .overlay .additional-info {
    background-color: rgb(45, 77, 146);
    display: table;
    height: 30px;
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    padding: 8px 12px;
}

.property .overlay .additional-info li {
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    color: #fff;
    display: table-cell;
    width: 25%;
	text-align: left;
}

.property .overlay .additional-info li header {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-size: 11px;
}
.property .overlay figure {
    color: #fff;
    font-weight: lighter;
}

.property:hover img, .property:active img, .property:focus img {
    -moz-backface-visibility: hidden;
    top: -10px;
}

.property:hover .overlay, .property:active .overlay, .property:focus .overlay {
    bottom: 0px;
}
.property:hover .overlay .additional-info li, .property:active .overlay .additional-info li, .property:focus .overlay .additional-info li {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}



.widget__link {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background-color: #232882;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem 3.2rem;
    text-transform: uppercase;
    white-space: nowrap;
    will-change: box-shadow;
    transition: .5s ease,box-shadow .25s ease,transform .5s ease;
}

.widget__link:hover {
    transform: translateY(1px);
    position: relative;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
    text-decoration: none;
    top: 2px;
    transition: 1s ease;
}
.widget__link:hover {
    background-color: #42baff;
    color: white;
}

.widget__link.u-hide-phablet span {
    color: rgba(0,191,255,1);
    font-weight: 700 !important;
}

.all-member-btn a {
    text-align: left;
    float: left;
}

.visit-site {
    margin: 0px;
    text-align: left;
}

.widget__link:hover.u-hide-phablet span {
    color: rgb(255, 255, 255);
    font-weight: 700 !important;
}

.sponsers h4 {
    margin-top: 2em;
    font-size: 30px;
	text-align: right;
}



.all-news-btn {
    float: left;
    text-align: left;
	margin-top: 10px;
}


h1.head-topic-hidden {
    color: transparent;
    visibility: hidden;
    line-height: 0.2;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 58px !important;
    height: 8px !important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #e99558 !important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #53a7e1a8 !important;
    /* color: aqua; */
    border: none !important;
    border-radius: 0px 10px !important;
    padding: 10px !important;
    margin: 0px 15px !important;
    font: inherit;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background: deepskyblue !important;
}


.caro-item a:hover img {
    transform: scale(1.05);
    transition: 1s ease;
}

.caro-item a:hover p {
    color: #05064e;
    font-weight: 600;
}

.news-hover-text {
    background: url(/en/images/download.png) 4px -20px no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: block;
    /* filter: grayscale(100%); */
    position: absolute;
    opacity: 0;
	left: 15%;
    font-size: 97px !important;
    font-family: arial;
    /* text-align: center; */
    /* margin-top: 0px; */
    font-weight: bold;
    letter-spacing: 2px;
    background-size: cover;
    width: 100%;
    padding: 0px;
    margin: 0px;
    bottom: -32px;
    transition: 1s ease;
	text-align: left !important;
}

.caro-item a:hover .news-hover-text {
    opacity: 0.1;
    transition: 1s ease;
    text-align: left;
}

.news-content p {
    margin: 10px;
    margin-top: 20px;
}
.news-content p {
    color: rgba(20, 20, 20, 0.7);
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}


.latest-news h1 {
    color: white !important;
    text-shadow: 1px 1px 1px black;
    text-align: right;
    text-transform: uppercase;
    margin-left: 20px;
}

section.members {
    box-shadow: rgba(43, 80, 162, 0.28) 9px 8px 7px 3px;
    background: white;
    border-radius: 25px;
    padding: 2em 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(42, 80, 162);
    border-image: initial;
}


.publication-section {
    background: #05064d;
}

.publication-section-para p {
    position: relative;
    color: white;
}

.all-publication-btn a {
    text-align: left;
    float: left;
    position: relative;
    z-index: 99;
}

.services_text h2 {
    margin-top: 0px;
    /* border-bottom: 2px solid #2c5a96; */
    /* width: auto; */
    color: #2c5a96;
    width: fit-content;
    border-bottom: 2px solid #2c5996;
	font-weight: 600;
}


.services_text.profile-section h1 {
    margin-bottom: -5px;
}



.overlay-popup:target {
    visibility: visible;
    opacity: 1;
}
.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
}
.popup-board {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 0px;
    width: 75%;
    height: 90%;
    position: relative;
    transition: all 1s ease-in-out;
    overflow: auto;
}


.popup-board .close {
    position: absolute;
    top: 20px;
    left: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.close, .close:focus, .close:hover {
    color: deepskyblue;
    opacity: 1;
    text-shadow: none;
}


.reports .cardbox-1 {
    animation: 1s ease;
    background: linear-gradient(-45deg, #30629c, #2c5a96, #23a6d5, #2c5a96);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    border-radius: 30px 0px 20px 0px;
}

.reports .cardbox-1::before {
 content: '' !important;
    background: url(/ar/images/icon/pdf-bk.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: -5% 10px !important;
    border: none;
    opacity: 0.25 !important;
    width: 100%;
    height: 102px !important;
    position: absolute;
    z-index: 1;
    text-align: right;
    right: 0px;
    float: right;
}


.statistics::before {
    content: '' !important;
    background: url(/ar/images/icon/pdf-bk.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: -5% 10px !important;
    border: none;
    opacity: 0.25 !important;
    width: 100%;
    height: 102px !important;
    position: absolute;
    z-index: 1;
    text-align: right;
    right: 0px;
    float: right;
}

table {
    background-size: 400% 400%;
    color: white;
    border: white;
    background: linear-gradient(270deg, #29469e,#00afed,#29469e);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
}



.cardbox-1 {
    animation: 1s ease;
    background: linear-gradient(-5deg, rgba(0,191,255,1), #2c5a96, #23a6d5, #2c5a96);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    border-radius: 30px 0px 20px 0px;
}


.card-box-content h3 {
    color: white;
    font-size: 20px !important;
    font-weight: 500;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}





.cardbox-1::before {
    content: 'أخبار' !important;
     background: none!important; 
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: 100% 40px;
    border: none;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 0;
    opacity: 0.05 !important;
    font-size: 88px;
    float: left;
    text-align: left;
    color: black;
    font-weight: 500;
}


.popup-board .popup-content {
    max-height: 30%;
    overflow: auto;
    margin-top: 20px;
}
.square h1 {
    border-bottom: none !important;
}

@media (min-width:1900px){
    .for-circle-image .media-wrap {
        right: 40% !important;
    }
    
}

@media (max-width:600px){
    .square h3 {
        font-size: 13px;
    }
    .square h2 {
        text-align: center;
        font-size: 20px !important;
        margin-bottom: 25px;
    }
    .square h1 {
        border-bottom: none !important;
        font-size: 20px !important;
}
.for-circle-image .media-wrap {
    right: 35% !important;
}
.board-of-director {
    margin: 10px 0px;
}

}