@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Poppins:300,400,500,600|Work+Sans:500');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600&display=swap');


*{
	padding: 0px;
	margin: 0px; 
	font-family: 'Lato', sans-serif;
}
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;
}
.clearfx{
  clear: both;
}
.headermenu{
  width: 100%;
  float: left;
}

.main-wrapper{background:#fff;}
.bg_color{border-top: 5px solid #5bcc9f; padding-top: 8px;}
.search-wrapper{
  margin-top: 25px;
  float: left;
  width: 100%;
}

.search-wrapper input{
  width: 100%;
  height: 41px;
  background:transparent;
  border: none;
  border-radius: 0px;
  padding-left: 10px;
  color: #7c7c7c;
  font-style: normal;
  font-size: 12px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.search-wrapper input::focus{
  border:none;
}
.search-wrapper button{
  border: none;
  background-color: transparent;
}
.search-wrapper input::placeholder{
  color: #6b6b6e;
  font-size: 14px;
  font-family: 'Oswald';
  font-weight: normal;
}
.search-wrapper button{
  position: absolute;
  height: 40px;
  color: #fff;
  width: 70px;
  border-radius: 9px;
  right: 0px;
  font-size: 20px;
}


.header{    
}




.sub_heading2{
  color:#fff; background: #2219cc; padding-top: 5px; padding-bottom: 5px; padding-left: 8px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.product-block img{width: 100%;}
.addto-cart{background: #2219cc;border-radius: 0px;font-family: 'Oswald'; font-weight: normal;
border:none;font-size:18px;text-transform: uppercase;height:40px; transition: .8s}
.addto-cart:hover{background: #000 !important;}
.detail_box{font-size: 12px; color: #2219cc;}
.mDetailBox{
  border-radius: 20px;
  border:1px solid #f0eded;
 
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.detail_box h3{font-size: 18px; text-transform: uppercase; color: #afafaf; padding-bottom: 20px;}
.btn-sm{background:#2219cc; color:#fff; border:0; transition: .8s}
.btn-sm:hover{background: #000; color: #fff !important;}
.breadcrumb{background-color: #2219cc !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: #2219cc !important; border: #1b1b1b !important;	
}
.hactive{color: #2219cc; font-family: 'Oswald', sans-serif;font-weight: bold; text-transform: uppercase; padding-top: 10px; padding-bottom: 10px;}
.txt_heading{color: #afafaf;}
.bskt-fm{color: #afafaf; font-size: 14px;}
.cate-heading{ margin-bottom: 10px !important; background:#1b1b1b; padding: 5px; font-weight: bold; color: #fff; text-transform: uppercase; font-family: Open Sans; text-align: center; margin: 0px;}
.sub-qtys{background: #1b1b1b !important; transition:.8s; border:solid 1px #db076d !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;}
.mDetailBox {
    border: 1px solid #000;
    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 #000;
}
.services-area {
  float: left;width: 100%;
  background: #000 none repeat scroll 0 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1200px){
 
 .btn-search {
    
    right: -182px;
    
} 
.inner-wrapper button {
    margin-left: 442px;
  
}
.text1-top{
  font-size: 10px;
}
}












.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(182, 32, 32, 0.82);
  top:39%;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}






@-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;
}


















.c_box{
    margin: 0px 5px;
}

.c_box>a>img{
    margin-left: auto;
    margin-right: auto;
}

.chover{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    zoom: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    color: #fff;
        background-color: rgba(248, 251, 248, 0.62);
    filter: alpha(opacity=0);
    border-radius: 4px;
}

.c_box:hover .chover{
    opacity: 1;
}

.chover>h3{
   text-align: center;
    color: #fff;
}

.chover .btn{
   background-color: #000;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.4s;
    margin-top: 57px;
}

.chover .btn:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.p_box{
background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px 0px;
    transition: all 0.5s ease-in-out 0s;
    height: 240px;
    margin-bottom: 10px;
}

.p_box:hover{
    border: 1px solid #e6e6e6;
}

.p_box>a>img{
    margin-left: auto;
    margin-right: auto;
}

.p_box .btm{
    background-color: #f4f4f4;
    padding: 1px 0px;
}

.p_box .btm>h6{
    letter-spacing: 1px;
    margin: 5px 0px;
    color: #000;
    text-align: center;
}

.position2{
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: -50px 0 0px;
}

.bgcolor3{
   background: #6653a4;
    padding: 30px 15px 30px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.nh_txet{
    
}

.nh_txet>h3{
    font-family: 'Lora', serif;
    color: #fff;
    font-weight: bold;
}

.nh_txet>h4{
    font-family: 'Lora', serif;
    color: #23242C;
    font-weight: bold;
}

.n_form{
    margin-top: 15px;
}

.n_form input[type="email"]{
    -webkit-border-top-left-radius: 32px;
    -moz-border-radius-topleft: 32px;
    border-top-left-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 32px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 32px;
    background-clip: padding-box;
    
    height: 54px;
    vertical-align: middle;
    margin: 0;
    border-color: transparent;
    outline: none;
    
}

.n_form .btn{
    padding-left: 35px;
    padding-right: 35px;
    color: #ffffff;
    background: #23242C;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: bold;
}

.n_form .btn:hover{
    background-color: #fff;
    color: #23242C;
}

.bgcolor4{
    background-color: #23242C;
    padding: 130px 15px 60px;
    margin-top: 50px;
}

.f_text{
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}

.f_text>h4{
    display: block;
    color: #6653a4;
    font-size: 30px;
}










/*featured*/
.warper_featured{padding:40px 0;}

.fetured_heading{ text-align:center; margin-bottom:30px; }
.fetured_heading h1{font-family: 'Oswald', sans-serif; font-size:30px;  font-weight:500; color:#000; text-transform:uppercase;}

.fer_main{background:#fff; border:1px solid #fff; transition:all 0.4s; overflow:hidden;position:relative; border-radius:0px; padding:30px 0px;}
.fer_main a{text-decoration:none;}
.fer_main:hover{box-shadow:0px 0px 9px rgba(40, 40, 40, 0.45098039215686275);}
.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:15px 0px 25px 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;}

.fer_main .fet_icon{position:absolute; top:-20%;  right:0px; left:0px; text-align:center; transition: 0.5s all;}
.fer_main .fet_icon ul{}
.fer_main .fet_icon ul li{display:inline-block; width:50px; height:50px;  background:#0683ff;color:#fff; text-align:center; padding:11px 0px; font-size:20px;transition: 0.5s all; border-radius:50px;}
.fer_main .fet_icon ul li:hover{background:#000}
.fer_main .fet_icon ul li form{}
.fer_main .fet_icon ul li form button{background:none; border:0px; outline:none;}
.fer_main .fet_icon ul li form button span{}

.fer_main:hover .fet_icon{top:40%; transform:translateY(-40%);}
.fer_main:hover .fet_icon ul li{margin:0px;}





#slider {

 /* margin-top: 20px;*/
 float: left;
 width: 100%;
}

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

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


.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}

.instruments {
  margin-left: 0;
}

.item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 20px;
  margin-top: 10px;
}

.item h5 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 115px;
}

.item h1 span {
  color:#28A8E7;
}

.item h5 span {
  color:#28A8E7;
}

.item h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-family: abel;
  font-size: 28px;
  //font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}

.item h2 span {
  color:#28A8E7;
}

.item  p {
  color:#363432;
  font-size:16px;
  font-weight:300;
  font-family: 'Roboto', sans-serif;
}

.get {
  background: #28A8E7;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}


.item button:hover {
  background: #28A8E7;
}

.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;

}

.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{

}
.border_h{
  border-right: 1px solid #1a3957;
  height: 100px;
      line-height: 70px;
}


.contactTop {
  float: left;
  padding-left: 10px;
  margin-top: 11px;
  font-family: 'Teko', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.contactTop span{
  color: #fff;
}
@media (max-width: 1280px){
  .contactTop{
    font-size: 13px;
    padding-left: 10px;

  }
  .topContact{
    font-size: 13px;
  }
  .topSocial{
    width: 93px;
  }
  .topSocial ul li{
    padding-left: 2px;
    padding-right: 2px;
  }
}
.logo{
  padding-top: 19px;
  padding-bottom: 10px;
}
.logo img{
 position: relative;
 width: 40%
}
.clrfxd{
  clear: both;
}


.box-img{
  float: left;
  width: 85px;
  height: 85px;
  line-height: 85px;
}
.box-det h2{
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #fff;
}
.box-det p{
  color: #fff;
  margin-top: 10px;
  font-family: 'Open Sans' sans-serif;
}
.cMain{
  float: left;
  width: 100%;
  margin-top: 35px;
}

.pdf-x{
  padding: 0px;
  margin: 0px;
}

.pTop{
  padding-top: 25px;
  padding-bottom: 25px;
}
.customerSection{
  float: left;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 55px;
}
.instrumentsImg{
  text-align: center;
}
.owl-theme .owl-controls .owl-page span{
  width: 10px !important;
  height:10px !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
  width: 10px !important;
  height: 10px !important;
  background-color: #ff0606;
}
.owl-pagination{
  text-align: center;
}

.product-list-left-effects
{
  width:100%;
  height:auto;
  position:relative;
  margin-bottom:20px; 
  overflow:hidden;
  text-align: center;
  box-shadow: 0px 1px 2px #cccccc;
}

.product-list-left-effects img
{
  transition-duration:0.4s;
}

.product-list-left-effects .product-overlay
{
  width:90%;
  height:90%;
  position:absolute;
  padding:20px;
  background: rgba(152 14 14 / 0%);
  color:#fff;
  top:51%;
  left:-100%;
  padding-top: 16%;
  transition-duration:0.4s;
  -webkit-transition: left 0.5s ease-in-out;
}

.product-list-left-effects .product-overlay h3
{
  margin:0 0 12px 0;
  color: #fff;

  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size:20px;
}
.product-list-left-effects .product-overlay p{
  margin-bottom: 15px;
  font-family: 'Niconne';
  font-weight: normal;
    font-style: normal;
    font-size: 36px;
    color: #fff;
}
.product-list-left-effects .product-overlay a{
  color: #fff;
  text-decoration: none;
  width: 145px;
  height: 45px;
  line-height: 45px;
  background-color: #000;
  border-radius: 20px;
  display: block;
 /* margin: 0 auto;*/
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size:16px;
  overflow: hidden;
  text-transform: uppercase;
}
.product-list-left-effects:hover .product-overlay
{
  /*opacity:1;*/
  -webkit-transition: left 0.5s ease-in-out;
  left:5%;
}

.product-list-left-effects:hover img
{
   transform: scale(1.1);
}
.product-list-left-effects .cate-dets-title{
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.product-list-left-effects .cate-dets-title .float-left-text{
    float: left;
    padding-left: 15px;
    color: #868686;
    width: 100%;
}
.product-list-left-effects .cate-dets-title .float-left-text a{
    color: #000;
}
.product-list-left-effects .cate-dets-title .float-right-text{
    float: right;
    width: 100%;
}
.product-list-left-effects .cate-dets-title .float-right-text a{
     color: #000;
     padding: 12px;
}
.cate-slide{
  margin-top: 0px;
}

.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;
}
.newsletherSection{
  float: left;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #151515;
}
.letterhd{
  margin-bottom: 10px;
}
.letterhd h2{
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  line-height: 46px;
}
.letterhd p{
  color: #7f7f7f;
  font-family: 'Open Sans' sans-serif;
  font-size: 12px;
 
}
.newsletterform{
  float: left;
  width: 100%;


}
.newsletterform input{
  float: left;
  height: 45px;
  width: 74%;
  background-color: #fff;
  border:none;
  padding-left: 15px;
  color: #000;
  border-radius: 4px 0px 0px 4px;
}
.newsletterform input::placeholder{
  color: #000;
}
.newsletterform button{
  height: 45px;
  width: 26%;
  float: right;
  background-color: #2219cc;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  border:none;
  border-radius: 0px 4px 4px 0px;
}

.cateH {
  text-align: center;
  margin-bottom: 25px;
}
.cateH h2{
  text-align: center;
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 45px;
  color:#242424;
  text-align: center;
}
.cateH div{
  color: #969393;
}
.prodstay{
  text-align: left;
  color: #000;
  padding-left: 15px;
  padding-bottom: 10px;
}
.prodstay .pname{
  font-size: 18px;
  color: #454545;
}
.prodstay .part{
  font-size: 20px;
   font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  color:#000000;
}
.trends img{
  width: 100%;
}
.custom_img_2{margin-top: 30px;}
.customsection{float: left;width: 100%; padding-bottom: 35px; background-image: url('../../images/glrybg.jpg');
background-size: cover; background-position: center center;}
.newssection{float: left;width: 100%; padding-top: 35px; padding-bottom: 35px;}
.hd_news{float: left;width: 100%; text-align: center; margin-top: 28px;}

.hd_news h2{font-family: 'Poppins', sans-serif;
    font-weight: 500; font-size: 20px; color: #fff;}
.hd_news p{font-family: 'Poppins', sans-serif;
    font-weight: 300; font-size: 14px; color: #676767 padding-bottom:20px; padding-top: 15px;}
.instagram{float: left;width: 100%;}
.instagram img{width: 100%;}
.productionSection{
  float: left;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #ededec;
}
.item .center{
  text-align: center;
  color: #2219cc;
  width: 100%;
  margin-bottom: 20px;

}
.owl-pagination{
  display: none;
}
.item p{
  font-size: 14px;
  text-align: center;
  font-family: 'Open Sans' sans-serif;
}
.newsHeading{
  margin-bottom: 15px;
}
.newsHeading h2{
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 35px;
  color:#000;
  text-align: center;
}
.hProduction h2{
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 35px;
  color:#fff;
  text-align: left;
}
.hProduction div{
  color: #969393;
  font-size: 14px;
}
.plarge img{
  width: 100%;
}
.llarge2 img{
  width: 100%;
  max-height: 99px;
  margin-bottom: 10px;
}
.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%;
    padding-top: 15px;
    background-color: #080808;
}
.x_ftr {
    
    border-top: 1px solid #151515;
    padding-top: 15px;
  
}
.copySection p {
    color: #fff;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 400;
}
.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: #000;
}
.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;){
  .instrumentsImg img{
    width: 100%;
  }
  .contactH img {
    width: 50%;
  }
 
}
::-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;
}

.ftulwrap{float: left;width: 100%; margin-top: 25px;}

.ftulwrap ul{
  padding: 0px;
  margin: 0px;
}
.ftulwrap ul li{
  list-style: none;

}
.ftulwrap ul li a{
 
}
.ftulwrap ul li a:hover{
  color: #2219cc
}
.news01 {float: left;width: 100%; border-right: 2px solid #1b1b1b}
.news01 p{color: #fff;}
.news02 {float: left;width: 100%; }
.news02 p{color: #abaaaa;}
.mfb{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.mfb p{
  color: #7f7f7f;
  font-size: 14px;
}
.socialbtm{
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.socialbtm ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
.left-c{
  text-align: left;
}
.right-c{
  text-align: right;
}
.ft_social_list {
    float: left;
    width: 100%;
    margin-top: 3px;
}
.ft_social_list ul {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    width: 148px;
}
.ft_social_list ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #151515;
    margin-bottom: 5px;
}
.ft_social_list ul li:hover {
    background-color: #2219cc;
}
.ft_social_list ul li a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 35px;
}
.ftheading2 {
    text-align: center;
}
.links_2 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #2219cc;
    padding-bottom: 5px;
}
.ftheading2 p {
    color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
}
.mfb {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 25px;
}
.mfb input {
    width: 75%;
    height: 55px;
    background:transparent;
    border-radius: 2px;
    border:1px solid #676767;
    padding-left: 15px;
    float: left;
    outline: none;
}
.mfb button {
    width: 24%;
    height: 55px;
    text-align: center;
    color: #fff;

    float: right;
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #2219cc;
    border: none;
     border-radius: 5px;
}
.mfb input::placeholder{color: #676767;}
.img_py{text-align: right;}
.img_py p{text-align: right !important;}
.news_events{float: left;width: 100%;}
.news_events p{font-family: 'Oswald';
    font-weight: 200; color: #fff;}
.media_kits{float: left;width: 100%; margin-top: 25px;}
.media_kits h2{    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;text-align: center; padding-bottom: 25px;}
.media_kits ul{padding: 0px; margin: 0px; text-align: center;}
.media_kits ul li{transition:  ease all .5s; display: inline-block; padding: 0px; margin: 0px;
  text-align: center; width: 45px; height: 45px; 
  text-align: center; border-radius: 50px;}
.media_kits ul li a{color: #fff; line-height:45px; text-transform: uppercase; font-size: 25px;}
.media_kits ul li:hover{background: #2219cc;}
.copySection{
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #080808;

}
.copySection p{
  color: #fff;
  text-align: left;
}
.product-list-left-effects
{
  width:100%;
  height:auto;
  position:relative;
  margin-bottom:20px; 
  overflow:hidden;
  text-align: center;
  box-shadow: 0px 1px 2px #cccccc;
}

.product-list-left-effects img
{
  transition-duration:0.4s;
}

.product-list-left-effects .product-overlay
{
  width:90%;
  height:90%;
  position:absolute;
  padding:20px;
  background: rgba(152 14 14 / 0%);
  color:#fff;
  top:51%;
  left:-100%;
  padding-top: 9%;
  transition-duration:0.4s;
  -webkit-transition: left 0.5s ease-in-out;
  text-align: left;
}

.product-list-left-effects .product-overlay h3
{
  margin:0 0 12px 0;
  color: #fff;

  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size:20px;
}
.product-list-left-effects .product-overlay p{
  margin-bottom: 5px;

  font-weight: normal;
    font-style: normal;
    font-size: 36px;
    color: #fff;
}
.product-list-left-effects .product-overlay a{
  color: #fff;
  text-decoration: none;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background-color: #2219cc;
  border-radius: 20px;
  display: block;
/*  margin: 0 auto;*/
  font-family: 'Oswald';
  text-align: center;
  font-style: normal;
  font-size:12px;
  overflow: hidden;

}
.product-list-left-effects:hover .product-overlay
{
  /*opacity:1;*/
  -webkit-transition: left 0.5s ease-in-out;
  left:5%;
}

.product-list-left-effects:hover img
{
   transform: scale(1.1);
}
.product-list-left-effects .cate-dets-title{
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.product-list-left-effects .cate-dets-title .float-left-text{
    float: left;
    padding-left: 15px;
    color: #868686;
    width: 100%;
}
.product-list-left-effects .cate-dets-title .float-left-text a{
    color: #000;
}
.product-list-left-effects .cate-dets-title .float-right-text{
    float: right;
    width: 100%;
}
.product-list-left-effects .cate-dets-title .float-right-text a{
     color: #000;
     padding: 12px;
}
.cate-slide{
  margin-top: 0px;
}

.topOneHeader{float: left;width: 100%; background-color: #111111; border-bottom: 1px solid #111111;}
.row_1{padding-bottom: 35px;}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{color: #fff !important; }

.languageList{float: left;width: 100%;padding-top: 8px;padding-bottom: 8px; text-align: center;}
.goog-te-gadget img{display: none;}
.goog-te-gadget-simple{background-color: transparent !important; border: none !important; color: #fff !important;font-family: 'Raleway', sans-serif;
    font-weight: 400;}
.goog-te-gadget-simple .goog-te-menu-value span{color: #fff !important;font-family: 'Raleway', sans-serif;
    font-weight: 400;}

.searchForm{float: left;width: 100%;margin-top: 12px;}
.searchForm input{position: relative; width: 100%; height: 35px; border: none; background: #131313; border-radius: 25px; color: #313131; padding-left: 15px;}
.searchForm button{position: absolute; width: 35px; height: 35px; background-color: #9f110b; border: none;color: #fff;right: 0px; border-radius: 50px;}
.tus_bar{margin-top: 9px;}
.tus_bar a{
  margin:0px 0 0 0; padding:0px 0 0 0; font-size:20px; color:#fff;}
.tus_bar a i{
  margin:30px 0 0 0; padding:0px;}
.tus_bar a:hover i{
  color:#be0d0d; text-decoration:none;}
.sidenav {
    height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; background-color:rgb(0,0,0,0.65); overflow-x: hidden; transition: 0.5s; 
  padding-top: 80px;}
.sidenav a {
    padding: 10px 15px; text-decoration: none; font-size: 15px; color: #fff; display: block;  transition: 0.3s; font-family: 'Open Sans', sans-serif;}
.sidenav a:hover {
    color: #be0d0d; text-decoration:none}
.tus_sidecont{
  margin:0px; padding:10px 20px;}
.tus_sidecont ul{
  margin:20px 0 0 0; padding:0px;}
.tus_sidecont ul li{
  list-style:none; display:block; margin:0px 5px; padding:0px;}
.tus_sidecont ul li a{
  margin:0px; padding:10px 0; color:#fff; font-size:15px; font-family: 'Open Sans', sans-serif; text-transform:capitalize; border-bottom:solid 1px #333;
  transition:0.5s}
.tus_sidecont ul li a:hover{
  color:#be0d0d; text-decoration:none; padding-left:5px;}
.sidenav .closebtn {
    position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px;}
.bskt_icon{margin-top: 15px; float: left;width: 100%;}
.pdfSection{float: left;width: 100%; padding-top: 15px; padding-bottom: 15px; background-image: url('../../images/pdfbg.jpg'); background-size: cover; background-position: center;}
.pdfSection .micon {padding-top: 15px;}
.pdfSection .micon p{color: #e6e6e6; padding-left: 30px; font-size: 15px;}

.ct_4{text-align: center;padding-top: 10px; padding-bottom: 10px;}
.ct_3{text-align: center;padding-top: 10px; padding-bottom: 35px;}
.gallerySection{float: left;width: 100%; background-color: #fff; padding-top: 35px;}
.ct_5{text-align: center;padding-top: 10px; padding-bottom: 35px;}
.top_social_links{float: left;width: 100%;}
.top_social_links ul{padding: 0px;margin: 0px; text-align: center; margin-top: 5px;}
.top_social_links ul li{transition: ease all; display: inline-block; height: 30px; width: 30px; text-align: center;border-radius: 50px; background-color: #212020; border: 1px solid #212020;}
.top_social_links ul li a{ font-size: 16px; line-height: 30px; color: #fff; }
.top_social_links ul li a i{ line-height: 30px;}
.top_social_links ul li:hover {background-color: #2219cc}
.tpcontactinfo{float: left;width: 100%; padding-top: 9px;}
.tpcontactinfo ul{padding: 0px; margin: 0px;}
.tpcontactinfo ul li{display: inline-block;}
.tpcontactinfo ul li a{color: #fff; text-decoration: none;  padding-right: 8px;font-family: 'Poppins'; font-weight: 300}
.tpcontactinfo span{font-size: 18px; padding-right: 8px;}

.topHeader{float: left;width: 100%;   background-color: #fff;}

.top_ul_setting{float: left;width: 100%; position: relative;right: -15px;}
.top_ul_setting ul{padding: 0px;margin: 0px; text-align: right;}
.top_ul_setting ul li{display: inline-block;
 width: 95px; 

 background-color: #f4f4f4;
  text-align: center;
}
.top_ul_setting ul li a{color: #fff; font-family: 'Josefin Sans', sans-serif;
    font-weight: 400; display: block; line-height: 189px; font-size: 14px;}
.top_ul_setting ul li a i{line-height: 107px;}
.bskt_setting{text-align: center; background-image: url('../../images/bsktbg.png'); background-repeat: no-repeat; position: absolute; top: 0px; background-size: cover; 
    width: 56px;
    height: 83px;
    border-radius: 0px 0px 67px 67px; float: right;}
.bskt_setting p{color: #fff; font-family: 'Oswald', sans-serif; font-size: 14px; padding-top: 10px;}
#search-wrapper{

}
.cartcount{width: 20px; height: 20px; color: #fff; text-align: center;line-height: 20px; background-color: #2219cc; display: block; border-radius: 50px; position: absolute;    right: -25px;
    top: -9px;}


.contact_bar{float: left;width: 100%;}
.contact_list_top{float: left;width: 100%;  margin: 18px auto 0 auto;}
.contact_list_top ul{padding: 0px;margin: 0px;}
.contact_list_top ul li{display: inline-block; padding-left: 10px;}
.contact_list_top ul li a{font-family: 'Raleway', sans-serif; font-weight: 400; color: #fff;}
.dropbtn {color: #fff; padding:0; font-size: 14px; border:none; font-family: 'Oswald', sans-serif;   text-transform:capitalize; display:inline-flex;background-color:transparent; margin:10px auto 0 auto;}
.dropdown img{margin:3px 3px 0 0; padding:0px; height:13px;}
.dropdown i{margin:0px 0px 0 3px; padding:0px; font-size:20px;}
.dropdown {position: relative; display: inline-block; z-index:9999}
.dropdown-content {text-align: left; display: none; position: absolute; background-color: #000; min-width: 150px; z-index: 1; border:solid 1px #333; z-index:1}
.dropdown-content a img{ margin:0px 3px 0 0; padding:0px; height:10px; width:18px}
.dropdown-content a { color: black;  padding: 4px 10px; text-decoration: none; display: block; border-bottom:solid 1px #333; font-family: 'Lato', sans-serif; text-transform:capitalize; font-size:12px; color:#fff !important;  transition:0.5s;}
.dropdown-content a:hover {color: #fff; background-color:#2219cc; text-decoration:none; outline:none; padding-left:3px;}
.dropdown:hover .dropdown-content {display: block;}
.tus_language{text-align: right;}
.basket_icon{text-align: right;}

.basket_icon{float: left;width: 100%;margin-top: 25px;}
.basket_icon ul{padding: 0px;margin: 0px;}
.basket_icon ul li{display: inline-block; padding-right: 10px;}
.open-search{background:rgba(0,0,0,0.9); position:fixed; top:0px; left:0px; right:0px; z-index:9999999; bottom:0px; height:100vh;}
.open-search .search-target{position:absolute; top:50%; left:15%; right:15%; text-align:center; transform:translateY(-50%);}
.open-search .search-target form{position:relative;}
.open-search .search-target form input{display:block; padding-left:20px; width:100%; outline:none; border-radius:5px; font-size:16px; height:60px; background:#fff; color:#000;}
.open-search .search-target form button{background:none; border:none; display:block; outline:none; border-radius:0px 5px 5px 0px; height:60px; position:absolute; top:0px; right:0px; color:#fff; font-size:17px; background:#2219cc; padding:0px 40px;}
.open-search .search-target form button:hover{}
#search-wrapper01{position:absolute; top:20px; right:20px; z-index:999; cursor:pointer; padding:10px;}
#search-wrapper01::after{display:block; content:""; background:#fff; height:45px; width:2px; transform:rotate(-45deg);}
#search-wrapper01::before{display:block; content:""; background:#fff; height:45px; width:2px;  transform:rotate(45deg); position:absolute;}
#search-wrapper01:hover::after,
#search-wrapper01:hover::before{background:#2219cc;}
#open-popup-search{color: #000; font-size: 14px;}

.categoriesSection{float: left;width: 100%;padding-bottom: 45px;   background-image: url('../../images/catebg.jpg');
  background-size: cover;}
.cthdM{text-align: center;padding-top: 35px; padding-bottom: 45px;}

.cthdM h2{font-family: 'Oswald', sans-serif; font-weight: 500; font-style: italic; color: #222222; text-transform: uppercase; font-size: 30px;}
.cthdM h2 span{font-family: 'Oswald', sans-serif; font-weight: 500; font-style: italic;  color: #2219cc;text-transform: uppercase; font-size: 30px;}

.whoweSection{float: left;width: 100%;}
.cthd2{text-align: center;}
.cthd2 h2{font-family: 'Teko', sans-serif; font-weight: 400; color: #2219cc; font-size: 45px;}
.cthd2 {padding-bottom: 25px;}
.cthd2 p{color: #fff;}


.categoriesSection .tirle_section{
        text-align: center;
}
.categoriesSection .tirle_section .border_001 {
    width: 80px;
    height: 3px;
    background-color: red;
    margin: auto;
}
.categoriesSection .tirle_section h1{
        font-size: 40px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding-bottom: 0px;
}
.categoriesSection .tirle_section p{
        font-size: 13px;
    color: #acacac;
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;
    padding-bottom: 30px;
}
.categoriesSection .container{
  max-width: 1600px;
}
.categoriesSection a{
  outline: none;
}
.categoriesSection .box{
  
text-align: center;margin: auto;justify-content: center;place-content: center;}
.categoriesSection .images{
  position: relative;
overflow: hidden;
        padding: 27px;
}
.categoriesSection .box .images img:hover {
      transform: scale(1.1);
}
.categoriesSection .images .d45454545{
        width: 78%;
    height: 100%;
    background-color: #0000009c;
    position: absolute;
    z-index: 575454545;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.9s;
}
.categoriesSection .images img{
    transition: 0.5s;text-align: center;margin: auto;justify-content: center;place-content: center;}
.categoriesSection .images:hover .d45454545{
    display: block;
}
.categoriesSection .detail {
    background-color: #242424;
    text-align: center;
    transition: 0.9s;
}
.categoriesSection .detail h5 {
    text-transform: uppercase;
    color: white;
    
    font-weight: 700;
    font-size: 15px;
    padding: 24px 0;
    transition: all 0.9s;
}



.categoriesSection .detail1 {
    position: absolute;
    top: 177px;
    right: -41%;
    transform: rotate(90deg);
    width: 442px;
    background-color: #242424;
    text-align: center;
    transition: 0.9s;
}
.categoriesSection .detail1 h5 {
    text-transform: uppercase;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 23px;
    padding: 30px 0;
    transition: all 0.9s;
}
.categoriesSection .box:hover .detail1{
  background-color: #e2281c;
  color: #000000;
}
.categoriesSection .box:hover .detail1 h5{
  color: #ffffff;
}
.categoriesSection .box:hover .detail{
  background-color: #e2281c;
  color: #000000;
}
.categoriesSection .box:hover .detail h5{
  color: #ffffff;
}
/**videos_manufacturing*/
.videos_manufacturing{
  background-color: #1b1b1b;
  padding: 10px 0;
  float: left;
  width: 100%
}
.videos_manufacturing .left{
  
}
.videos_manufacturing .left h1{
  color: #fcd704;
  font-size: 22px;
  font-family: 'Josefin Sans', sans-serif;
  padding-bottom: 15px;
}
.videos_manufacturing .left .images{
  
}
.videos_manufacturing .left .detail{
  position: absolute;
  bottom: 30%;
text-align: center;width: 55%;left: 0;}
.videos_manufacturing .left .detail a{
  transition: 0.5s;
}
.videos_manufacturing .left .detail a:hover{
  opacity: 0.5;
}
.videos_manufacturing .right{
  
}
.videos_manufacturing .right h1{
  color: #fcd704;
  font-size: 32px;
  padding-bottom: 15px;
}
.videos_manufacturing .right .tirle_section{
  text-align: center;
padding-top: 15px;}
.videos_manufacturing .right .tirle_section h1{
      color: #fff;
    font-size: 22px;
    padding-bottom: 15px;
}
.videos_manufacturing .right .tirle_section p{
  
font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #b7b7b7;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
    
    }
.videos_manufacturing .right .videos_manufacturing_box{
  position: relative;
padding-top: 10px;}
.videos_manufacturing .right .videos_manufacturing_box .images{
  
}
.videos_manufacturing .right .videos_manufacturing_box .images img{
  width: 100%;
}
.videos_manufacturing .right .videos_manufacturing_box .detail{
  position: absolute;
  bottom: 6%;
  text-align: center;
  margin: auto;
  justify-content: center;
  place-content: center;
  width: 100%;
}
.videos_manufacturing .right .videos_manufacturing_box .detail h1{
  background-color: #222222c7;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  padding-bottom: 0;
  display: inline-block;
  padding: 6px 30px;
}

/* categories End*/


.gallerySection{float: left;width: 100%; background-image: url('../../images/glrybg.jpg'); background-size: cover; background-position: center;  padding-bottom: 35px; padding-top: 25px;}
.cthd2g{float: left;width: 100%; text-align: center; padding-bottom: 25px;}
.cthd2g h2{font-family: 'Oswald', sans-serif; font-weight: 500; padding-top: 15px; font-family: 'Oswald', sans-serif; font-weight: 500; color: #fff; font-size: 25px;}


.whoweSection{float: left;width: 100%; background-color: #000; padding-top: 55px; padding-bottom: 35px;}
.lable_img img{width: 100%;}
.bottomlable{position: relative;right: -141px;top: -44px;}
.aboutSection{float: left;width: 100%;padding-top: 35px; padding-bottom: 35px;
background-image: url('../../images/aboutbg.jpg'); background-size: cover; background-position: center; }
.ct_2 {text-align: center;padding-top: 10px;padding-bottom: 35px;}
.cthd5{padding-top:25px; text-align: center;}
.cthd5 h2{font-family: 'Josefin Sans', sans-serif; font-weight: 500; color: #2219cc; font-size: 25px; text-transform: uppercase;}
.cthd5 span{font-family: 'Josefin Sans', sans-serif; font-weight: 500;  color: #fff; font-size: 25px; text-transform: uppercase;}

.aboutDets div{line-height:20px;color: #919191;font-size: 15px;font-family: 'Raleway', sans-serif;text-align: justify-all;}
.aboutDets{float: left;width: 100%;margin-top: 5px;}
.aboutDets p{padding-top: 18px;line-height:30px;font-size: 13px; font-family: 'Josefin Sans', sans-serif;text-align: center; color: #fff;}
.aboutDets a{font-family: 'Josefin Sans', sans-serif;
    font-weight: 500; width: 110px;height: 35px;display: block;background-color: #2219cc; color: #fff; text-align: center;line-height: 35px;color: #fff;text-transform: capitalize;margin: 0 auto; margin-top: 25px; font-size: 15px;}
.factory_img img{width: 100%;}
.factory_img a{
    width: 120px; 
    height: 40px; 
    display: block;
    background-color: #2219cc;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 40px;
    margin-top: 15px;
}
.cthd3{padding-top:25px;}
.cthd3 h2{font-family: 'Josefin Sans', sans-serif; font-weight: 500; font-style: italic; color: #222222; font-size: 25px; text-transform: uppercase;}
.cthd3 span{font-family: 'Oswald', sans-serif; font-weight: 500; font-style: italic; color: #2219cc; font-size: 25px; text-transform: uppercase;}
.cthd3 {padding-bottom: 10px;}
.productsSection{float: left;width: 100%;padding-top: 35px;padding-bottom: 45px; background-color: #000000;}

.hover_off_btm li a:hover{padding-left: 0px !important;}
.mainhd{float: left;width: 100%; padding-bottom: 25px;}
.mainhd h2{text-align: center;font-family: 'Oswald', sans-serif; font-weight: 400; color: #fff;}
.mainServices{float: left;width: 100%; padding-top: 0px; padding-bottom: 45px; background-color: #151515;}
.mainServices .textBox_{text-align: center;float: left;width: 100%;height: 188px; padding-right: 20px; padding-left: 20px; padding-top: 26px; padding-bottom: 26px;}
.mainServices .textBox_ h2{ font-family: 'Poppins', sans-serif; font-weight: 500;  font-weight: 400; font-size: 16px; padding-bottom: 10px; color: #fff; padding-top: 15px;}
.mainServices .textBox_ p{color: #fff; font-size: 13px; font-family: 'Poppins', sans-serif; font-weight: 300;  }
.active_txt h2{color: #2219cc !important;}
.active_txt p{color: #2219cc !important;}
.pdfbg{background-image: url('../../images/ctlgbg.png'); background-size: cover; background-position: center; background-repeat: no-repeat;}
.pdf_catelog_section{float: left;width: 100%; text-align: center; padding: 20px; padding-top: 25px; padding-bottom: 25px;}
.pdf_catelog_section h2{font-family: 'Oswald', sans-serif; font-weight: 300; color: #fff; text-transform: uppercase; font-size: 22px;}
.pdf_catelog_section h1{font-family: 'Oswald', sans-serif; font-weight: 500; color: #fff; text-transform: uppercase; font-size:45px; padding-bottom: 10px;padding-top: 10px;}
.pdf_catelog_section p{color: #fff;}
.pdf_icon_img{padding-top: 10px;}
.pdf_icon_img a{padding: 10px;  text-align: center;font-family: 'Oswald', sans-serif; font-weight: 500; background-color: #000;color:#fff; margin-top: 10px;}
.pdx{padding: 0px;margin: 0px;}
.cate_name{float: left;width: 100%; text-align: center; padding-bottom: 20px; padding-top: 25px;}
.cate_name p{font-family: 'Josefin Sans', sans-serif; font-weight: 300;color: #fff;}
.cate_name h2{font-family: 'Josefin Sans', sans-serif; font-size: 24px; font-weight: 500;color: #fff; text-align: center;}
.cate_name span{font-family: 'Oswald', sans-serif; font-weight: 500;color: #2219cc; font-style: italic; }
.certificationSection{float: left;width: 100%;}
.certificationSection .certificate01{text-align: center;}

/*:::::::::::::service section end:::::::::::::*/

.service{
    background-color: #000;
    padding: 60px 8% 40px;
    float: left;
    width: 100%;
}
/* .service img {
    display: block;
    margin: 0 auto 20px;
} */

.service .Serv-box {
    border: 2px dashed #fff;
    padding: 30px 15px 22px;
    text-align: center;
    position: relative;
    top: 0;
    display: block;
    z-index: 2;
}

.service .Serv-box .Serv-box-img{
    width: 90px;
    height: 80px;
    line-height: 48px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
}

.service .Serv-box .Serv-box-img img{
    display: block;
    margin: 0 auto 20px;
    margin-top: 7px;
}

.service .Serv-box h2{
     font-family: 'Josefin Sans', sans-serif;
     font-weight: 600;
     font-size: 16px;
     color:#fff;
     margin: 0;
     padding-bottom: 5px;
     text-transform: uppercase;
     margin-top: 20px;
}
.service .Serv-box p{
       font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
  font-size: 10px;
  color:#fff;
  font-weight:normal;
  /* width: 80%; */
    margin: 0;
  text-transform: capitalize;
}

/*:::::::::::::service section end:::::::::::::*/

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

/*------------cont_sec-------------*/

.cont_sec{
    padding-bottom: 30px;
}

.cont_sec h1{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    color: #d6d6d7;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.cont_sec h3,
.newsletter h4{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    color: #d6d6d7;
    font-weight: normal;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 25px;
    text-transform: uppercase;
    position:relative;
    
}
.cont_sec h3:before,
.newsletter h4:before{
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 14%;
    height: 2px;
    background-color: #2118c9;
    border-radius: 2px;
}

.newsletter h4:before{
    top: 30px;
    left: 0;
}

.cont_sec h3 span,
.newsletter h4 span{
 
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
}

.cont_sec h4{
    font-family: 'Josefin Sans', sans-serif;
    font-size:15px;
    font-weight: normal;
    color: #d6d6d7;
    line-height: 25px;
    margin: 0;
    text-transform:capitalize;
}
.cont_sec h4 a {
    color: #d6d6d7;
}
.cont_sec h4 a:hover {
    color: #d6d6d7;
    text-decoration: underline !important;
}

/*------------end cont_sec-------------*/

.SocialMediaIcon{
    margin:0px auto;
    padding: 50px 0px 66px 0px;
    display: inline-block;
}     
.SocialMediaIcon ul{
    margin:0px;
    padding:0px;
    list-style:none;           
} 
.SocialMediaIcon ul li{
    margin:0px;
    padding:0px;
    float: none;
}
.SocialMediaIcon ul li a{
    font-size: 22px;
    text-align: center;
    margin: 0px 10px 20px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 39px;
    background-color: #3e4347;
    color: var(--white-color);
    display: block;
    float: left;
    width: 39px;
    height: 39px;
    transition: all .5s ease-in-out;
    border-radius: 5px;
    color: #fff;
}
.SocialMediaIcon ul li a:hover{
  background-color:#2219cc;
  color: #ffffff;
}

.footer-btm{
     padding: 49px 0px 0px 0px;
     position: relative;
}
.footer-btm h2{
  font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
  color:#cdcdce;
    font-weight:normal;
    margin:0;
  margin-bottom:18px;
  text-transform: uppercase;
}
.block1{
    position: relative;
}

.block1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 55px;
    background-color: #292d30;
    top: -55px;
    left: 0;
}

.block-3 {
    position: relative;
    padding: 10px 40px 35px;
  }
  .block-3:before {
    content: '';
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #15191c;
  }
.p_lr_zero {
    padding-left: 0;
    padding-right: 0;
}
.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:15px;
  text-decoration:none;
  font-weight:normal;
  color:#d6d6d7;
  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{
    text-decoration: underline !important;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    
}

.news-sec {
    padding: 20px 25% 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    background: linear-gradient(360deg, #fff, #f5f5f5);
    float: left;
    width: 100%
}
.news-sec h4{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
  font-size:30px;
  color: #000000
  text-transform:capitalize;
}
.news-sec p{
  font-family: 'Josefin Sans', sans-serif;
  font-size:14px;
  color: #000
}
.news-sec .envelope_icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
    background-color: var(--primary-color);
    border-radius: 50%;
    font-size: 17px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 20px;
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
}

.news-sec p,
.news-sec span{
  font-family: 'Josefin Sans', sans-serif;
  font-size:15px;
  color:#a3a3a8;
  font-weight:normal;
  line-height: 30px;
    margin: 0px;
    padding-bottom: 15px;
}

.news-sec input { 
  background:none; 
  border:2px solid #424244; 
  height:44px; 
  text-indent: 10px;
  width:74%; 
  box-shadow:none;
  color:#000;
  font-size: 13px;
    margin-bottom: 15px;
}
.news-sec button {
  background:#464a4d;
  height:45px;   
  text-align:center; 
  color:#ffff; 
  font-weight:600; 
  font-size:15px; 
  text-transform:uppercase; 
  transition:all .5s ease;
  border: none;
    outline: none;
    width: 25%;
    margin-left: -5px;
}
.news-sec button:hover {
  background:var(--primary-color);
  color:#fff; 
}

.backtotop-btn{
    background-color: #0c0c0c;
}
.welcome{
    padding:0 0 50px;
    position: relative;
}
.welcome img{
    width: 40%;
}
.welcome-note h4{
   font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  color:var(--light-gray-black);
  font-weight:normal;
  margin: 0;
  text-transform: capitalize; 
}
.welcome h4 img {
    width: 20%;
}

.welcome-note {
    padding: 40px;
    position: relative;
}

.welcome-note::after {
    content: '';
    position: absolute;
    bottom: -118px;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #1b1f22;
}

.welcome-note h2{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    font-weight:600;
    color: #c8c8c8;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 15px;
    position: relative;
}
.welcome-note h2:before{
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 14%;
    height: 2px;
    background-color: #2219cc;
    border-radius: 2px;  
}

.welcome-note h2 span{
    font-weight:bold;
}

/*
.welcome-note img{
  margin-bottom: 30px;
  margin-top: 30px;
}
*/
.welcome-note p{
     font-family: 'Josefin Sans', sans-serif;
    font-size: 21px;
    color: #a8a9a9;
    font-weight: normal;
    line-height: 38px;
    margin: 0;
    width: 105%;
}
.welcome-note a{

    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #c8c8c8;
    line-height: 25px;
    margin: 0;
    text-transform: capitalize;

}

.welcome-note a:hover {

}
.copyright{
  font-family: 'Josefin Sans', sans-serif;
  /* background-color:var(--secondary-color); */
  padding:10px 0;
  color:#15191c;
  font-size:18px;
  font-weight:normal;
}
.copyright .cr-text{
    text-align: left;
    padding-top: 14px;
}
.copyright .powerd{
    text-align: right;
    padding-top: 14px;
}
.copyright a{
  color:var(--primary-color);
  text-decoration: none;
  text-transform: uppercase;
    font-weight: bold;
}
.copyright a:hover{
  text-decoration:none;
}

.cont-cell,
.cont-email,
.cont-adress,
.new-payment{
    display: table-cell;
    width: 1%;
}
.custrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
  }
.custrow > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
  .color-bg1{
    background-color:#292d30;
}
  .color-bg2{
    background-color:#1b1f22;
}
  .color-bg3{
    background-color: #15191c;
}
  .color-bg4{
    background-color: #000;
}
#scroll span {
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #a8a9a9;
    writing-mode: sideways-lr;
    text-align: center;
    padding: 5px 10px 131px 15px;
    margin-top: 45px;
  
    width: 100%;
    float: left;
}

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

@media (max-width: 768px){
  .m_t50px {
    margin-top: 50px;
}
.cthd5 img{
  width: 100%;
}
.ftheading{
  float: left;
  width: 100%;
  padding-top: 10px;
}
.block-3:before {
  
    position: unset;
  
}
.logo img {
    width: 59%;
}
.top_ul_setting{
  position: relative;
  right: 0;
}
.top_ul_setting ul li a{
  line-height: 35px;
}
.top_ul_setting ul li{
  height: 50px;
  width: 100%;
}
.top_ul_setting ul li a i {
    line-height: 49px;
}
.cont_sec h1{
  padding-bottom: 10px;
  padding-top: 10px;
}
.cont-cell, .cont-email, .cont-adress, .new-payment {
    display: block;
    width: 100%;
}
#scroll span{
      padding: 5px 10px 25px 15px;
    margin-top: 21px;
}
.new-payment img{
  width: 100%;
  }
  .SocialMediaIcon ul li {
        float: left;
    }

    .SocialMediaIcon {
        padding: 10px 0px 5px 0px;
    }
    .footer-btm {
    margin-bottom: 60px;
}

.custrow {
    flex-direction: column;
}

    .cate_name img{width: 100%;}
  .hd_news h2::before{display: none;}
  .hd_news h2::after{display: none;}
  .logo{margin-bottom: 15px;}
  .tus_bar{display: none;}
  .tpcontactinfo{text-align: center;}
  .pdfbg{height: 350px;}
  .bskt_setting{position: relative; text-align: center; }
  .topOneHeader{background-color: #111111}
  .languageList{text-align: center;}

  .top_social_links{text-align: center; margin-bottom: 15px;}
  .top_social_links ul{text-align: center;}
  .micon{padding-bottom: 15px;}
  .img_py img{width: 100%;}
  .ft_social_list ul{float: none;text-align: center; margin-top: 15px;}
  .ftheading2{padding-top: 15px;}
  .ftheading2 img{width: 100%; padding-top: 10px;}
  .bskt_icon{text-align: center;padding-bottom: 10px;}
  .ct_1 img{width: 75%;}
  .ct_2 img{width: 75%;}
  .ct_3 img{width: 75%;}
  .ct_4 img{width: 75%;}
  .ct_5 img{width: 75%;}
  .top_social_links{text-align: center;}
  .tus_language{display: none;}
  .contact_list_top{text-align: center;padding-bottom: 15px;}
  .basket_icon{text-align: center;padding-bottom: 15px;}


.search-wrapper{
  display: none;
}
.aboutHd h2{
  font-size: 25px !important;
}
.contactTop{
  text-align: center;
  width: 100%;
}
.heading-cate img{
  width: 80%;
}
.set-out-side-cate img{
  width: 80%;
}
.footer{
  background: #3a3b3b !important;
}
.header-top{
  position: static !important;

}
.basketBox{
  width: 100% !important;
  position: static !important;
  right: 0px !important;
}
.hactive{
  font-size: 20px;
}
.cate-heading{
  font-size: 18px;
}
.addto-cart{
  font-size: 14px;
}
.contactH img{
  width: 50%;
}
.categoriesSection{
  padding-top: 0px;
}
#slider{

}
.search-wrapper{
  width: 100%;
}
.search-wrapper a{
  right: -95%;
}
}
