/* CSS Document */


* {
	outline: none;
	margin: 0;
	padding: 0;
}

a {
    color: #002D3C;
}
	
a:hover {
	text-decoration:none;
}


body {
	background:#FFF;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	font-family: 'Tajawal', sans-serif;
	font-size: 16px;
    line-height: 22px;
	color:#777;
	position:relative;
}

body:lang(ar) {
	font-family: 'Tajawal', sans-serif;
}

header {
	    
}


header:lang(ar) {
	direction:rtl;
}

.container {
	max-width:1170px;
}

.navbar {
	background:#FFF;
	margin:auto;
	padding:0px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.navbar-brand:lang(ar) {
	margin-right: 0rem;
}

.navbar .navbar-brand img {
	height:60px;
}

.nav-item {
	
}

.nav-link:lang(en) {
	font-weight: 400;
}

.nav-item a {
	color: #3b444d;
	text-transform: uppercase;
	font-weight:300;
	font-size: 100%;
	padding: 12px 17px 5px 17px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-item a:lang(ar) {
	font-weight:300;
	font-size: 90%;
}

.navbar img.logo-sm {
	height: 40px;
	display: none;
}

.nav-item a.social-icon {
	display: inline-block;
	padding: 9px 6px 5px 6px !important;
}

.nav-item a.social-icon img {
	width: 20px;
}
	
.nav-item:hover {
	/*background:#ea6504;*/
}

.nav-item a:hover {
	background: rgba(200,169,120,0.70);
	color:#FFF;
}

.nav-item a.social-icon:hover {
	background: rgba(200,169,120,0.10);
	color:#FFF;
}

.navbar-toggler {
    padding: .75rem .75rem;
	border:1px solid #002D3C;
	border-radius:0px;
}

.icon-bar {
       background-color: #002D3C;
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
}

.icon-bar+.icon-bar {
    margin-top: 6px;
}

.arbtn {
    font-family: 'Tajawal', sans-serif;
    font-size: small;
}

#social-top a {
	display: inline-block;
	height: 20px;
}

h1, h2, h3, h4, h5, h6, legend {
    margin: 0;
    font-weight: 300;
    font-family: 'Tajawal', sans-serif;
}

h1:lang(ar), h2:lang(ar), h3:lang(ar), h4:lang(ar), h5:lang(ar), h6:lang(ar), legend:lang(ar) {
    margin: 0;
    font-weight: 400;
    font-family: 'Tajawal', sans-serif;
}


h2 {
    color: #c8a978;
	font-size: 50px;
    line-height: 44px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    /*text-transform: uppercase;*/
    position: relative;
    margin-bottom: 17px;
}


h2:lang(ar) {

    margin-bottom: 30px;
}

h3 {
	color: #3b444d;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    padding: 0;
    margin-bottom: 17px;
}

h3:lang(ar) {
	color: #3b444d;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    padding: 0;
    margin-bottom: 30px;
}

h4 {
	color: #3b444d;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    padding: 0;
    margin-bottom: 17px;
}

hr {
	width:350px;
	margin:auto;
	background-color: #777;
	display: block;
    height: 0px;
	margin-bottom:40px;
	margin-top:40px;
}


.slice {
    padding: 66px 0;
	z-index: 99;
    position: relative;
    background: #FFF;
}

.slice:lang(ar) {
	direction:rtl;
	
}

.addresstext {
    color: #c8a978;
}

#arrowhome {
	width:40px;
	padding:10px;
	border:1px solid #000;
	/*background:#748693;*/
	background: rgba(116,134,147,0.5);
	position: fixed;
	right:20px;
	bottom:30px;
	display:none;
	cursor:pointer;
	z-index:999;
}

#arrowhome:lang(ar) {
	left:20px;
	right:auto;
}

/* home */

#home {
	margin-top:70px;
	overflow:hidden;
	background: rgba(200,169,120,0.20);
	position:relative;
	z-index:0;
	padding: 170px 0px;
	/*background:url(../images/home/home-bg.png);
	background-size:cover;
	background-position:center;*/
}


#home .slide {
	position:absolute;
	background-size:cover !important;
	background-position:center !important;
    width: 100%;
	display:block;
}


#home .slide-bg {
	display: block;
}

#home .slide-1 {
	background:url(../images/home/home-bg-1.png);
}

#home .slide-2 {
	background:url(../images/home/home-bg-2.png);
}

#home .slide-3 {
	background:url(../images/home/home-bg-3.png);
}

#home .slide-4 {
	background:url(../images/home/home-bg-4.png);
}

#home .slide-5 {
	background:url(../images/home/home-bg-5.png);
}


#home h1 {
    color: #3b444d;
	font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
    font-style: normal;
    text-align: center;

    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 17px;

}

#home h1:lang(ar) {
	 letter-spacing: 0em;
}

#home small {
	    text-transform: none;
    font-size: 0.75em;
    font-weight: 400;
    color: inherit;
	line-height: 1.5em;
}

/* what we do */
#whatwedo {
	background: rgba(116,134,147,0.10);
}
#whatwedo ul {
	margin-left: 20px;
}

#whatwedo ul:lang(ar) {
	margin-left: 0px;
	margin-right: 20px;
}

#whatwedo ul li {
	font-size: 18px;
	margin-bottom: 10px;
}

#whatwedo h3:lang(ar) {
	text-align: right;
}


#whatwedo ul li:lang(ar) {
	text-align: right;
}


#whoweare {
	padding: 120px 0px;
}

/* latestworks */
#latestworks {
	/*background:  rgba(59,68,77,0.15)*/
	background: rgba(200,169,120,0.10);
}

.work_box {
	padding: 15px;
	margin-bottom: 30px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid rgba(59,68,77,0.3);
}
/* client */

#client .client-box {
	
	margin:auto;
	display: inline-block;
	padding:20px;
	position:relative
}

#client .client-box img {
	position:relative;
	width: 100%;
}

#client .client-box a {
	position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	text-align:center;
	padding:20px;
}

#client .client-box span {
	color: #FFF;
    background: #002D3C;
    font-size: 14px;
	line-height:18px;
    padding: 8px 10px;
    margin: auto;
    top: 93%;
    position: absolute;
    border: 3px solid #FFF;
	display:none;
	    width: fit-content;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 40px;
}

/* page divider */

.pagedivider div {
	padding:105px;
	/*background:url(../images/home/home-bg.png);
	background-size:cover;
	background-position:center;*/
}


#contactus:lang(ar) P {
	direction: ltr;
}
#map_canvas {
	min-height:350px;
}


#contactForm{
	margin-bottom: 70px;
}
#contactForm p {
	
	font-size: 16px;
	margin-bottom: 4px;
	color: #3b444d;
}

#contactForm p strong {
	font-size: 20px;
	color: #c8a978;
}

#contactForm input[type="text"], #contactForm textarea {
	font-size: 18px;
	color: #748693;
	border: 1px solid rgba(116,134,147,0.50);
	padding: 8px;
	padding-bottom: 4px;
	background: rgba(200,169,120,0.10);
	width: 100%;
	margin-bottom: 20px;
}

#contactForm textarea {
	max-height: 150px;
	min-height: 150px;
}

#contactForm input[type="submit"] {
	background: rgba(200,169,120,1.00);
	color: #FFF;
	border: 0px;
	padding: 12px;
	padding-bottom: 6px;
	font-size: 20px;
	margin: auto;
	width: 150px;
}

#contactForm input[type="submit"]:hover {
	background: rgba(200,169,120,0.70);
}

footer {
	background:url("../images/bg-bottom.png"); 
	background-position: bottom; 
	background-size: contain; 
	background-repeat: no-repeat;
	padding-top: 170px;
    padding-bottom: 30px;
	color: #fff;
}

footer:lang(ar) {
	background:url("../images/bg-bottom-ar.png"); 
	background-position: bottom; 
	background-size: contain; 
	background-repeat: no-repeat;
	direction: rtl;
	text-align: right;
}

footer .social-icon {
	display: inline-block;
	width: 22px;
	margin-right: 20px;
	margin-bottom: 14px;
}

footer .social-icon:last-child {
	margin-right: 0px;
}

footer:lang(ar) .social-icon {
	display: inline-block;
	width: 22px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 14px;
}

footer:lang(ar) .social-icon:last-child {
	margin-left: 0px;
}

footer br {
		display: none;
	}



.fixed-top {
    z-index: 999;
}

.modal {
	z-index:9999;
	position:fixed;
}

/* client details */

#clientModal .modal-body {
	padding:0px;
}

.client_details {
	margin-bottom:20px;
	padding: 0px 35px;
}

.client_details h1 {
	margin-top:20px;
	color:#002d3c;
	font-size:40px;
	line-height:40px;
	font-weight:400;
	text-align:left;
}

.client_details h2 {
	color:#002d3c;
	font-size:20px;
	line-height:30px;
	font-weight:400;
	text-align:left;
	letter-spacing: 0;
    text-transform: none;
	margin-bottom:0px;
}

.client_details p {
	font-size:18px;
	line-height: 24px;
    margin-bottom: 5px;
}

.client_extra_details {
	margin-bottom:20px;
	padding: 0px 35px;
}

.client_extra_details p {
	font-size:14px;
	line-height: 16px;
    margin-bottom: 5px;
}

/* slider tweaks */

.slider .slick-slide div {
	border:1px solid #CCC;
	text-align:center;
	padding:20px;
	background:#FFF;
	margin-bottom:15px;
}

.slick-slide img {
	margin:auto;
}

.slider .slick-slide div img {
	margin:auto;
	max-height:120px;
	max-width:175px;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
	z-index: 99;
	top:-30px;
}

.slick-prev:before, .slick-next:before {
	opacity:1;
}

.slick-prev {
    left: 35%;
}

.slick-prev:before {
    content: url(../images/home/arrow-left.svg);
}

.slick-next {
    right: 35%;
}

.slick-next:before {
    content: url(../images/home/arrow-right.svg);
}

.slide-count-wrap {
	text-align:center;
    position: absolute;
    top: -40px;
    margin: auto;
    display: inline-block;
    left: 50%;
    font-size: 24px;
	width: 100px;
    margin-left: -50px;
}

/* custom modal */
.modal-bg {
	background:url(../images/home/modal-bg.png);
	background-position:97% 100%;
	background-repeat:no-repeat;
}
.custom-modal-header {
	padding:15px 30px
}

.btn-close-modal {
	width:30px;
	height:30px;
	cursor:pointer;
}


@media all and (min-height: 600px) { 

	#home .slide {
		height: 720px;
	}

}

@media all and (min-width: 1690px) { 
	footer {
	background:url("../images/bg-bottom-lg.png"); 
	}
	
	footer:lang(ar) {
	background:url("../images/bg-bottom-lg-ar.png"); 
	}
}


@media all and (max-width: 1690px) {
	
}


@media all and (max-width: 1280px) {
	
}

@media all and (max-width: 980px) { 

	#home {
    	margin-top: 60px;
		overflow:hidden !important;
	}
	
	
	#home .slide {
		height: 480px;
	}

	.navbar .navbar-brand img {
		height: 45px;
	}
	
	.nav-item a {
		padding: 25px 15px !important;
	}
	
	#home {
		padding: 160px 0px;
	}
	
	/* client */
	#client .client-box {
    	/*width: 19.2%;*/
	}
	
	footer {
		padding-bottom: 16px;
	}
}


@media all and (max-width: 736px) { 
	
	hr {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.navbar-brand {
		padding:10px;
	}
	
	.navbar .navbar-brand img {
		height: 40px;
	}
	
	.navbar-toggler {
		padding:8px 6px;
		margin-right:10px;
	}
	
	.navbar-toggler:lang(ar) {
		padding:8px 6px;
		margin-left:10px;
	}
	
	.icon-bar {
		width:18px;
	}
	
	.icon-bar+.icon-bar {
		margin-top: 4px;
	}
	
	.navbar-collapse {
		border-top:1px solid #e2e2e2;
	}
	
	.nav-item a {
		padding: 8px 10px !important;
	}
	
	#home {
		margin-top: 50px;
		padding: 130px 0px;
	}
	
	#home .slide {
		height:400px;
	}
	
	#home h1 {
		font-size: 28px;
		line-height:36px;
		
	}
	
	
	
	h2 {
		font-size: 32px;
		line-height:36px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h3:lang(ar) {
		font-size: 22px;
	}
	
	/* client */
	#client .client-box {
		/*width: 49%;*/
		padding:20px;
	}
	
	/* client custom modal */
	
	#clientModal,
	#clientModal iframe {
		width:390px;
		margin:auto;
	}
	
	.modal-dialog {
		    margin: .5rem 0;
	}
	
	.slick-prev, 
	.slick-next,
	.btn-close-modal {
		width:20px;
		height:20px;
	}
	
	.slick-prev, .slick-next {
		top:-25px;
	}
	
	.slide-count-wrap {
		top:-35px;
		font-size:20px;
	}
	
	.slick-prev {
		left: 30%;
	}

	.slick-next {
		right: 30%;
	}
	
	.slick-slide img {
		width:100%;
		display: block;
	}
	
	footer {
		padding-top: 50px;
	}
}


@media all and (max-width: 480px) {
	
	#home {
		padding: 100px 0px;
	}

	#home img {
		max-width: 220px !important;
	}
	
	#home h1 {
		font-size: 20px;
		line-height: 36px;
	}
	
	/* client custom modal */
	
	#clientModal,
	#clientModal iframe {
		width:390px;
	}	
	
	#client .client-box span {
		/*width:80%;*/
		text-align:center;
	}
	
	#whatwedo .divLeft {
		padding-bottom: 30px;
	}
	
	#whoweare {
		padding: 60px 0px;
	}
	
	#whatwedo ul li:lang(ar) {
		font-size: 16px;
	}
	
	footer {
		
		padding-bottom: 70px;
		color: #000;
		text-align: center;
	}
	
	footer:lang(ar) {
		text-align: center;
	}
	
	
	footer br {
		display: block;
	}
}

@media all and (max-width: 320px) {
	/* client custom modal */
	
	#clientModal,
	#clientModal iframe {
		width:300px;
	}	
	
	#home {
		padding: 90px 0px;
	}
}



/* FOR IPADS */

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	
	
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	   

}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

	
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

