﻿@import url('https://fonts.googleapis.com/css?family=Amiri');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,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=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap');


body {
    height: 100%;
    color:#737373;
    font-family: 'Poppins', sans-serif;
    font-size:15px; 
    background:url('../images/bg-top.jpg') repeat scroll center center;
}

.languages
{
	font-family: 'Amiri', serif !important;
	font-size:16px !important;    
}


.logo-menu
{
 padding:15px 0 15px  0;
 position:relative;
 z-index:999;
}


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




.carousel {
    height:480px;
}

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


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode: multiply;
}



.fill-img-inner{
    width: 100%;
    height: 350px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.btn {
    display: inline-block;
    padding: 12px 35px;
    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;
    text-transform: capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:0px;
    margin-top:20px;
    margin-bottom:20px;
}

.btn-more{
    color: #fff;
    background-color:#27c1b9;
    border-color:#27c1b9;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #27c1b9;
    background-color:rgba(196, 215, 5, 0);
    border-color:#27c1b9;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.carousel-indicators {
    position: absolute;
    bottom: 20px;
    padding-right: 0px;
    z-index: 15;
    width: 100%;
    left:0;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#d1b16b;
    border: 1px solid #d1b16b;
    border-radius: 30px;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 2px;
    background-color:#888888;    
    border:#888888;

}


.welcome
{
	padding:30px 0;
}


.title
{
	color:#606060;
	font-size:35px;	
	text-transform:uppercase;
	font-weight: 700;	
	border-left:10px #27c1b9 solid;
	padding-left:20px;
}

.title span
{
	color:#27c1b9;
	font-size:22px;	
	display:block;
	font-family:'Roboto', Times, serif;
	font-weight: bold;	
}
.title .span
{
	color:#606060;
	font-size:60px;	
	display:block;
	font-weight: 700;	
	text-transform:uppercase;

}



.welcome-img img
{
	margin:auto;
}


.welcome-text
{
	padding:20px 0 0 0;
	height: 210px;
    overflow: hidden;
}





.products
{
   position:relative;
   margin-top:10px;
}

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


.products ul li
{
	padding:20px;
	width:347px;
	border:1px #f1f1f1 solid;
	background-color:#FFFFFF;
    margin: 15px;	
    display:inline-block;
}


.products ul li .img
{
	height:305px;
	width:305px;
}


.products ul li .headline
{
	color: #27c1b9;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    height: 50px;
    overflow: hidden;
    padding-top: 5px;
}
.products ul li a:hover {
	 text-decoration:none;
	 color:#e1c484;
}
.products ul li a:hover .headline {
	 color:#e1c484;
}


.products-title
{
	color:#c7c4c4;
	font-size:35px;	
	text-transform:uppercase;
	font-weight: 700;	
	border-left:10px #27c1b9 solid;
	padding-left:20px;
}

.products-title span
{
	color:#606060;
	font-size:22px;	
	display:block;
	font-family:'Roboto', Times, serif;
	font-weight: bold;	
}




.footer
{
	padding:30px 0;
    background:url('../images/footer.jpg') no-repeat scroll center center;
	background-size: cover;
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:400;
}

.footer-text
{
	margin-top: 30px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer .list2 ul 
{
   padding-left:0px;
   margin-top: 30px;
}

.footer .list2 ul li
{
    display:block;
    margin:10px 0;
    font-size:16px;
    border-bottom:1px #CCCCCC solid;
    padding-bottom: 10px;
}

.footer .list2 ul li a
{
        text-transform: capitalize;
    color:#27c1b9;
}

.footer .list2 ul li span
{
    color:#fff;
    font-size:13px;
    margin-top:5px;
    display:block;
}


.footer .list ul 
{
   padding-left:0px;
   margin-top: 30px;
}

.footer .list ul li
{
    display:block;
    margin:20px 0;
    font-size:14px;
}

.footer .list ul li a
{
    color:#27c1b9;
}

.footer .list ul li a i
{
     margin-right:10px;
     color:#27c1b9;
}

.contacts {
    padding: 0px 0 20px 0;    
    font-size: 15px;
    line-height: 30px;
}


.footer-title
{
	font-size:23px;
	text-transform: capitalize;
	color:#fff;  
	font-family: 'Roboto', Times, serif;
	font-weight:400;  
	margin-top:15px;
	margin-bottom:15px;
}


.socials ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align:left;
	padding-left:0;
	margin-bottom:10px;
}


.socials ul li 
{
    display: inline-block;	
    width: 35px;
    height: 35px;    
    margin:0px 5px;
}


.socials ul li a 
{
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.socials ul li a:hover 
{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.copyright {
    color: #3c3c3c;
    font-size:14px;
    padding:10px 0px 10px 0px;
    text-align: center;
}

.copyright a{
    color: #3c3c3c;
}


.header-title
{
height: auto;
position:relative;   
}


.green-bg
{
background-color:rgba(209, 177, 107, 0.62);
position:absolute;
width:100%;
height:100%;
}


.headertitle
{
color:#FFFFFF; 
font-size:45px;    
line-height: 50px;
text-align:center;
margin:80px 20px;     
text-transform:capitalize;        
font-weight:  bold;
text-align: center;  
}



.breadcrumb {
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgb(245, 245, 245);
    border-radius: 0px;
    text-align: center;
}


.breadcrumb>li {
    display: inline-block;
    font-size:15px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#122e44;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #7db442;
    content: "/\00a0";
}


.breadcrumb>.active {
    color: #d1b16b;
}





.content-inner
{
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:1px #CCCCCC solid;
	overflow:hidden;
}


.pic-inner
{
	width:500px;
	height:auto;
	float:right;
	margin-left:30px;
	margin-bottom:30px;
}



label {
    margin-right: 20px;    
    font-size: 15px;
    text-transform:uppercase;
}


.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:rgba(245, 245, 245, 0.55);
    background-image: none;
    border: 1px solid #f5f5f5;
    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-contact {
    color: #fff;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    text-transform:uppercase;    
    margin-top: 20px;    
    padding: 15px 50px;
    border-radius: 5px;
}
.btn-contact:hover {
    color: #f7f7f7;
    background-color: #bdd1ec;
    border-color: #bdd1ec;
}

.contact-title {
    font-size: 35px;
    margin-bottom: 20px;
}
.calls
{
	margin-bottom:45px;
}

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

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


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

.calls-data i
{
    color: #27c1b9;
    margin-right: 10px;
    font-size:18px;
}


.title-pro {
    font-size: 23px;
    color: #27c1b9;
    font-family: 'Andika Basic';
    margin-top:0px;
    margin-bottom:20px;

}


.title-news {
    font-size: 23px;
    color: #27c1b9;
    font-family: 'Andika Basic';
    margin-top:20px;

}


.date-news {
    font-size: 15px;
    padding: 15px 0;
    color: gray;
    font-weight: 500;
}


.date-news i {
    padding-right: 10px;
}


.btn-news{
    color: #fff;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    text-transform:uppercase;    
    margin-top: 20px;   
    margin-bottom:20px; 
    padding: 15px 50px;
    border-radius: 5px;
}


.btn-news:hover {
    color: #f7f7f7;
    background-color: #bdd1ec;
    border-color: #bdd1ec;
}

.bottom
{
	margin-bottom:15px;
}


.inner-list
{
margin-top:10px;
}

.inner-list ul
{ text-align:left;    
  padding-left: 20px;
}

.inner-list ul li
{   
    display: list-item;
    list-style-type: square;
    padding: 3px 0px;
}


.brands
{
	margin-top:10px;
}

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



.brands ul li
{
	
	width: 250px;
    height: 145px;
    background-color:#fff;
	display:inline-block;
	padding:0px;
	margin:10px;
	border:1px #d4d4d4 dashed;
}


.brands ul li img
{
	width: 120px;
    height: 80px;
    background-color:#fff;
	margin: 10px;
	display:inline-block;
}

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




.pro 
{
	margin-top:10px;
}

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



.pro ul li
{
	
	width: 250px;
    height: 235px;
    background-color:#fff;
	display:inline-block;
	padding:0px;
	margin:10px;
	/*border:1px #d4d4d4 dashed;*/
}


.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: 15px;
    height: 60px;
    vertical-align: middle;
    width: 250px;
    overflow: hidden;
    padding: 0 5px;
    border: 1px #d4d4d4 dashed;
}



.about-section
{
	margin-bottom:20px;	
	padding-bottom:40px;
	border-bottom:1px #d4d4d4 solid;
}


.list-group {
    padding-left: 0;
    margin-bottom: 30px;
}



.list-group-item {
    position: relative;
    display:inline-block;
    text-transform:capitalize;
    padding: 10px 25px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    border: 0px solid #ddd;    
    font-size: 15px;        
    border-radius: 20px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b9a660;   
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}

a.list-group-item{
    color: #ccdbef;   
}

.list-group-item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius:20px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


