@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/Metropolis-Black.woff2") format("woff2"), url("../fonts/Metropolis-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/Metropolis-Bold.woff2") format("woff2"), url("../fonts/Metropolis-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/Metropolis-Regular.woff2") format("woff2"), url("../fonts/Metropolis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/Metropolis-Light.woff2") format("woff2"), url("../fonts/Metropolis-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis Extra';
  src: url("../fonts/Metropolis-ExtraBold.woff2") format("woff2"), url("../fonts/Metropolis-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.mobile_left,
.moblink {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.banner_slider {
  position: relative;
}

.banner_slider .carousel-control-prev {
  background: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 50px;
  border: 2px solid #fff;
}

.banner_slider .carousel-control-next {
  background: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  right: 50px;
  border: 2px solid #fff;
}

.banner_slider .carousel-item img.slider_image {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-animation: zoom 5s linear infinite 0s;
          animation: zoom 5s linear infinite 0s;
}

.banner_slider .carousel-item img:nth-child(2) {
  z-index: 99;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes zoom {
  0% {
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.banner_slider .banner_material {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  height: 100%;
}

.banner_slider .banner_material .banner_text {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner_slider .banner_material .banner_text .banner_text_inner {
  text-align: left;
  margin-left: 10%;
}

.banner_slider .banner_material .banner_text .banner_text_inner h4 {
  font-weight: 300;
  font-size: 90px;
  color: #d50405;
  text-transform: capitalize;
  font-family: 'Metropolis Extra';
  font-weight: bold;
  position: relative;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  visibility: visible;
}

.banner_slider .banner_material .banner_text .banner_text_inner h4 span {
  position: absolute;
  width: 400px;
  height: 100px;
  background-color: #fff;
  left: 0;
}

.banner_slider .banner_material .banner_text .banner_text_inner h3 {
  font-weight: 600;
  font-size: 90px;
  letter-spacing: 2px;
  color: #d50405;
  line-height: 1;
  padding-bottom: 10px;
  font-family: 'Metropolis Extra';
  font-weight: bold;
  text-transform: capitalize;
}

.banner_slider .banner_material .banner_text .banner_text_inner p {
  font-weight: 500;
  font-size: 1.2vw;
  color: #fff;
  font-style: italic;
  text-align: right;
  position: relative;
}

.banner_slider .banner_material .banner_text .banner_text_inner p:before {
  content: "";
  width: 40%;
  height: 2px;
  background: #e60012;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.banner_slider .banner_material .banner_product {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5%;
}

.banner_slider .banner_material .banner_product .b1 {
  float: left;
}

.banner_slider .banner_material .banner_product .b2 {
  float: left;
}

.banner_slider .banner_material .banner_product .b3 {
  float: left;
}

.banner_slider .banner_material .banner_product .b4 {
  float: left;
}

.middle-bar {
  position: absolute;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid #373737;
  background: #423f3f75;
}

.middle-bar .logo {
  border-right: 1px solid #373737;
  padding: 12px 10px;
}

.middle-bar .logo a {
  display: block;
}

.middle-bar .top_nav_items ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.middle-bar .top_nav_items ul li {
  display: inline-block;
  list-style-type: none;
 
}

/*language drop down*/
.middle-bar .cart_menu ul li ul { display: none; position: absolute; transition: all 0.3s; z-index: 9999999; background: #d50405!important; left: 0; padding: 0 0 0 0px; text-align: center !important;
 top: 84px; width: 100%;}
.middle-bar .cart_menu ul li:hover ul { display:block; text-align:center !important;}
.middle-bar .cart_menu ul li ul li { padding:0 0 0 0;}
.middle-bar .cart_menu ul li ul li a {  color: #000; font-size: 68px; display: block; padding:5px 0px;}
.middle-bar .cart_menu ul li ul li:first-child { border:none; line-height:0; height:0; left:0; padding:0 0 0 0;}










.menu_level_3{ display:none; transition:all 0.5s;}
.middle-bar .top_nav_items ul li .lara_mega_nemu ul li { display: inline; transition:all 0.5s;}
.middle-bar .top_nav_items ul li .lara_mega_nemu ul li:hover .menu_level_3{ display:block; transition:all 0.5s;}

.middle-bar .top_nav_items ul li .lara_mega_nemu{ position:absolute; width:90%; background:#191d31; padding:20px 0.5%; left:10%; display:none; right:0; z-index:999; top:84px; height:auto !important;}
.middle-bar .top_nav_items ul li .lara_mega_nemu .menu_level_2 { text-align: left;}
.middle-bar .top_nav_items ul li .lara_mega_nemu .menu_level_2 ul li .lara_mega_nemu { position: absolute; width: 100%; left: 0; transition:all 0.3s;}
.middle-bar .top_nav_items ul li .lara_mega_nemu .menu_level_2 ul li a { padding: 5px 3.5%; color: #fff; font-family: "Work Sans", sans-serif; font-weight:500; font-size:14px; display:inline-table; 
 text-transform:capitalize; transition:all 0.5s;}
.middle-bar .top_nav_items ul li .lara_mega_nemu .menu_level_2 ul li a i{ font-size:9px;}
.middle-bar .top_nav_items ul li .lara_mega_nemu .menu_level_2 ul li a:hover { background: none; color:#23c3fc; transition:all 0.5s;}
.middle-bar .top_nav_items ul li .lara_mega_nemu .menu_level_2 ul li .menu_level_3 li a { color: #fff; font-family: "Work Sans", sans-serif; font-weight:500; font-size:14px; text-transform:capitalize; 
 transition:all 0.5s;}
.middle-bar .top_nav_items ul li .lara_mega_nemu .menu_level_2 ul li .menu_level_3 li:hover a { background: none; color:#23c3fc;}








.middle-bar .top_nav_items ul li a {
  font-size: 14px;
  color: #fff;
  font-family: 'Metropolis Extra';
  font-weight: bold;
  text-transform: uppercase;
  padding: 32px 13px;
  display: inline-block;
  letter-spacing: 1.5px;
}

.middle-bar .top_nav_items ul li a:hover {
  color: #23c3fc;
}

.middle-bar .top_nav_items ul li ul.l2_ul {
  position: absolute;
  top: 100%;
  left: -50px;
  right: 0px;
  display: none;
  width: 205px;
  z-index: 999;
  background: #d50405;
  border: 0px solid #e4e4e4;
  padding: 0 0 0 0;
  border-bottom: 0px;
}

.middle-bar .top_nav_items ul li ul.l2_ul li.l2_li {
  display: inline-block;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.0s;
  transition: 0.0s;
  border-bottom: 1px solid #191d32;
}

.middle-bar .top_nav_items ul li ul.l2_ul li.l2_li a {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #fff;
  padding: 0;
  width: 100%;
  text-align: center; font-size:14px; font-weight:600; font-family: "Work Sans", sans-serif; text-transform:capitalize;
}

.middle-bar .cart_menu {
  text-align: right;
}

.middle-bar .cart_menu ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.middle-bar .cart_menu ul li {
  display: inline-block;
  list-style-type: none;
  position:relative;
}

.middle-bar .cart_menu ul .wtclr a{ color:#25D366;}

.middle-bar .cart_menu ul li a {
  font-size: 14px;
  color: #fff;
  font-family: 'Metropolis Extra';
  font-weight: bold;
  text-transform: capitalize;
  padding: 32px 22px;
  display: block;
}
.middle-bar .cart_menu ul li a p{ display:inline-block;}

.middle-bar .cart_menu ul li a:hover {
  color: #23c3fc;
}

.middle-bar .cart_menu ul li a .icon {
  font-size: 17px;
}

.middle-bar .cart_menu ul li:first-child a {
 border-left: 0;
    border-right: 0;
}

.middle-bar .cart_menu ul li:last-child a {
  background-color: #d50405;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}

.middle-bar .cart_menu ul li:last-child a:hover {
  color: #fff;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #23c3fc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.top_categories {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0px;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}

.top_categories .category .inner_category {
  border-right: 1px solid #373737;
  padding: 40px 30px 46px;
}

.top_categories .category .inner_category .d-flex {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_categories .category .inner_category .d-flex img {
  margin-right: 10px;
}

.top_categories .category .inner_category .d-flex .hover-img {
  display: none;
}

.top_categories .category .inner_category .d-flex div h5 {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  font-family: 'Metropolis';
  text-transform: capitalize;
  padding: 7px 0px;
}

.top_categories .category .inner_category p {
  font-size: 18px;
  color: #fff;
  font-family: 'Metropolis';
  font-weight: 300;
  padding: 10px 0px;
}

.top_categories .category .inner_category h6 {
  font-size: 18px;
  color: #fff;
  font-family: 'Metropolis';
  font-weight: bold;
}

.top_categories .category:hover {
  background-color: #23c3fc;
}

.top_categories .category:hover .zoom-in-zoom-out {
  -webkit-animation: zoom-in-zoom-out 2s ease-in-out;
          animation: zoom-in-zoom-out 2s ease-in-out;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.welcome .wel-desc {
  padding: 130px 190px;
}

.welcome .wel-desc h2 {
  font-size: 46px;
  color: #010101;
  padding-bottom: 20px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Metropolis Extra';
  background: url(../images/border.png) no-repeat left bottom;
}

.welcome .wel-desc p {
  font-size: 17px;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  line-height: 25px;
  padding: 10px 0px 45px;
}

.welcome .wel-desc a {
  width: 173px;
  height: 61px;
  line-height: 61px;
  display: inline-block;
  text-align: center;
  background-color: #d50405;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Metropolis Extra';
  text-transform: uppercase;
}

.performance .performance-desc {
  padding: 135px 178px 315px 178px;
  min-height: 684px;
  background-color: #171e2f;
}

.performance .performance-desc h2 {
  font-size: 46px;
  padding-bottom: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Metropolis Extra';
  background: url(../images/border.png) no-repeat left bottom;
}

.performance .performance-desc p {
  font-size: 17px;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  line-height: 25px;
  padding: 10px 0px 45px;
}

.performance .performance-desc a {
  width: 173px;
  height: 61px;
  line-height: 61px;
  display: inline-block;
  text-align: center;
  background-color: #d50405;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Metropolis Extra';
  text-transform: uppercase;
}

.cate_main {
  padding-top: 50px;
}

.cate_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.cate_main ul .nav-link {
  display: block;
  padding: 1rem 2.5rem;
  background: #f2f2f4;
  margin-right: 10px;
  font-size: 14px;
  color: #191d31;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.cate_main ul .nav-link:hover {
  background-color: #23c3fc;
  color: #fff;
}

.cate_main ul .nav-link {
  border-radius: 0;
}

.cate_main ul .nav-link.active {
  color: #fff;
  background-color: #191d31;
}

.cate_main h1 {
  font-size: 46px;
  padding-bottom: 20px;
  color: #1d1d1d;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  font-family: 'Metropolis Extra';
  background: url(../images/border.png) no-repeat center bottom;
  margin-bottom: 30px;
}

.cate_main .inner_cate {
  position: relative;
}

.cate_main .inner_cate .icon_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  background: #23c3fc;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  z-index: 1;
}

.cate_main .inner_cate .icon_right:hover {
  background: #d50405 !important;
}

.cate_main .inner_cate .cate-name {
  background-color: #000;
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  width: 100%;
  padding: 19px 20px;
}

.cate_main .inner_cate .cate-name h2 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: 'Metropolis Extra';
  text-transform: uppercase;
  width: 100%;
}

.cate_main .inner_cate .bg_hover span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #d50405;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  z-index: 9;
}

.cate_main .inner_cate .bg_hover span::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #d50405;
  left: 10px;
  z-index: 9;
}

.cate_main .inner_cate .bg_hover span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #d50405;
  right: 10px;
  z-index: 9;
}

.cate_main .inner_cate .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  top: 0;
  left: 0;
}

.cate_main .inner_cate:hover .bg_hover span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cate_main .inner_cate:hover .mask {
  opacity: 1;
}

.pad_30 {
  padding-bottom: 30px;
}

.feature_prod h2 {
  font-size: 36px;
  color: #1d1d1d;
  font-family: 'Metropolis Extra';
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 33px;
}

.feature_prod .inner_prod {
  position: relative;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  border: 1px solid #e8e8e8;
}

.feature_prod .inner_prod .prod_name {
  text-align: center;
  padding: 20px;
}

.feature_prod .inner_prod .prod_name h3 {
  font-size: 18px;
  color: #161616;
  text-transform: capitalize;
  font-family: 'Metropolis';
  font-weight: bold;
  padding-bottom: 5px;
  min-height: 47px;
}


.feature_prod .inner_prod .prod_name p {
  font-size: 16px;
  color: #e31e24;
  text-transform: uppercase;
  font-family: 'Metropolis';
  font-weight: bold;
}

.feature_prod .col-lg-6:first-child .inner_prod {
  border-right: 0;
}

.pad_btm {
  padding-bottom: 30px;
}

.customer_review {
  background: url(../images/customer_review.png) no-repeat;
  background-size: cover;
  padding: 180px 0px;
  margin-top: 30px;
}

.customer_review h2 {
  font-size: 46px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  font-family: 'Metropolis Extra';
  background: url(../images/border.png) no-repeat center bottom;
}

.customer_review .review {
  text-align: center;
}

.customer_review .review .item p {
  font-size: 18px;
  color: #fff;
  font-family: 'Metropolis';
  font-weight: bold;
  padding: 0 150px;
}

.customer_review .review .item a {
  color: #2aa7d5;
  font-size: 18px;
  font-family: 'Metropolis';
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  margin-top: 20px;
  display: inline-block;
}

.customer_review .review .item a:hover {
  color: #d50405;
}

.customer_review .review .owl-nav button {
  font-size: 15px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border: 3px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50px;
  color: #fff !important;
  background: transparent !important;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.customer_review .review .owl-nav button:hover {
  background: #d50405 !important;
  border: 3px solid #d50405 !important;
}

.customer_review .review .owl-nav .owl-prev {
  left: 0;
}

.customer_review .review .owl-nav .owl-next {
  right: 0;
}

.news_letter {
  padding: 50px 0px;
  background: #f2f2f4;
}

.news_letter .news_heading h2 {
  font-size: 46px;
  color: #221a3e;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Metropolis Extra';
}

.news_letter .news_form form {
  position: relative;
}

.news_letter .news_form form input {
  width: 100%;
  outline: 0;
  border: 1px solid #d5d5dd;
  font-size: 14px;
  color: #5f5f5f;
  font-family: 'Metropolis';
  font-weight: 300;
  height: 61px;
  line-height: 61px;
  padding-left: 20px;
}

.news_letter .news_form form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 183px;
  height: 61px;
  line-height: 61px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Metropolis Extra';
  text-transform: uppercase;
  background-color: #d50405;
  border: 0;
  outline: 0;
}

.news_letter .news_form .d-flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 5px;
}

.news_letter .news_form .d-flex input {
  margin-right: 5px;
}

.news_letter .news_form p {
  font-size: 18px;
  color: #767676;
  font-family: 'Metropolis';
  font-weight: 300;
}

.news_letter .news_form span {
  color: #d50405;
}

.instagram .insta_img {
  position: relative;
}

.instagram .insta_img .insta_hover {
/*  position: absolute;
  width: 100%;
  background-color: #000;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;*/
}

.instagram .insta_img:hover .insta_hover {
  opacity: 0.2;
}

footer {
  background-color: #191d31;
}

footer .top-footer {
  padding: 60px 0px 40px 0px;
}

footer .top-footer .inner-link {
  margin-bottom: 20px;
}

footer .top-footer .inner-link h2 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-family: 'Metropolis Extra';
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
}

footer .top-footer .inner-link h2::after {
  position: absolute;
  content: "";
  width: 59px;
  height: 2px;
  background-color: #23c3fc;
  left: 0px;
  bottom: 5px;
}

footer .top-footer .inner-link .media i {
  color: #23c3fc;
}

footer .top-footer .inner-link .media .media-object h3 {
  font-size: 14px;
  color: #9c98af;
  font-family: 'Metropolis Extra';
  text-transform: capitalize;
}

footer .top-footer .inner-link .media .media-object h6 {
  font-size: 14px;
  color: #9c98af;
  font-family: 'Metropolis';
  font-weight: normal;
  padding-top: 5px;
  line-height: 21px;
}

footer .top-footer .inner-link .media .media-object p {
  font-size: 14px;
  color: #9c98af;
  font-family: 'Metropolis';
  font-weight: normal;
  padding: 5px 0px 10px !important;
}

footer .top-footer .inner-link .media .media-object a {
  font-size: 14px;
  color: #9c98af;
  font-family: 'Metropolis';
  font-weight: normal;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

footer .top-footer .inner-link .media .media-object a:hover {
  color: #23c3fc;
}

footer .top-footer .inner-link ul {
  margin: 0;
  padding: 0;
}

footer .top-footer .inner-link ul li {
  list-style-type: none;
}

footer .top-footer .inner-link ul li a {
  font-size: 13px;
  color: #9c98af;
  font-family: 'Metropolis Extra';
  line-height: 30px;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  text-transform: uppercase;
}

footer .top-footer .inner-link ul li a:hover {
  color: #23c3fc;
}

footer .top-footer .inner-link .newletter .inner-item p {
  font-size: 14px;
  color: #9c98af;
  font-family: 'Metropolis';
  font-weight: normal;
  padding-bottom: 20px;
}

footer .top-footer .inner-link .newletter .inner-item h3 {
  font-size: 14px;
  color: #9c98af;
  font-family: 'Metropolis Extra';
  text-transform: capitalize;
}

footer .bottom-footer {
  border-top: 1px solid #323c51;
  padding: 25px 0px;
}

footer .bottom-footer .copy_right p {
  color: #707e99;
  font-size: 13px;
  font-family: 'Metropolis';
  font-weight: bold;
  text-transform: uppercase;
}

footer .bottom-footer .design {
  text-align: right;
}

footer .bottom-footer .design p {
  color: #707e99;
  font-size: 13px;
  font-family: 'Metropolis';
  font-weight: bold;
}

footer .bottom-footer .design a {
  color: #707e99;
  font-size: 13px;
  font-family: 'Metropolis';
  font-weight: bold;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

footer .bottom-footer .design a:hover {
  color: #23c3fc;
}

#button {
  display: inline-block;
  background-color: #d50405;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  color: #fff;
  font-size: 20px;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #141211;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

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

.sidenav ul li {
  list-style-type: none;
  display: block;
}

.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
}

.sidenav ul li a i {
  position: absolute;
  right: 10px;
  top: 10px;
}

.sidenav ul li ul.dropdown-menu {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  position: relative;
}

.sidenav ul li ul.dropdown-menu li {
  background-color: #d50405;
  border-bottom: 1px solid;
}

.sidenav ul li ul.dropdown-menu li a {
  font-size: 14px;
  color: #fff;
}

.social_icon,
.mobile_search {
  display: none;
}

@media (max-width: 1500px) {
  .middle-bar .top_nav_items ul li a {
    padding: 32px 6px;
  }
  .middle-bar .cart_menu ul li a {
    padding: 32px 17px;
  }
  .top_categories .category .inner_category {
    padding: 40px 23px 46px;
  }
  .performance .performance-desc {
    padding: 101px 132px;
    min-height: inherit;
  }
  .welcome .wel-desc {
    padding: 65px 190px;
  }
}












@media (max-width: 1400px) {
  .middle-bar .top_nav_items ul li a {
    font-size: 11px; padding: 32px 4px;
  }
  .middle-bar .cart_menu ul li a {
    padding: 32px 15px;
  }
  .top_categories .category .inner_category {
    padding: 40px 17px 46px;
  }
  .welcome .wel-desc {
    padding: 65px 173px;
  }
  .performance .performance-desc {
    padding: 90px 100px;
  }
  .banner_slider .banner_material {
    top: 30%;
  }
  .banner_slider .banner_material .banner_text .banner_text_inner h3 {
    font-size: 70px;
  }
  .banner_slider .banner_material .banner_text .banner_text_inner h4 {
    font-size: 70px;
  }
  .middle-bar .top_nav_items ul li .lara_mega_nemu{ width: 100%;}
}


@media (max-width: 1366px) {

  .performance .performance-desc {
    padding: 94px 100px;
  }
    }
	
@media (max-width: 1360px) {

  .performance .performance-desc {
    padding: 94px 100px;
  }
    }
	
@media (max-width: 1355px) {

  .performance .performance-desc {
    padding: 94px 100px;
  }
    }
	

@media (max-width: 1350px) {
  .middle-bar .top_nav_items ul li a {
    font-size: 12px;
  }
  .middle-bar .cart_menu ul li a {
    padding: 32px 13px;
  }
  .top_categories .category .inner_category p {
    font-size: 17px;
  }
  .welcome .wel-desc {
    padding: 65px 139px;
  }
  .performance .performance-desc {
    padding: 79px 100px;
  }
}

@media (max-width: 1300px) {
  .col-lg-7 {
    padding: 0;
  }
  .middle-bar .cart_menu ul li a {
    font-size: 12px;
  }
  .top_categories .category .inner_category p {
    font-size: 15px;
  }
  .welcome .wel-desc {
    padding: 45px 107px;
  }
  .performance .performance-desc {
    padding: 58px 71px;
  }
}

@media (max-width: 1200px) {
  .performance .performance-desc {
    padding: 36px 30px;
  }
}

@media (max-width: 1100px) {
  .middle-bar .cart_menu ul li:last-child a {
    display: none;
  }
  .middle-bar .cart_menu ul li a {
    font-size: 15px;
  }
  .middle-bar .cart_menu ul li a {
    padding: 32px 18px;
  }
  .top_categories {
    position: inherit;
    background-color: #171e2f;
  }
  .top_categories .category .inner_category .d-flex div h5 {
    font-size: 22px;
  }
  .top_categories .category .inner_category p {
    font-size: 12px;
  }
  .welcome .wel-desc h2 {
    font-size: 40px;
  }
  .welcome .wel-desc p {
    font-size: 15px;
  }
  .welcome .wel-desc {
    padding: 30px 50px;
  }
  .performance .performance-desc h2 {
    font-size: 40px;
  }
  .performance .performance-desc p {
    font-size: 15px;
    padding: 10px 0px 25px;
  }
  .performance .performance-desc {
    padding: 30px 58px;
  }
  .feature_prod h2 {
    padding-bottom: 5px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .top_nav_items {
    display: none;
  }
  .feature_prod h2 {
    font-size: 30px;
  }
  .feature_prod .inner_prod .prod_name h3 {
    font-size: 15px;
    padding-bottom: 0px;
  }
  .customer_review .review .item p {
    font-size: 16px;
    padding: 0 50px;
  }
  .customer_review {
    padding: 100px 0px;
  }
  .top_categories .category .inner_category .d-flex div h5 {
    font-size: 15px;
  }
  .top_categories .category .inner_category h6 {
    font-size: 14px;
  }
  .customer_review .review .owl-nav .owl-next {
    right: -40px;
  }
  .customer_review .review .owl-nav .owl-prev {
    left: -40px;
  }
  .news_letter .news_form form button {
    width: 120px;
    font-size: 14px;
  }
  .cate_main ul .nav-link {
    padding: 1rem 1.3rem;
  }
  .top_categories .category .inner_category {
    min-height: 204px;
  }
  .d-block {
    display: inline-block !important;
  }
  .d-block a {
    border-left: 1px solid #373737;
  }
}

@media (max-width: 768px) {
  .top_categories .category .inner_category {
    border-bottom: 1px solid #373737;
  }
  .top_categories .category .inner_category .d-flex div h5 {
    font-size: 22px;
  }
  .top_categories .category .inner_category p {
    font-size: 15px;
  }
  .top_categories .category .inner_category h6 {
    font-size: 15px;
  }
  .top_categories {
    border-bottom: 0;
  }
  .middle-bar .logo {
    border-right: 0;
  }
  .cate_main ul .nav-link {
    margin-bottom: 10px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 13px;
  }
  .video_img {
    padding-bottom: 20px;
  }
  .customer_review h2 {
    font-size: 30px;
  }
  .news_letter .news_heading h2 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  footer .bottom-footer .copy_right p {
    text-align: center;
  }
  footer .bottom-footer .design p {
    padding-top: 5px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .welcome .wel-desc {
    padding: 20px;
  }
  .welcome .wel-desc h2 {
    font-size: 20px;
  }
  .welcome .wel-desc p {
    padding: 10px 0px 20px;
  }
  .welcome .wel-desc a {
    width: 103px;
    height: 51px;
    line-height: 51px;
    font-size: 12px;
  }
  .performance .performance-desc {
    padding: 20px;
  }
  .performance .performance-desc h2 {
    font-size: 20px;
  }
  .performance .performance-desc a {
    width: 103px;
    height: 51px;
    line-height: 51px;
    font-size: 12px;
  }
  .cate_main h1 {
    font-size: 20px;
  }
  .cate_main {
    padding-top: 20px;
  }
  .cate_main ul {
    margin-bottom: 10px;
  }
  .cate_main ul .nav-link {
    padding: 1rem;
    font-size: 12px;
  }
  .pad_30 {
    padding-bottom: 20px;
  }
  .feature_prod h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .customer_review {
    margin-top: 20px;
    padding: 50px 0px;
  }
  .customer_review h2 {
    font-size: 20px;
  }
  .customer_review .review .item p {
    font-size: 12px;
    padding: 0 20px;
  }
  .owl-nav {
    display: none;
  }
  .customer_review .review .item a {
    font-size: 14px;
  }
  .news_letter .news_heading h2 {
    font-size: 20px;
  }
  .news_letter .news_form form button {
    position: inherit;
    width: 100%;
    height: 51px;
    line-height: 51px;
    margin-top: 10px;
  }
  .news_letter .news_form form input {
    height: 51px;
    line-height: 51px;
  }
  .news_letter .news_form p {
    font-size: 15px;
  }
  .news_letter {
    padding: 20px 0px;
    background: #f2f2f4;
  }
  footer .top-footer {
    padding: 20px 0px 0px 0px;
  }
  #button {
    display: inline-block;
    background-color: #d50405;
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 0px;
    right: 0px;
  }
  footer .bottom-footer {
    padding: 20px 0px;
  }
  footer .top-footer .inner-link h2 {
    margin-bottom: 10px;
  }
  .moblink {
    display: block;
  }
  .moblink ul {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0;
  }
  .moblink ul li {
    list-style-type: none;
    display: inline-block;
  }
  .moblink ul li a {
    color: #fff;
    font-size: 15px;
    padding: 14px 15px;
    display: block;
  }
  .middle-bar .cart_menu {
    display: none;
  }
  .middle-bar {
    border-bottom: 0;
  }
  .top_categories .category .inner_category {
    min-height: 167px;
  }
  .top_categories .category .inner_category {
    padding: 30px 17px 30px;
  }
  .top_categories .category .inner_category .d-flex div h5 {
    font-size: 18px;
  }
  .social_icon {
    display: block;
  }
  .social_icon ul {
    margin: 0;
    padding: 0; display:none;
  }
  .social_icon ul li {
    list-style-type: none;
    display: inline-block;
  }
  .social_icon ul li a {
    font-size: 30px;
  }
  .mobile_search {
    display: none;
  }
  
  
  .banner_slider .banner_material .banner_text .banner_text_inner {
    margin: 20px 10px;
}
.banner_slider .banner_material .banner_text .banner_text_inner h3{ font-size: 16px;}
.banner_slider .banner_material .banner_text .banner_text_inner h4{ font-size: 16px;}

}
/*# sourceMappingURL=layout.css.map */








/*Search*/
.open-search{background:rgba(0,0,0,0.9); position:fixed; top:0px; left:0px; right:0px; z-index:9999; bottom:0px; height:100%;}
.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:transparent; color:#ffffff; border:none; border-bottom:1px solid #fff; border-radius:0;}
.open-search .search-target form button{ 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:transparent; 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:#f3aa4e;}
/******************************************/



.modal-content {
  background: #dbdddc !important;
  color: #000;
  padding: 10px;
  position: relative;
}

.popup_logo {
  text-align: center;
}

.popup_logo p {
  color: #000;
  font-size: 15px;
  padding: 10px 0px;
  text-transform: capitalize;
  font-family: 'Metropolis Extra';
  font-weight: bold;
}

.modal-header {
  padding: 1rem 1rem 0;
  display: initial;
}

.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 20px;
  background: #000;
  z-index: 999;
  color: #fff;
}

.modal-body .popup-area .popup_box form p {
  width: 100%;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  font-family: 'Metropolis Extra';
  font-weight: bold;
  padding-bottom: 2px;
}

.modal-body .popup-area .popup_box form input {
  width: 100%;
  padding: 0 0 0 7px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border: 0;
  border-left: 3px solid #6e6f6e;
  margin: 0 0 5px 0;
  outline: 0;
}

.modal-body .popup-area .popup_box form textarea {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-left: 3px solid #6e6f6e;
  margin-bottom: 10px;
  outline: 0;
  height: 80px;
  line-height: 80px;
}

.modal-body .popup-area .popup_box form button {
  border: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Metropolis Extra';
  font-weight: bold;
  color: #fff;
  width: 100px;
  height: 40px;
  background-color: #d50405;
  outline: 0;
}

.modal-open {
    overflow-x: hidden !important;
    overflow-y: auto;
}





.fixsocial{position: fixed; top: 40%; z-index: 999; right: 0;}
.fixsocial ul{ margin:0 0 0 0; padding:0 0 0 0;}
.fixsocial ul li{ list-style:none; margin:0 0 0 0; padding:0 0 0 0;}
.fixsocial .fbb{ background:#3b5998; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .fbb:hover{ background:#fff; color:#3b5998;}

.fixsocial .twb{ background:#00aced; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .twb:hover{ background:#fff; color:#00aced;}

.fixsocial .grf{ background:#dd4b39; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.topsfixd .grf:hover{ background:#fff; color:#dd4b39;}

.fixsocial .srf{ background:#00adec; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .srf:hover{ background:#fff; color:#00adec;}

.fixsocial .instb{ background:#834cbc; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .instb:hover{ background:#fff; color:#834cbc;}

.fixsocial .pin{ background:#bd081b; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .pin:hover{ background:#fff; color:#bd081b;}

.fixsocial .wtb{ background:#25D366; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .wtb:hover{ background:#fff; color:#25D366;}

.fixsocial .env{ background:#007ee5; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .env:hover{ background:#fff; color:#007ee5;}

.fixsocial .twtt{ background:#55acee; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .twtt:hover{ background:#fff; color:#007ee5;}

.fixsocial .pintt{ background:#bd081c; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .pintt:hover{ background:#fff; color:#007ee5;}

.fixsocial .linkdd{ background:#0077B5; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .linkdd:hover{ background:#fff; color:#007ee5;}

.fixsocial .skypp{ background:#00AFF0; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .skypp:hover{ background:#fff; color:#007ee5;}

.fixsocial .vibb{ background:#665CAC; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .vibb:hover{ background:#fff; color:#007ee5;}

.fixsocial .wect{ background:#09b83e; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .wect:hover{ background:#fff; color:#007ee5;}

.fixsocial .tgrm{ background:#2d86c3; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .tgrm:hover{ background:#fff; color:#007ee5;}

.fixsocial .ytb{ background:#cd201f; color:#FFFFFF; font-size:18px; margin:0 0 0 0px; padding:0px 0px; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.fixsocial .ytb:hover{ background:#fff; color:#007ee5;}



