/* 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: 'Open Sans', sans-serif;
	font-size: 16px;
    line-height: 26px;
	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-brand {
	padding-bottom: .75rem;
}

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

.nav-item {
	
}

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

.nav-item a {
	color: #2E7676;
	/*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(90,197,196,0.15);
	color:#3b444d;
}

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

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

.icon-bar {
       background-color: #2E7676;
    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;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

#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: #2E7676;
	font-size: 34px;
    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;*/
	color: #777777;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    padding: 0;
    margin-bottom: 17px;
	line-height: 26px;
}

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:80%;
	margin:auto;
	background-color: #5AC5C4;
	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: #5AC5C4;
}

#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(90,197,196,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-parallax-1-v2.png);
}

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

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

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

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


#home h1 {
    color: #FFFFFF; /*#277574; #5ac5c4;*/
	font-size: 36px;
    line-height: 1.5em;
    font-weight: 400;
    font-style: normal;
    text-align: center;

    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 17px;
	background: rgba(255,255,255,0.30);
    width: fit-content;
	padding: 0px 15px;
}

#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;
}

#home .box-bg {
	margin: 280px 0px;
	text-align: center;
	text-align: -webkit-center;
}

/* infographics */

#infographic {
	padding: 0px;
	padding-top: 50px;
	bottom: 66px;
}

#infographic h3 {
	font-size: 22px;
    line-height: 30px;
}

/* main box*/
#infographic p {
	position: relative;
	z-index: 999;
}

#infographic ul {
	margin-left: 15px;
}

#infographic .box-2 {
	/*margin-top: 200px;*/
}

#infographic .box-3 {
	margin-top: -200px;
}

#infographic .box-4 {
	margin-top: 70px;
}

#infographic .infoImg {
	padding-bottom: 30px;
}

#infographic .infoImg p {
	text-align: center;
}

#infographic .box-2 .infoImg img,
#infographic .box-3 .infoImg img,
#infographic .box-4 .infoImg img {
	    height: 300px;
}

/*header*/
#infographic .box-1 h3,
#infographic .box-3 h3 {
	color: #5AC5C4;
}

#infographic .box-2 h3,
#infographic .box-4 h3 {
	color: #2E7676;
	margin-left: 70px;
}


#infographic .box-1 .infoHead,
#infographic .box-3 .infoHead {
	padding-left: 30px;
}

#infographic .box-2 .infoHead,
#infographic .box-4 .infoHead {
	margin-left: 75px;
}

/* info icon */

#infographic .infoIcon {
	position: absolute;	
}

#infographic .infoIcon img {
	width: 70px;
    top: 35px;
    left: 35px;
    position: absolute;
}

#infographic .box-1 .infoIcon,
#infographic .box-3 .infoIcon {
	border-radius: 50%;
    background: #5AC5C4;
    width: 140px;
    height: 140px;
    right: 15px;
    margin-right: -25px;
}


#infographic .box-2 .infoIcon,
#infographic .box-4 .infoIcon {
	border-radius: 50%;
    background: #2E7676;
    width: 140px;
    height: 140px;
    float: left;
    margin-left: -25px;
}

/* description*/
#infographic .infoDesc {
	padding: 30px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
}

#infographic .box-1 .infoDesc,
#infographic .box-3 .infoDesc {
	background: #5AC5C4;
	margin-right: 45px;
}

#infographic .box-2 .infoDesc,
#infographic .box-4 .infoDesc {
	background: #2E7676;
	margin-left: 45px;
}



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

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

#whyuniuni ul li {
	font-size: 16px;
	margin-bottom: 10px;
}

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


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


#whoweare {
	padding-top: 90px;
	padding-bottom: 70px
}

#whoweserve ul {
	margin: 0px;
	margin-top: 30px;
}


#whoweserve ul li {
	display: inline-block;
	width: 20%;
	float: left;
	padding-right: 16px;
	font-size: 15px;
}

#whoweserve ul li strong {
	display: block;
	font-size: 18px;
    margin-bottom: 14px;
}

#whoweserve ul li br {
	display: none;
}

#whoweserve ul li::marker {
	display: none;
}
/* 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:75px;
	/*background:url(../images/home/home-bg.png);
	background-size:cover;
	background-position:center;*/
}

.pagedivider-sml div {
	padding:45px;
	/*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: #2E7676;
}

#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);
}

#contactus a,
#contactus a:focus {
	color: #777777;
}

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

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 small {
	color: #777777;
}

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;
	}
	
	.nav-item a.social-icon {
		display: inline-block;
		padding: 20px 6px 5px 6px !important;
	}
	
	#home {
		padding: 0px 0px;
	}
	
	#home .box-bg {
		margin: 180px 0px;
	}
	
	/* infographics */
	#infographic h3>br {
		display: none;
	}
	
	#infographic .box-2,
	#infographic .box-3,
	#infographic .box-4 { 
		margin-top: 50px;
	}
	
	#infographic .box-1 .infoIcon, #infographic .box-3 .infoIcon {
		margin-right: 0px;
	}
	
	#infographic .box-2 .infoIcon, #infographic .box-4 .infoIcon {
		margin-left: 0px;
	}
	
	#infographic .box-1 .infoDesc, 
	#infographic .box-3 .infoDesc {
		margin-right: 90px;
	}
	
	#infographic .box-2 .infoDesc, 
	#infographic .box-4 .infoDesc {
		margin-left: 90px;
	}
	
	#whoweserve ul li {
		display:block;
		width: 100%;
		float: left;
		padding-right: 16px;
		font-size: 15px;
	}
	
	#whoweserve ul li {
		margin-bottom: 15px
	}
	
	#whoweserve ul li strong {
		margin-bottom: 0px
	}
	
	#whoweare {
		padding: 50px 0px;
	}
	
	.slice {
    	padding: 46px 0;
	}
	/* 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: 0px 0px;
	}
	
	#home .slide {
		height:400px;
	}
	
	#home h1 {
		font-size: 28px;
		line-height:36px;
		
	}
	
	#home .box-bg {
        margin: 120px 0px;
    }
	
	
	h2 {
		font-size: 28px;
		line-height:36px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h3:lang(ar) {
		font-size: 22px;
	}
	
	/* client */
	#client .client-box {
		/*width: 49%;*/
		padding:20px;
	}
	
	
	
	#infographic h3 {
		font-size: 16px;
		line-height: 26px;
	}
	
	#infographic h3>br {
		display: block;
	}
	
	#infographic .infoIcon img {
		/*padding: 20px;*/
	}

	#infographic .box-1 .infoHead, #infographic .box-3 .infoHead {
		padding-left: 0px;
	}
	
	#infographic .box-1 .infoIcon, #infographic .box-3 .infoIcon {
		width: 90px;
    	height: 90px;
		margin-top: 15px;
	}
	
	#infographic .box-1 .infoDesc, #infographic .box-3 .infoDesc {
		margin-right: 35px;
	}
	
	#infographic .box-2 .infoIcon, #infographic .box-4 .infoIcon {
		width: 90px;
    	height: 90px;
		margin-top: 15px;
	}
	
	#infographic .box-2 .infoDesc, #infographic .box-4 .infoDesc {
        margin-left: 35px;
    }
	
	#infographic .box-2 .infoHead, #infographic .box-4 .infoHead {
		margin-left: 30px;
	}
	
	
	
	/* 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;
	}
	
	#whoweserve h3,
	#contactus h3 {
        font-size: 20px;
    }
	
	footer {
		padding-top: 50px;
	}
}


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

	#home img {
		max-width: 220px !important;
	}
	
	#home h1 {
		font-size: 26px;
		line-height: 36px;
	}
	
	
	#infographic .infoDesc {
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
	}
	
	#infographic .infoIcon img {
		width: 50px;
		top: 20px;
		left: 20px;
		position: absolute;
	}
	
	#infographic .box-2 .infoImg img, 
	#infographic .box-3 .infoImg img, 
	#infographic .box-4 .infoImg img {
		height: auto;
		width: 100%;
	}

	
	/* client custom modal */
	
	#clientModal,
	#clientModal iframe {
		width:390px;
	}	
	
	#client .client-box span {
		/*width:80%;*/
		text-align:center;
	}
	
	#whyuniuni .divLeft {
		padding-bottom: 30px;
	}
	
	#whoweare,
	.slice {
		padding: 70px 0px;
	}
	
	#whyuniuni 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) {

}

