body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1c424d;
	background-color:#f7f7f7
}

@font-face
{
font-family: teq;
src: url('../fonts/DroidKufi-Regular.ttf');
	}
	

h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family:Arial,sans-serif;
	font-size: 13px;
}
a {
	color: #5b777f;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ad730a;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
	color:#ad730a;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #626a29;
	border: 0;
	margin-bottom: 30px;
}

  .navbar-right {
 
	padding-top:30px;
  }
  
 .navbar-header {
  padding-bottom:50px;
	
  }
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
	font-family:Teq,Droid Arabic Kufi,sans-serif;


}

#menu.navbar-default {
background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);

}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left:20px;
}
#menu a.navbar-brand i.fa {
	color: #ad730a;
}
#menu.navbar-default .navbar-nav > li > a {
	
	text-transform: uppercase;
	color: #6d6e71;
	font-size: 14px;
	font-family:Teq,Droid Arabic Kufi,sans-serif;
	

}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #c39e60;
}
.on {
	background-color: #f7f7f7 !important;
	padding: 0 !important;
		
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #c39e60 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #c39e60;
	border-color: #c39e60;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
		background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
header p {
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #ad730a;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #ad730a;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}
/* Services Section */
#services-section {
background-color:#FFFFFF;
	color: #5b777f;
	padding-bottom:30px;
	padding-top:60px;
}
#services-section h2 {
	color: #ad730a;
	text-transform: uppercase;
	font-family:Arial,sans-serif;
}
.services-section-p {
	color: #ad730a;
	font-family:Arial,sans-serif;
	font-size: 16px;
 font-weight: 600;
}
.services-section-p2 {
	color: #6d6e71;
	font-family:Arial,sans-serif;
	line-height:24px;
	padding-bottom:30px;
	text-align:left;
		padding-left:5%;
}

#services-section h4 {
	color: #ad730a;
	text-transform: uppercase;
	font-family:Arial,sans-serif;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #ad730a;
	margin-bottom: 6px;
	 border-radius:10px 0px 10px 0px;
	color: #fff;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	background: #6d6e71;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 80px 0;
	background-color:#6d6e71;
}

.works-section-p {
	color: #ad730a;
	font-family:Arial,sans-serif;
}
.works-section-p2 {
	color: #6d6e71;
	font-family:Arial,sans-serif;
	line-height:24px;
}
#works-section h2 {
	color: #ad730a;
	text-transform: uppercase;
	font-family:Arial,sans-serif;
}

#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #ad730a;
}
.categories {
	padding-bottom: 30px;
	text-align: center;

}
#works-section hr {
	background: #a9971c;
}
ul.cat li {
	display: inline-block;
	text-align:center;
	
	
}
ol.type li {
	list-style: none;
	display: inline-block;
	margin:0 10px;
	color: #7a7a7a;
	text-transform: uppercase;
	line-height: 42px;
	cursor: pointer;
	text-align:center;
float:left;
}
ol.type li a {
	color: #fff;
	font-family:Arial,sans-serif;
	padding: 8px 16px;
	border-radius: 3px;
		
}
ol.type li a.active {
	background: #ad730a;
}
ol.type li a:hover {
	background: #ad730a;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}


	
}

.portfolio-item {
	margin-bottom: 30px;

	
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(44, 44, 44, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	font-family:Arial,sans-serif;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
	font-family:Arial,sans-serif;
}


.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ad730a;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
	font-family:Arial,sans-serif;
	color: #fff;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
	color: #fff;
	font-family:Arial,sans-serif;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
	font-family:Arial,sans-serif;
	color:#fff;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 45px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
	color: #fff;
	font-family:Arial,sans-serif;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #fff;
	background-color: #6d6e71;
	border-color: #ad730a;
	font-family:Arial,sans-serif;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #032e3a;
	border-color: #032e3a;
}
/* About Section */
#about-section {
	padding: 80px 0;
background-color:#ad730a;
	color: #fff;
	font-family:Arial,sans-serif;
}
#about-section h4 {
	color: #fff;
	font-size: 20px;
}
#about-section h2 {
	color: #fff;
	
	font-family:Arial,sans-serif;
	font-weight: 400;

	    text-transform: uppercase;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #ad730a;
	padding-right: 5px;
}
.about-section-p{
	font-family:Arial,sans-serif;
	font-size: 15px;
	line-height:24px;
	}
	
	
	/* Team Section */
#client-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
    background-color: #fff;
}

/* Team Section */
#team-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
    background-color: #ececec;
}
#team-section hr {
	background: #a9971c;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
	
}
#team-section .thumbnail img {
	max-height: 100px;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
#team-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #ad730a;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #ad730a;
}
/* Testimonials Section */
#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
/* Contact Section */
#contact-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/contact-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
#contact-section hr {
	background: #a9971c;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	font-family:Arial,sans-serif;

}
#contact-section h2 {
	
	font-weight: 400;
	font-family:Arial,sans-serif;
	color:#ad730a;
	    text-transform: uppercase;
}
#contact-section p {
	
	font-size: 16px;
}


#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #fff;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #f8e287;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background-color:#ad730a;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	transition: all 0.5s;
	font-family:Arial,sans-serif;

}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background: #ad730a;
	padding: 15px 0 10px 0;
	color: #fff;
	text-align: center;
	font-family:Arial,sans-serif;
}
#footer p {
	margin-top: 10px;
	font-family:Arial,sans-serif;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color:#f7f7f7;
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}


/* teqan */

.navbar-brand { padding: 5px 5px; height:52px;  }

.slider{
padding-top:160px;
padding-bottom:10px;


	}




.carousel-caption {
  background:rgba(3,3,3, 0.4);
  bottom: 70px;
  padding-right:20px;
  padding-left:20px;


}

.carousel-caption2{ background:rgba(0,0,0, 0.7);}

.carousel-indicators { bottom: 0px; }

.carousel-indicators li { width: 12px; height: 12px; border: 1px solid #eee ;background-color: #D5D5D5;
}
.carousel-indicators .active { width: 14px; height: 14px; background-color: #ad730a;}



.carousel-control.left {
  background-image: none;
  background-image:     none;
  background-image: none);
  background-image:       none;
  filter:none;
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-image:     none;
  background-image: none;
  background-image:  none;
  filter:none;
  background-repeat: repeat-x;
}

.glyphicon-chevron-left:before {
  content: "";
 
}
.glyphicon-chevron-right:before {
  content: "";
}


.top-area{
	background-color:#6d6e71;
	min-height:30px;
	 margin-bottom:40px;
	
	}
.top-area2{	

	}
/*Social Icons 2*/


.social-icons2 {
padding-top:5px;
text-align:right;
float:right;
width:120px;
}


.social-icons2 li {
	
	display:inline-block;
	list-style:none;

	text-indent:-9999px;
	padding-right:2px;
	
}
.social-icons2 li a, a.social-icon {
	width:23px;
	height:23px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.social-icons2 li:hover a {
	background-position:0 -38px;
}

.social_twitter2 {background: url(../images/icons/social/twitter2.png) no-repeat;}
.social_facebook2 {background: url(../images/icons/social/facebook2.png) no-repeat;}
.social_youtube2 {background: url(../images/icons/social/youtube2.png) no-repeat;}

.social_instgram2 {background: url(../images/icons/social/instg2.png) no-repeat;}
		

.version
{
 
margin-top:5px;
text-align:left;
width:50px;
float:right;
font-size:14px;font-family: Teq,Droid Arabic Kufi,sans-serif;

 }


.version a{
	
font-size:14px;font-family: Teq,Droid Arabic Kufi,sans-serif;
color:#e3001b;
text-align:left;text-decoration:none;

	}

.version a:hover{
	
font-size:14px;font-family: Teq,Droid Arabic Kufi,sans-serif;
color:#fff;text-decoration:none;
	}
	
	  .navbar-left {
    padding-top:20px;
	padding-right:60px;
  }
  
  /*scroll up*/
	
#scroll-top{
width:40px;
height:33px;
text-align:center;	
color:#fc941a;
background-color:#000;
	position:inherit;
	right:15px;
	bottom:10px;
	z-index:99999;
	display:none;
	cursor:pointer;
	opacity:0.8;
	border-radius: 2px; 
	}	
#scroll-top:hover{
	
	background-color:#242424;
	}	
	
	
	
	.by{
	
	line-height:32px;
	font-family:Arial,sans-serif;
	text-align:right;

	
	}
.by a{
	color:#fff;
	font-family:Arial,sans-serif;
	font-size:11px;
	
	}	
.by a:hover{
	
	color:#d1d1d1;
	
	}
	
	.footer-span {
    color: #e3e3e3;
    font-size: 12px;
    text-align: right;
    font-family: Arial,sans-serif;
	line-height:32px;
		text-align:left;
}
	
/*end  teqan */

.equal-height{
	display: flex;
	flex-wrap: wrap;
}

.equal-height .divCol {
	height: 100%;
}
.email {
	user-select: none; /* Prevent text selection */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default; /* Change cursor to default */
}