h1,h2,h3,h4,h5,h6,p,ul,li{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
body{
	font-family: 'Roboto', sans-serif;
}
.container{
	max-width: 1600px;
}
/*top*/
.top_br{
	background-color: #5b5b5b;
	padding: 10px 0;
	text-align: center;
}
.top_br p {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 0px;
}
.top_br p span{
	padding: 0 20px;
}
.top_br p img {
    display: flex;
    padding: 0 15px;
}
/*header*/
.header .responsive_search {
    background-color: #202020;
    margin: 42px 0;
}
.header .responsive_search .form-group {
    margin-bottom: 0rem;
    position: relative;
}
.header .responsive_search input {
    position: relative;
    border-radius: 0;
    padding: 25.5px 15px;
    background-color: #161616;
    border: none;
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-family: 'Roboto Condensed';
    transition: 0.9s;
}
.header .responsive_search input:focus{
	background-color: #e16168;
}
.header .responsive_search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #5b5b5b;
    color: #fff;
    border-radius: 0;
    padding: 12px 16px;
}
.header .responsive_search button:hover{
	color: #fff;
	background-color: #eb1212;
}
.header .logo{
	text-align: center;
}
.header .logo img{
	text-align: center;
}
.header .header_contact{
	
}
.header .header_contact ul {
    padding: 54px 0;
}
.header .header_contact ul li{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
.header .header_contact ul li a{
	text-decoration: none;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.header .header_contact ul li a span{
	padding-right: 10px;
}
.header .header_contact ul li a span:hover{
	
}
.header{
	background-image: linear-gradient(to bottom, #030303, #0b0b0b, #111111, #161616, #1a1a1a, #1d1d1d, #212121, #242424, #272727, #2b2b2b, #2e2e2e, #323232);
}
/*menu*/
.menu{background-image: linear-gradient(to bottom, #ff1313, #fa1313, #f41313, #ef1212, #ea1212, #df1111, #d51011, #ca0f10, #b80e0f, #a60c0d, #950b0c, #840a0a);}
.menu .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.9s;
}
.menu .navbar-light .navbar-nav .nav-link:hover{
	color: #e31111;
}
.menu .navbar-nav{
	margin: auto;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #313131;
    transform: skew(-0deg);
}
.menu .search_001{
	padding-top: 30px;
}
.menu .search_001 a{
	color: #000;
	font-size: 20px;
	padding: 10px;
	transition: 0.9s;
	cursor: pointer;
	display: inline-grid;
}
.menu .search_001 a:hover{
	background-color: #e16168;
	color: #fff;
	border-radius: 5px;
}
.menu .megamenu {
    width: 1000px;
    left: -200px;
    margin: 70px 30px 40px 30px;
    margin-top: 0px;
    z-index: 54545454455654;
    padding: 25px 30px;
    padding: 25px 30px !important;
    background-color: #000000;
    margin-top: -1px !important;
    min-height: 400px;
    height: 400px;
    height: auto !important;
}
.menu .megamenu .m_name {
    margin-bottom: 10px;
    border-bottom: solid 1px #a0a0a0;
}
.menu .megamenu .m_name a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    transition: 0.9s;
}
.menu .megamenu .s_menu {
    margin-bottom: 3px;
}
.prod{
        border: solid 1px #00000026;
    height: 100%;
}
.pridcts_detail .left{
    padding-left: 5%;
}
.menu .megamenu .s_menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    transition: 0.9s;
    border-bottom: solid 1px #ffffff4f;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}
.menu .megamenu .s_menu a span{
    padding-right: 10px;
}
.menu .megamenu .s_menu a:hover{
	color: #ff1313;
}
.menu .navbar{
	padding: 0px;
}
.menu .nav-link{
	padding: 0px;
}
/*big_banner*/
.big_banner{
	
}

.big_banner #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.big_banner .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #f31212;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.big_banner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d5dcd8;
}
.big_banner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -60px;
}
.big_banner .owl-carousel .owl-stage-outer {
    z-index: -154545;
}
/*front_about*/
.front_about {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: url(../img/front_about_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #292929;
}
.our_categories .owl-nav .owl-prev {
	display: none;
}
.our_categories .owl-nav .owl-next {
	display: none;
}
.front_about .left{
	
}
.front_about .left img{
	width: 100%;
}
.front_about .right{
	
}
.front_about .right h1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #fe2523;
}
.front_about .right h2{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
	color: #fff;
}
.front_about .right .border_01{
	border-top: solid 2px #fe2523;
	width: 90px;
}
.front_about .right p{
	padding-top: 30px;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
}
.front_about .right .read_more {
    padding-top: 35px;
}
.front_about .right .read_more a{
	background-color: #ff1313;
	padding: 17px 23px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	color: #fff;
	transition: 0.9s;
	text-decoration: none;
}
.front_about .right .read_more a:hover{
	background-color: #fff;
	color: #e16168;
}
/*our_categories*/
.our_categories{
	padding-bottom: 20px;
	background-color: #0b0b0b;
	padding-top: 10px;
}
.cat_box{
	background-color: #e0e0e0;
	border: solid 3px #d1d1d1;
	text-align: center;
	position: relative;
	transition: 0.8s;
}
.cat_box:hover{
	border-color: #ff1313;
}
.cat_box .detail {
    padding: 16px 0 30px 0;
    position: absolute;
    z-index: 545454;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.cat_box .detail h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 46px;
	color: #fff;
	padding-bottom: 10px;
}
.cat_box .detail p{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	color: #676767;
	padding: 15px 20px 20px 20px;
	
}
.cat_box .detail .veiw_more_01 {
    padding-top: 10px;
}
.cat_box .detail .veiw_more_01 a{
	background-color: #000;
	padding: 17px 23px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	color: #fff;
	transition: 0.9s;
	text-decoration: none;
	transition: 0.9s;
}
.cat_box:hover .detail .veiw_more_01 a{
	background-color: #ff1313;
	color: #fff;
}
.cat_box .detail .border_02 {
    border-top: solid 2px #ff1313;
    width: 90px;
    text-align: center;
    margin: auto;
}
/*our_services*/
.our_services{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #0b0b0b;
}
.our_services .left{
	
}
.our_services .left .title_section{
	
}
.our_services .left .title_section h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 35px;
	color: #ffff;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 30px;
}
.our_services .left .title_section .border_08{
	border-top: solid 2px #ff1313;
	width: 90px;
	text-align: center;
	margin: auto;
}
.our_services .left p{
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	color: #ddd;
	padding-bottom: 10px;
	text-align: center;
	padding: 15px 0;
}
.services_box{
	padding-top: 20px;
	padding-bottom: 20px;
}
.services_box .box{
	text-align: center;
}
.services_box .box h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	text-align: center;
}
.services_box .box .border_09{
	border-top: solid 2px #ff1313;
	width: 50px;
	text-align: center;
	margin: auto;
}
.services_box .box img{
	padding-bottom: 20px;
}
.our_services .right{
	
}
.our_services .right img{
	position: relative;
	width: 100%;
}
.our_services .right a{
	position: absolute;
	bottom: 10%;
	background-color: #ff1313;
	color: #fff;
	left: 40%;
	padding: 10px 20px;
	border-radius: 20px;
	text-decoration: none;
	transition: 0.89s;
}
.our_services .right a:hover{
	background-color: #000;
	color: #fff;
}



/*featured_products*/
.featured_products{
	background-color: #0c0c0c;
	background-image: url(..img/featured_products.jpg);
	padding: 30px 0;
}
.featured_products .title_section{
	text-align: center;
}
.featured_products .title_section h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 35px;
	color: #fff;
	padding-bottom: 10px;
	text-align: center;
}
.featured_products .title_section .border_07{
	border-top: solid 2px #ff1313;
	width: 90px;
	text-align: center;
	margin: auto;
}
.prd_box_001{
	border: solid 1px #bdbdbd;
	transition: 0.9s;
}
.prd_box_001:hover{
	border: solid 1px #e16168;
}
.prd_box_001 .images{
	width: 100%;
}
.prd_box_001 .images img{
	width: 100%;
	position: relative;
}
.prd_box_001 .overlay {
    position: absolute;
    top: 40%;
    left: 10%;
    text-align: center;
    margin: auto;
    opacity: 0;
    transition: 0.5s;
}
.prd_box_001:hover .overlay{
	opacity: 0.9;
	left: 50%;
}
.prd_box_001 .overlay p{
	color: #ff1313;
	font-size: 26px;
}

.prd_box_001 .detail{
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	transition: 0.9s;
	padding: 10px 0;
}
.prd_box_001 .detail h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    text-align: center;
    transition: 0.9s;
}
.prd_box_001:hover .detail h1{
	color: #fff;
}
.prd_box_001 .detail p{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	text-align: center;
	transition: 0.9s;
}
.prd_box_001:hover .detail p{
	color: #fff;
}
.prd_box_001:hover .detail{
	background-color: #ff1313;
}
/*news_subscribe*/
.news_subscribe{
	padding-top: 30px;
	background-color: #0b0b0b;
	padding-bottom: 30px;
}
.news_subscribe .left{
	background-color: #ff1313;
	padding: 25px 36px 20px 36px;
}
.news_subscribe .left h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 15px;
}
.news_subscribe .left .border_05{
	border: solid 2px #fff;
	width: 74px;
}
.news_subscribe_slider{
	padding-top: 15px;
}
.news_subscribe_slider p{
	color: #fff;
}
.news_subscribe .right{
	
}
.news_subscribe .right h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 15px;
}
.news_subscribe .right .border_06{
	border: solid 2px #ff1313;
	width: 74px;
}
.news_subscribe .right p{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 40px;
}
.news_subscribe .right form input{
	max-width: 430px;
	margin-right: 30px;
	border-radius: 20px;
	color: #000;
	background-color: #ededed;
	text-transform: capitalize;
}
.news_subscribe .right form{
	position: relative;
}
.news_subscribe .right button {
    background-color: #ff1313;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 25px;
}
.news_letter_001 form{
}
.news_letter_001{
	width: 550px;
}
/*our_gallery*/
.our_gallery{
	padding-bottom: 30px;
	background-color: #343434;
}
.news_slider p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
}
.our_gallery .title_section{
	text-align: center;
}
.our_gallery .title_section h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 35px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 15px;
}
.our_gallery .title_section .border_04{
	border: solid 2px #ff1313;
	width: 74px;
	margin: auto;
}
/*certificates*/
.certificates {
    background-color: #ff1313;
    padding: 15px 0;
}
.certificates .left{
	
}
.certificates .left h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 35px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 15px;
}
.certificates .right{
	
}
/*footer*/
.footer {
    background-repeat: no-repeat;
    padding: 30px 0;
    background-color: #3c3c3c;
}
.footer .short_about{
	
}
.footer .short_about h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding-bottom: 7px;
}
.footer .short_about p{
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	color: #fff;
	max-width: 300px;
	padding-top: 20px;
}
.footer .short_about .border_03{
	border: solid 2px #ff1313;
	width: 33px;
}
.footer .quick_links{
	
}
.footer .quick_links h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding-bottom: 7px;
}
.footer .quick_links p{
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	color: #fff;
	max-width: 300px;
	padding-top: 20px;
}
.footer .quick_links .border_03{
	border: solid 2px #ff1313;
	width: 33px;
}
.footer .quick_links ul{
	padding-top: 20px;
}
.footer .quick_links ul li{
	list-style-type: none;
}
.footer .quick_links ul li a{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	transition: 0.9s;
}
.footer .quick_links ul li a:hover{
	color: #e16168;
}
.footer .quick_links_contact{
	
}
.footer .quick_links_contact h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding-bottom: 7px;
}
.footer .quick_links_contact p{
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	color: #fff;
	max-width: 300px;
	padding-top: 20px;
}
.footer .quick_links_contact .border_03{
	border: solid 2px #ff1313;
	width: 33px;
}
.footer .quick_links_contact ul{
	padding-top: 20px;
}
.footer .quick_links_contact ul li{
	list-style-type: none;
}
.footer .quick_links_contact ul li a{
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	transition: 0.9s;
}
.footer .quick_links_contact ul li a span{
	text-transform: uppercase;
	font-weight: 700;
}
.footer .quick_links_contact ul li a:hover{
	color: #e16168;
}
.footer .our_social_networks{
	
}
.footer .our_social_networks h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding-bottom: 7px;
}
.footer .our_social_networks p{
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	color: #fff;
	max-width: 300px;
	padding-top: 20px;
}
.footer .our_social_networks .border_03{
	border: solid 2px #e16168;
	width: 33px;
}
.footer .our_social_networks ul{
	padding-top: 30px;
}
.footer .our_social_networks ul li{
	list-style-type: none;
	display: inline-block;
	padding-right: 15px;
}
.footer .our_social_networks ul li a{
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	transition: 0.9s;
}
.footer .our_social_networks ul li a span{
	text-transform: uppercase;
	font-weight: 700;
}
.footer .our_social_networks ul li a:hover{
	color: #e16168;
}
/*copyright*/
.copyright{
	padding: 15px 0;
	background-image: linear-gradient(to bottom, #ff1313, #fa1313, #f51313, #f01212, #eb1212, #e61212, #e11111, #dc1111, #d61111, #cf1010, #c91010, #c30f0f);
}
.copyright p{
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 900;
	font-size: 14px;
}
.copyright p a{
	color: #fff;
	transition: 0.9s;
	text-decoration: none;
}
.copyright p a:hover{
	color: #000;
}
.modal-content{
	padding: 25px;
    text-align: center;
    margin-top: 30%;
    background-color: transparent;
}
.modal-content input {
    border: solid 1px black;
    border-radius: 0;
    padding: 30px 20px;
    background-color: #ffffff73;
    border: solid 1px;
}
.modal-content button{
	background-color: #e16168;
	color: #fff;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	transition: 0.9s;
	border-radius: 0;
}
.modal-content button:hover{
	color: #fff;
	background-color: #000;
}
/*PRELOADING------------ */
#overlayer {
  width:100%;
  height:100%;  
  position:absolute;
  z-index:1;
  background:#fff;
  z-index: 5454545;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index:35454545;
  border: 4px solid #e16168;
  top: 50%;
  animation: loader 2s infinite ease;
      left: 50%;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #e16168;
  animation: loader-inner 2s infinite ease-in;
}
/*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%;
}
/*social_icon_on_all*/
.social_icon_on_all {
    position: absolute;
    top: 34%;
    position: fixed;
    z-index: 5454545454;
    right: 0;
}
.social_icon_on_all ul{
	
}
.social_icon_on_all ul li{
	list-style-type: none;
}
.social_icon_on_all ul li a{
	
}
.social_icon_on_all ul li a span{
	
}
.social_icon_on_all ul li a span i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	transition: 0.9s;
}
.social_icon_on_all ul li a span i:hover{
}
.fa-facebook{
	background-color: #3b5998;
	color: #fff;
	transition: 0.9s;
}
.fa-facebook:hover{
	background-color: #000;
}
.fa-twitter{
	background-color: #2daae2;
	color: #fff;
	transition: 0.9s;
}
.fa-twitter:hover{
	background-color: #000;
}
.fa-pinterest{
	background-color: #cb2027;
	color: #fff;
	transition: 0.9s;
}
.fa-pinterest:hover{
	background-color: #000;
}
.fa-instagram{
	background-color: #e60015;
	color: #fff;
	transition: 0.9s;
}
.fa-instagram:hover{
	background-color: #000;
}
.fa-linkedin-in{
	background-color: #0073b1;
	color: #fff;
	transition: 0.9s;
}
.fa-linkedin-in:hover{
	background-color: #000;
}
.fa-whatsapp{
	background-color: #4FCE5D;
	color: #fff;
	transition: 0.9s;
}
.fa-whatsapp:hover{
	background-color: #000;
}
.fa-skype{
	background-color: #00aff0;
	color: #fff;
	transition: 0.9s;
}
.fa-skype:hover{
	background-color: #000;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}