.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
.collapse{
        display:block!important;
    }
a:hover{
	text-decoration: none;
}
form .btn-default-arrow{
	border: 2px solid #eee;
    padding: 15px 50px;
    font-weight: 600;
    font-size: 15px;
}
.section{
	padding:85px 0 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ed3337!important;
    outline: 0;
}

.footer-social i{
    padding:10px;
    color:#eee;
    border:1px solid #eee;
    margin-top:20px;
    text-align:center;
}
.greent-title{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.text-color p{
    color:#fff;
}
.green-points{
    list-style:none;
}
.green-points li{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.green-points li i{
    margin-right:20px;
}
.bike-img img{
    width:100%;
}
.tab-caption ul {
   list-style:none; 
   
}
.tab-caption ul li{
    margin-bottom:7px;
}
.tab-caption ul li i{
    margin-right:15px;
}
.img-pro img{
    width:100%;
}
.inn-pro-title h3{
    padding:0px;
}
.inn-pro-title h2{
    color: #e20000;
    font-weight: 600;
}
.pro-desc h3{
    font-size: 15px;
    text-align: center;
    background: #222;
    color: #fff;
    padding: 20px;
    /* height: 80px; */
margin: 0;}
.pro-desc p{
	text-align: center;
    background: #eb3236;
    margin: 0;
    padding: 5px 0px;
    color: #fff;
}
.inner-product{
    box-shadow: 0px 0px 10px #d2caca;
    margin-bottom:30px;
	height:390px;
	background: #eb3236;
}
.front-product{
	box-shadow: 0px 0px 10px #d2caca;
    margin-bottom:30px;
}
.front-product img{
	width:100%;
	background: #fff;
}
.inner-product img{
    width:100%;
	background: #fff;
}
.entry-content-page-set{
    text-align: justify;
    margin-right: 30px;
}
.titie-sec h3{
   float: left;
   font-weight: 500;
   margin-bottom: 35px;
}
.titie-sec a{
    float: right;
    border: 1px solid #e24545;
    padding: 5px 10px;
    color: #000;
}
/*Responsive css*/

@media (min-width: 1920px) {
    
}
@media (min-width: 992px) and (max-width: 1169px) {	
    
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 767px) {
    .hamburger {
        background-color: #222;
        height: 62px;
        padding: 20px 20px;
        width: 70px;
    }
    .sp-mask {
        height: 560px!important;
    }
    .sp-mask {
        height: 560px!important;
    }
    .logo{
        font-weight: 300;
        height: 65px;
        left: 0;
        padding: 15px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 150px;
    }
    .main-slider{
        margin-bottom: 0px;
    }
    .section-home-secondary{
        padding: 50px 0 50px;
    }
    .copyright{
        display:none;
    }
    .b-tabs ul.nav-tabs{
        width:100%;
    }
    #tabs-custom li{
        padding: 5px;
    }
    .collapse{
        display:block!important;
    }
	.main-slider .b-home-big-text .first-heading {
		font-size: 22px;
	}
	.main-slider .b-home-big-text .second-heading {
		font-size: 31px;
		line-height:100px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

}