
html{}
body{
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
color:#231f20;
font-size: 18px;
letter-spacing:-0.3px;
font-family: "Segoe UI", Arial, sans-serif;
font-weight:400;
}
section{
position:relative;
}
* {
box-sizing: border-box;
}
a, a *, button{
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration:none;
}
a:hover{
text-decoration:none;
color:#eb1c22;
}
button, button:hover{
cursor:pointer;
background:transparent;
}
button:hover{
background-color: #eb1c22;
}
button:focus{
outline:none;
}
img{
width:100%;
}
input, button{
outline:none;
}
p{
margin: 0;
padding: 0;
line-height: 28px;
font-weight:400;
}
b{
}
h1,h2,h3,h4,h5,h6{
font-weight:400;
margin:0;
}
.container{
width:90%;
max-width:1230px;
margin:0px auto;
}
.flex{
display:flex;
align-items:center;
justify-content:space-between;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    border-bottom: solid 4px #ccc;
    padding: 10px 0px;
}
.top-nav{
}
.top-nav .container{
justify-content:end;
}
.top-nav a{
display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding: 10px 0px;
}
.top-nav a img{
    width: 13px;
    margin-right: 3px;
    position: relative;
    top: 0px;
}
.top-nav a:hover{}


.navbar{}
.navbar .container{
justify-content:space-between;
align-items: center;
}
.navbar .brand{
max-width: 200px;
position: relative;
top: -32px;
}
.navbar .brand img{
position: relative;
}
.navbar .brand b{
display: block;
position: absolute;
bottom: -29px;
left: 0;
width: 500px;
font-size: 10.8px;
letter-spacing: -0.5px;
color: #231f20;
}
.navbar .brand b span {
color:#ed1b23;
}
.navbar .menu{
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.navbar .menu a{
}
.navbar .menu a:hover{
	    color: #ec1d24;
}
.navbar .menu .drop{
    position: relative;
}
.navbar .menu .drop span{
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px;
    cursor: pointer;
    font-weight:500;
	border-bottom:0;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
    position: relative;
	z-index:2;
}
.navbar .menu .drop:hover span{
	background-color:#6f6f6f;
	color:#fff;
}
.navbar .menu .drop .items{
    padding: 10px 0px;
    width: 300px;
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 40px;
	background-color:#6f6f6f;

}
.navbar .menu .drop .items a{
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    text-transform: capitalize;
    background-image: url(../img/right-arrow-alt.svg);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 35px;
}
.navbar .menu .drop .items a:hover{
padding-left:40px;
}
.navbar .menu .drop:hover .items{
	display:block;
}
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    background-color: #ccc;
    margin-top: 114px;
    max-height: 600px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
	position:relative;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
	    height: 60vh;
		position:relative;
		    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide:before{
content:'';
background-color: #ee1c24;
height:70px;
width:100%;
position:absolute;
left:0;
top:0;
}
.slide h1{
    height: 70px;
    font-size: 30px;
    display: flex;
    align-items: center;
	position:relative;
	z-index:1;
	justify-content:center;
	color:#fff;
}


button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
.title{
text-align: center;
    padding: 50px 0px;
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.title.bg span{
    background-image: url(../img/titlebg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 33px;
    padding-right: 44px;
}
.products{}
.products .container{
flex-wrap:wrap;
}
.products .item{
width: 26%;
    margin-bottom: 70px;
}
.products .item .thumb{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .item .thumb img{
	max-height: 280px;
    width: auto;
    max-width: 100%;
}
.products .item h3{
	font-weight: 400;
    font-size: 23px;
    padding-bottom: 10px;
}
.products .item p{
	    color: #5d5d5d;
    font-size: 14px;
    line-height: 18px;
}
.products .item b{
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px;
    display: block;
    color: #666;
}.products .item b span{
	font-weight:500;
	    color: #ec1d24;
}
.btns{
    display: flex;
    margin-top: 15px;
}
.btns a{
    text-align: center;
    height: 36px;
    line-height: 34px;
}
.btns a:nth-child(1){
	    color: #ec1c24;
    border: solid 1px #ee1c25;
    border-radius: 6px;
    margin-right: 15px;
	font-weight:500;
		    width: 100px;
}
.btns a:nth-child(2){
    color: #666;
    font-size: 17px;
    background-image: url(../img/right-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 24px;
}
.btns a:nth-child(1):hover{
background-color:#ee1c25;
color:#fff;
}
.btns a:nth-child(2):hover{
	    color: #231f20;
}
.pro-exp{}
.pro-exp .banner{
    margin-top: 122px;
}
.pro-exp .banner .container{
	    padding: 30px 0px;
}
.pro-exp .banner .thumb{
    width: 50%;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    height: 500px;
}
.pro-exp .banner .thumb img{
	    width: auto;
    max-height: 440px;
    max-width: 500px;
}
.pro-exp .banner .data{
    width: 50%;
    padding-left: 5%;
}
.pro-exp .banner .data h1{
    font-size: 43px;
    line-height: 40px;
    margin-bottom: 15px;
  
}
.pro-exp .banner .data p{
    font-size: 22px;
    color: #666;
    padding-top: 15px;
    width: 80%;
	    margin-bottom: 50px;
}
.pro-exp .pro-details{
	    background-color: #f1f1f1;
		padding:50px 0px;
}
.pro-exp .pro-details ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.pro-exp .pro-details ul li{
    font-size: 17px;
    padding: 20px 0px 20px 30px;
    position: relative;
    width: 50%;
}
.pro-exp .pro-details ul li:before{
content:'';
    background-image: url(../img/right-arrow.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px;
	position:absolute;
	left:0;
	top:22px;
	width:20px;
	height:20px;
}
.pro-exp .pro-details .head{
    font-size: 34px;
    margin-bottom: 40px;
}
footer{
    background-color: #221f1f;
    padding-top: 6%;
    position: relative;
}
footer .container{
align-items:flex-start;
}
footer .shape{
    position: absolute;
    left: 0;
    top: -27px;
    width: 100%;
	display:none;
}
footer .shape .shape-child{
	height:150px;
	    background-color: #ed1c24;
}

footer .flogo{
max-width:150px;
}
footer .address{
	position:relative;
	margin-bottom:20px;
}

footer .address p{
    font-size: 15px;
    position: relative;
    line-height: 35px;
    color: #ccc;

}
footer .address b{
    font-size: 20px;
    display: block;
    color: #ccc;
    margin-bottom: 25px;
	
}
footer .address p a{
	    color: #ccc;
		    line-height: 27px;
}
footer .address p a:hover{
	color:#ed1c24;
}
footer ul{
	padding:0;
	margin:0;
	list-style:none;
}
footer ul li{
}
footer ul li a{
    font-size: 15px;
    color: #ccc;
    line-height: 34px;

}
footer ul li a:hover{
		color:#ed1c24;
}
footer ul.social{
margin-top:0px;
}
footer ul.social li a {
line-height:35px;
}
footer ul.social li a i{
	margin-right:6px;
}
footer .end{
    border-top: dashed 1px #282830;
    padding: 15px 0px;
    margin-top: 5%;
}
footer .end .container{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
footer .end .container p{
    font-size: 12px;
    color: #a0a0a0;
}
footer .end .container a {
	color:#f6f9fc;
		font-size:11px;
		text-transform:uppercase;

}
footer .end .container a:hover{
			color:#ed1c24;
}