 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}


body{
   /* height: 8000px; */
    font-family: ArabicFont;
}

@font-face {
    font-family: ArabicFont;
    src: url(../fonts/DroidKufi-Regular.ttf);
}

@font-face {
    font-family: ArabicFontBold;
    src: url(../fonts/DroidKufi-Bold.ttf);
    font-weight: bold;
}

::-webkit-input-placeholder {
    font-size: 19px;
    color: red
}

:-moz-input-placeholder {
    font-size: 19px;
        color: red
}

:-ms-input-placeholder {
    font-size: 19px;
    color: red
}


/* START COLORS SCHEMA  */




.main-color {
    color: #29B8F0;
}
.main-color-bold {
    color: #29B8F0;
    font-weight: bold
}

/* END Start COLORS SCHEMA  */


/* -------------- Start Color Options    -----------*/
.color-box{
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
}

.color-box .color-option{
    float: left;
    background: #333;
    color: #fff;
    padding: 10px;
    /* width: 150px;*/
    border: 4px solid #29B8F0;
    display: none;
    
    
}
.color-box .color-option ul{
    list-style: none;
    padding: 5px;
    margin: 0px;
}

.color-box .color-option ul li{
    width: 20px;
    height: 20px;
    /* background: #F00;
    display: inline-block;*/
        margin: 9px 0;
     cursor: pointer;
        
}

.color-box .color-gear{
    padding: 5px;
    background: #29B8F0;
    color: #FFF;
    cursor: pointer;
}


/* -------------- End Color Options     ------------*/

/*************************** Start Overriding Bootstrap *******************************/


/* --------------------- general customization --------------------- */

/* Change navbar li Fonts */
.navbar-nav > li
{
	font-family: ArabicFont;

}

a.navbar-brand
{
	font-family: ArabicFont;
}

/* Change Titles  Fonts */
h1, h2, h3, h4, h5
{
	font-family: ArabicFontBold
	 
}

.lead
{
	font-family: ArabicFont;
}

/*  ---------------------   Header style   ------------------  */


#header {
    /*float: left;
     position: relative;*/
    display: inline;
    width: 100%;
   
}

.helaly-menu{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}



.navbar {
  /*position: absolute;
    z-index: 9999;
  background-color: transparent;
  border-color: transparent;
  width: 95% */
 
    background-color: transparent;
    border-color: transparent;
    margin-top: 20px;
    padding: 12px 0px;
 z-index: 9999;
    
}



.navbar-brand
{
	 
    font-size: 30px;
    letter-spacing: -2px;
 
}
/* navbar brand color */
.navbar .navbar-brand
{
	color: white;
}
.navbar .navbar-brand:hover
{
	color: #29B8F0;
}

/* navbar brand span color 
.navbar .navbar-brand  span
{
	color: rgb(147, 203, 247);
}
*/

/* navbar logo image */

.navbar-brand-logo 
{
    float: right;
    height: 50px;
    padding: 7px 5px 0px 0px;
    font-size: 18px;
    line-height: 20px;
}


/* navbar links */

.navbar .navbar-nav > li > a
{
	color: white; 
	font-size: 15px;
  border-radius: 5px;
}

.navbar .navbar-nav > li > a:hover
{
	color: white;
	background-color: #29B8F0;

}

/* Active Link &  */

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover
{
    background-color: #29B8F0;
}


/* Dropdown Menu */
.dropdown-menu
{
	background-color: #262626;
	border-top: 3px solid #29B8F0;
	min-width: 230px;
	 
}

.dropdown-menu > li > a
{
	color: white;
	padding-top: 10px;
	padding-bottom: 8px;
	-webkit-transition:padding 0.5s ease;
	-moz-transition:padding 0.5s ease;
	-o-transition:padding 0.5s ease;
	transition:padding 0.5s ease;
}

/* Dropdown menu hover */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
	color: white;
	background-color: #29B8F0;
	padding-right: 30px;
	
}

.dropdown-menu .divider
{
	background-color: #B3D6F3;
}

/*
.navbar-header .navbar-toggle {
    background: black;
}*/

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background-color: rgba(0,0,0,0.5);
}

.navbar-header .navbar-toggle {
  border-color: #ddd;
}
.navbar-header-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
 
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-fade .navbar-nav > li > a:hover{
    color: white;
    background-color: #29B8F0;
}

.navbar-header .navbar-toggle .icon-bar{
    background: #fff;
}


/*-----------------------  Start navbar-fade  -----------------*/
.navbar-fade
{
    /* background-color: rgba(0, 0, 0, 0.61);*/
    background-color: rgba(0,0,0,0.8);
    margin-top: 0px;
    padding: 6px 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    
    
    -webkit-box-shadow: 0px 1px 17px -1px rgb(41, 184, 240);
-moz-box-shadow: 0px 1px 17px -1px rgb(41, 184, 240);
box-shadow: 0px 1px 17px -1px rgb(41, 184, 240);
    
    
  
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: rgb(41, 184, 240);
    
    
}
.navbar-fade .navbar-nav > li > a
{
	color: white; 
	font-size: 15px
}

 
/* navbar brand color */
.navbar-fade .navbar-brand
{
	color: white;
        font-size: 30px;
    letter-spacing: -2px;
}
.navbar-fade .navbar-brand:hover
{
	color: #29B8F0;
}


/*-----------------------  End navbar-fade  -----------------*/




/*  ---------------------  Start Mobile header - image style   ------------------  */

.mobile-header .overlay {

    background-color: rgba(41, 184, 240, 0.27);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('../images/overaly.png');

}

/*  ---------------------  End Mobile header - image style   ------------------  */



/*  ---------------------   Carousel style   ------------------  */


.carousel {
 
 webkit-box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.71);
    box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.71);
 border-bottom: 3px solid #29B8F0;
}


/*hide slideshow controls */
.carousel-indicators{
    display: none
}
/*hide slideshow right arrow */
.glyphicon-chevron-right{
    display: none!important;
}

.carousel-caption h3 {
    text-shadow: 0px 0px 5px #29B8F0;
}


    /* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}





.carousel .overlay {
 /* background-color: rgba(91,146,153,.4); */
background-color: rgba(41, 184, 240, 0.27);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('../images/overaly.png');

}
 /* 
h3 {
  display: inline-block;
  padding: 10px;
  background: #B9121B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
    
}
*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.typer {
  position: static;
  min-width: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  
 /* color: #5b5364; */
   
  font-weight: 300;
    font-size: 30px;
}


.typed-cursor{display: none;}

.carousel-indicators
{
	bottom : 0px;	
}

.carousel-indicators li
{
	height: 15px;
	width: 15px;
	border: 1px solid #EEE
}

.carousel-indicators .active
{
	height: 17px;
	width: 17px;
	background-color: #29B8F0;
}

.carousel-inner > .item > img
{
	width: 100%;
}

.carousel-caption {
    bottom: 33%;
}
.carousel-caption h3:first-child
{
    font-size: 62px;
}

.carousel-caption span
{
    color: #29B8F0
}

.carousel typer{
    font-size: 30px;
}


/*  ---------------------   End Carousel style   ------------------  */


/*     ----------- Start Next Section Button ---------*/
.Slider-Main .Next-Section-Button
{
    text-align: center
}
.Slider-Main .Next-Section-Button i
{
    border: 2px solid #29B8F0;
    border-radius: 50%; 
    height: 32px;
    width: 32px;
    line-height: 28px;
    text-align: center;
    bottom: 85px;
    position: relative;
    cursor: pointer;
    color: #29B8F0;
   /* font-size: 14px !important ;
    font-weight: 400 !important;*/
    
}

.Slider-Main .hvr-bob{
    display: block
}
.hvr-bob{
    display: block
}

/*     ----------- End Next Section Button ---------*/


/*     ----------- Start Calender Section  ---------*/


.collage-events {
    position: absolute; 
    top: 200px;
    left: 0px;
    z-index: 999999;
    display: block;
    color: black;
 
}

.collage-events .single-event{
    overflow: hidden;
    color: white;
  
      
}





#event-date {
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 0px 9.5px;
    background: rgba(39, 39, 39, 0.5);
    border: 1px solid #000000;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

 



#event-date span{
    font-size: 27px
}


#event-date:hover + #event-title {
        /*display:block;;*/
     color: white;
     float: right; 
    line-height: 55px;
    margin-left: 17px;
    background: #29B8F0;
    padding: 0 13px;
    position: relative;
     visibility: visible;
     opacity: 1;



 
}

#event-date:hover{
    background: #29B8F0;
      

}

#event-title {
    
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.7s linear;
    border: 1px solid white;
   
  }

.arrow-left {
    position: absolute;
    top: 17px;
    left: -10px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}

.event-date-more{
     display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 13px 11px;
    background: #29B8F0;
    border: 1px solid #000000;

    
}
.single-event-more a{
    color: white;
    text-decoration: none
}
 


/*     ----------- End Calender Section  ---------*/

/*     ----------- Start Section HEADER  ---------*/
.sectin-header{
    border-bottom: 3px solid #29B8F0;
    margin-top: 10px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
        
        webkit-box-shadow: 8px 6px 7px -7px rgba(0,0,0,1);
    -moz-box-shadow: 8px 6px 7px -7px rgba(0,0,0,1);
    box-shadow: 8px 6px 7px -7px rgba(0,0,0,1);
}

.sectin-header .title
{
    float: right;
    background-color: #29B8F0;
    padding: 0 24px;
    color: #fff;
    font-family:  ArabicFontBold;
     padding-top: 8px;
    vertical-align: middle;
    padding-bottom: 8px;
    position: relative;
    padding-left: 50px;
        font-size: 18px;
}



.sectin-header .title .helaly-tran{
     
    display: block;
    width: 20px;
    height: 20px;
    border-width: 26px 26px 15px 15px;
    border-style: solid;
    border-color: white #29B8F0 #29B8F0 white;
    top: 0;
    left: 0;
    position: absolute;
}

.sectin-header span{
    background-color: #29B8F0;
    padding: 0 24px;
    color: #fff;
    font-family:  ArabicFontBold;
        padding-top: 8px;
    vertical-align: middle;
    padding-bottom: 8px
}
/* 
.header-post-slope {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 100%;
    width: 150%;
    background-color: #fff;
    height: 50%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}*/
/*     ----------- END Section HEADER  ---------*/




/*     ----------- start About Section   ---------*/

.about{
    
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.about i{
   /* padding: 10px;
    color: #29B8F0;
    text-shadow: 0px 1px 1px #000000;*/
    padding: 10px;
    color: #219DCE;
    text-shadow: 0px 0px 0px #000000;
}

.about p{
    font-size: 20px;
   /* text-shadow: 0px 0px 0px #000000; */
    font-weight: bold;
}

.about p:last-child{
    padding-right: 62px;
    margin-top: -15px;
}

.about h2{
    padding-bottom: 10px;
    color: #29B8F0;
    text-shadow: 0px 1px 1px #000000;
}


/*     ----------- End About Section   ---------*/








/*     ----------- Start News Section  ---------*/



.news-section{
    margin-top: 30px;
 
    /*
       background: url('../images/collections/newsbanner.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

/*
.news-section .container{
     background-color: rgba(214, 214, 214, 0.57);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('../images/overaly.png');
}
*/
.news-section .sectin-header{
    margin-bottom: 15px;
    -webkit-box-shadow:  8px 6px 7px -7px rgba(0,0,0,1);
-moz-box-shadow: 8px 6px 7px -7px rgba(0,0,0,1);  
box-shadow: 8px 6px 7px -7px rgba(0,0,0,1);
     
}

.news-section article {
    padding-bottom: 40px;
}

.news-post{
  margin-bottom: 3px;
  padding-bottom: 1px; 
  position: relative;
  background-color: #E3E1E2;
  border-radius: 10px;
  border: 1px solid #29B8F0;
    
-webkit-box-shadow: 0px 2px 18px -4px rgba(0,0,0,1);
-moz-box-shadow: 0px 2px 18px -4px rgba(0,0,0,1);
box-shadow: 0px 2px 18px -4px rgba(0,0,0,1);
    
}





.news-pic-cover {
    position: relative;
  padding-bottom: 85%;
  background-color: #ddd;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: box-shadow .25s cubic-bezier(0.4,0,.2,1) 0s;
        
        
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.post-pic
{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
    border-top-right-radius: 10px;
     border-top-left-radius: 10px;
    
}



.news-overlay {
    background-color: rgba(41, 184, 240, 0.19);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
 

.news-item-link {
    position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s ease-out 0s;
  transition: opacity .3s ease-out 0s;
}

.news-post-slope{
 position: absolute;
    z-index: 5;
    left: 0;
    top: 100%;
    width: 104%;
    background-color: #E3E1E2;
    height: 50%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
} 

.news-date {
    text-align: right;
    padding-right: 20px;
    color:  #29B8F0;
    font-size: 17px;
}

 

.news-content .item-title{
   text-align: center; 
   color:  #29B8F0;
    text-decoration: none;
    height: 100px;
        overflow: hidden;
    
}
.news-content .item-title a{
   color:  #29B8F0;
    text-decoration: none
}



.news-content .title-overlay {
   position: absolute;
    background: white;
    height: 50px;
    bottom: 12%;
    width: 99%;
     
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgb(227, 225, 226)));  
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgb(227, 225, 226) 100%); 
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(227, 225, 226) 100%); 
 
 
}


.news-more{
    text-align: center;
    background-color: #29B8F0;
    width: 80%;
    margin: 7% 10%;
    padding: 7px;
   
}

.news-more a{
    color: white;
    text-decoration: none 
}

/* -- Start Ticker --*/
.demo1{
    padding-bottom: 40px;
}
/* -- End Ticker --*/


/*     ----------- End News Section  ---------*/





/*     ----------- Start specializations Section  ---------*/

.specializations{
    padding: 10px 0;
    background-color: #E3E1E2;
    
           webkit-box-shadow:0px 7px 13px -2px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 7px 13px -2px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 7px 13px -2px rgba(0, 0, 0, 0.47);
    
    border-bottom: 1px solid #29B8F0;
    border-top: 1px solid #29B8F0;
    
}

.sectin-header-ps{
     border-bottom: 3px solid #29B8F0;
    margin-top: 10px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
        
        webkit-box-shadow:8px 5px 7px -7px rgba(0,0,0,1);
    -moz-box-shadow: 8px 5px 7px -7px rgba(0,0,0,1);
    box-shadow: 8px 5px 7px -7px rgba(0,0,0,1);
    
}

 

.specialize-post{
  margin-bottom: 3px;
  padding-bottom: 1px; 
  position: relative;
  background-color: #fff;
    border-radius: 10px;
    border: 1px solid #29B8F0;
    
    -webkit-box-shadow: 0px 2px 18px -4px rgba(0,0,0,1);
-moz-box-shadow: 0px 2px 18px -4px rgba(0,0,0,1);
box-shadow: 0px 2px 18px -4px rgba(0,0,0,1);
}





.specialize-pic-cover {
    position: relative;
  padding-bottom: 85%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: box-shadow .25s cubic-bezier(0.4,0,.2,1) 0s;
        
        
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.specialize-pic
{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
    border-top-right-radius: 10px;
     border-top-left-radius: 10px;
    
}
.specialize-overlay {
    background-color: rgba(41, 184, 240, 0.19);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
 

.specialize-item-link {
    position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s ease-out 0s;
  transition: opacity .3s ease-out 0s;
}

.specialize-post-slope{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 100%;
    width: 104%;
    background-color: #fff;
    height: 50%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
} 

.specialize-program-name {
    text-align: right;
    padding-right: 20px;
    color:  #29B8F0;
    font-size: 14px;
}

 
 

.specialize-more{
    text-align: center;
    background-color: #29B8F0;
    width: 80%;
    margin: 7% 10%;
    padding: 7px;
    font-size: 18px;
    font-weight: bold
   
}

.specialize a{
    color: white;
    text-decoration: none 
}
 

/*-- Start OWL CAROUSEL --*/

.owl-item {
   /* height: 10rem;
    background: #4DC7A0;*/
    padding: 1rem;
}
		
.owl-nav {
    position: absolute;
	top: 0;
	width: 104%;
	overflow: hidden;
    right: -22px;
    padding-top: 16%;
    z-index: -1;
}

.owl-nav .fa {
    font-size: 77px;
    font-weight: bold;
    color: #29B8F0;

}
.owl-next {
    float: left;
}
		
.owl-prev {
    float: right;
}

 
/*     ----------- End specializations Section  ---------*/


    
/*     ----------- Start about us Section  ---------*/ 
.about-section{
    margin-top: 40px;
}

.section-div-style {
   height: 300px;
    width: 100%;
    background-color: #E3E1E2;
    margin-top: 10px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #29B8F0;
    
    -webkit-box-shadow: 0px 2px 18px -4px rgba(0,0,0,1);
-moz-box-shadow: 0px 2px 18px -4px rgba(0,0,0,1);
box-shadow: 0px 2px 18px -4px rgba(0,0,0,1);
    
}
.section-div-style img{
    max-width: 40%;
    float: left;
    border-radius: 3px;
    border: 1px solid #29B8F0;
}

.panel-default > .panel-heading
{
    color: #FFF;
    background-color: #29B8F0;
    border-color: #040404;
}

.panel-default > .panel-heading a
{
    text-decoration: none
}

/*     ----------- End about us Section  ---------*/



/*     ----------- Start Facts Section  ---------*/
.facts-margin-top-header-section
{
    margin-top: 40px
}
.facts
{
     
    background: url('../images/collections/banner-487.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
    
  /* BLURE EFFECT 
    -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); */
    
    
}

.facts .overlay
{
    background-color: rgba(214, 214, 214, 0.57);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('../images/overaly.png');
}
.facts .fact{
    text-align: center;
    margin-bottom: 35px;
}
.facts .fact-number {
    height: 129px;
    background-color: rgb(236, 236, 236);
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    line-height: 129px;
    width: 140px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 15px;
    border: 2px solid #29B8F0;
    font-weight: bold;
    font-style: italic;
    /*height: 100px;
    background-color: rgb(236, 236, 236);
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    line-height: 100px;
    width: 100px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 15px;
    border: 3px solid #29B8F0;
    font-weight: bold;*/
}

.facts .fact p{  
    font-size: 20px;
    color: white;
    font-weight: bold;
}



/*     ----------- End Facts Section  ---------*/


/*     ----------- Start Quick Links Section  ---------*/

 .quick-links {
       background: url('../images/collections/newsbanner.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
     
     
         margin-bottom: 55px;
     
     
     
     webkit-box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.71);
    box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.71);
    border-bottom: 1px solid #29B8F0;
     
     
     
     
}

   
.quick-links .overlay{
     background-color: rgba(214, 214, 214, 0.57);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('../images/overaly.png');
    padding-bottom: 27px;
}  



.quick-links .quick-link{
    text-align: center;   
}
.quick-links .quick-link i
{
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #ECECEC;
    border-radius: 50%;
    font-size: 47px;
    border: 3px solid #29B8F0;
    margin-top: 30px;
    color: #29B8F0;
    
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.quick-links .quick-link i:hover
{
     cursor: pointer;
	 background-color: #29B8F0;
     color: #ECECEC;
     border: 3px solid #C1C1C1;
  
}
.quick-links .quick-link p{
    font-weight: bold;
    margin: 7px 0 0 0 ;
    font-size: 24px;
    color: rgb(56, 162, 204);
}




/*     ----------- End  Quick Links Section  ---------*/


/*     ----------- Start FOOTER  ---------*/



footer{
    background-color: #83888C;   /*[#222A2F;]#ECECEC #A5A4A4;*/
    min-height: 350px;
  /*margin-top: 60px;*/
    padding-top: 55px; 
     /*border-top: 7px solid #29B8F0;*/
    
    position: relative;
    
}


.footer-shaow{
    width: 100%;
    background-color: #29B8F0;
    height: 7px;
    -webkit-box-shadow: 0px 8px 32px 1px rgba(0,0,0,1);
-moz-box-shadow: 0px 8px 32px 1px rgba(0,0,0,1);
/* box-shadow: 1px 7px 14px -2px rgba(0,0,0,1);
    
  box-shadow:  0px 8px 28px 2px rgba(0,0,0,1);
   */
   box-shadow:  0px 8px 32px 1px rgba(0,0,0,1);
    
    position: absolute;
    top:0;
}
   


 
    
    
    
 


footer .footer-div-header{
    font-weight: bold;
    border-bottom: 2px solid #29B8F0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 19px;
    color: #185E79;
}

footer .useful-links .fa{
     margin-bottom: 5px;  
}

footer .padding-header{
   /*  padding-top: 16px;  */  
}


footer .useful-links a {
    color: white;
    font-size: 16px;
    text-decoration: none;
    padding-right: 8px;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
    
     -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

footer .useful-links i{
    

    color: #ECECEC;
    font-size: 15px;
    border: 1px solid;
    background: #41505A;
    border-radius: 5px;
    padding: 6px;
    
    }

footer .useful-links a:hover {
    color: #29B8F0;
    font-size: 17px;
     
}

footer .info-location{
    font-size: 18px;
    font-weight: bold;
    display: table;
    
}

footer .footer-info{

}


footer .info-i{
    display: table-cell;
    vertical-align: middle;
    width: 20%;
      text-shadow:0 1px 7px rgba(0,0,0,.6)
}
footer .info-value{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    color: white;
     text-shadow: 0 2px 2px rgba(0,0,0,.6);
}

footer .info-value a{
    color: white;
     text-shadow: 0 2px 2px rgba(0,0,0,.6);
}



footer .footer-info i{
background-color: #38A2CC;
    color: #FFFFFF;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 7px;
    text-align: center;
    line-height: 36px;
    margin: 5px 10px;
    vertical-align: middle;
    border: 2px solid #ECECEC;
}

footer .info-tel{
    font-size: 17px;
    font-weight: bold;
}

 

footer .info-email{
    font-size: 17px;
    font-weight: bold;
}

footer .footer-gallery{
  /* padding-top: 85px; */
}

footer .footer-gallery img
{
    cursor: pointer
}

footer .footer-gallery .col-xs-6{
    padding-left: 5px;
    padding-right: 5px; 
    padding-bottom: 7px;
}



footer .site-links a {

     color: white;
    font-size: 16px;
    text-decoration: none;
    padding-right: 8px;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
    
     -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

footer .site-links i {
    color: #ECECEC;
    font-size: 15px;
    border: 1px solid;
    background: #41505A;
    border-radius: 5px;
    padding: 6px;
}

footer .site-links .fa{
     margin-bottom: 5px;  
}

footer .site-links a:hover {
    color: #29B8F0;
    font-size: 17px;
     
}



/*
footer{
    background-color: #ECECEC;
    min-height: 350px;
    margin-top: 35px;
    padding-top: 35px; 
}

.link-list{
  /  position: absolute;
    right: 0;/
}    

footer ul {
    list-style: none;   
}
footer ul li{
    padding-bottom: 6px;
    
}
footer a
{
    text-decoration: none;
}


footer .link-list ul li a {
    color: black;
    font-size: 15px;
    text-decoration: none;
    
     -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

footer .link-list ul li a:hover {
    color: #29B8F0;
    font-size: 16px;
     
}

footer .footer-div-header{
    font-weight: bold;
    border-bottom: 2px solid #29B8F0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


footer .galllery img {
    max-width: 100%;
    max-height: 100%;
}

footer .galllery .col-xs-6
{
     
     padding: 0;
    margin: 0;  
}
*/


/*     ----------- End FOOTER  ---------*/

























/*  ---------------------   Start Scroll to top style   ------------------  */

#scroll-top
{
 
  
	display: none;
    
    
    width: 50px;
    height: 50px;
    color: #29B8F0;
    background-color: #D9EDF7;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 9999;
    border-radius: 50%;
    font-size: 10px;
    line-height: 56px;
    
     -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

    
    
}

#scroll-top:hover
{
     cursor: pointer;
	 background-color: #1A3451;
	 
}
/*  ---------------------   End Scroll to top style   ------------------  */








/*  ---------------------   Wobble Horizontal | Custome HOVER.CSS   ------------------  */


/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}







/*  ---------------------   END Wobble Horizontal | Custome HOVER.CSS   ------------------  */



/*======= NEWS GALLERY ZOOM ===============*/
.news-imgs{
        padding-bottom: 10px;
}

.footer-gallery .box{

    position: relative;
}

.footer-gallery .box:hover .overlay{
    visibility: visible;
    opacity: 1;
}


.footer-gallery .box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.51);
    top: 0;
    left: 0;
    cursor: pointer;
  
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;

}
.footer-gallery .box .overlay i{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #CECECE;
    
}
 
/*======= End GALLERY ZOOM ===============*/
   




/*  ---------------------   LOGIN PAGE   ------------------  */

 























