@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul, li, p, a{
padding: 0px;
margin:0px;
list-style: none;
text-decoration: none!important;
}
.feature-details dt{
	width: 60%;
}
.feature-details dt, .feature-details dd{
	display: inline-block;
	font-size: 12px;
	margin: 0px
}
/*header*/
.header{
background: url(../images/header-bg.jpg) #fff;
    background-position: top center;
    background-repeat: no-repeat;
    border-top: solid 5px #FE0100;
    background-size: 100% 100%;
    padding: 10px 0px;
}
.logo{
text-align:center;
max-width: 200px;
margin:auto;
}
.logo h1{
font-weight: bold;
text-transform: uppercase;
color: #000;
margin:0px;

}
.logo img{
max-width:320px;
width: 100%;
margin: auto;
text-align: center;
}


.menu-bg {
padding-top: 70px
}
.menu-bg input,.menu-bg label{
display: none;
}
.menu ul li{
display: inline-block;
}
.menu{

text-align: right;
}

.menu ul li a{
display: block;
padding: 10px;
color: #FE0100;
text-transform: uppercase;
font-weight: bold;
transition: .4s;
text-decoration: none!important;
font-size:17px
}
.menu ul li a:hover{
background:#000;
color: #fff

}

/*header end*/

/*middle*/
.middle{
	padding: 15px 0px;
	text-align: center;
	background: #333
}
.middle>.container{
	background: #fff;
	padding:15px;
	border-radius:10px;
}
.gallery,.right-section{
display: inline-block;
width: 45%;
vertical-align: middle;
}
.product-image-box{
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px;
	max-width: 450px;
	height: 450px;
	margin: auto;
	width: 100%
}

.product-image-box img{
	max-width: 100%;
	max-height: 100%;
}
.details-big{
	background: #F8F8F8;
	padding: 15px 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
	text-align: left;
}
.company-name{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
h3.title{
margin: 20px 0 10px 0;
font-size: 23px;
font-weight: bold;
text-transform: uppercase;
}
.feedback ul li{
	display: inline-block;
}
.feedback ul li i{
	color: #DB9502;

}
.feedback-link a{
	 color: #000;

}
.mailinglist_bttn a{
	text-align: center;
	display: block;
	font-weight: bold;
text-transform: uppercase;
max-width: 180px;
	color: #fff;
	background: #fe0100;
	padding: 7px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-top: 10px
}
.heading h4{
	font-weight: bold;;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.description{
	margin-top: 20px;
	text-align: left;
	background: #F8F8F8;
	padding: 15px 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

/*category*/
.categories{
	margin-top: 15px;
}
.category-box{
	display: inline-block;
	vertical-align: top;
	max-width:350px;
	width: 100%;
	position: relative;
	transition: .3s;
	margin:10px 0px;
}
.img-box img{
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
	width: 100%;
}
.cate-details{
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 100%;
	height:100%;
	margin: auto;
	text-align: center;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 10px;
	transition: .3s
}
.category-detail-2{
	position: relative;
	top: 70%;
	transition: .4s
}
.category-box:hover .cate-details{
	background: rgba(0,0,0,0.4);
	

}
.category-box:hover .category-detail-2{
	top:60%
}
.category-box:hover .cate-details h4,.category-box:hover .cate-details p{
	color: #fff;
}
.cate-details h4,.cate-details p{
	color: #fe0100;
	font-weight: bold;
	text-transform: uppercase;
}
.cate-details p{
	opacity:0;
	transition: .3s 

}
.category-box:hover .cate-details p{
	opacity: 1
}

/*tab*/
.tabs {
padding: 50px 0px;

}
.tabs input {
display: none;
}
.tabs label {
background:#000;
float: left;
font-size:14px;
margin: 0px;
padding: 10px 30px;
width: 100%;
text-align: center;
color:#fff;
font-weight: bold;
text-transform: uppercase;
transition: .3s
}
.tabs label:hover {
background: #fe0100;
cursor: pointer;
}
.tabs input:checked + label {
background: #fe0100;
}
.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2,
.tabs #tab3:checked ~ .content #content3,
.tabs #tab4:checked ~ .content #content4,
.tabs #tab5:checked ~ .content #content5,
.tabs #tab6:checked ~ .content #content6,
.tabs #tab7:checked ~ .content #content7,
.tabs #tab8:checked ~ .content #content8,
.tabs #tab9:checked ~ .content #content9,
.tabs #tab10:checked ~ .content #content10,
.tabs #tab11:checked ~ .content #content11,
.tabs #tab12:checked ~ .content #content12,
.tabs #tab13:checked ~ .content #content13,
.tabs #tab14:checked ~ .content #content14,
.tabs #tab15:checked ~ .content #content15 {
display: block;
}
.tabs .content > div {
display: none;
padding: 10px;
text-align: left;
background: #fff;
border:1px solid #ddd;
overflow: auto;
}
.tabs label:after{
	font-family: FontAwesome;
    font-weight: normal;
    padding-right: 10px;
	content: "\f067";
	position: absolute;
	right: 40px;
}
.tabs input[type=radio]:checked+label::after{
	font-family: FontAwesome;
    font-weight: normal;
    padding-right: 10px;
	content: "\f068";
	/*position: absolute;*/
	right: 40px;
}

/*banner*/
.column-banner{
margin-top: 30px
}
.banner-bg{
	background: url(../images/banner-bg.png);
    z-index: 99;
    position: absolute;
    
    height: 100%;
    width: 100%;
    top: 0;
    background-size: 100% 100%;

}
.banner-over {
	text-align: center;
}
.banner-over img{
	max-width:100%; 
max-height:350px;
}
/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */

@keyframes slidy2 { 0% { left: 0%; } 45% { left: 0%; } 50% { left: -100%; } 95% { left: -100%; } 100% { left: -200%; } }
@keyframes slidy3 { 0% { left: 0%; } 30% { left: 0%; } 35% { left: -100%; } 65% { left: -100%; } 70% { left: -200%; } 95% { left: -200%; } 100% { left: -300%; } }
@keyframes slidy4 { 0% { left: 0%; } 20% { left: 0%; } 25% { left: -100%; } 45% { left: -100%; } 50% { left: -200%; } 70% { left: -200%; } 75% { left: -300%; } 95% { left: -300%; } 100% { left: -400%; } }
@keyframes slidy5 { 0% { left: 0%; } 15% { left: 0%; } 20% { left: -100%; } 35% { left: -100%; } 40% { left: -200%; } 55% { left: -200%; } 60% { left: -300%; } 75% { left: -300%; } 80% { left: -400%; } 95% { left: -400%; } 100% { left: -500%; } }
@keyframes slidy6 { 00.00% { left: 0%; } 11.66% { left: 0%; } 16.66% { left: -100%; } 28.33% { left: -100%; } 33.33% { left: -200%; } 45.00% { left: -200%; } 50.00% { left: -300%; } 61.66% { left: -300%; } 66.66% { left: -400%; } 78.33% { left: -400%; } 83.33% { left: -500%; } 95.00% { left: -500%; } 100.0% { left: -600%; } }
@keyframes slidy7 { 00.00% { left: 0%; } 10.28% { left: 0%; } 14.28% { left: -100%; } 24.56% { left: -100%; } 28.56% { left: -200%; } 38.84% { left: -200%; } 42.84% { left: -300%; } 53.12% { left: -300%; } 57.12% { left: -400%; } 67.40% { left: -400%; } 71.40% { left: -500%; } 81.68% { left: -500%; } 85.68% { left: -600%; } 96.00% { left: -600%; } 100.0% { left: -700%; } }

#slider { overflow: hidden; margin: auto; }
#slider figure img { width: 10%; float: left; }
#slider figure { position: relative; margin: 0; left: 0; text-align: left; font-size: 0;width: 1000%; }
#slider[data-slides="2"] figure { animation: 15s slidy2 infinite; }
#slider[data-slides="3"] figure { animation: 20s slidy3 infinite; }
#slider[data-slides="4"] figure { animation: 25s slidy4 infinite; }
#slider[data-slides="5"] figure { animation: 30s slidy5 infinite; }
#slider[data-slides="6"] figure { animation: 35s slidy6 infinite; }
#slider[data-slides="7"] figure { animation: 40s slidy7 infinite; }

/*-- main header --*/
.footer{
	background: #F0F0F0
}

.copyright{
	background: #fe0100;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}






@media only screen and (max-width: 767px) {
.gallery, .right-section {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    margin-bottom: 10px
}
.footer .menu-bg{
	display: none;
}
.logo{
padding: 15px 0px;
text-align: center;
}
.menu-bg{
	padding: 0px
}
.menu-bg input,.menu-bg label{
display: block;
}
.menu-bg input{
display: none;
}
.menu-bg label{
background:#000;
color: #fff;
padding-left:10px;
font-size: 20px;
padding: 5px;
text-align: left;
margin: 0px;
}
.menu-bg label:before{
font-family: 'FontAwesome';
content: "\f0c9";
padding-right:10px;
color:#EA0045;
font-size: 20px;
background:#000;
width: 100%
}
.menu-bg input:checked ~ .menu{
display: block;
transition: .3s
}
.menu{
display: none;
}
.menu ul li{
display: table;
border-bottom: 1px solid #ddd;
width: 100%!important;
text-align: left;
}
.menu ul li a{
font-size: 15px;
display: block;
width: 100%!important
}
}

