@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Oswald:wght@300;400;500;700&display=swap');


*{
	padding: 0px;
	margin: 0px; 
	font-family: 'Lato', sans-serif;
  font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
  padding: 0px;
  margin: 0px;
}
p{
  padding: 0px;
  margin: 0px;
}
a{
  text-decoration: none !important;
}
body{
  height: auto;
  width: 100%; 
  overflow-x: hidden;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.clearfx{
  clear: both;
}

.top_head_one{float: left;width: 100%;background-color: #141414;padding-top: 10px;padding-bottom: 10px;}
.tp_cn a{color: #999999;}
.tp_r{float: right;}

.header-top{
  width: 100%;
  float: left;
}
.goog-te-gadget-simple .goog-te-menu-value{
    color: #bf0000 !important;
    border: 1px solid !important;
    padding: 10px !important;
    border-radius: 0px !important;
}
.goog-te-gadget-simple {
    background-color: rgb(255,0,0,0) !important;
    border-left: 1px solid rgb(255,0,0,0) !important;
    border-top: 1px solid rgb(255,0,0,0) !important;
    border-bottom: 1px solid rgb(255,0,0,0) !important;
    border-right: 1px solid rgb(255,0,0,0) !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 2px;
    cursor: pointern
   
    zoom: 1;
    border-radius: 0px;
}
.goog-te-gadget-simple img {
    display: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    font-size: 12px;
}
::placeholder{color: #fff; padding-left: 5px; font-size: 10px;}
.main-wrapper{background:#fff;}
.bg_color{border-top: 5px solid #5bcc9f; padding-top: 8px;}

.search-wrapper{
  margin-top: 21px;
}
.search-wrapper input{
  width: 100%;
  height: 41px;
  background:#fff;
  border: none;
  border-radius: 0px;
  padding-left: 10px;
  color: #000;
  font-style: normal;
  font-size: 12px;
  border:1px solid #d6d6d6;
  position: relative;
}
.search-wrapper button{
  border: none;
  background-color: transparent;
}
.search-wrapper input::placeholder{
  color: #d6d6d6;
  font-size: 14px;
}
.search-wrapper button{
  position: absolute;
  height: 40px;
  background-color:#bf0000;
  color:#fff;
  width: 103px;
  border-radius: 9px;
  right: 13px;
}
.topOne{
  padding-top: 15px;
  padding-bottom: 15px;
}

.header{    
}



.carousel-control{
  display: none;
}



.sub_heading2{
  color:#fff; background: #070e18; padding-top: 5px; padding-bottom: 5px; padding-left: 8px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 18px;
}
.product-block img{width: 100%;}
.addto-cart{background: #070e18;border-radius: 0px;font-family: 'Oswald', sans-serif;
border:none;font-weight:400;font-size:18px;text-transform: uppercase;height:40px; transition: .8s}
.addto-cart:hover{background: #000 !important;}

.mDetailBox {border: 1px solid #bf0000;background: #f2f2f2;padding-bottom: 15px;padding-top: 15px;padding-left: 15px;padding-right: 15px;}
.detail_box{font-size: 12px; color: #afafaf;}
.detail_box h3{font-size: 18px; text-transform: uppercase; color: #000; padding-bottom: 20px;border-bottom:1px solid #bf0000;}
.detail_box p{color: #000;}

.btn-sm{background:#070e18; color:#fff; border:0; transition: .8s}
.btn-sm:hover{background: #000; color: #fff !important;}
.breadcrumb{background-color: #070e18 !important; border-radius: 0px !important;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
     background-color: #070e18 !important; border: #2986e2 !important;	
}
.hactive{color: #070e18; font-family: 'Oswald', sans-serif; padding-top: 10px; padding-bottom: 10px; text-transform: uppercase;}
.txt_heading{color: #000;}
.bskt-fm{color: #afafaf; font-size: 14px;}
.cate-heading{background:#070e18; padding: 5px; font-weight: bold; color: #fff; text-transform: uppercase; font-family: 'Oswald', sans-serif;font-weight:400; text-align: center; margin: 0px;}
.sub-qtys{background: #070e18 !important; transition:.8s; border:solid 1px #070e18 !important;border-radius: 0px !important;font-family: 'Oswald', sans-serif;font-weight:400;font-size:18px;text-transform: uppercase;height:40px;}
.sub-qtys:hover{background: #000 !important;}

@media (max-width: 1200px){
 
 .btn-search {
    
    right: -182px;
    
} 
.inner-wrapper button {
    margin-left: 442px;
  
}
.text1-top{
  font-size: 10px;
}
}
@media (max-width: 768px){
.tp_cn{text-align: center;}
.tp_r{float: none;}
.whatsapp{display: none;}
.about_img{position: static !important;}
.copySection p{font-size: 12px;text-align: center;}
.search-wrapper{
  width: 100%;
}
.search-wrapper a{
  right: -95%;
}
}





@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 35s;
  animation: zoom 35s;
}




#slider {
 float: left;
 width: 100%;
}

.carousel-indicators li {
  background: #000000;
  width: 25px !important;
  height: 5px !important;
  border:none;
}

.carousel-indicators li.active {
    background: #2986e2;
    border:none;
}
.carousel-indicators .active{
  width: 25px !important;
  height: 5px !important;
}
.item {
 
}



.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
}

.control-carousel:hover{
  color: #28A8E7 ;
}

.right {
  right: 0;
}

.category-products {
  border: 1px solid #F7F7F0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.left-sidebar h2, .brands_products h2 {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
}

.left-sidebar h2:after, h2.title:after{
  content: " ";
  position: absolute;
  border: 1px solid #f5f5f5;
  bottom:8px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -2;
}

.left-sidebar h2:before{
  content: " ";
  position: absolute;
  background: #fff;
  bottom: -6px;
  width: 130px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -65px;
}

h2.title:before{
  content: " ";
  position: absolute;
  background: #fff;
  bottom: -6px;
  width: 220px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -110px;
}

.category-products .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  box-shadow:none;
  margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 15px;
}

.panel-body ul li:before {
    content: '• '; /*copy and paste a bullet from HTML in browser into css (not using ascii codes) */
  color: red; /* or whatever color you prefer */
}

.panel-body ul li a.selected {
  color: red; /* or whatever color you prefer */
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}


.panel-body ul li a {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  /*text-transform: uppercase;*/
}
.panel-body ul li a:hover{
  background-color: #696763;
  color: #fff;
  
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}




.category-products .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  box-shadow:none;
  margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 15px;
}

.panel-body ul li:before {
    content: '• '; /*copy and paste a bullet from HTML in browser into css (not using ascii codes) */
  color: red; /* or whatever color you prefer */
}

.panel-body ul li a.selected {
  color: red; /* or whatever color you prefer */
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}


.panel-body ul li a {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  /*text-transform: uppercase;*/
}
.panel-body ul li a:hover{
  background-color: #696763;
  color: #fff;
  
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}

.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}


.price-range{
  margin-top:30px;
}

.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}


.tooltip-inner {
  background-color: #28A8E7;
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #28A8E7;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}


.padding-right {
  padding-right: 0;
}

.features_items{
  overflow:hidden;
}


h2.title {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.product-image-wrapper{
 
  overflow: hidden;
  margin-bottom:20px;
}

.single-products {
  position: relative;
}

.new, .sale {
  position: absolute;
  top: 0;
  right: 0;
}

.productinfo h2{
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.product-overlay h2{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}


.productinfo p{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #696763;
}

.productinfo img{
  height: 220px;
  /*width: 268px; */
  max-width: 100%;
  /*object-fit: contain;  */
}

.productinfo{
 position:relative;
}

.product-overlay {
  background:#28A8E7;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity: 0.9;
}

.single-products:hover .product-overlay {
  display:block;
  height:100%;
}


.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-color: black;
  img-align: center;
  width: 100%;
  opacity: 0.9;
}

.product-overlay .add-to-cart {
  background:#fff;
  border: 0 none;
  border-radius: 0;
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
  background:#fff;
  color: #28A8E7;
}


.product-overlay p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}



.add-to-cart {
  background:#F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.add-to-cart:hover {
  background: #28A8E7;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}

.add-to{
  margin-bottom: 10px;
}

.add-to-cart i{
  margin-right:5px;
}

.add-to-cart:hover {
  background: #28A8E7;
  color: #FFFFFF;
}

.choose {
  border-top: 1px solid #F7F7F0;
}

.choose ul li a {
  color: #B3AFA8;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

.choose ul li a i{
  margin-right:5px;
}

.choose ul li a:hover{
  background:none;
  color:#28A8E7;
}

.category-tab {
  overflow: hidden;
}

.category-tab ul {
  background: #40403E;
  border-bottom: 1px solid #28A8E7;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #B3AFA8;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.category-tab ul  li  a:hover{
  background:#28A8E7;
  color:#fff;
}

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #28A8E7;
  border:0px;
  color: #FFFFFF;
  cursor: default;
  margin-right:0;
  margin-left:0;
}

.nav-tabs  li  a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right:0;
}

.recommended_items {
  overflow: hidden;
  margin-top: 65px;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #ffffff;
    border: 0.5px solid #868484;
    color: #868484;
    font-size: 41px;
    padding: 8px 22px;
    border-radius: 31px;
}

.recommended-item-control i:hover {
  background: #28A8E7;
}

.recommended_items  h2 {
}

.our_partners{
  overflow:hidden;
}

.our_partners ul {
  background: #F7F7F0;
  margin-bottom: 50px;
}


.our_partners ul li a:hover{
  background:none;
}
.only-border{
  border-bottom: 2px solid #2d3e50;
}

.testimonial{
    text-align: center;
}
.testimonial h1{
    color: #fff;
    font-family: Roboto;
    font-weight: bold;
    font-size: 38px;
}
.description{
    color:#fff;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 30px;
    padding:0px 11%;
    position: relative;
    font-family: Roboto;
    font-weight: normal;
}

.pic{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-title{
    font-size: 18px;
    color:#333;
    font-weight: bolder;
    text-transform: capitalize;
}
.testimonial-title > small{
    display: block;
    color:#656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    
}
.owl-theme .owl-controls .owl-page span{
    opacity: 0;
    border: 1px solid #fff;
}
.owl-item{
  
}
#testimonial-slider{
  background-color: rgba(9, 146, 185, 0.66);
  border-radius:35px;
  border:1px dashed #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
    .description{
        font-size:19px;
        line-height: 29px;
    }
    .description:before,
    .description:after{
        font-size: 25px;
    }
    .logo{
      text-align: center;
    }
    .cate-wrap-g{
      width: 100%;
    }
    .about-home img{
      width: 100%;
    }
    .name-testi img{
      width: 75%;
    }
    .about-heading img{
      width: 75%;
    }
    .btn-search{
      right: -250px;
    }
}

.proWrapper{
  margin-top: 35px;
  margin-bottom: 35px;
}
.fer_main{
  box-shadow:0px 0px 9px rgba(40, 40, 40, 0.45098039215686275);
  background:#fff; border:1px solid #fff; transition:all 0.4s; overflow:hidden;position:relative; border-radius:0px; padding:30px 0px; width:100%;}

.fer_main img{width:100%; height:250px;}
.fer_main a{text-decoration:none;}
.fer_main:hover{}
.fer_main .fet_pic{text-align:center;}
.fer_main .fet_pic img{display:inline-block}

.fer_main .fet_detail{font-family: 'Oswald', sans-serif; text-align:center; padding:10px 0px 10px 0px;}
.fer_main .fet_detail h3{font-size:17px; font-weight:600; color:#484848; text-transform:uppercase; padding-bottom:10px;}
.fer_main .fet_detail h4{font-size:13px; font-weight:600; color:#484848; text-transform:uppercase;}



.main_cat{position:relative; overflow:hidden; margin-top:30px;}
.main_cat .cat_pic{}
.main_cat .cat_pic img{display:inline-block; width:100%;}

.main_cat .cat_deatail{
  position:absolute;
  top:100%;
  left:0px;
  right:0px;
  text-align:center;
  transition: all 0.6s ease;
}
.main_cat .cat_deatail h4{
  font-size:22px;
  color:#000;
  text-transform:capitalize; 
  border-top: 1px solid #3397fa;
  border-bottom: 1px solid #3397fa;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 290px;
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
}
.main_cat .cat_deatail p{
  font-size:18px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight:300;
  color:#3397fa;
  display:block;
  opacity:0;
  font-family: 'Kristen ITC';
  font-weight: normal;
  transition: all 0.8s ease-in-out;
}
.main_cat .cat_deatail a{
  text-decoration:none;
  font-size:13px; 
  font-weight:500; 
  color:#fff; 
  display:inline-block; 
  background:#0e73f0;
  padding: 13px 27px;
  margin-top:0px;
  opacity:0;
  transition: all 0.8s ease-in-out;
  margin-top: 25px;
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
}      
.main_cat .cat_deatail a:hover{background:#0e73f0}

.main_cat:hover .cat_deatail{top:50%; transform:translateY(-50%);}
.main_cat:hover .cat_deatail p{opacity:1;}
.main_cat:hover .cat_deatail a{opacity:1;}

.main_cat .cat_border{
  position:absolute; 
  top:0px; 
  left:0px; 
  bottom:0px; 
  right:0px; 
  background:rgba(239, 239, 239, 0.84); 
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 95px;
  margin-left: 95px;
  opacity:0; 
  transition:all 0.9s ease-in;
}
.main_cat:hover .cat_border{opacity:1;}
.carousel-indicators{

}
.logo{
 /* margin-top: 44px;*/
}
.logo img{
 /* width: 100%;*/
}
.clrfxd{
  clear: both;
}
.whatsapp{
  position: absolute;
  top: -12px;
}
.whatsapp img{
  width: 100%;
}
.aboutSection{
  float: left;
  width: 100%;
  margin-bottom: 39px;
  background-color: #252525;
  position: relative;
  padding-bottom: 71px;
}
.about_img{
  position: absolute;
  top: -19px;
}

.aboutDets{
  margin-top: 20px;
}

.aboutDets span{
  font-style: italic;
  color: #2daae1;
  font-size: 16px;
}
.aboutDets p{
  padding-top: 15px;
  line-height: 22px;
  color: #dddada;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
}
.aboutDets a{
  display: block;
  height: 35px;
  line-height: 35px;
  width: 110px;
  border:1px solid #fff;
  background-color: #252525;
  color: #fff;  
  text-align: center;
  margin-top: 25px;
}

.categoriesSection{
  float: left;
  width: 100%;
  background-image: url('../../images/cate_bg.jpg');
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 30px;
}
.cateH{text-align: center;margin-bottom: 36px;}
.cateH div{font-family: 'Lato', sans-serif;font-weight: 200;font-size: 16px;color: #000;}
.cateH h2{font-size: 36px;text-transform: uppercase;}

.cateH2{text-align: center;margin-bottom: 36px; margin-top: 35px;}
.cateH2 div{font-family: 'Lato', sans-serif;font-weight: 200;font-size: 16px;color: #000;}
.cateH2 h2{font-size: 36px;text-transform: uppercase;}

.box1{ float:left; width:100%;}
.box1 img{width: 100%;}
.box1:hover{}
.basket{ display:none;}
.basket img{ width:auto; width: 100%;}
.box1:hover .basket{ display:block; position:absolute; z-index:1111; float:left;  text-align:center;}



.container_cate {position: relative;width: 100%;}
.image_cate {display: block;width: 100%;height: auto;}
.overlay_cate {position: absolute;bottom: 100%;left: 0;right: 0;overflow: hidden;width: 100%;height:0;transition: .5s ease;}
.container_cate:hover .overlay_cate {bottom: 0;height: 100%;}
.text_cate {color: white;font-size: 20px;position: absolute;top: 78%;left: 52%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;color: #fff;}
.text_Cate:hover{color: #fff;}


.testimonialSection{float: left;width: 100%;background-color: #f9f8f8;padding-top: 25px;padding-bottom: 25px;}
.test_text_wrapper{padding-top: 25px;}
.test_text_wrapper p{font-size: 14px; font-weight: 100; padding-left: 15px; padding-right: 15px;}
.test_text_wrapper .item{text-align: center; margin-top: 15px; padding-top: 15px;}
.test_text_wrapper .item h2{font-family: 'Oswald', sans-serif !important; font-weight: 500;color: #000; font-size: 15px;}
.owl-theme{background-image: url('../../images/test_bg.jpg');background-repeat: repeat-y; background-size: cover; margin-top: 20px;}


.pdf_image{margin-top: 71px;}


.border-top{height: 5px;border-top: 1px solid #d0d0d0;border-bottom: 1px solid #d0d0d0;margin-bottom: 15px;}
.border-bottom {height: 5px;border-top: 1px solid #d0d0d0;border-bottom: 1px solid #d0d0d0;margin-top: 15px;}
.certification_img{text-align: center;}


.section_contact{background-color: #bf0000;float: left;width: 100%; padding-top: 35px; padding-bottom: 35px;}
.ft_contact{text-align: center;}
.section_contact span{color: #fff; font-weight: 400}


.newsletter_ftr{float: left;width: 100%;}
.newsletter_ftr input{width: 90%;height: 35px;border-radius: 25px;background-color: #000000;color: #7d7c7c;border:none;margin-bottom: 20px;padding-left: 15px;}
.newsletter_ftr input::placeholder{color: #7d7c7c;}
.newsletter_ftr button{height: 35px;width: 100px;border-radius: 25px;line-height: 35px;text-align: center;background-color: #bf0000;color: #fff;border:none;}


.productionSection{float: left;width: 100%;margin-top: 55px;margin-bottom: 55px;}
.ft_logo img {width: 100%;}
.ft_logo p {color: #fff;font-size: 12px;}


.owl-theme .owl-controls .owl-page span{
  width: 15px !important;
  height: 15px !important;
  background-color: #020202 !important;

}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page span{
  background-color: #020202 !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
  width:15px !important;
  height: 15px !important;
  background-color: #020202 !important;
}
.owl-pagination{
  text-align: center;
}

.memberShipSection{
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
}
.mCH{
  text-align: center;
}
.mCH h2{
   font-family: 'Niconne';
  font-weight: bold;
  font-size: 40px;
  color: #efac13;
}

.certWrap{
  margin-top: 25px;
}
.certWrap img{
  width: 100%;
}
.certWrap p{
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 15px;
}
.imgLine{
  margin-top: 10px;
}

.productsSection{
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.trends img{
  width: 100%;
}
.contactFormSection{
  float: left;
  width: 100%;
  margin-top: 35px;
}
.contactH img{
  width: 100%;
}
.contactH p{
  line-height: 25px;
  color: #918f8f;
  margin-top: 10px;
  padding-left: 15px;
}
.contactF{
  float: left;
  width: 100%;
}
.input input{
  width: 100%;
  border:1px solid #d2d2d2;
  border-radius: 5px;
  height: 35px;
  margin-top: 15px;
  padding-left: 15px;
}
.input input::placeholder{
  color: #000;
}
.textarea textarea{
  margin-top: 20px;
  width: 100%;
  float: left;
  height: 100px;
  border:1px solid #d2d2d2;
  border-radius: 5px;
}
.contactF .btn-info{
  background-color: #3397fa;
  margin-top: 20px;
}
.googleMap{
  float: left;
  width: 100%;
  margin-top: 35px;
}
.footerSection{
  float: left;
  width: 100%;
  background-color: #040b15;
  padding-top: 35px;
  padding-bottom: 35px;
}
.ft img{
  width: 100%;
}
.ulft{
  padding-top: 27px;
}
.ulft ul{
  padding: 0px;
  margin: 0px;
}
.ulft ul li{
  display: inline-block;
}
.ulft ul li a{
  padding: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 19px;
  transition: ease all .8s;
}
.ulft ul li a:hover{
  color: #3397fa;
}
.copy p{
  padding-top: 40px;
  color: #fff;
  text-align: right;
}
/*product-list-hover-slide-effect*/
@media only screen and (max-width: 1600px){
  .left-cate-dets {
     /*padding: 101.5px !important;*/
  }
}
/*@media only screen and (max-width: 1800px){
  .left-cate-dets {
     padding: 135.2px !important;
  }
}
@media only screen and (max-width: 1920px){
  .left-cate-dets {
      padding: 160.8px;
  }
}*/
.subss{

color:#777777; text-decoration:none;

}

.subss:hover{

color:#777777; text-decoration:underline;

}
.subSection img{
  width: 100%;
  float: left;
}
.breadcrumb > .active{
  color: #bf0000;
}
.trends{
  margin-bottom: 25px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px){
  .emailtop {
    margin-left: 17px;
    margin-bottom: 0px;
  }
  .topphone{
    margin-left: 26px;
  }
  /*.left-cate-dets {
    padding: 68.9px !important;
}*/
  .aboutDets{
    margin-top: 0px !important;
  }
}
@media only screen and  (max-width: 768px;){
 
 
}


::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    background-color: #000000;
}



.ftheading h2{font-family: 'Oswald', sans-serif;font-weight: 500;font-size: 25px;text-transform: uppercase;color: #fff;padding-bottom: 18px;}
.ftulwrap ul{padding: 0px;margin: 0px;}
.ftulwrap ul li{list-style: none;}
.ftulwrap ul li a{color: #c4c4c4;font-size: 13px;padding-bottom: 5px;transition: ease all .8s;line-height: 25px;}
.ftulwrap ul li a:hover{padding-left: 10px;color: #bf0000;}
.ftulwrap p{font-size: 14px;color: #fff;}
.socialbtm ul{padding: 0px;margin: 0px; margin-top: 20px;}
.left-c{text-align: left;}
.right-c{text-align: right;}
.socialbtm ul li{display: inline-block;}


.copySection{float: left;width: 100%;background-color: #000000;padding-top: 10px;padding-bottom: 10px;}
.copySection p{
  color: #fff;
}