﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Charm:400,700');




html,body{
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    color:#31312f;
}

#toTop {
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    z-index:999;
}

.img-responsive-logo{
    display: block;
    max-width: 100%;
    height: auto;	
    margin:20px 0 0 0;
}

.arabic a
{
	font-family: 'Tajawal', sans-serif !important;
	font-size:19px !important;
}


.navbar
{
  margin-bottom:0px;
}

.navbar-fixed-top 
{
    top: 0px;
    border-width: 0 0 1px;
    position: absolute;
}

.navbar-inverse 
{
    background:url('../images/bg-menu.png') no-repeat left top;    
    background-size: 100% 100%;
    border-color: rgba(10, 91, 88, 0);    
    padding:40px 0 0px 0;
    height:200px;
}




/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 100%;
    background:url('../images/bg-header.png') no-repeat left top;       
    background-size: cover; 
}

.carousel-inner {
    height: 100%;
}

.active {
    height: 100%;
}

.item {
    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;
}

.carousel-header {
    position: absolute; 
    left: 0%;
    right: 0%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;    
    top: 0px;


}

.carousel-header img{
    margin: auto;    

}

.carousel-pic {
    position: absolute;
    right: 15%;
    top: 420px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-indicators {
    bottom: 0px;
    text-align:right;
}
.carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b6a859;
    border: 2px solid #b6a859;
    border-radius: 100px;
}
.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 4px;
    background-color: #fff;       
    border: 2px solid #b6a859;

}



.bg-content {
    background:url('../images/bg.jpg') no-repeat center top;       
    background-size: cover; 
    padding-bottom:180px;
    padding-top:130px;
}

.bg-content-h {
    background:url('../images/bg.jpg') no-repeat center top;       
    background-size: cover; 
    padding-bottom:180px;
    padding-top:0px;
}



.bg-green
{
	background-color:#b6a859;
	padding:40px;
	color:#FFFFFF;
}


.bg-green .title
{
	font-family: 'Charm', cursive;
	color:#ffffff;
	font-size:33px;
	margin-bottom:10px;	
	text-transform:capitalize;

}
.bg-green .text
{
	 height:155px;
	 overflow:hidden;
}


.bg-green .text a
{
	 color:#FFFFFF;
}



.welcome
{
	padding-top:55px;
}

.title-welcome
{
	font-family: 'Charm', cursive;
	color:#b6a859;
	font-size:60px;
	text-transform:capitalize;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);   
     padding-left: 20px;
}




.welcome-text
{                         
	 height:326px;
	 overflow:hidden;
	 line-height:30px;
		
}
.btn {
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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: 30px;
    font-family:"Open Sans";
}


.btn-default {
    color: #fff;
    background-color: #143358;
    border-color: #143358;
    text-transform: capitalize;
    margin-top:20px;    
    margin-bottom:20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.btn-default:hover {
    color: #fff;
    background-color: #b6a859;
    border-color: #b6a859;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.brands
{
position:relative;
z-index:99;
margin-top:30px;
}


.brands ul
{
	padding-left:0;
	text-align:center;
	
}


.brands ul li
{
	display:inline-block;
	width:178px;
	height: 185px;
    text-align: center;
    margin: 0 4px 15px 4px;
    border: 0px #cdcdcd solid;
    border-radius: 0 0px 95px 95px;
}

.color1
{
	height:7px;
	background-color:#e8342d;
}

.color2
{
	height:7px;
	background-color:#f96119;
}
.color3
{
	height:7px;
	background-color:#f4c50a;
}
.color4
{
	height:7px;
	background-color:#6ab944;
}
.color5
{
	height:7px;
	background-color:#00903b;
}
.color6
{
	height:7px;
	background-color:#02a8c9;
}



.img
{
	
margin:auto;
padding:20px 10px 10px 10px;
}




.img img
{
	
margin:auto;
}



.img-logo
{
    margin: auto;
    padding: 0px 10px 0px 10px;
    height: 80px;
    vertical-align: middle;
    display: table-cell;
    width: 182px;
}




.img-logo img
{
    margin:20px auto auto auto;
}





.footer
{
	background:  url('../images/footer.png') no-repeat center top;
	height:545px;    
	background-size: 100% 100%;
    position: absolute;
    width: 100%;
    margin-top:-230px;
    z-index:1;    
    padding: 230px 0 0 0;	
    color:#FFFFFF;
    font-size: 15px;

}

.footer .headline
{
	font-size:25px;
	text-transform:capitalize;
	margin-bottom:20px;
}

.footer .textfooter
{
	margin-top:20px;
	height:100px ;
	padding-right: 60px;
	overflow:hidden;
}



.socials ul 
{   
    text-align:center;    
    margin-bottom: 0px;
    padding-left:0;
}


.socials ul li {
    display:inline-block;	
    width:85px;
    height: 32px;
    text-align:center;
}


.socials ul li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size:17px;
	line-height:35px;
	text-align: center;
	color: #243c58;	
	background: #f1f2f4;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    border-radius: 100px;
}

.socials ul li a:hover {
	background: #bac6cb;	
	color: #243c58;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.socials ul li .name{
 font-size:13px;
 color:#FFFFFF;    
 margin-top: 15px;
 border-right: 1px #fff solid;
}

.no-border{
 border-right: 0px #fff solid !important;
}











.links ul 
{   
    text-align:left;    
    margin-bottom: 0px;
    padding-left:80px;
}


.links ul li {
    display:list-item;	
    text-align: left;
    list-style-type: none;    
    padding-bottom:5px;

}


.links ul li a {
	position: relative;
	font-size:14px;
	line-height: 28px;
	text-align: center;
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;   
    text-transform:uppercase; 
}
.links ul li a i{
padding-right:5px;
}





.menu-footer
{
	text-align:center;
	margin-top:45px;
	font-size:16px;  
	color:#fff;			
}

.menu-footer .menu-bottom
{
display:inline-block;    
list-style-type: none;   
padding: 0px 35px 0 10px; 
background:url('../images/line.png') no-repeat right center;


}

.menu-footer .menu-bottom a
{
color:#fff;					
}
.menu-footer .menu-bottom a:hover
{
color:#2e6a98;	
text-decoration:none;				
}

.copyright
{
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    padding-top: 22px;
    color: #fff;
    text-transform:  capitalize;
    border-top: 1px rgba(44, 91, 122, 0.75) solid;
			
}


.content-all
{
	margin-top:30px;
}
.title-all
{
	font-family: 'Charm', cursive;
	color:#233d56;
	font-size:43px;
	text-transform:capitalize;
    padding-bottom: 20px;
    text-align:left;
    padding-top:20px;
}


.title-all-gold
{
	font-family: 'Charm', cursive;
	color:#b6a859;
	font-size:43px;
	text-transform:capitalize;
    padding-bottom: 0px;
    text-align: center;
    padding-top:20px;
}


.carousel-inner2 {
    height:560px;
    background: url(../images/bg-header.png) no-repeat left -130px;
    background-size: cover;
}



.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: #b6a859;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #b6a859;
    margin-right: 10px;
    font-size:16px;
}



.btn-about {
    color: #fff;
    background-color:#143557;
    border-color: #143557;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-about:hover {
    color: #fff;
    background-color: #b6a859;
    border-color: #b6a859;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}






.pro 
{
	margin-top:10px;
}

.pro ul
{
	padding-left:0;
	text-align:center;
	margin-top:20px;
}



.pro ul li
{
	
	width: 250px;
    height: 250px;
    background-color:#fff;
	display:inline-block;
	text-transform:capitalize;
	padding:0px;
	margin:10px 10px 15px 10px;
	border:1px #d4d4d4 dashed;
	overflow:hidden;
}


.size
{
	height:190px;
}

.pro ul li img
{
width: auto;
height: 145px;
background-color:#fff;
margin: 20px;
display:inline-block;
	
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;

}

.pro ul li img:hover
{
transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
-webkit-transform: scale(1.3, 1.3); 
   
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}


.pro ul li .name
{
    text-align: center;
    background-color: #fff;
    display: table-cell;
    font-size: 16px;
    height: 60px;
    vertical-align: middle;
    width: 250px;
    overflow: hidden;
    padding: 0 4px;
    border-top: 1px #d4d4d4 dashed;
    border-bottom: 1px #d4d4d4 dashed;
}


.text-title
{
	color:#FFFFFF;
	font-size:18px;
	text-align:center;	background-color:#153359;
	padding:10px 30px;    
	border-radius: 5px;

}





.aslide
{
  display: none;
}


.aslider {
    width: 100%;
    height: 30px;
    position: absolute !important;
    z-index: 9999;      
    top: 10px;    
}















