﻿@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Tajawal');

html,
body {
    height: 100%;
    color:#898989;
    font-size:15px;    
	font-family: 'Roboto', sans-serif;
    line-height: 25px;
}





.top
{
	padding:0px 0;
	background-color:#fff;
	color:#013159;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:40px;
	text-align:right;    
	border-bottom: 1px #e8e8e8 solid;

}

.top i
{
	font-size:18px;
	margin-left:5px;
}


.top a
{
	color:#013159;
}



.lang 
{
    font-size: 24px !important;
    padding: 0px 10px;
    width: auto !important;    
    font-family: 'Lateef';    

}



.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;

}


.top ul 
{
   padding-left:0px;
}



.top .socials li {
    display:table-cell;	
    width: 45px;
    height: 42px;
    float: left;
}


.top .socials li a {
	width: 45px;
	height: 42px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
    margin-left: 0px;
	color: #013159;	
	background: #fff;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-left: 1px #e8e8e8 solid;
    }

.top .socials li a i{
 margin-right:0;
 font-size:15px;	
 margin-left: 0px;			
}

.top .socials li a:hover {
	background: #dddddd;
	color: #013159;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}





.logo
{
 background-color:#fff;
 padding:5px 0 5px 0;
 position: relative;
 width:100%;
 
}


.img-responsive-logo{
    display: block;
    max-width: 100%;
    height: auto;
    padding:3px 0 0 0;
}

.font-lang
{
font-family: 'Roboto', sans-serif;
font-size:15px;
color:#4f4f4f;

}

.box-contacts
{
	border:1px #dddddd solid;
	padding:0px 10px;
	text-align:center;    
	border-radius: 5px;
	font-size:18px;
    margin: 25px 0 0 0px;
    color:#013159;
}



.icons-contacts
{
	float: left;
    border-right: 1px #cdcdcd solid;
    padding-right: 8px;
    height: 40px;
    margin-top: 10px;
}

.menu
{
		background-color:#013159;
}



.address
{
	 background-color:#024278;
	 color:#FFFFFF;    
	 font-size:14px;    
}
  
.address-text
{
	line-height: 15px;
    padding:4px;			
}
  
  

.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
    
}
#search .close {
    color: #024278;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.bg-search
{
	background-color:#001f38;
}
#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 50px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#search .btn {
    left: 50%;
    margin-top: 60px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}


.s-icon {
    border-radius: 40px;
    text-align: center;    
    padding: 17px 0px;
}


.s-icon a {
    color: #ffffff ;
    font-size: 20px ;
    text-align: center;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 153px;
    font-size: 29px;
}


.btn-site {
    background: #024278 none repeat scroll 0 0;
    color: #fff !important;
}



.carousel,
.item,
.active {
    height:400px;
}

.carousel-inner {
    height:100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.content
{
   margin-top:40px;
   margin-bottom:30px;
}

.title
{
    color:#013159;
	font-family: 'Roboto', sans-serif;
    margin-bottom:20px;
    padding-bottom:20px;    
    text-transform:capitalize;
    font-size:25px;
    background:url('../images/line-yellow-en.png') no-repeat left bottom;

} 

.title span
{
    padding-bottom:24px;
}



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    text-transform:capitalize;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.btn-more{
    color: #fff;
    background-color: #f3be10;
    border-color: #f3be10;
    margin-top: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
    
.btn-more:hover {
    color: #e9b408;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff;
    border-color: #e9b408;
}





.bg-projects
{
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background: #013159 url('../images/bg.png') no-repeat scroll center center;
    background-blend-mode: multiply;
    padding:40px 0;
}

.title-projects
{
    color:#fff;
    font-family: 'Tajawal', sans-serif;
    margin-bottom:20px;
    padding-bottom:20px;    
    background:url('../images/line-yellow2.png') no-repeat center bottom;
    text-align:center;
    font-size:25px;
}


.text-projects
{
	 font-size:20px;
	 color:#FFFFFF;
}



.text-projects a
{
	 color:#f3be10;
}


.text-projects a:hover
{
	 color:#f3be10;
	 text-decoration:none;
}




.footer
{
	background-color:#f3be10;
	padding:20px 0;
	color:#fff;    
    text-align:left;
    font-size:25px;
  

}
.footer i
{
	margin-left:10px;
}


.footer-title
{
  font-size:22px;
  margin-bottom:15px;
  color:#e9e9e9;
}

.footer-manu ul
{ 
padding-left:0
}
.footer-manu ul li
{ 
 display:block;
 padding:2px 0;
}

.footer-manu ul li a
{ 
	color: #fff;
    font-size: 15px;
    line-height: 18px; 
}

.footer-manu ul li a:hover
{ 
	color:#fff;  
	text-decoration:none;  
}


.footer-email a
{
	color:#fff;    
}


.newsletter

{
	background-color:#dba803;
	padding:5px 10px;
}

.newsletter .headline
{
    font-size:30px;
}



.newsletter .small
{
font-size:13px;
}




.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.btn-send {
    color: #fff;
    background-color: #013159;
    border-color: #013159;
    margin-top:10px;
}



.btn-send:hover {
    color: #013159;
    background-color: #f3be10;
    border-color: #f3be10;
}





.copyright {
    padding: 10px 0;
	color:#fff;    
    font-size: 14px;
	text-align: right;	
	font-family: 'Roboto', sans-serif;
	background-color:#dba803;
}
 
.copyright a{
	color:#fff;    
}



.pic-inner
{
	width:500px;
	height:auto;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}





.calls
{
	margin-bottom:45px;
}


.calls .h4
{
   font-size:18px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #dba803;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #dba803;
    margin-right: 10px;
    font-size:18px;
}



.date
{
	position: absolute;
    z-index: 99999;
    bottom: 15px;
    right: 15px;
    left:15px;
    margin:auto;
    font-size: 18px;
    color: white;
}

.inner-list
{
margin-top:10px;
}

.inner-list ul
{ text-align:right;    
  padding-right: 20px;
}

.inner-list ul li
{   
    display: list-item;
    list-style-type: square;
    padding: 5px 0px;
}






