h1,h2,h3,h4,h5,h6,ul,li,a,p{
	padding: 0px;
	margin: 0px;
}
body{
	font-family: 'Oswald', sans-serif;
}
/*top*/
.top{
	background-color: #000000;
	padding: 10px 0;
}
.top .top_language{
	text-align: right;
}
.top p{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 10px;
}
.top .top_text{
	display: flex;
	text-align: left;
	margin: auto;
	justify-content: left;
	width: 100%;
}
/*logo_br*/
.logo_br{
	background-color: #ffffff;
	padding: 10px 0;
}
.logo_br .search{
	
}
.cat_border img{
    width: 100%;
}
.cat_border{
    width: 100%;
}
.logo_br .logo {
    text-align: left;
}
.logo_br .top_email {
    padding: 34px 0;
    float: right;
}
.logo_br .search {
    position: relative;
    margin: 22px 0;
    max-width: 70%;
}
.logo_br .search input {
    border-radius: 0;
    color: #9d9d9d;
    background-color: #333333;
    padding: 23px 20px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.logo_br .search button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background-color: #ee2d23;
    border-color: #ee2d23;
    transition: 0.9s;
    padding: 10.5px 18px;
}
.logo_br .search button:hover{
	background-color: black;
	color: white;
}
.logo_br .top_email{
	
}
.logo_br .top_email ul{
	display: flex;
}
.logo_br .top_email ul li{
	list-style-type: none;
	margin-right: 16px;
}
.logo_br .top_email ul li p{
	margin-right: 16px;
}
.logo_br .top_email ul li p span{
	margin-right: 16px;
}
.logo_br .top_email ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.logo_br .top_email ul li a span{
	margin-right: 15px;
}
/*header*/
.header{background: linear-gradient(to bottom, #4d4d4d 0%, #1f1f1e 100%);}
.header {
	
}
.header .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    margin-right: 35px;
}
.header .navbar-light .navbar-nav .nav-link:hover{
	color: #ffffff;
	background: #ee2d23;
}
.header .navbar-nav{
	margin: auto;
}
.header .navbar {
    padding: .0rem 0rem;
}
.header .megamenu {
    width: 1100px;
    left: -300px;
    padding: 10px 30px;
    border-radius: 0;
    margin-top: 0px;
    background-color: #000;
}
.header .megamenu .s_menu a{
	color: #ffffff;
	
	transition: 0.9s;
	font-size: 15px;
	
}
.header .megamenu .s_menu a:hover{
	color: #d50000;
	border-color: #ffffff;
}
.header .megamenu .m_name{
	color: #ffffff;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 20px;
}
.description002332{
        min-height: 250px;
    height: 250px;
    max-height: 250px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.header .dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 35px;
    clear: both;
    font-weight: 500;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #000;
    border: 0;
    border-bottom: solid 1px #ffffff1a;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.9s;
    text-transform: capitalize;
}
.header .dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 35px;
    clear: both;
    font-weight: 500;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #000;
    border: 0;
    border-bottom: solid 1px #ffffff1a;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.9s;
    text-transform: capitalize;
}
.header .dropdown-item:hover{
    background-color: #ee2d23;
    color: #fff;
}
.header .megamenu .m_name a {
    color: #ffffff;
    border-bottom: solid 1px #fe1f00;
}
/*big_banner*/
.big_banner{
	
}
.big_banner .slick-prev:before {
    content: url('../img/left_arrow.png');
}
.big_banner .slick-next:before {
    content: url('../img/right_arrow.png');
}
.big_banner .slick-next{
    right: 5%;
}
.big_banner .slick-prev{
    display: block;
    position: absolute;
    z-index: 5454544;
    left: 5%;
}
.big_banner img{
	width: 100%;
}
.big_banner1 img{
    width: 85%;
    margin: auto;
}
/*other_slider_review*/
.other_slider_review{
	margin-top: -6%;
}
.other_slider_review .big_banner1{
	text-align: center;
}
/*welcome*/
.welcome{
	padding: 20px 0;
	background-repeat: no-repeat;
	margin-top: 25px;
	background-color: #000000;
}
.welcome .left{
	
}
.welcome .right{
	
}
.welcome .right .one {
    padding: 4px 0;
}
.welcome .right .one h1{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 62px;
	font-weight: 700;
	text-align: center;
}
.welcome .right .one h1 span{
	color: #d50000;
}
.welcome .right .one p {
    color: #ffffff;
    opacity: 0.8;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 27px;
    text-align: center;
}
.welcome .right .one .read_more{
	text-align: center;
}
.welcome .right .one .read_more a{
	background-color: #d50000;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	transition: 0.9s;
}
.welcome .right .one .read_more a:hover{
	background-color: #ffffff;
	color: #000;
}
/*our_categories*/
.our_categories{
	
}
.our_categories .title_section{
	text-align: center;
	padding: 20px 0;
}
.our_categories .title_section .title_section_inner {
    display: flex;
    text-align: center;
    justify-content: center;
}
.our_categories .title_section .title_section_inner p{
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 35px;
	padding: 0 20px;
	text-align: center;
}
.our_categories .cat_box {
    width: 100%;
    border: solid 5px #;
    transition: 0.9s;
}
.our_categories .cat_box:hover {
    border: solid 5px #d50000;
}
.our_categories .cat_box img{
	width: 100%;
	transition: 0.9s;
}
.our_categories .cat_box img:hover{
     filter: grayscale(100%);
}
/*featured_products*/
.featured_products{
	padding-bottom: 40px;
}
.featured_products .title_section{
	text-align: center;
}
.featured_products .title_section h1{
	text-transform: uppercase;
	color: #000000;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
}
.featured_products .title_section span{
	color: #d50000;
}
.feature_prd_001 {
    border: solid 10px #e9e9e9;
    transition: 0.9s;
    position: relative;
    margin-bottom: 25px;
}
.feature_prd_001:hover{
	border: solid 10px #d50000;
}
.feature_prd_001 .images{
	width: 100%;
	position: relative;
}
.feature_prd_001 .images img{
	width: 100%;
}
.feature_prd_001 .detail{
	width: 100%;
	background-color: #e9e9e9;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 15px;
	transition: 0.9s;
}
.feature_prd_001 .detail h1{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	padding-bottom: 5px;
	transition: 0.9s;
}
.feature_prd_001 .detail h2{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin-bottom: 12px;
}
.feature_prd_001:hover .detail{
	background-color: #e9e9e9;
}
.feature_prd_001:hover .detail h1{
	color: #d50000;
}
.feature_prd_001 .detail h3 {
    position: absolute;
    bottom: -6%;
    text-align: center;
    margin: auto;
    justify-content: center;
    width: 100%;
}
.feature_prd_001:hover  .detail h3 i{
    background-color: #d50000;
    color: #fff;
}
.feature_prd_001 .detail h3 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 13px;
    background-color: #cdcdcd;
    border-radius: 20px;
    transition: 0.9s;
}
/*services*/
.services{
	background-color: #000000;
}
.services .b1{
	background-color: #d50000;
}
.services .b1 h1 {
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    padding: 94px 0;
    text-align: center;
    color: #ffffff;
}
.services .b2 {
    text-align: center;
    padding-top: 22px;
    transition: 0.9s;
    padding-bottom: 22px;
}
.services .b2 h1{
	text-transform: capitalize;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 7px;
	padding-top: 5px;
}
.services .b2 p{
	text-transform: capitalize;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	opacity: 0.8;
}
.services .b2 .hover_ime{
	display: none;
	transition: 0.9s;
}
.services .b2:hover .hover_ime{
	    text-align: center;
    justify-content: center;
    place-content: center;
    margin: auto;
}
.services .b2 .no_hover_img{
	transition: 0.9s;
}
.services .b2:hover .hover_ime{
	display: block;
}
.services .b2:hover .no_hover_img{
	display: none;
}
.services .h3{
	
}
.services .b4{
	
}
/*catalog_chart_video*/
.catalog_chart_video{
	padding: 33px 0;
}
.catalog_chart_video .one{
	text-align: center;
}
.catalog_chart_video .one h1{
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #d50000;
	text-transform: uppercase;
	padding-top: 20px;
}
.catalog_chart_video .one p{
	text-align: center;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	text-transform: uppercase;
}
.catalog_chart_video .one img{
	text-align: center;
}
























/*news_letter*/
.news_letter{
	background-color: #030303;
	padding: 20px 0;
}
.news_letter .nes_social{
	
}
.news_letter .nes_social ul{
	display: flex;
}
.news_letter .nes_social ul h1{
	font-size: 35px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
}
.news_letter .nes_social ul h1 span{
	color: #d50000;
}
.news_letter .nes_social ul li {
    list-style-type: none;
    padding: 13px 15px;
    color: #ffffff;
    vertical-align: middle;
}
.news_letter .nes_social ul li a{
	text-align: center;
	color: #ffffff;
}
.news_letter .nes_social ul li a:hover{
	
}
.news_letter .news_letter_innter{
	
}
.news_letter .news_letter_innter{
	position: relative;
	max-width: 670px;
}
.news_letter .news_letter_innter input {
    border-radius: 0;
    background-color: #4d4d4d;
    padding: 25px 40px;
    color: #ffffffff;
    text-transform: uppercase;
    border: none;
    max-width: 670px;
}
.news_letter .news_letter_innter button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    color: #d50000;
    background-color: transparent;
    border: none;
    padding: 13px 25px;
    transform: skew(119deg, 62deg);
}
.news_letter .news_letter_innter .form-group {
    margin-bottom: 0rem;
}
.news_letter .news_letter_innter2 p {
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 0;
}
.news_letter .news_letter_innter2 p span{
	color: #d50000;
}





/*footer*/
.footer {
    background-color: #232323;
}
.footer .news_box{
	padding-bottom: 30px;
}
.footer .news_box h1{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	padding: 30px 0;
}
.footer .news_box p{
	color: #ffffff;
}
.footer .news_box img{
}
.footer .two {
    padding-left: 9%;
}
.footer .two h1{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	padding: 30px 0;
}
.footer .two h1 span{
	color: #d50000;
}
.footer .two ul{
	
}
.footer .two ul li {
    list-style-type: none;
    text-align: left;
}
.footer .two ul li a{
	color: #c1c1c1;
	font-size: 16px;
	font-weight: 300;
	transition: 0.9s;
}
.footer .two ul li a:hover{
	color: #d50000;
}
.footer .two ul li a span{
	padding-right: 10px;
}
.footer .three {
    background-color: #2d2d2d;
    padding-left: 8%;
}
.footer .three h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 30px 0;
}
.footer .three h1 span{
	color: #d50000;
}
.footer .three  ul{
	
}
.footer .three ul li {
    list-style-type: none;
    text-align: left;
}
.footer .three ul li a{
	color: #c1c1c1;
	font-size: 16px;
	font-weight: 300;
	transition: 0.9s;
	text-transform: capitalize !important;
}
.footer .three ul li a:hover{
	color: #d50000;
}
.footer .three ul li a span{
	padding-right: 10px;
}
/*copyright*/
.copyright{
	background-color: #d50000;
	padding: 10px 0;
}
.copyright p{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.copyright p a{
	color: #ffffff;
	transition: 0.9s;
}
.copyright p a:hover{
	color: #000000;
}
/*slick slider out line*/
.slick-list {
    outline: none;
}
.slick-list {
    outline: none !important;
}
.slick-slide {
outline: none !important;
}
.slick-slide:focus { outline: none; }
.slick-slide, .slick-slide *{ outline: none !important; }
.header1 .navbar-brand img{
    width: 40%;
}
/*on hover image chnage*/
.related_prd .title_section{
	text-align: center;
	padding: 25px 0 10px 0;
}
.related_prd .title_section h1 {
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    padding: 5px 0;
}
.related_prd .title_section h1 span{
	color: #d50000;
}
.goback {
    padding-top: 10px;
}
#qty {
    border-radius: 0;
    padding: 22px 18px;
}
/*cat box*/
.catbox img{
    width: 100%;
}
.catbox .images{
    width: 100%;
}
.catalog_chart_video .one .detail img{
	width: 100%;
}
.catalog_chart_video .one img {
    text-align: center;
    width: 100%;
}
.catalog_chart_video .one .images video{
	width: 100%;
	height: 370px;
}
.catbox .detail{
    background-color: #000000;
    color: #ffffff;
    padding: 15px 0;
}
.catbox .detail{
    text-align: center;
    
}
.catbox .detail a{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
}
.catbox .detail:hover a{
    color: #ee1c24;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
}
.contact_5478{
    
}
.contact_5478 h1{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}
.contact_5478 img{
    margin-top: -6px;
    width: 30px;
    padding-top: 0px;
}
.contact_5478 h1 span{
    padding-right: 10px;
}
.contact_5478 ul{
    
}
.contact_5478 ul li{
    list-style-type: none;
}
.contact_5478 ul li a{
    font-weight: 500;
}
.contact_5478 ul li a span{
    padding-right: 10px;
}
.contact_5478 ul li p{
    font-weight: 500;
}
.contact_5478 ul li p span{
    padding-right: 10px;
}








/*categories*/
.categories{
	padding: 30px 0 31px 0;
	background-color: #fff;
	background-size: 100%;
}
.categories .categories_box_001_0012 .images .xx1::after{
	    content: '';
	    position: absolute;
	    left: 9px;
	    top: 0px;
	    width: 6px;
	    height: 120px;
	    background: #e00c17;
	    transition: all 0.3s;
}
.categories .categories_box_001_0012 .images .xx1::before{
	    content: '';
	    position: absolute;
	    left: 9px;
	    top: 0;
	    width: 120px;
	    height: 6px;
	    background: #e00c17;
	    transition: all 0.3s;
}
.categories .categories_box_001_0012 .images img{
	width: 100%;
}
.categories .categories_box_001_0012 .detail{
	position: absolute;
	top: 60%;
	left: 25%;
	text-align: center;
	width: 50%;
}
.categories .categories_box_001_0012 .detail h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
}
.categories .categories_box_001_0012 .detail h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 13px;
}
.categories .categories_box_001_0012 .detail a{
	background-color: #ffffff;
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 20px;
	transition: 0.9s;
}
.categories .categories_box_001_0012:hover .detail a{
	background-color: #ed1d25;
	color: #ffffff;
}
.categories .categories_box_001_0012:hover .images .xx1::after{
	background-color: #000;
}
.categories .categories_box_001_0012:hover .images .xx1::before{
	background-color: #000;
}