body{
	background: #f7f7f7;
	background: #f2f4f8;
	  font-family: bahij helvetica, Droid Arabic Naskh, "Greta" ,"Helvetica Neue", Helvetica, Arial, sans-serif;;
}
/*-------------------- header style -----------*/
.header {
    height: 130px;
    background: #FFF;
    z-index: 8000;
    left: 0;
    right: 0;
    padding: 0px 0;

    transition: padding 0.35s ease;
    -khtml-transition: padding 0.35s ease;
    -webkit-transition: padding 0.35s ease;
    -moz-transition: padding 0.35s ease;
    -ms-transition: padding 0.35s ease;
    -o-transition: padding 0.35s ease;
    margin: 0px 0 0;
    zoom: 1;
	font-family: bahij helvetica, Droid Arabic Naskh, "Greta" ,"Helvetica Neue", Helvetica, Arial, sans-serif;;
	
}
.left_page table {

    border: 1px solid #E1E1E1;
    width: 100%;
    text-align: right;
    direction: rtl;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03), 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: inline-block;
}
.left_page table tbody {
    width: 100%;
    display: inline-block;
}
.left_page table tbody tr {

    width: 100%;
    display: block;
    border: 1px solid #E1E1E1;
    border-bottom: 0px;

}
.left_page table tbody tr td {

    border-left: 1px solid #E1E1E1;
    text-align: center;
    display: inline-block;
    padding: 2px 10px;

}
.logo {
    margin-top: 6px;
    padding: 0px;
    text-align: right;
}
.logo.col-md-5 img {
    float: right;
}
.menu {

	background: #0d4370;
	    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
/*----------------------- plan-----------*/
.headline{position:relative;text-align:center;margin-bottom:50px !important;top: 15px;clear: both;}
.headline h3{margin-bottom: 10px;
font-size: 30px;
font-weight: bold;
color: #eb5424e6;}.headline h1{margin-bottom:0;font-size:92px;line-height:72px}
.headline:after,.headline:before{position:absolute;bottom:-25px;left:50%;display:block;width:35px;border-bottom:4px solid;content:""}
.headline:before{margin-left:-37px;border-color:#0a1c6e}
.headline:after{margin-left:3px;border-color:#eb5424;}
.headline p.col-md-6 {
    position: relative;
    right: 0px;
    left: 0px;
    float: none;
    margin: 0 auto;
	font-size: 15px;
color: #454545;
}
.headline h2 {
    font-size: 28px;
    padding: 10px 0;
    margin: 0px;
}
/*----------------- event style --------------*/
.thumb-box4 .col-lg-3 {
    margin-bottom: 30px;
}
.thumb-box4 .badge {
    width: 70px;
    height: 92px;
    padding: 9px 0 0 0;
    border-radius: 0;
    background: #31353d;
    text-align: center;
    font: 300 40px/40px 'Open Sans';
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 29px;
}
.thumb-box4 .badge span {
    color: #ff530d;
    font-size: 15px;
    line-height: 15px;
    display: block;
    margin-top: 7px;
}
.thumb-box4 .badge::after {
    position: absolute;
    right: -12px;
    top: 14px;
    width: 12px;
    height: 15px;
    background: url(triangle2.png) right 0 no-repeat;
    content: '';
}
.extra-wrap {
    overflow: hidden;
}
.thumb-box4 a {
    font: 300 20px/20px 'Open Sans';
    text-transform: uppercase;
    color: #31353d;
    margin-bottom: 0;
    letter-spacing: -1px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.thumb-box4 .description {
    font: 300 15px/20px 'Open Sans';
color: #ff530d;
margin-bottom: 5px;
}
.evright.col-md-6.col-sm-6.col-xs-12.aos-init.aos-animate {
    padding-right: 6px;
}
.eveleft.col-md-6.col-sm-6.col-xs-12.aos-init.aos-animate {
    padding-left: 6px;
}
/*------------------img hover-----------------*/
.gallery-grids-row {
    display: inline-block;
    margin-bottom: 20px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  padding: 5px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 100%;
}

.hovereffect:hover img {
  
  filter: grayscale(0.5) blur(1px);
  -webkit-filter: grayscale(0.5) blur(1px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hovereffect:hover .title_hove {
color:#dfe0e4;

}
.title_hove {
    position: absolute;
    overflow: hidden;
    bottom: 11px;
    z-index: 9999;
    text-align: right;
    width: 100%;
    right: 18px;
    font-size: 18px;
    color: #FFF;
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
border: 1px solid #FFF;
margin: 78px 0 0 0;
background-color: #0a1c6e;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.col-md-4.gallery-grid img {
    width: 100%;
}
.imgpage {
    padding: 5px;
    background: #FFF;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.11);
    border: 1px solid #e9e7e7;
    margin-bottom: 10px;
}
/*--------------- style for newsditals------------*/
.inside_right {
    margin-top: 15px;
}
.newstitle {
    padding: 15px 6px;
    text-align: right;
font-size: 25px;
color: #565757;
}
.newstitlenews {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.04);
    transition: box-shadow .3s ease-in-out;
    background-color: #fff;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    padding: 10px !important;
	display: inline-block;
width: 100%;
}
.news_text {
padding: 10px 0;
text-align: right;
color: #555;
margin-top: 20px;
font-size: 15px;
line-height: 1.8;
font-family: Droid Arabic Naskh;
}
.menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
/*-------------------- style for last news ---------*/
.site-heading h3{
    font-size : 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.border {
    background: #d1360e;
    height: 2px;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
/* Blog-CSS */
.blog-box {
/*padding: 0 0px;
transition: .5s;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
margin-bottom: 30px;
position: relative;
transition: all 0.3s ease-out;
box-shadow: 0px 0px 9px #00000080;*/
min-height: 296px;
padding: 0 0px;
transition: .5s;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
margin-bottom: 30px;
position: relative;
transition: all 0.3s ease-out;
box-shadow: 0px 0px 9px #00000080;
padding: 0px;
background: #006393;

}
.lastnews {
    background: #F8F8F9;
}
.btn-default {
    color: #333;
    background-color: #FFF;
    border: 0px;
    border-radius: 0px;
}
.blog-box-content p {
	min-height: 55px;
    color: #FF9;
    font-size: 13px;
    text-align: right;
    line-height: 26px;
}
.loader {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: url('loading.jpg') 50% 50% no-repeat #FFF;

}
.loder_content{

 width: 100%;
 height: 100%;
background: url('loader.gif') 50% 94% no-repeat;
}
.blog-box-content h4 a {
    font-size: 20px;
    padding: 0px 0 0px;
    text-transform: uppercase;
    color:#2b2b2b;
     text-decoration:none;
    
}
.blog-box-content h4:hover {
    color:#000;
     text-decoration:none;
    
}

.blog-box-content {
padding: 20px 10px;
}
.blog-box-text h4 a {
    color: #333;
}
.blog-box-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.blog-box-image{

	overflow: hidden;
	/*border: 3px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;*/
display: table;
height: 100%;
-webkit-transition: border-color 0.4s ease 0s;
transition: border-color 0.4s ease 0s;
width: 100%;
padding: 5px;
background: #FFF;
}
.blog-box:hover {
border-color:#fdc71680;
}
.blog-box .blog-box-image img {
   /* -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
	overflow: hidden;*/
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 100%;
overflow: hidden;
min-height: 200px;
    max-height: 200px;
border: 1px solid #0a1c6e;
	
}
.blog-box:hover  .blog-box-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.btn.btn-default.site-btn {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.blog-box:hover  .site-btn {
   background:#fdc716;
   border: 0px;
border-radius: 0px;
}

.subscribe {
    padding: 30px 0 15px;
    color: #fff;
    text-align: center;
    /*background: #243238 url("Subscribe-Photo.png") no-repeat center;*/
        background-size: auto auto;
    background-size: cover;
    /*height: 607px;*/
    overflow: hidden;
	margin-bottom: 20px;
}
/*------------ abouts -----*/
.social-links {
  position: relative;
  top: -10px;
}
.social-links ul {
  
}
.social-links ul li {
  display: inline-block;
  margin-left: 12px;
}
.social-links ul li a i {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #292929;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  box-shadow: 0px 3px 4px #d3d3d3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-links ul li a:hover {
  background: #fdc716;
  color: #fff;
  text-decoration:none;
}
.social-links ul li a:hover i{
  background: #fdc716;
  color: #fff;
  text-decoration:none;
}


/*--------- events------------*/
.news-item-box {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 10px;
	text-align: right;
}
.text_adver.col-md-8 h4 {
    line-height: 25px;
    font-size: 15px;
}
/*--------- news_advers------------*/

.col-right{
	padding:2px 10px 15px 10px;
	background-color:#fff;
	margin-bottom:60px;
	position:relative;
	display: inline-block;
	box-shadow: 0 14px 26px rgba(0,0,0,0.04);
border: 1px solid #e9e7e7;
min-height: 458px;
width: 100%;
/*
padding:2px 10px 15px 10px;
display: inline-block;
transition: .5s;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
margin-bottom: 30px;
position: relative;
transition: all 0.3s ease-out;
box-shadow: 0px 0px 9px #00000080;
background: #fcfcfc4d;
width: 100%;
min-height: 458px;*/
}
.col-right hr {
/*border-color: #4f4f4f;*/
border-bottom: 1px solid #b2b1b1;
}
.col-right h3 {
    text-align: right;
    color: #d4d4d4;
}
.col-right h3 a{
    font-size: 22px;
    color: #292929;
}
.news-strip .even_itm{
	cursor:pointer;
	list-style:none;
	margin:0;
	padding:0;
	padding: 20px 0 0 0;
	margin-bottom:15px;
	border-bottom: 1px solid #eeeeee;
/*	cursor: pointer;
list-style: none;
margin: 0;
    margin-bottom: 0px;
padding: 0;
padding: 20px 0 0 0;
margin-bottom: 0px;
border-bottom: 1px solid #393838;
background: #fcfcfc4d;
border-top: 1px solid #868686;*/
}
.news-strip .even_itm a{
	text-decoration:none;
}
.news-strip .even_itm:hover{
	background-color:#f2f4f8;

}
.news-strip .even_itm:hover .date-news {
    background: #0d4370;
    color: #FFF;
    text-shadow: none;
}
.news-strip .even_itm:hover .date-news strong {
    color: #ccc;
}
.news-strip .even_itm:hover .col-md-9.span6 p{
	color:#0a1c6e;
}
.news-strip .even_itm:hover .col-md-9.span6 h5{
	color:#050707;
}
.date-news {
	float:right;
	background:#f2f4f8;
	text-align:center;
	width:80px;
	height:80px;
	padding-top:15px;
    padding-top:10px;
	color:#999;
	font-size:12px;
	border:4px solid #fff;
	font-weight:500;
	 -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
	box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	text-shadow: -1px -1px 0px rgba(255,255,255,1);
	margin:0 15px 10px 10px;
}
.col-md-9.span6 h5 {
    text-align: right;

}
.col-md-9.span6 p {
    text-align: right;
color: #808181;

font-size: 13px;

line-height: 1.7;

font-family: Droid Arabic Naskh;
}
.date-news strong {
	display:block;
	font-size:21px;
	color:#333;
    margin: 2px;
}


/*-------------- style fore languge -------------------*/
.col-md-5.col-sm-5.col-xs-12.profile_details {
    float: left;
    margin-top: 23px;
}
.profile_details ul {
list-style: none;
display: inline-block;
float: left;
margin: 0px;
padding: 0px;
}

.profile_details ul li {
    float: right;
	padding: 0 7px;
	
}
.profile_details ul li img {
    margin: 0 auto;
	opacity: 1;
}
.profile_details ul li span{
    text-align: center;
	color:#3480bf;
	font-size: 12.5px;
	opacity: 1;
	display: block;
width: 100%;
margin-top: 10px;
}
.profile_details ul li a{
text-decoration:none;
}

.profile_details ul li a:hover img.lng {
opacity: 0.6;
}
.profile_details ul li a:hover span.text_icon {
opacity: 0.6;
}
/*====================== style for events===========================*/
.col-md-3.img_events {
    padding: 0px 5px;
    height: 80px;
margin-bottom: 10px;
}
.col-md-3.img_events img{
width: 100%;
height: 100%;
padding: 5px;
background: #ecedf01a;
border: 1px solid #d9d7d7;
}
.news-strip .even_itm:hover .col-md-3.img_events img{
border: 1px solid #b4b4b4;
background: #d5d5d5;
}
.col-md-9.span6 h5 {
color: #0a1c6e;

font-size: 15px;

line-height: 1.7;

font-family: Droid Arabic Naskh;

margin-top: 10px;
}
.col-md-9.span6 {
    padding: 0 4px;
}
/*--------------- style for services -----------------*/

.education {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
  border-bottom:5px solid #ffd861;
    border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}


.calendar {
  --bg-color: #ffe597;
  --bg-color-light: #ffc66c;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
  border-bottom:5px solid #ffe597;
    border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}

.radio {
  --bg-color: #00b8c0;
  --bg-color-light: #00e8f2;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
  border-bottom:5px solid #00b8c0;
    border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}

.camera {
  --bg-color: #fd9087;
  --bg-color-light: #fb776c;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
  border-bottom:5px solid #fd9087;
    border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}
.telephone {
  --bg-color: #e88ee1;
  --bg-color-light: #a848a1;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
  border-bottom:5px solid #e88ee1;
    border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}
.schdules{
  --bg-color: #73ccf8;
  --bg-color-light: #07adfe;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
  border-bottom:5px solid #73ccf8;
    border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}
.smaster
{
 --bg-color: #f5c33d;
  --bg-color-light: #ae8e36;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(220, 233, 255, 0.48);	
  border-bottom:5px solid #f5c33d;
    border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}
.lms{
  --bg-color: #fd9ca1;
  --bg-color-light: #d53a42;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
  border-bottom:5px solid #fd9ca1;
    border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}
.degree{
  --bg-color: #20d0c2;
  --bg-color-light: #FFF;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
  border-bottom:5px solid #20d0c2;
    border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}
.majlah{
  --bg-color: #fee2a2;
  --bg-color-light: #FFF;
  --text-color-hover: #FFF;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
  border-bottom:5px solid #fee2a2;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}

.card {
  width: 220px;
  height: 255px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0,0,0,0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin: 0 auto;

}


.card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11),
    0 24px 46px var(--box-shadow-color);
	text-shadow: 0px 1px 3px #222c;
	text-decoration: none;
}

.card:hover .overlay {
  transform: scale(4) translateZ(0);
}

.card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card:hover .circle:after {
  background: var(--bg-color-light);
}

.card:hover p {
  color: var(--text-color-hover);
}

.card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0,0,0,0.11),
    0 15px 24px var(--box-shadow-color);
}

.card p {
  font-size: 17px;
  color: #4C5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.circle {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.circle img {
    z-index: 9999;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}

.circle svg {
  z-index: 10000;
  transform: translateZ(0);
}

.overlay {
  width: 118px;
  position: absolute; 
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 34px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}
/*-------status --------------------*/
.w3layouts_stats_left{
       padding: 3em 0 4em 0;
	text-align:center;
}
.w3layouts_stats_left p{
font-size: 2.3em;
font-weight: 700;
letter-spacing: 2px;
color: #f1f908;
height: 50px;
margin-top: 34px;

}
.w3layouts_stats_left h3 {
font-size: 1.4em;
color: #fff;
font-weight: 600;
}
.w3layouts_stats_left i {
    font-size: 2.5em;
    color: #fff;
}
.w3l_stats_bottom_grid_left img{
	margin:0 auto;
}
.stats{
	 background: url(status_bg.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
    text-align: center;
}
.circls {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 100%;
    background: #0a1c6e80;
    border: 5px solid #f26a25;
	line-height: 100px;
}
/*-- //stats --*/
/* ------------style fore page content ---------------*/
.tree {
    padding: 10px 9px;
    text-align: right;
    background: #FFF;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.11);
    border: 1px solid #e9e7e7;
    margin-top: 10px;
}
.tree span {
    font-size: 13.5px;
    line-height: 31px;
    text-align: right;
    font-weight: normal;
    font-family: 'DroidArabicKufi';
	color:#787878;
   
}
.tree span i, .tree i{
    padding: 0 10px;
	font-size: 16px;
}
.tree span.pagcurrent {
color:#0A1C6E;

}
.col_pag.col-md-9.col-sm-9.col-xs-12 {
    padding-left: 0px;
}
.imgcat {
    width: 100%;
    height: 250px;
    margin-top: 10px;
}
.imgcat img {
    width: 100%;
    height:100%;
}
.left_page{
  list-style: none;
  padding: 0 10px;
  margin: 0;
  background: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
  width:100%;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.11);
border: 1px solid #e9e7e7;	
text-align:right;
}
.left_page h4 {
    font-size: 18px;
    line-height: 28px;
    text-align: right;
}
.left_page p {
font-size: 13.5px;
line-height: 31px;
text-align: right;
font-weight: normal;
font-size: 15px;
line-height: 1.8;
font-family: Droid Arabic Naskh;
}
.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  float: right;
  width:100%;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.11);
border: 1px solid #e9e7e7;
}
.mcd-menu li {
  position: relative;
  list-style: none;
}
.mcd-menu li span{
display: block;
text-decoration: none;
padding: 8px 20px;
color: #777;
text-align: right;
height: 36px;
position: relative;
border-bottom: 1px solid #EEE;
background: #0a1c6e;
color: #FFF;
}
.mcd-menu li a {
display: block;
text-decoration: none;
padding: 8px 20px;
color: #777;
text-align: right;
height: 36px;
position: relative;
border-bottom: 1px solid #EEE;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-family: Droid Arabic Naskh;
font-size: 13px;
}
.mcd-menu li a:hover{background:#1b308f;color:#FFF}
.container.content {
    padding: 15px;
}
.right_meu.col-md-3.col-sm-3.col-xs-12{padding:0px;}

.img_page img {
    padding: 6px;
    background: #FFF;
    border: 1px solid #e9e7e7;
    margin-bottom: 15px;
	height: 200px;
}

.agile-b-wrapper{
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 100%;
    height: 0%;
    text-align: center;
    top: 0;
    left: 0;
    transition: .5s all;
    opacity: 0;
}
.w3-agileits-gallery-grids a:hover .agile-b-wrapper{
	height: 200px;
	opacity: 1;
}
.agile-b-wrapper i.fa.fa-search-plus {
    font-size: 2em;
    color: #fff;
    margin: 28% 0 0 0;
}
.agile-b-wrapper i.fa.fa-search-plus {
    font-size: 2em;
    color: #fff;
    margin: 2.5em 0 0 0;
}
.agile-b-wrapper i.fa.fa-search-plus {
    font-size: 2em;
    color: #fff;
    margin: 2.8em 0 0 0;
}

/*--------------------- our tame -------------------*/
/* --------- FIVE --------- */ 



h2 {
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: 100;
}
p {
  font-size: 18px;
}
.transition {
  transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}
.three .transition {
  transition: .7s cubic-bezier(.3, 0, 0, 1.3)
}
.five .transition {
  transition: .5s cubic-bezier(.3, 0, 0, 1.3)
}
.five {
  list-style: none;
  padding: 0;
  margin: 100px 0;
}
.five > li {

  height: 350px;
  display: inline-block;
  text-align: center;
}
.five .wrapper{
  background: #FFFFFF;
  border: 1px solid rgba(150,150,150,0.29);
  -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);	
}
.five > li img {
  margin-top: -5px;
}
.five > li:hover img {
  margin-top: 30px;
}
.five > li img.more-about {
  left: 103px;
  padding: 1px;
  position: absolute;
  width: 45px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  bottom: 50px;
}
.five > li .wrapper:hover {
  -moz-box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
  box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
}
.transition {
    font-size: 20px;
}
.five > li:hover span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  top: -300px;
  background: #0a1c6e;
}
.five > li:hover span p {
  color: white;
  font-size: 14px;
}
.five > li span .text-wrapper {
  opacity: 0;
}
.five > li:hover span .text-wrapper {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 200px;
  opacity: 1;
}
.five > li:hover .social {
  margin-top: 275px;
}
.five > li:hover .wrapper > img {
  display: none;
}
.five > li:hover h3 {
  color: #0a1c6e;
  margin-top: -105px;
}
.five > li .wrapper {
  overflow: hidden;
  position: absolute;
  width: 250px;
  height: 350px;
}
.five > li span {
  display: block;
  height: 500px;
  left: -125px;
  position: absolute;
  top: -490px;
  width: 500px;
  background: #0a1c6e;
}
.five .mamber-img {
  width: 100px;
}
.five > li h3 em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
 margin-top: 5px  color: #2F7ABE;
}
.five .social {
  list-style: none;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px;
}
.five .social li {
  opacity: 0;
  display: inline-block;
  padding: 5px;
}
.five > li:hover .social li {
  opacity: 0.5;
}
.five .social li a {
  cursor: pointer;
  display: block;
}
.five .social li a:hover {
  opacity: 0.5;
}
.five .social li img {
  width: 24px;
}
.five > li:hover .social li a {
  -webkit-animation: social-show 0.5s 1;
  -moz-animation: social-show 0.5s 1;
  -o-animation: social-show 0.5s 1;
  animation: social-show 0.5s 1;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.five .social li img {
  width: 24px;
}
.teh.img-responsive {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    padding: 4px;
    background: #EDECEC;
    border: 1px dashed #636262;
}
 @-webkit-keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
 @-moz-keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
 @-o-keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
 @keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}

.icon_home {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
}
.icon_home .fa {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #fff, #ddd);
    color: #3480bf;
    border-radius: 50%;
line-height: calc(50px - 12px);
font-size: 30px;
}
.icon_home:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.profile_details ul li .fa:hover  {
    color: #fd7b06;
}








/*---------------- footer----------------*/

#footer {
    background: #033266 url(footer.png) repeat-x bottom center;
    padding: 40px 0 40px;
    color: #fff;
    position: relative;
	margin-top: 70px;
}
#footer::before {
    content: '';
    position: absolute;
    top: -70px;
    right: 0;
    width: 100%;
    height: 70px;
    background: #033266;
    -webkit-clip-path: polygon(50% 95%, 100% 40%, 100% 100%, 0 100%, 0 40%);
    clip-path: polygon(15% 99%, 100% 0%, 100% 100%, 0 100%, 0 40%);
}

.FTwidget {
    direction: rtl;
}
.FTwidget .ftInfo {
border-top: 1px solid rgb(29, 79, 136);
line-height: 44px;
border-bottom: 1px solid #031c37;
}
.FTwidget .ftInfo2 {
    border-top: 1px solid rgb(29, 79, 136);
    line-height: 44px;
}
.ftInfo .fa {
    color: #FFF;
    padding: 6px;
    background: #0450a5;
	width: 26px;
height: 26px;
}
.ftInfo2 .fa {
    color: #FFF;
    padding: 6px;
    background: #0450a5;
	width: 26px;
height: 26px;
}
.priceBox {
    background: #eee;
    border-radius: 5px;
    padding: 30px;
    margin: 0 0 30px;
    text-align: center;
}
.priceBox h3 {
    margin: 0 0 25px;
}
.priceBox h4 {
    margin: 0 0 10px;
}
.suInfo {
    border-bottom: 1px solid #031c37;
}
#footer p {
 margin: 0;
color: #f4f4f4;
font-size: 14px;
padding: 10px 0;
}
#footer .social {
    margin: 20px 0 0;
}
#footer .social a {
    display: inline-block;
    margin: 0 0 10px 6px;
    background: rgba(255,255,255,.3);
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
}
#footer .social a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #000;
    margin-left: 10px;
}
#footer .social a.facebook i { background: #3b5998; }
#footer .social a.google i { background: #dd4b39; }
#footer .social a.twitter i { background: #55acee; }
#footer .social a.instagram i { background: #125688; }
#footer .social a.youtube i { background: #bb0000; }
#footer .social a:hover {
    background: rgba(255,255,255,.15);
}

.FTwidget h4 {
    font-size: 18px;
    margin: 0 0 15px;
}
.FTwidget p {
    opacity: 0.75;
    line-height: 1.7;
}
.sml_subscribe p {
    opacity: 1;
}
.down_menu ul {
    list-style: none;
	padding:0px;
}
.down_menu ul li {
float: right;
padding: 5px 0;
margin: 0 0 6px;
width: 100%;
}

.down_menu ul li a {
    color: #fff;
    opacity: .6;
    line-height: 1.5;
    display: inline-block;
	color: #fff;
font-size: 14px;
}
.down_menu ul li a:hover {
    opacity: 1;
  
}
#saudiahost {
    border-bottom: 1px solid;
}
#saudiahost:hover, .copy {
    opacity: .75;
}
.saudia a {
    color: #fff;
}
.language {
    padding: 15px 0;
    margin: 0 0 15px;
    display: table;
    width: 100%;
}
#menu-lang, #menu-lang ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
#menu-lang > li > a {
    display: none;
}
#menu-lang ul li {
    float: right;
}
#menu-lang ul li a img {
    display: none;
}
#menu-lang ul li {
    float: right;
    margin-right: 5px;
}
#menu-lang ul li a {
    display: block;
    background: #085f7b;
    padding: 0 15px 3px;
    line-height: 34px;
    color: #fff;
    font-family: stcb;
}
#menu-lang ul li.qtranxs-lang-menu-item-en {
    opacity: 0.5;
}











/*------- responcev ----------*/
@media(max-width:1440px) {
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}
}
@media(max-width:1366px) {
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
}
@media(max-width:1280px) {
	.profile_details ul li {
    padding: 0 3px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
}
@media(max-width:1080px) {
	.profile_details ul li {
    padding: 0 3px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
}
@media(max-width:1050px) {

.profile_details ul li {
    padding: 0 3px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
}
@media(max-width:1024px) {

.profile_details ul li {
    padding: 0 3px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
}
@media(max-width:991px) {
	.icon_home {

    width: 35px;
    height: 35px;

}
.icon_home .fa {
    line-height: calc(35px - 12px);
    font-size: 19px;
}
.profile_details ul li {
    padding: 0 3px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
}
@media(max-width:900px) {
	.icon_home {

    width: 35px;
    height: 35px;
	

}
.icon_home .fa {
    line-height: calc(35px - 12px);
    font-size: 19px;
}
.profile_details ul li {
    padding: 0 3px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
}
@media(max-width:800px) {
.icon_home {

    width: 35px;
    height: 35px;

}
.icon_home .fa {
    line-height: calc(35px - 12px);
    font-size: 19px;
}
.profile_details ul li {
    padding: 0 3px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
.col-md-3.img_events{float:right;width:26%;margin-left: 15px;}	
}
@media(max-width:768px) {
.logo.col-md-5 {
    width: 50%;
	float:right;
}
.col-md-5.col-sm-5.col-xs-12.profile_details {
    float: left;
    width: 50%;
	
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}
.col_pag.col-md-9.col-sm-9.col-xs-12{padding:0px;margin-top:10px;}	
.col-md-3.img_events{float:right;width:26%;margin-left: 15px;}	
}
@media(max-width:767px) {
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}
.col-md-6.col-sm-6.col-xs-12.aos-init.aos-animate {
    padding: 0px;
}
.col-md-3.img_events{float:right;width:26%;margin-left: 15px;}	
}
@media(max-width:736px) {
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
.col-md-3.img_events{float:right;width:26%;margin-left: 15px;}	
}
@media(max-width:667px) {
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}
.col-md-3.img_events{float:right;width:26%;margin-left: 15px;}	
}
@media(max-width:640px) {
.profile_details ul li {
    padding: 0 0px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}
.col-md-3.img_events{float:right;width:26%;margin-left: 15px;}	
}
@media(max-width:600px) {
.logo.col-md-5 {
    width: 100%;

}
.header{height:185px;}
.col-md-5.col-sm-5.col-xs-12.profile_details {
    margin-top:0px;
    width: 100%;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
.col-md-3.img_events{float:right;width:26%;margin-left: 15px;}	
}
@media(max-width:568px) {
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}
.col-md-3.img_events{float:right;width:26%;margin-left: 15px;}	
}
@media(max-width:480px) {
.col-md-4.gallery-grid.smal_card_left {
    width: 36.5%;
	padding: 0px;
	 float: left;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 36.5%;
	padding: 0px;
	 float: right;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 27%;
    float: left;
}	
}
@media(max-width:440px) {
.col-md-4.gallery-grid.smal_card_left {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 100%;
}	
}
@media(max-width:414px) {
	.header {
    height: 149px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.big_card{
	
    padding: 0px;
	width: 100%;
}	
}
@media(max-width:384px) {
.col-md-4.gallery-grid.smal_card_left {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 100%;
}	
.col-md-3.img_events{float:right;width:100%;margin-left: 15px;height:150px;}	
}
@media(max-width:375px) {
	.header {
    height: 130px;
}
.col-md-4.gallery-grid.smal_card_left {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 100%;
}
.col-md-3.img_events{float:right;width:100%;margin-left: 15px;height:150px;}		
}
@media(max-width:320px) {
.col-md-4.col-sm-4.col-xs-12.profile_details{padding:0px;}
.profile_details ul li {
    padding: 0 0px;
}
.col-md-5.col-sm-5.col-xs-12.profile_details {
    margin-top: 5px;
}	
	
	
/*.col-md-4.gallery-grid.smal_card_left {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.smal_card_right {
    width: 100%;
	padding: 0px;
}
.col-md-4.gallery-grid.big_card{
    padding: 0px;
	width: 100%;
}	
.col-md-3.img_events{float:right;width:100%;margin-left: 15px;height:150px;}*/	
}






#tag_visitor {
    width: 100px;
    height: 70px;
    position: fixed;
    bottom: 50px;
    right:1px;
	top:200px;
    display: inline-block;
    z-index: 99999;
	background:#E60000;
	opacity:0.9;
	color:#FFF;
	font-size:larger;
	font-weight:bold;
	border:1px solid #fff;
	border-radius:10px;
	
	
	
}
.vericaltext{

	transform:rotate(270deg);
	text-align:end !important;
	vertical-align:central;
	text-align:left !important;
	padding-left:40px;
	transform-origin:right center;
	}

