@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('http://fonts.googleapis.com/earlyaccess/droidarabickufi.css');

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Effra_Std_Rg';
	src: url('../font/Effra_Std_Rg.eot');
	src: local('☺'), url('../font/Effra_Std_Rg.woff') format('woff'), url('../font/Effra_Std_Rg.ttf') format('truetype'), url('../font/Effra_Std_Rg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Effra_Std_Md';
	src: url('../font/Effra_Std_Md.eot');
	src: local('☺'), url('../font/Effra_Std_Md.woff') format('woff'), url('../font/Effra_Std_Md.ttf') format('truetype'), url('../font/Effra_Std_Md.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Effra_Std_Lt';
	src: url('../font/Effra_Std_Lt.eot');
	src: local('☺'), url('../font/Effra_Std_Lt.woff') format('woff'), url('../font/Effra_Std_Lt.ttf') format('truetype'), url('../font/Effra_Std_Lt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
   font-family: 'Droid Arabic Kufi';
    font-size: 16px;
    color: #484848;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
	direction:rtl !important;
}
.logo{ padding:46px 0px 41px 0px;
    margin-right: -34%;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

a { color:#00b2a9 !important; text-decoration:none !important;  }
.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	direction: rtl !important;
}



.main-header .header-top{
	position:relative;
	background:#ededed;
	color:#555555;
	z-index:5;
	font-family: 'Droid Arabic Kufi';
}

.main-header.header-style-two .header-top,
.main-header.header-style-three .header-top{
	background:#222222;	
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:10px 0px;
	color:#c9c9c9;
	font-size:12px;
}

.main-header .header-top ul li{
	position:relative;
	float:left;
	margin-right:30px;
}

.main-header .header-top .top-right ul li{
	margin-right:0px;
	margin-left:20px;	
}

.main-header .header-top ul li a{
	position:relative;
	display:block;
	line-height:24px;
	color:#555555;
	font-size:14px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header.header-style-two .header-top ul li a,
.main-header.header-style-three .header-top ul li a{
	color:#9b9b9b;	
}

.main-header .header-top ul li .icon{
	position:relative;
	top:1px;
	font-size:14px;
	padding-right:5px;	
}

.main-header .header-top ul li a:hover{
	color:#247fe1;
}

.main-header.header-style-two .header-top ul li a:hover,
.main-header.header-style-three .header-top ul li a:hover{
	color:#ffffff;	
}

.main-header .header-top .top-right{
	position:relative;
	padding:10px 0px;
	float:right;
}

.main-header .header-upper{
	position:relative;
	padding:0px 0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
	direction: rtl !important;
}

.main-header.header-style-two .header-upper{
	padding:0px;	
}

.main-header .header-upper .upper-right{
	position:relative;	
}

.main-header .header-upper .upper-column{
	position:relative;
	float:left;
	min-width:80px;
	margin-left:40px;
	padding-top:15px;
}

.main-header .info-box{
	position:relative;
	padding-left:50px;	
}

.main-header .info-box ul{ margin-top:10px;}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:20px;
	width:45px;
	line-height:60px;
	color:#2d6769;
	font-size:32px;
	-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-header .info-box:hover .icon-box{
	color:#00bfb5;	
}

.main-header .info-box li{
	position:relative;
	line-height:24px;
	margin:0px 0px;
	font-size:16px;
	 font-family: 'Droid Arabic Kufi';
	color:#4a5c7a;
}

.main-header .info-box li a{
	color:#2d6769;
	 font-family: 'Droid Arabic Kufi';	
}

.main-header .info-box strong{
	font-weight:600;
	color:#555555;
	font-size:18px;
	 font-family: 'Droid Arabic Kufi';
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:#00b2a9;
	z-index:5;
}

.main-header.header-style-three .header-lower{
	background:none;	
}












.main-header .nav-outer{
	position:relative;
	padding-right:0px;	
}

.main-header.header-style-three .nav-outer{
	background:#247fe1;	
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Droid Arabic Kufi';
	font-weight:700;
	float: left;
	padding-right: 0px !important;
}

.main-menu .navigation > li{
	position:relative;
	float: right;
	padding:0px;
	list-style:none !important;
}

.bounce-in-header .main-menu .navigation > li{
	margin-right:0px;
	list-style:none !important;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding: 10px 5px 5px 25px;
	font-size:22px !important;
	color: rgb(51, 193, 186);
	line-height:30px;
	border-top:none;
	border-bottom:2px solid transparent;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Droid Arabic Kufi';
	font-weight:normal;
	text-decoration:none;
}
.main-menu .navigation li:last-child a{ padding-left:0px !important;}

.header-style-two .main-menu .navigation > li > a{
	padding:32px 10px 25px 10px;
	border-top:1px solid transparent;
	border-bottom:none;
	color:#181818;
}

.bounce-in-header .main-menu .navigation > li{
	margin-left:30px;	
}

.bounce-in-header .main-menu .navigation > li > a{
	color:#181818;
	padding:30px 0px 20px;
}

/*.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:8px;
	top:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}*/

/*.bounce-in-header .main-menu .navigation > li.dropdown > a:before{
	top:19px;	
}*/

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
/*	border-color:#00b8ad;*/
	opacity:1;
	color:#00b2a9;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:150%;
	width:210px;
	padding:0px;
	z-index:100;
	display:none;
	background:#283745;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-three .main-menu .navigation > li > ul{
	background:#247fe1;	
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px dashed rgba(255,255,255,0.20);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:13px 15px 13px 18px;
	line-height:22px;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > ul > li > ul > li > a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
}*/

.main-menu .navigation > li > ul > li:hover > a{
	color:#247fe1;		
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f061";
	position:absolute;
	right:10px;
	top:15px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:10px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{

	position:absolute;
	left:120%;
	top:0px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#283745;
}

.header-style-three .main-menu .navigation > li > ul > li > ul{
	background:#247fe1;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px dashed rgba(255,255,255,0.20);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:13px 15px 13px 18px;
	line-height:22px;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#247fe1;	
}

.header-style-three .main-menu .navigation > li > ul > li:hover > a,
.header-style-three .main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png.html) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .get-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:200px;
	height:100%;
	    background: rgba(76, 126, 127, 0.38);
}

.main-header .get-btn .appt-btn{
	position:relative;
	display:block;
	line-height:30px;
	text-align:center;
	padding:8px 0px;
	 font-family: 'Droid Arabic Kufi';
	font-weight:700;
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;	
}

.main-header .get-btn:hover{
	background:#00b8ad;	
}

.main-header .get-btn .appt-btn:hover{
	color:#ffffff;	
}




.top-box{ padding-right:0px !important; margin-right:0px;}
ul.top-link{float: left;margin-top:36px;margin-right: 0px;margin-left: 0px;}
ul.top-link li{float: right;margin-right: 13px;list-style:none !important;}
ul.top-link li:first-child{ margin-right:0px;}
ul.top-link li a{font-family: 'Droid Arabic Kufi';list-style:none !important;font-size: 12px;color:#575756 !important;text-decoration:none;}
ul.top-link li a:hover{ color:#00c3bc;}
.search-tp{
    margin-top:0px;
    background: url(../images/search-icon.png) no-repeat right;
    padding-right:10px;
    background-position: 5% 1px;
    height:22px !important;
    font-size:14px;
    font-family: 'Droid Arabic Kufi';
    color:#cdcdcc !important;
    border: 1px solid #b8b8b7 !important;
    border-radius: 10px;
   width: 70px;
    box-shadow:none !important;
    }
	
	
.menu-section{width:100%;float: right;margin-top:10px;}

/*** 

====================================================================
	Banner style
====================================================================

***/

.banner{ width:100%; position:relative; height:auto; background:#ccc;}
.transition-timer-carousel .carousel-caption {
   width:500px;
   right: 14%;
   left: 0px;
   top: 0px;
   text-align: left;
   padding-top: 5px;
   max-width:500px;
   font-family: 'Droid Arabic Kufi';
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 20px;
	font-size: 24px;
}
.transition-timer-carousel .carousel-caption .carousel-caption-text{color: #fff;font-size: 45px;margin-top: 20px;line-height:60px;font-family: 'Droid Arabic Kufi';text-align: right !important;}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 35px;
		color: #fff;
		margin-bottom: 0px;
		padding-bottom: 9px;
		border-bottom: 2px solid rgba(255, 255, 255, .5);
		font-family: 'Droid Arabic Kufi';
		text-align: right;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #00b8ad;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}



.main{ padding:23px 0px;}
.main p{     font-family: 'Droid Arabic Kufi';
    color: #575756;
    font-size: 16px; margin-bottom:20px; line-height:26px; direction:rtl;}

.section-titile{ color: #00b2a9;
    font-size: 35px;
    line-height: 0.8em;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00b2a9; margin-bottom:40px;}
.section-titile h2{ font-size: 35px;
    line-height: 0.8em; padding-bottom:0px; padding-top:0px; margin-top:0px; margin-bottom:0px;}
	
	.section-titile-inner{ color: #00b2a9;
    font-size: 35px;
    line-height: 0.8em;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00b2a9; margin-bottom:40px;}
	
.section-titile-inner h2{ font-size: 35px;
    line-height: 0.8em; padding-bottom:0px; padding-top:0px; margin-top:0px; margin-bottom:0px;}	
	
	.section-titile-inner h3{ font-size: 25px;
    line-height: 0.8em; padding-bottom:0px; padding-top:0px; margin-top:0px; margin-bottom:0px; font-family: 'Droid Arabic Kufi';}		
	
	.contentBox {
    padding: 20px;
    position: relative;
    outline: 1px solid #00b2a9;
	min-height: 363px;
	}


.contentBox h3 {
    color: #11b7af;
   font-size: 1.5em !important;
    margin-top: 29px;
	margin-bottom: 1em;
    
}
.contentBox ul {padding-right: 0px !important;}
.contentBox ul li{list-style:none;padding-left: 10px;margin-bottom:10px;color: rgb(13, 82, 87);font-weight:500; font-family: 'Droid Arabic Kufi';}
.contentBox ul li a{ color:#0d5257; font-family: 'Droid Arabic Kufi'; font-size:18px;}
.contentBox a.readMore {
    color: #575756;
    font-size: 15px;
    position: absolute;
    bottom: 20px;
	font-family: 'Droid Arabic Kufi';
	text-decoration:none !important;
}

.footer{ width:100%; position:relative; height:231px;/* background:#005257;*/ margin-top:77px; margin-bottom:46px; z-index:1001 !important;}
.footer:after{ width:16%;position:absolute; right:0px; top:0px; content:''; /*background:#00b2a9;*/ height:231px; z-index:1 !important; display:none;}

.bg-green{ background:#005257;}

.bg-light-green{ background:#00b2a9;  position:relative; z-index:100000001 !important;}
.ft-titil h4{     color: #fff;
    font-size: 18px;
	font-family: 'Droid Arabic Kufi';
	margin-bottom: 25px;
	
	}
	
	.ft-Box {
    
margin-top: 20px;
    
/* margin-bottom: 0px; */
    
border-left: 1px solid #fff;
    
height: 191px;
    
padding-left: 20px;
    
/* padding: 20px; */
    
margin-bottom: 20px;
}
.carousel-inner img{ width:100%;}
.bor-left{border-left: none !important;}

.ft-Box p{ color:#fff; font-family: 'Droid Arabic Kufi';
	 font-size:16px;}
	 .bor-non{ border:none;}

.ft-Box a.readMore {
    color: #00b2a9;
    font-size: 15px;
    position: absolute;
    bottom: 13px;
	font-family: 'Droid Arabic Kufi';
	text-decoration:none;
}
.last-box {border-right: 3px solid #fff;height:231px;}
.last-box p{ font-size:16px !important; font-family: 'Droid Arabic Kufi'; font-weight:normal; line-height:22px;}
.last-box a{   color: #fff !important;}
.social{padding-right: 0px;margin-right: 0px;}
.social li{float: right;margin-left: 10px;list-style:none;}
.social li i{ background:#00b2a9; padding:8px; width:30px; height:30px; color:#fff; text-align:center;}
.footerLinks ul { padding-right:0px;}
.footerLinks ul li{ list-style:none;}
.footerLinks ul li a{ font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 17px;
    width: auto;
    padding-right: 10px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    color: #0d5257 !important;}
	
	.declimer{ margin-top:50px; margin-bottom:10px;}
	.declimer p{ font-size: 13px;
    margin-top: 0px !important;
	    font-family: 'Droid Arabic Kufi'; line-height:18px;

    float: left;
        color: rgb(13, 82, 87) !important; font-weight:400;}
	
	.mg-t-20{ margin-top:20px;}
	
	.copy-right{ padding:30px 0px;}
	.copy-right p{ font-size: 13px;
    margin-top: 0px !important;
	 font-family: 'Droid Arabic Kufi'; text-align:center;}
	
	.br-rght-none {
   padding-left: 0px !important;
}
.pad-left-15{padding-right: 15px;}

.mt-10{ margin-top:10px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:50px;}
.mt-60{ margin-top:60px;}
.abt-banner{ background:url(../images/about-banner.jpg) no-repeat; background-size:cover; height:262px;}
.in-banner-titile{ padding:34px 0px;}
.in-banner-titile h1{
color: #fff;
    font-size: 45px;
	    font-family: 'Droid Arabic Kufi';
}
.side-bar {padding-right: 27px;}
.side-bar ul{ list-style:none; padding-top:0px;}
.side-bar ul li{ margin-bottom:5px;}
.side-bar ul li a{ font-family: 'Droid Arabic Kufi';
    color: #33c1ba; font-size:18px; text-decoration:none;}
	
.list-style-one{padding-right: 23px;margin:0px 0px !important;}
.list-style-one li{ list-style:none; font-family: 'Droid Arabic Kufi';
    color: #575756;
    font-size: 18px; margin-bottom:5px; text-indent:-20px;}
.list-style-one li:before{
   font-family:'FontAwesome';
   content:'\f111';
   color: #00b2a9;
   font-size: 10px;
   padding-left: 10px;
   position: relative;
   top: -2px;
   right: -5px;
   padding-bottom:1.25em;
   }
	.new-img{margin-left: 15px;float: right;}
	.map{ margin-bottom:30px;}
	
	
	.default-form-style .form-group{
	position:relative;
	margin-bottom:15px;	
	  margin-right: auto !important; 
    margin-left: auto !important;
}

.boxed-form .default-form-style .form-group{
	margin-bottom:20px;	
}

.default-form-style .field-label{
	position:relative;
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
	color:#555555;	
}

.contact-form.default-form-style .field-label{
	position:relative;
	font-size:14px;
	line-height:20px;
	margin-bottom:5px;
	color:#999999;
	font-style:italic;
	text-transform:capitalize;
}

.contact-form.default-form-style .field-label sup{
	color:#ff0000 !important;
	font-size:16px !important;
	top:0px !important;	
}

.default-form-style input[type="text"],
.default-form-style input[type="number"],
.default-form-style input[type="email"],
.default-form-style input[type="password"],
.default-form-style select,
.default-form-style textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px;
	border:1px solid #00b2a9;
	height:46px;
	color:#222222;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
	    font-family: 'Droid Arabic Kufi';
}

.default-form-style textarea{
	resize:none;
	height:180px;	
}

.default-form-style input:focus,
.default-form-style select:focus,
.default-form-style textarea:focus{
	border-color:#247fe1;	
}

.default-form-style input.error,
.default-form-style select.error,
.default-form-style textarea.error{
	border-color:#ff0000;	
}

.default-form-style label.error{
	color:#ff0000;
	line-height:20px;
	padding:10px 0px 0px 0px;
	text-transform:capitalize;
	font-weight:400;
	font-size:14px;
}

.default-form-style select{
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;

	-moz-appearance:none;
	background:url(../images/icons/icon-select.png.html) right center no-repeat;	
}

.default-form-style select option{
	text-indent:15px;	
}


.default-form-style button{
	padding-left:32px;
	padding-right:32px;	
}
.btn-style-four{ width:45%; padding:10px 10px; border:1px solid #00b2a9; background:#dddddd; font-size:18px; color: #00b2a9;}
.arabic{ font-family: 'Conv_Effra_Std_Rg' !important;}
.dr-ltr{ direction:ltr !important; display:block;}
.english-text{ font-family: 'Conv_Effra_Std_Rg',Sans-Serif !important;}
.ft-14{ font-size: 14px !important;}
