@font-face {
    font-family: 'exobold';
    src: url('../fonts/exo-bold-webfont.woff2') format('woff2'),
         url('../fonts/exo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'exolight';
    src: url('../fonts/exo-light-webfont.woff2') format('woff2'),
         url('../fonts/exo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'exoregular';
    src: url('../fonts/exo-regular-webfont.woff2') format('woff2'),
         url('../fonts/exo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: "Frutiger LT Arabic 55 Roman";
  src: url("../fonts/FrutigerLTArabic-55Roman.eot"); /* IE9*/
  src: url("../fonts/FrutigerLTArabic-55Roman.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */  
  url("../fonts/FrutigerLTArabic-55Roman.woff") format("woff"), /* chrome、firefox */
  url("../fonts/FrutigerLTArabic-55Roman.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/FrutigerLTArabic-55Roman.svg#Frutiger LT Arabic 75 Black") format("svg"); /* iOS 4.1- */
}
body{
	font-family: "Frutiger LT Arabic 55 Roman";
}

.no-padding{
	padding-left:0;
	padding-right:0;
}
.no-l-padding{
	padding-left:0;	
}
.no-r-padding{	
	padding-right:0;
}
.padding-bottom-10{
	padding-bottom:10px;
}
.padding-bottom-40{
	padding-bottom:40px;
}
.css3-gradient1 {
    position: relative;
}
.css3-gradient1:after{
    content:"";
    position:absolute;
    z-index:-1;    
    padding-top: 20px;
    top:100%;
    bottom:0;
    width:120%;
    height:15px;
    left:-10%;
    right:-10%;
    background:-webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.3), rgba(97, 97, 97, 0.0) 50%);
    background:radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.3), rgba(97, 97, 97, 0.0) 50%);
}
.navbar-default {
    background-color: #FFFFFF;
    border: none;
    border-top:15px solid #A2765B;     
    z-index: 99 !important;  
}
.navbar-brand{ 	
    width: 115px;
    height:120px;
    background:url('../img/logo-artar.png') no-repeat center center;
    background-size: 65px 65px;
    padding:0;
    margin:0;
}
.text-right {
    text-align: left !important;
}
.text-left{
	text-align:right !important;
}
.pull-right{
	float:left !important;
}
.navbar-header {
	vertical-align:middle;
    margin-top: -50px;
}
#navbar ul.navbar-nav {  
    width: 75%;
    text-align: center;
    margin-top: 15px;
}
#navbar ul.navbar-nav > li {  
  margin-right:15px;
  margin-left:15px;  
  float: none;
  display: inline-block;
}
#navbar ul.navbar-nav > li:last-child {  
  margin-right:0;
  margin-left:15px;
}

#navbar ul.navbar-nav > li > a {
    padding: 6px;
    line-height: 20px;
    font-size: 16px;
    font-family: "Frutiger LT Arabic 55 Roman";
    color: #a2765b;
}
#navbar ul.navbar-nav > li.active {
	background-color:#a2765b;
}

#navbar ul.navbar-nav > li.active > a{
	color:#ffffff;
	background-color:transparent !important;
}
#navbar ul.navbar-nav > li > a:focus {	
	background-color:transparent !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    text-align:center;
    min-width: 160px;
    padding: 0 0;
    margin: 0px 0 0;
    font-size: 12px;    
    list-style: none;
    background-color: #c4c0c0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 0px !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-align:center;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.dropdown-menu > li.sub-active > a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #464646;
}
.navbar-form {
	margin-top:-6px;
	margin-bottom:0;
	vertical-align:top;
}
#artar-langcareer{
	display: block;
	padding-top:30px;
}
#artar-navbar-search.navbar-form {
	width:240px;
	display: inline-block;
}
#artar-navbar-search.navbar-form .btn-default:hover, #artar-navbar-search.navbar-form .btn-default {
    color: #FFFFFF;
    border-color: transparent;
	background-color:#a2765b;
	border-radius: 0px !important;
    padding: 6px 10px;
}
#artar-navbar-search > div > input {
	border-color:#e1e1e1;
	border-radius: 0px !important;
	background-color:#f7f7f7;
}
#artar-navbar-search > div > input:focus {
	outline: none !important;
	box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
}
#artar-langcareer > li > a{
	font-size:12px;
	padding:0;
	margin:0;
	display: inline-block;
	font-family: "Frutiger LT Arabic 55 Roman";
	color:#a2765b;
	text-align:center;
}
#artar-langcareer > li:not(:first-child):before{
	content:'|';
	padding-left:5px;
	color:#a2765b;
}
#artar-langcareer li a.arabic-font {
	font-family: "Frutiger LT Arabic 55 Roman";
}
.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* MAIN SLIDER
 ---------------------------------- */
.contain_slideshow{
	margin-top:140px;
}
#maincarousel .owl-controls {
	position: absolute;
	margin-top: -3em;
	left:15%;
	right:15%;	
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	z-index:200;
}
#maincarousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align:middle;
}
#maincarousel .owl-dots .owl-dot span,
#maincarousel .owl-dots .owl-dot:hover span {
	width: 1.1em;
	height: 1.1em;
	margin: 0.18em 0.24em 0.18em 0.24em;
	vertical-align:middle;
	background: rgba(255,255,255,0.50);
	border:none;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#maincarousel .owl-dots .owl-dot.active span {
	background: rgba(255,255,255,1);	
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 1.1em;
	height: 1.1em;
}
#maincarousel .caption-slider {
	position: absolute;
    right: 15%;
    top: 0;
    left: 10%;
    z-index: 10;
    color: #fff;
    text-align: left;
    margin-bottom: 0.3em;
    display: inline-block;
    width: 25%;
    background-color: rgba(162, 118, 91, 0.5);
    padding: 30px 30px 0 30px;
    font-family: "Frutiger LT Arabic 55 Roman";
    height:100%;
}
#maincarousel .caption-slider h1 {
	font-size:35px;
}
#maincarousel .caption-slider b {
	font-family: "Frutiger LT Arabic 55 Roman";
	font-weight:normal;
}
.aboutsection {
	color:#a2765b;
	font-family: "Frutiger LT Arabic 55 Roman";
	margin-top:25px;
}
.aboutsection.subpages h2 {
	margin-bottom:25px;
}
.aboutsection.subpages p, .divs3Border p {
	color:#020202;
}
.darkerColor {
	color:#a2765b;	
}
.darkBlueColor{
	color:#283b62;
}
.boldFont {
	font-family: "Frutiger LT Arabic 55 Roman";
}
.innerPage h2, .innerPage h4 {	
	margin-top:0;
}
.aboutsection.subpages h2:after{
	border-bottom: 2px solid #a2765b;
    content: '';
    display: block;
    padding-top: 0px;
    text-align: center;
    width: 12%;
    margin: 0 auto;
}
hr.hashed-hr {
	border: 0; 
    background: url('../img/hrline.png') repeat-x;    
    height: 10px;
    padding: 0;
}
.copyright-home p{
	font-size:11px;
	font-family: "Frutiger LT Arabic 55 Roman";
	margin-top:25px;
	margin-bottom:25px;
}
form#projectForm input.form-control, form#projectForm textarea.form-control {	    
    padding: 6px 12px;
    font-size: 14px;
    font-family: "Frutiger LT Arabic 55 Roman";
    line-height: 1.42857143;
    color: #222222;
    border: 1px solid #777777 !important;
    border-radius: 0px !important;    
}
form#projectForm input.form-control:focus, form#projectForm textarea.form-control:focus {	    
    outline:none;
    box-shadow:0 0;
}
form#projectForm textarea.form-control {
	resize: none;
}
button[type="submit"]{
	background-color:#A2765B;	
	padding: 8px 35px;
	border-radius:2px;
	border-color:#A2765B;
}
.btn-primary:hover, .btn-primary:focus, button[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:active, button[type="submit"]:focus:active {
    color: #fff;
    background-color: #A2765B;
    border-color: #A2765B;
}
#mapofProjects {
    height:500px;
    width:100%;
    margin-bottom: -40px;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
a.project-item {
	display:inline-block;
}
#owlCarouselWithArrows {
	margin-top:20px;	
}
#owlCarouselWithArrows .owl-item:hover a:after {
    content: '+';
    display: block;
    width: 100%;
    font-size: 130px;
    font-weight: 400;
    background: rgba(160, 160, 160,0.50);
    color: #a2765b;
    text-decoration: none;
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    top: -12px;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}
.beforeFooter3Divs {
	margin-top:100px;
	border-top:1px solid #d0baad;	
	padding-bottom:70px;	
}
.beforeFooter3Divs h4, .divs3Border h4 {
	text-transform: uppercase;
	color:#a2765b !important;
}
.beforeFooter3Divs .col-md-12 {
	margin-top:50px;
}
.divs3Border {
	margin-top:60px;		
}
.divs3Border .col-md-4:nth-child(1),
.divs3Border .col-md-4:nth-child(2) {
    content: '';
    display: block;
    border-left: 1px solid #d0baad;
    height: 280px;
}
.divs3Border .glyphicon{
	    color: #A2765B;
}
.contactuscontent h5 span:not(.glyphicon), .divs3Border h5 span:not(.glyphicon) {
    padding: 0 10px;
}
.companyitem {
	margin-bottom:20px;
}
/*
 *COMPANY HOVER
 */
.ih-item a {
  color: #FFFFFF;
  display: block;
  text-align: center;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item {
  position: relative;
   -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item .info-imagehover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.effect6 {
  overflow: hidden;
}
.ih-item.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.effect6 .info-imagehover {
  background: #a2765b;
  background: rgba(162,118,91,0.65);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.effect6 .info-imagehover h6 {
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  padding: 7px;
  background: rgba(162,118,91,0.9);
  margin: 10px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.effect6 .info-imagehover p {  
  font-size: 13px;
  position: relative;
  color: #FFFFFF;
  padding: 12px 10px 10px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.effect6 a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ih-item.effect6 a:hover .info-imagehover {
  visibility: visible;
  opacity: 1;
}

.ih-item.effect6.from_top_and_bottom .info-imagehover h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.effect6.from_top_and_bottom .info-imagehover p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.effect6.from_top_and_bottom a:hover .info-imagehover h3,
.ih-item.effect6.from_top_and_bottom a:hover .info-imagehover p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*
 * COMPANY HOVER
 */
.contactuscontent h5 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #A2765B;
    text-align: right;
}
.footer{
	color:#FFFFFF;
	background-color:#a2765b;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:40px;
}
.footer .social-icons {
	display: inline-block;
}
.footer .social-icons li{
	padding-right:0;
}
.footer .social-icons .fa-circle{
	color:#FFFFFF;
}
.footer .social-icons .fa-linkedin-square, 
.footer .social-icons .fa-facebook, 
.footer .social-icons .fa-twitter{
	color:#a2765b;
}
.searchpage .aboutsection.subpages a{
	text-decoration:none;
	color:#a2765b;
}
.companiesdiv {
	margin-bottom:70px;
}
.width-100 {
    width: 100%;
}
/* RESPONSIVE */
@media (max-width: 767px) {
	#artar-langcareer {
	    display: block;
	    padding-top: 15px;
	}
	.image-logo-btm img {
	    width: 70%;
	    margin: 0 auto;
	}
	#artar-langcareer li:nth-child(1), #artar-langcareer li:nth-child(2) {
	    vertical-align: middle;
	    padding-top: 10px;
	}
	#navbar ul.navbar-nav > li {	    
	    display: block;
	}
	#artar-navbar-search.navbar-form {
	    width: 240px;
	    display: block;
	    margin-bottom:50px;
	    border: 0;
    	float: right;
	}
	.navbar-brand {
	    width: 90px;
	    height: 83px;
	    background: url('../img/logo-artar.png') no-repeat center center;
	    background-size: 50px 50px;
	    padding: 0;
	    margin: 0;
	}
	.navbar-nav {
	    margin: 7.5px 20px;
	}
	.contain_slideshow {
	    margin-top: 160px;
	}
	#maincarousel .caption-slider {
	    left: 10%;
	    z-index: 10;
	    margin-bottom: 0.3em;
	    width: 50%;
	    background-color: rgba(162, 118, 91, 0.5);
	    padding: 10px 10px 0 10px;
	    font-family: "Frutiger LT Arabic 55 Roman";
	    height: 100%;
	}
	#maincarousel .caption-slider h1 {
    	font-size: 13px;
    	margin-top: 10px;
	}
	#maincarousel .caption-slider h2{
		margin-top:0px;
		font-size: 13px;
	}
	#owlCarouselWithArrows .owl-item:hover a:after {	   
	    font-size: 95px;
	}
	.beforeFooter3Divs .col-md-4:nth-child(1), .beforeFooter3Divs .col-md-4:nth-child(2) {
	    margin-bottom:20px;
	    border-right: 0px solid #b3b3b3;
	    height: auto;
	}
}
