@charset "utf-8";
/* CSS Document */

/*font-family: 'Josefin Sans', sans-serif;

regular 400
bold 700
bold ittalic 700i
*/

body {
	
	  font-family: 'Josefin Sans', sans-serif;
	  background:#fff; 
	  font-size:14px;  
	  font-weight:400;
	  color:#000;
	 /*margin:0px; 
	  padding:0px;*/
}


/*.wrapper{
	padding:0 30px; 
}*/


.mtb15{
	
	margin: 15px 0;
}

.mtb20{
	
	margin: 20px 0;
}
.m_btm{
	
	margin-bottom: 30px;
}

.paddingleftzero{
	padding-left: 0px;
}
.gray_bg{
	background-color: #f3f3f3;
}



/*:::::::::::::topbar section:::::::::::::*/


.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left:none!important;
    border-top:none!important;
    border-bottom:none!important;
    border-right:none!important;
    font-size: 9pt;
    display: inline-block;
    padding-top: 4px !important;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    display: inline;
}

.goog-te-gadget img {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
	font-family: sans-serif;
    color: #fff !important;
    font-size:14px;
    font-weight:normal;
}

.goog-te-gadget-simple .goog-te-menu-value:hover {
   text-decoration:none;
   outline:none;
}

/*:::::::::::::topbar section end:::::::::::::*/


/*:::::::::::::header section:::::::::::::*/

.h_position{
    /*position: absolute;*/
    width: 100%;
    z-index: 9999;
    transition: all 0.6s ease-in;
	background-color:#FFFFFF;
}

.fixednav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    transition: all 0.6s ease-in;
}

/*:::::::::::::header section end:::::::::::::*/


.navbar-default{
    background-color:#ffffff !important;
}


/*:::::::::::::carousal section:::::::::::::*/

.control_btn_left {
	
	display: inline-block;
	color: #303437;
	text-decoration: none;
    width: 0; 
	height: 0; 
	border-bottom: 50px solid #FFFFFF;
	border-right: 50px solid transparent;
	line-height: 45px;
	font-size: 16px;
    text-align: center;
	transition:all 0.5s ease-in;
	cursor: pointer;

}

.control_btn_left i{
	
    position: absolute;
    bottom: 15px;
    left: 9px;
}

.control_btn_left:hover{
    color:#FFFFFF;
	text-decoration: none;
	border-bottom: 50px solid #303437;
		
}

.control_btn_right{
	
	display: inline-block;
	color: #303437;
	text-decoration: none;
    width: 0;
	height: 0; 
	border-top: 50px solid #FFFFFF; 
	border-left: 50px solid transparent;
	line-height: 45px;
	font-size: 16px;
    text-align: center;
	transition:all 0.5s ease-in;
	cursor: pointer;
	position: absolute;
    left: 28px;

}

.control_btn_right i{
	position: absolute;
top: -43px;
left: -17px;
	
}

.control_btn_right:hover{
	
	color:#FFFFFF;
	text-decoration: none;
	border-top: 50px solid #303437;
}

/*:::::::::::::carousal section end:::::::::::::*/

/*:::::::::::::about section:::::::::::::*/


.welcome{
	
	background: url(../images/about_bg.jpg)center center no-repeat;
    background-size: cover;
    padding:50px 0;
}

.welcome-note h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	color: #383838;
	font-weight:700;
	margin: 0;
	text-transform: uppercase;	
	position: relative;
	margin-bottom: 16px;
	display: table;
}

.welcome-note h2:after{
	
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -6px;
    left: 50px;
    background-color: #e41c26;
	
}

.welcome-note img{
	
	margin-bottom: 0px;
	
}

.welcome-note p{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size:18px;
	color:#303437;
	font-weight:400;
	line-height: 30px;
	margin: 0;
	padding: 18px 0;
}


.welcome-note a{
	
	display: inline-block;
	background: #e41c26;
	font-family: 'Josefin Sans', sans-serif;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	overflow: hidden;
    z-index: 1;
    position: relative;
	font-size: 12px;
    text-align: center;
	transition:all 0.3s ease-in-out;
	margin-top: 45px;
	padding: 12px 20px;

}

.welcome-note a:hover{
	
	color:#303437;
	text-decoration: none;	
}

.welcome-note a:after{
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
.welcome-note a:hover:after{
    height: 170%;
    background: #fff;
    opacity: 1;
}

/*:::::::::::::about section end:::::::::::::*/


/*:::::::::::::categorize section:::::::::::::*/

.cat-g{
	padding: 20px 10px;
}

.box{
    text-align: center;
    overflow: hidden;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    position: relative;
}

.box:before{
	
	/*content: "";*/
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-right: 15px solid #ffffff; 
	border-bottom: 10px solid transparent;
	position:absolute;
	right: 0;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	
}

.box img{
    width: 100%;
    height: auto;
	transition: all 0.5s ease;
}

.box:hover img{
   
	transform: scale(1.1);
}
.box .box-content{
    width: 100%;
    height: 100%;
    padding-top: 25%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.2s ease 0.3s;
}
.box:hover .box-content{ opacity: 1; }
.box .box-content:before,
.box .box-content:after{
    content: "";
    width: 95%;
    height: 90%;
    border: 2px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s ease 0s;
}
.box .box-content:before{ width: 0; }
.box .box-content:after{ height: 0; }
.box:hover .box-content:before{
    width: 95%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transition-delay: 0.4s;
}
.box:hover .box-content:after{
    height: 90%;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transition-delay: 0.4s;
}

/******************/

.box1{
    text-align: center;
    overflow: hidden;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    position: relative;
}

.box1:before{
	
	/*content: "";*/
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-left: 15px solid #ffffff; 
	border-bottom: 10px solid transparent;
	position:absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	
}

.box1 img{
    width: 100%;
    height: auto;
	transition: all 0.5s ease;
}

.box1:hover img{
   
	transform: scale(1.1);
}
.box1 .box-content{
    width: 100%;
    height: 100%;
    padding-top: 25%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.2s ease 0.3s;
}
.box1:hover .box-content{ opacity: 1; }
.box1 .box-content:before,
.box1 .box-content:after{
    content: "";
    width: 95%;
    height: 90%;
    border: 2px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s ease 0s;
}
.box1 .box-content:before{ width: 0; }
.box1 .box-content:after{ height: 0; }
.box1:hover .box-content:before{
    width: 95%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transition-delay: 0.4s;
}
.box1:hover .box-content:after{
    height: 90%;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transition-delay: 0.4s;
}

/******************/

.Motorbike{
	/*background: url(../images/primax_ctg_bg.jpg)center center no-repeat;
	background-size: cover;*/
	/*background-color: #f3f3f3;*/
    padding: 148px 66px 22px 120px;
}

.Motorbike h2{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 35px;
	color: #383838;
	font-weight:700;
	font-style: italic;
	margin: 0;
	text-transform:uppercase;
	padding-bottom: 15px;
}

.Motorbike p{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	color:#4e4e4e;
	font-weight:400;
	line-height: 30px;
	margin: 0;
	padding: 10px 0;
	font-style: italic;
}

.Motorbike a{
	
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	color: #e41c26 !important;
/*	width: 115px;
	height: 40px;
	line-height: 40px;*/
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	transition:all 0.5s ease-in;
	position: relative;
}

.Motorbike a:hover {
	text-decoration:none;
}

.Motorbike a:before{
	
    content:"";
    height: 1px;
    width:0;
    background-color: #e41c26;
    position:absolute;
    left:0;
    bottom: 0;
    transition:all 0.3s ease;
}

.Motorbike:hover a:before {
	width: 100%;
}
/*:::::::::::::categorize section end:::::::::::::*/



/*:::::::::::::featured section:::::::::::::*/

.featured { 
	padding: 60px 0;
}

.f-title { 
	text-align:center; 
	text-transform:uppercase; 
	color:#303437; 
	margin-bottom:12%;
}

.f-title h2 { 
    margin: 0;
	font-weight:400;
	font-family: 'Josefin Sans', sans-serif; 
	font-size:24px; 
	position: relative;
	display: inline-block;

padding: 0 10px;
}

.f-title h2 span{ 

	font-weight:700;
}

.f-title h2:after{
	
    content: '';
    position: absolute;
    width:100%;
    height: 10px;
    bottom: 3px;
    left: 0;
	z-index: -1;
    background-color: #e41c26;
}

.product-grid{
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
	/*border: 2px solid #e3e3e3;*/
	background-color: #FFFFFF;
	cursor: pointer;
	transition: all 0.5s ease-in;
}

.product-grid:hover{
 box-shadow:4px 4px 8px #dadcd9;
}


.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a{
    display: block;
}
.product-grid .product-image img{
    width: 100%;
    height: auto;
}

.product-grid .social{
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1;
}
.product-grid .social li{
    margin: 0 0 35px;
    display: block;
    transform: translateX(100px);
    transition: all 0.5s;
}
.product-grid:hover .social li{transform: translateX(0);}

.product-grid .social li a{
    color: #fff;
    background-color:#e41c26;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    display: block;
    transition: all 0.3s ease 0s;
}
.product-grid .social li a:hover{
    color: #fff;
    background-color:#000;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.product-grid .social li a:before,
.product-grid .social li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius:3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform:translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}
.product-grid .social li a:after{
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform:translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}
.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after{
    opacity: 1;
}
.product-grid .add-to-cart{
    color: #fff;
    background-color:#e41c26;
    font-size: 14px;
    text-align: center;
	text-transform: uppercase;
	font-weight:600;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom:-100%;
    transition: all 0.3s;
    border: none;
}
.product-grid .add-to-cart:hover{
    background-color:#000000;
    text-decoration: none;
}
.product-grid:hover .add-to-cart{bottom: 0;}

.product-grid .product-content{
    padding: 20px 10px;
    text-align: center;
}
.product-grid .title{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    margin: 0 0 7px;
	font-weight: 600;
}
.product-grid .title a{ color: #000000; }
.product-grid .title a:hover{
	text-decoration: none;
}
.product-grid .price{
	font-family: 'Josefin Sans', sans-serif;
    color: #8e8e8e;
    font-size: 13px;
	font-weight: 400;
}
@media screen and (max-width:990px){
    .product-grid{
      margin-bottom: 30px;
    }
}

/*:::::::::::::featured section end:::::::::::::*/



/*------service section------*/

.service {
    padding: 10px 0px;
}
.service .center-content {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 10px;
    width: 80%;
    margin: 40px 0 0 0;
    transition: .5s ease;
}
.service .center-content:hover {
    background-color: #e41c26;
}

.service .center-content .icon1{
    background: url(../images/TH_Shipping_icon.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 18px;
}
.service .center-content:hover .icon1{
    background: url(../images/TH_Shipping_icon-hover.png) no-repeat;
}
.service .center-content .icon2{
    background: url(../images/TH_distrib_icon.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 18px;
}
.service .center-content:hover .icon2{
    background: url(../images/TH_distrib_icon-hover.png) no-repeat;
}
.service .center-content .icon3{
    background: url(../images/TH_Lbel_icon.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 18px;
}
.service .center-content:hover .icon3{
    background: url(../images/TH_Lbel_icon-hover.png) no-repeat;
}
.service .center-content .icon4{
    background: url(../images/TH_Brand_icon.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 18px;
}
.service .center-content:hover .icon4{
    background: url(../images/TH_Brand_icon-hover.png) no-repeat;
}

.service .center-content h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    color: #303437;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.service .center-content:hover h2 {
        color: #fff;
}
.service .center-content p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #303437;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
}
.service .center-content:hover p {
     color: #fff;
}
.broder_r {
  width: 35%;
  height: 2px;
  background-color: #ddd;
  transform: rotate(90deg);
  position: relative;
  left: 28%;
  top: 280px;
}

/*------service section end------*/



/*:::::::::::::footer section:::::::::::::*/

.bg_footer{
	background: url(../images/footer_bg.jpg)center center no-repeat;
	background-size: cover;
}

.footer-btm{
	
	border-top: 5px solid #f3f3f3;
	padding: 60px 8%;
}

.footer-btm h2{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size:18px;
	color:#0f0f0f;
	font-weight:400;
	margin-top:5px;
    margin-bottom:18px;
	text-transform:uppercase;
}

.footer-btm h2 span{
	
	font-weight:700;
}

.InformationLink{
	
	margin: 0px;
	padding: 0px;
}
.InformationLink ul{
	
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.InformationLink ul li{
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: none;
	display:block;
	
}
.InformationLink ul li a{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:400;
	color:#0f0f0f;
	text-transform:capitalize;
	margin:0px;
	padding:8px 0px 0px 0px;
	cursor:pointer;
	line-height:18px;
	transition: all 0.3s ease-in;
}
.InformationLink ul li a:hover{
	
	color:#e41c26;	
	text-decoration: underline;
}

.InformationLink ul li a i{
	
	 padding-right: 8px;

}

.subscribe p{
	
    font-family: 'Josefin Sans', sans-serif;
	font-size:16px;
	color:#0e0e0e;
	font-weight:400;
	padding: 10px 0;
	margin: 0;
}
.sign-form{
	margin: 5px 0;
	width: 95%;
	box-shadow: 0 1px 5px #dadcd9;
}

.sign-form input { 
	background:#161616; 
	border: none; 
	height:45px;
	padding:0 15px;
	width:85%; 
	float:left;
	box-shadow:none;
	color: #ffffff;
	font-size: 13px;
}
.sign-form button {
	font-family: 'Josefin Sans', sans-serif;
	background:#161616; 
	height:45px;
	border: none;
	float:left;
	width:15%; 
	text-align:right; 
	padding-right: 16px;
	color:#ffffff;  
	font-size:20px; 
	transition:all 0.3s ease-in-out 0s;
}
.sign-form button:hover {
	color:#e41c26;
	
}

.f-content li {
	list-style:none; 
	line-height:28px;	
}

.f-content li i { 
	line-height:25px; 
	float:left; 
	font-size:17px; 
	color: #e41c26; 
	text-align:center;
	margin-right:8px;
}

.f-content li div p {
	margin:0;
	font-family: 'Josefin Sans', sans-serif;
	color:#0e0e0e;
	font-weight:400;
	font-size:14px;
}
.f-content li div p img{
    height: 24px;
    width: 24px;
    position: relative;
    top: -3px;
}
.f-content li a {
	font-family: 'Josefin Sans', sans-serif;
	text-decoration:none;
	color:#0e0e0e;
	font-weight:400;
	font-size:14px;
	transition:all .5s ease-in-out;
}

.f-content li a:hover {
	color:#e41c26;
	text-decoration: underline;
	
}
.get_touch{

	margin-left: 30%;
}

.SocialMediaIcon{
		   display: inline-block;
		   margin-top: 20px;
}		  
.SocialMediaIcon ul{
		   margin:0px;
		   padding:0px;
		   list-style:none;
}		  
.SocialMediaIcon ul a li {
	
	          font-size:20px;
			  color:#ffffff;
			  text-align:center;
			  margin-right: 10px;
			  line-height:40px;
	          background-color:#3c3c3c;
			  display:block;
			  float:left;
			  width:40px;
			  height:40px;
	          transition:all .5s ease-in-out;
}		  
.SocialMediaIcon ul a:hover li{
			  
			color:#FFFFFF;
	        background-color:#e41c26;		  
}

.copy-right {
	font-family: 'Josefin Sans', sans-serif;
	padding: 40px 8% 15px 8%; 
	color:#fff; 
	font-size:14px;
	font-weight:400;
}
.copy-right a {
	font-family: 'Josefin Sans', sans-serif;
	text-decoration:none; 
	color:#e41c26;
	font-weight:700;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}
.copy-right a:hover { 
	color:#e41c26;
	text-decoration:none;
}
.copy-right .cr-text { 
	text-align:left;
	padding-top: 14px;
}
.copy-right .powered { 
	text-align:right;
	padding-top: 14px;
}

/*:::::::::::::footer section end:::::::::::::*/


/****back to top****/

.cd-top { display:inline-block; height:44px; width:40px; text-align:center; font-size:16px; color: #fff; background: #e41c26; line-height:40px; position:fixed; bottom:25%; right:30px; overflow:hidden; visibility:hidden; white-space:nowrap; transition: all 0.5s ease-in-out 0s; z-index:999;}
.cd-top:hover {color: #fff;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { transition: all 0.5s ease-in-out 0s; outline: none; color: #fff;}
.cd-top.cd-is-visible { visibility:visible; opacity:1; outline: none; color: #fff;}
.cd-top.cd-fade-out { opacity:1; color: #fff;}
.no-touch .cd-top:hover {color: #fff;}

/****back to top end****/


/*:::::::::::::CONTACT PAGE CSS:::::::::::::*/

.page_title_inner{
	
	padding: 20px 0;
	
}

.page_title{
	
	text-align: center;
	padding: 35px 0;
	background-color:#e9e9e9;
}

.page_title h2{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	color:#303437;
	font-weight:600;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.breadcrumbs {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 4px 0;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {

    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0.5rem;
    position: relative;
	
}

.breadcrumbs .items .item a {
    text-decoration: none;
    color: #303437;
	transition: all 0.4s ease-in 0s;
}

.breadcrumbs .items .item a:hover {
    color: #e41c26;
}

.breadcrumbs .items .item strong {
    font-weight: 600;
	color: #303437;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.inner-page { 
	padding: 60px 0 0 0;
}

.page-txt { 
	font-weight:500; 
	font-size:14px;
	line-height:26px; 
	min-height:350px;
}

.page-txt h2{ 
    margin-top: 0;
    font-family: 'Josefin Sans', sans-serif;
	font-size:29px;
    font-weight:600;
	text-transform: uppercase;
}

.page-txt h3{ 
	font-family: 'Josefin Sans', sans-serif;
	font-weight:600; 
	font-size:20px;
	line-height:26px;
	text-transform: uppercase;
	margin-top: 22px;
}

.page-txt p{ 
	font-family: 'Raleway', sans-serif;
	font-weight:500; 
	font-size:14px;
	line-height:26px; 
}

.contact-form h4 { font-family: 'Josefin Sans', sans-serif; margin-bottom:1em; letter-spacing:0.08em; line-height:30px; color:#282828; text-transform:uppercase; font-weight:600; font-size:29px; margin-top: 0;}

.form-group label { display:none;}
.form-group { position:relative; margin-bottom: 20px !important;}
fieldset .required:after { color:#bbbaba; content:"*"; font-size:12px; left:-16px; margin:0 0 0 5px; position:absolute; top:8px; font-weight:400;}
.form-group .input-text { display:block; border:2px solid #e9e9e9; color:#282828; font-weight:400; letter-spacing:1.6px; line-height:2.3rem; padding:1.44rem 1rem; text-transform:uppercase; width:100%; font-size:14px; box-shadow:none; vertical-align:baseline; outline:none; transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s;}
.form-group .input-text:hover, .form-group .input-text:focus {border-color: #282828;}
.submit-btn{}
.submit-btn button { background:#e41c26; transition:all 0.3s ease-in-out 0s; border:none; font-family: 'Josefin Sans', sans-serif; font-size:14px; overflow:hidden;  z-index: 1; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:10px 20px; text-transform:uppercase; font-weight:600; width: 100%;}
.submit-btn button:hover {color:#000;}

.submit-btn button:after{
	content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

.submit-btn button:hover:after{
	
    height: 500%;
    background: #fff;
    opacity: 1;
}

.contact-map { margin-top:20px;}

/*:::::::::::::CONTACT PAGE CSS END:::::::::::::*/


/*:::::::::::::LARGEVIEW PAGE CSS:::::::::::::*/


.p-title { text-align:center; text-transform:uppercase; color:#0e0e0e; margin-bottom:35px;}
.p-title h2 { margin-top:0; font-weight:400; margin-bottom: 25px; font-size: 25px; font-family: 'Josefin Sans', sans-serif;}
.p-title h2 span{ font-weight:700;}

.pagination { 
	text-align:right; 
	width:100%;
}
.pagination a {
	border-radius:3px;
	padding:3px 4px;
	font-size:20px; 
	color:#000;
	display:inline-block;
	text-transform:uppercase;
	margin:0;
	transition: all 0.4s ease-in 0s;
}
.pagination a:hover,
.pagination a:focus{ 
	color:#e41c26;
	text-decoration: none;
	outline: none;
}

.prod-details h1 { 
	font-family: 'Josefin Sans', sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-weight:600; 
	font-size:23px; 
	color:#101010;
}
.prod-details h3 { 
	font-family: 'Josefin Sans', sans-serif;
	color:#101010;
	font-size:15px;
	font-weight:400;
	margin: 28px 0;
	
}
.prod-details .description { 
	font-family: 'Josefin Sans', sans-serif;
	min-height:150px;
	font-weight:400;
	font-size:17px; 
	color:#101010;
	text-transform: none;
}

.prod-details .description p{ 
	
	font-weight:400;
	font-size:14px; 
	color:#000;
	line-height: 28px;
}
/*.prod-details .description span { 
	
	text-transform:uppercase;
	color:#101010; 
	font-size:14px;
}*/
.prod-details .prd-opt {
	margin-bottom:50px;
}
.prod-details .prd-opt label {
	width:24%;
	text-align:left; 
	font-size:14px;
	text-transform:uppercase;
	line-height:34px;
	margin:0;
}
.prod-details .prd-opt .form-control {
	width:36%;
	font-weight:400;
	border-radius: 0 !important;
}
.prod-details .prd-opt .form-control:focus {
	border-color:#fac930;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6);
}
.like-box { margin-top:3rem;}


.qt-btn {
	font-family: 'Josefin Sans', sans-serif;
	background:none !important; 
	font-weight: 500;
	height:60px;
	line-height: 58px !important;
	border: none !important;
	text-align:center; 
	color:#000 !important;  
	font-size:16px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
	outline: none !important;
}
.qt-btn:hover {
	color:#000;
	background:#068f3d;
	
}

.wrap-cart-cta {

    display: inline-block;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 14px;
	max-width: 123px;
	border: 1px solid #e9e9e9;
}

.input-group .form-control {

    height: 60px !important;
	line-height: 60px !important;
	border: none !important;

}

.submit-btn-d {}

 .submit-btn-d button {
	font-family: 'Josefin Sans', sans-serif;
	background:#e41c26; 
	font-weight: 500;
	padding: 19px 15px;
	width: 200px;
	border: none; 
	text-align:center; 
	color:#fff;  
	font-size:16px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
	position: relative;
    overflow: hidden;
	z-index:1;
	
}
 .submit-btn-d button:hover {
	color:#000;	
}

.submit-btn-d button:after{
	
	content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out 0s;	
}

.submit-btn-d button:hover:after{
	
    height: 170%;
    background: #fff;
    opacity: 1;	
}
/*:::::::::::::LARGEVIEW PAGE CSS END:::::::::::::*/



/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS START:::::::::::::::::::*/


@media screen and (min-width:1300px) and (max-width:1525px){
	
   .get_touch{

    margin-left: 16%;

}

}

@media screen and (min-width:992px) and (max-width:1299px){
	
	
	.Motorbike {
   padding: 75px 57px 10px;
}
	
	.padding_lr{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.footer-btm {

    padding: 40px 0;
}
	
	.copy-right {
    padding: 18px 0 12px 0; 
    font-size: 12px;
}
		
	.get_touch {
    margin-left: 0;
}
		
}

@media screen and (max-width:991px){
	
	
	.owl-theme .owl-controls {
    top: -72px;
   
}
	
	.Motorbike h2 {
    font-size: 25px;
}
	.Motorbike p {
    font-size: 12px;
}
	
	.Motorbike a {
    font-size: 11px;
}
	
.Motorbike {
padding: 40px 19px 10px 19px;
}
	
		.get_touch {
		
    margin-left: 0;

}
	.bg_footer{
	background: url()center center no-repeat;
}

	.footer-btm {
	background: url(../images/bottom_bg.jpg)center center no-repeat;
	background-size: cover;	
    padding: 40px 0;
}
	
	.copy-right .powered { 
	text-align:left;

}
.copy-right {
    background-color: #161616;
    font-size: 12px;
	padding: 18px 0 12px 0; 

}
	
		.copy-right .cr-text { 
	text-align:center;
	padding-bottom: 20px;
}
.copy-right .powered { 
	text-align:center;
}
}
	
@media screen and (max-width:767px){
	
	
	.broder_r {
    background-color: transparent !important;
}
	
	.m_btm1{
		margin-bottom: 20px;
	}

.control_btn_left {
	
	border-bottom: 35px solid #FFFFFF;
    border-right: 35px solid transparent;
	font-size: 12px;
}
	
	.control_btn_left i {
    bottom: 11px;
    left: 8px;
}
	
	.control_btn_left:hover {
    border-bottom: 35px solid #303437;
}
	
	.control_btn_right {
    border-top: 35px solid #FFFFFF;
    border-left: 35px solid transparent;
    font-size: 12px;
}
	
		.control_btn_right:hover {
    border-top: 35px solid #303437;
}
	
	.control_btn_right i {
    top: -29px;
    left: -11px;
}
	
	.canvas-slicer-controls {
    position: relative;
    top: -60px;
}
	
	.Motorbike {
    padding: 95px 10px;
    text-align:center;
}
	
}
@media screen and (max-width:700px){
	
	.f-title {
    margin-bottom: 19%;
}
}

@media screen and (max-width:550px){
	.f-title {
    margin-bottom: 28%;
}
}

@media only screen and (max-width:480px){
	

.f-title h2 {

    font-size: 20px;
  
}
	
	.owl-theme .owl-controls {
    top: -72px;
}
	
	.footer-btm h2 {

    font-size: 14px;
}	
	.submit-btn-d button {

    width: 155px;

}
	
	.SocialMediaIcon ul a li {
    width: 35px;
    height: 35px;
}
		
}

/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS END:::::::::::::::::::*/

