/*
Theme Name: fahd
Author: Mahmoud Hamdy
Description: fahd dynamic WordPress theme
Theme URI: http://www.efadh.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fahd

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: 'cocon';
    src: url('fonts/cocon-next-arabic-regular.otf');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h4,h3,h5,h6,p,a,span,div{
	font-family: 'cocon';
}
body {
	direction: ltr;
}
header{
	box-shadow: 0px 0px 2px 1px rgba(182, 182, 182, 0.8);
	position: relative;
	z-index: 9;
}
.vc_row p{
	font-size: 16px;
	line-height: 2em;
}
.logo img{
	display: block;
	padding: 10px 0 10px 0;
	width: 100px;
}
a:hover{
	text-decoration: none;
}
.navbar-default {
	border-color: transparent;
    clear: both;
    border-radius: 0;
    margin-top: 38px;
}
.navbar{
	margin-bottom: 0px;
}
.navbar-nav {
    padding-right: 0;
    margin: 0 auto;
}
.navbar-nav > li {
    float: left;
    margin-left: 5px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px !important;
    padding: 7px 12px;
    border-radius: 20px;
    font-size: 18px;
    border: 1px solid transparent;
}
.navbar-default .navbar-nav > li:last-child:after {
   display: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
     color: #fff;
    background-color: #0474a3;
    border: 1px solid #0474a3;
}
.navbar-collapse{
	padding-right: 0;
}
.dropdown{
	float: right;
}
.dropdown .dropdown-menu{
	right: 0;
	min-width: 100px;
}
.qtranxs_widget ul li{
	clear: both;
	float: right;
}
.qtranxs_widget ul li:before{
	display: none;
}
.qtranxs_widget ul {
    padding-right: 15px;
}
.dropdown .btn-primary {
    color: #fff;
    border-radius:20px;
    background-color: #0474a3;
    border-color: #0474a3;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0474a3;
    border-color: #0474a3;
}
.pro-wrap {
	text-align: center;
	margin: 0 0 30px;
	border-bottom: 1px solid #0474a3;
}
.pro-wrap a{
	color: #888;
}
.pro-wrap:hover a{
	color: #0474a3;
}
.pro-wrap img{
	border-radius: 10px;
}
.owl-carousel3 .item{
	margin: 0 10px;
}
.fancybox-overlay{
	background: rgb(0, 0, 0, .9) !important;
    opacity: 1 !important;
}
.title{
	font-family: 'Cocon' !important;
	text-align: center;
}
.title:after{
	content: "";
	background: url(./images/title.png) no-repeat;
	display: block;
	height: 20px;
	width: 100%;
	margin: 10px auto 40px;
	background-position: center;
}
.page-header{
	background: #f8f8f8;
	margin: 0 auto;
	border-bottom: 0px solid #eee;
	padding: 30px 0 20px;
}
.page-header h1{
	text-align:center;
	color: #777;
	font-size: 48px;
	
}
.height span{
	line-height: 1.8em;
	font-size: 16px;
}
.automargin span{
	line-height: 1.8em;
	font-size: 16px;
}
.sevices .wpb_wrapper h3{
	transition: all 0.5s ease;	
}
.sevices .wpb_wrapper:hover h3{
	color: #0474a3 !important;
}
.sevices .wpb_wrapper:hover .vc_icon_element-background-color-custom{
	background-color: #0474a3 !important;
}
.sevices .wpb_wrapper .vc_icon_element-background-color-custom{
	transition: all 0.3s ease;	
}
#swipebox-overlay {
    background: rgba(0,0,0, 0.9) !important;
    direction: ltr;
}
.img-slider .vc_single_image-wrapper{
	background: #000;
	position: relative;
	border-radius: 50px 0 50px 0;
}
.img-slider .vc_single_image-wrapper:after{
	content: "\f00e";
	font-family: fontawesome;
	position: absolute;
	bottom: 40%;
	right: 42%;
	color: #fff;
	font-size: 18px;
	padding: 7px 12px;
	background: #0474a3;
	border-radius: 50%;
	transition: all 0.5s ease;
	opacity: 0;
}
.img-slider img{
	transition: all 0.5s ease;
	border-radius: 48px 0 48px 0;
}
.img-slider .vc_single_image-wrapper:hover img{
	opacity: 0.3;
}
.img-slider .vc_single_image-wrapper:hover:after{
	opacity: 1;
}
.img-slider .slick-prev{
	top: 100%;
	right: 47% !important;
	margin-top: 20px;
	border-radius: 50%;
	border: 1px solid #1e821f;
	transition: all 0.5s ease;
}
.img-slider .slick-next{
	top: 100%;
	left: 47% !important;
	margin-top: 20px;
	border: 1px solid #1e821f;
	transition: all 0.5s ease;
}
.img-slider .slick-prev:hover{
	border: 1px solid #0474a3;
	background: #0474a3 !important;
	color: #fff !important;
}
.img-slider .slick-next:hover{
	border: 1px solid #0474a3;
	background: #0474a3 !important;
	color: #fff !important;
}
.contact .vc_icon_element{
	float: right;
	margin-left: 10px;
}
.contact .en .vc_icon_element{
	float: left !important;
	margin-right: 10px;
}
.contact h3{
	margin-top: 0;
}
.contact h3 span{
	font-size: 24px;
	line-height: 1.2em;
}
.contact p{
	font-size: 16px;
}
.contact .r{
	float: right;
}
.contact .r input{
	height: 45px;
	border: 1px solid #fff;
	text-align: right;
	margin-bottom: 20px;
	padding-right: 10px;
	transition: all 0.5s ease;
}
.contact .r input:hover{
	border: 1px solid #0474a3;
}
.contact .send .wpcf7-submit{
	border-radius: 30px;
	padding: 7px 90px !important;
	background: #0474a3;
	color: #fff;
	font-size: 16px;
	float: right;
	border: 1px solid #0474a3;
	transition: all 0.5s ease;
	margin-top: -60px;
}
.contact .wpcf7-textarea{
	height: 271px;
	border: 1px solid #fff;
	text-align: right;
	padding-right: 10px;
	transition: all 0.5s ease;
}
.contact .wpcf7-textarea:hover{
	border: 1px solid #0474a3;
}
.ultimate-map-wrapper{
	margin-bottom: 0 !important;
}
.wpb_revslider_element{
	margin-bottom: 0 !important;
}
.contact .l{
	float: left;
}
.contact .l input{
	height: 45px;
	border: 1px solid #fff;
	text-align: left;
	margin-bottom: 20px;
	margin-right:10px;
	padding-right: 10px;
	transition: all 0.5s ease;
}
.contact .l input:hover{
	border: 1px solid #0474a3;
}
.contact .send2 .wpcf7-submit{
	border-radius: 30px;
	padding: 7px 90px !important;
	background: #0474a3;
	color: #fff;
	font-size: 16px;
	float: left;
	border: 1px solid #0474a3;
	transition: all 0.5s ease;
	margin-top: -60px;
}
.area .wpcf7-textarea{
	text-align: left;
}
.archive-block .vc_grid-item-zone-c-left .vc_gitem-animated-block{
	width: 30% !important;
}
.archive-block .vc_grid-item-zone-c-left .vc_gitem-zone-c{
	width: 70% !important;
}
.archive-block h4{
	margin: 0;
}
.vc_gitem_row .vc_gitem-col{
	padding-top: 0 !important;
}
.page-id-149 .archive-block .vc_gitem-zone{
	background-size: initial;
}
.single-back{
	background: #f8f8f8;
}
.body-single p{
	font-size: 16px;
	line-height: 2em;
}
.single-back img {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 2px 5px #DDD;
    background: #ececec;
    margin-bottom: 20px;
    margin-top: 20px;
}
.comment-template{
	display: none;
}
.single-post .comment-template{
	display: block;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text{
	display: none;
}
#s{
	height: 45px;
	border: 1px solid #fff;
	text-align: right;
	margin-bottom: 7px;
	padding-right: 10px;
	transition: all 0.5s ease;
	width: 70%;
}
#searchsubmit{
	height: 45px;
	border: 1px solid #fff;
	text-align: center;
	margin-bottom: 20px;
	padding-right: 10px;
	transition: all 0.5s ease;
	width: 25%;
}
.jobs-ar{
	text-align: right;
	direction: rtl;
}
.jobs-ar input{
	height: 45px;
	border: 1px solid #fff;
	text-align: right;
	margin-bottom: 20px;
	padding-right: 10px;
	transition: all 0.5s ease;
	width: 60%;
}
.jobs-ar input:hover{
	border: 1px solid #0474a3;
}
.jobs-ar .wpcf7-submit{
	border-radius: 30px;
	padding: 7px 90px !important;
	background: #0474a3;
	color: #fff;
	font-size: 16px;
	float: right;
	border: 1px solid #0474a3;
	transition: all 0.5s ease;
	width: auto;
}
.jobs-ar .wpcf7-textarea{
	height: 271px;
	border: 1px solid #fff;
	text-align: right;
	padding-right: 10px;
	transition: all 0.5s ease;
	width: 100%;
}

.jobs-en{
	text-align: left;
	direction: ltr;
}
.jobs-en input{
	height: 45px;
	border: 1px solid #fff;
	text-align: left;
	margin-bottom: 20px;
	padding-right: 10px;
	transition: all 0.5s ease;
	width: 60%;
}
.jobs-en input:hover{
	border: 1px solid #0474a3;
}
.jobs-en .wpcf7-submit{
	border-radius: 30px;
	padding: 7px 90px !important;
	background: #0474a3;
	color: #fff;
	font-size: 16px;
	float: left;
	border: 1px solid #0474a3;
	transition: all 0.5s ease;
	width: auto;
}
.jobs-en .wpcf7-textarea{
	height: 271px;
	border: 1px solid #fff;
	text-align: left;
	padding-left: 10px;
	transition: all 0.5s ease;
	width: 100%;
}

.widget h3{
	font-size: 24px;
	border-bottom: 2px solid #e0e0e0 ;
	width: 95%;
	
}
.widget h3:after{
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 2px;
	display: block;
	padding-bottom: 15px;
	width: 50px;
	margin-bottom: -2px;
	color: #01006c;
}
.widget li{
	list-style: none;
	line-height: 2em;
}
.widget ul{
	padding-left: 15px;
	margin-bottom: 50px;
	background-position: center left;
}
.widget li a{
	font-size: 16px;
	color: #777;
}
.widget li::before {
    content: "\f101 ";
	font-family: FontAwesome;
	margin-right: 1.1em;
	float: left;
	font-size: 14px;
	color: #777;
}
ol.commentlist { list-style: none; margin: 0 0 20px 0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-right: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-right: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-right: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-right: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
#commentform {
	margin-bottom: 40px;
}
#commentform input{
	border: 1px solid grey;
	margin-bottom: 8px;
	    padding: 5px;
}
#commentform textarea{
	border: 1px solid grey;
	margin-bottom: 8px;
}
#commentform #submit{
	padding-left: 40px;
	padding-right: 40px;
}


.page-id-269 .wpb_single_image.vc_align_center {
    text-align: center;
    position: relative;
    min-height: 190px;
}
.page-id-269 .wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-header{
	border: 0;
	padding: 0;
	margin: 0 0 40px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.max-overlay {
    background-image: url(./images/pattern2.png);
    height: 100%;
}
.page-header h1 {
    color: #fff;
    text-align: left;
    padding: 65px 0;
    margin: 0;
}
.page-header h3 {
    color: #fff;
    text-align: right;
    padding: 84px 0 0;
    margin: 0;
}
.page-header h3 a{
	color: #fff;
}

.nomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.automargin{
	margin-left: auto !important;
    margin-right: auto !important;
}
.ltr{
	direction: ltr;
}

footer{
	clear: both;
}
footer .social{
	display: table;
	margin: 30px auto 10px;
}
footer .social a{
	color: #fff;
	padding: 10px 14px;
	border-radius: 50%;
	border: 2px solid #363636;
	background: #363636;
	margin-left: 5px;
	transition: all 0.5s ease;
}
footer .social a:hover{
	border: 2px solid #0474a3;
	background: #0474a3;
}
footer .social .fa-facebook{
	padding: 10px 3px;
}
footer p{
	line-height:1.8em;
	color: #fff;
	text-align: center;
}
.copy{
	margin: 20px 0;
}
footer a{
	color: #fff;
}



@media (min-width:768px) {

	.sub-menu {
	    visibility: hidden;
	    opacity: 0;
	    position: absolute;
	    background: RGBA(203, 203, 203, 0.74);
	    padding: 10px 15px;
	    width: 180px;
	    right: -30px;
	    z-index: 9999;
	    top: 40px;
	    -webkit-transition: all .25s ease;
	    -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	    -o-transition: all .25s ease;
	    transition: all .25s ease;
	}
	li:hover .sub-menu {
	    opacity: 1;
	    top: 60px;
	    visibility: visible;
	}
	.sub-menu li {
	    margin-bottom: 10px;
	    list-style: none;
	    text-align: center;
	}
	
}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}
.sub-menu a {
    color: #000 !important;
    text-decoration: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.current-menu-item > a, .current-menu-parent > a {
	background: transparent;
	border: 1px solid #0474a3;
	color: #0474a3 ;	
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #777;
	font-weight: bold;
}


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
	.navbar-default{
		margin-top: 10px;
	}
	.social{
		float: none;
		margin: 10px auto 0;
    	display: table;
	}
	.logo img{
		max-width: 100%;
		margin: 0 auto;
	}
	.navbar-nav > li {
	    float: none;
	}
	.navbar-nav > li a {
	    text-align: right;
	}
	.navbar-default .navbar-nav > li::after {
	    content: " ";
	}
	.copy{
		margin: 20px 0;
		text-align: center
	}
	.contact .send .wpcf7-submit{
		margin-top: 0;
	}
	.contact .send2 .wpcf7-submit{
		margin-top: 0;
	}
	.contact  input{
		width: 100%;
	}
	.contact .wpcf7-textarea{
		width: 100%;
	}
	.img-slider .slick-prev{
		right: 40% !important;
	}
	.img-slider .slick-next{
		left: 40% !important;
	}
}



@media (max-width:540px) {
	.img-slider .slick-prev{
		right: 35% !important;
	}
	.img-slider .slick-next{
		left: 35% !important;
	}
	#commentform textarea{
		width: 100%;
	}
}





