@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

:root {
  --c1: #f0a945;
  --c2: #2f8e32;
  --red: red;
  /* --c1:#651dff; */
  /* --c1:rgb(247, 189, 0); */
  --w: #ffff;
}

a {
  text-decoration: none !important;
}

.c2 {
  color: var(--c2) !important;
}

.w {
  color: #fff !important;
}

html,
body {
  /* overflow-x: hidden; */
  /* background-color: #f0eff5 !important; */
  color: #212529 !important;
  width: 100vw !important;
  margin: 0% !important;
  /* font-family: 'Bebas Neue', sans-serif !important;
font-family: 'Roboto Condensed', sans-serif !important; */
}

/* *{
  border: 2px solid black;
} */
body {
  padding-top: 60px;
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.ls {
  letter-spacing: 1px;
}

.top-nav-new {
  position: fixed !important;
  top: 0%;
  left: 0%;
  z-index: 100;
}

.top-full {
  background-color: var(--c1);
  display: flex;
  justify-content: center;
}

.w {
  color: #fff !important;
}

.out-of-stock {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3 !important;
  top: 0%;
  left: 0%;
  /* opacity: 2; */
  background-color: #e9e5e59f !important;
  cursor: not-allowed;
}

.navbar {
  background-color: #FFF;
  width: 100%;
  min-height: 70px;
  width: 100% !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  position: fixed !important;
  top: 0%;
  left: 0%;
  z-index: 100;
}

.top-nav-new .navbar {
  position: unset !important;
  top: unset !important;
  left: unset;
}

.nav-link {
  color: black !important;
  font-weight: bold;
  letter-spacing: 1px;
}

.nav-item {
  padding: 0px 10px;
}

.nav-link {
  color: #000 !important;
}

.nav-active {
  color: var(--c1) !important;
  font-weight: bold !important;
}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 30px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.logo {
  width: 120px;
  /* height: 70px; */
}

.btn-grad {
  --width: 150px;
  --timing: 2s;
  border: 0;
  width: var(--width);
  padding-block: 1em;
  color: #fff !important;
  font-weight: bold;
  font-size: 1em;
  background-color: var(--c1) !important;
  transition: all 0.2s;
  border-radius: 3px;
}

/* .btn-grad:hover {

    background-image: linear-gradient(to right, rgb(250, 82, 82), rgb(250, 82, 82) 16.65%, rgb(190, 75, 219) 16.65%, rgb(190, 75, 219) 33.3%, rgb(76, 110, 245) 33.3%, rgb(76, 110, 245) 49.95%, rgb(64, 192, 87) 49.95%, rgb(64, 192, 87) 66.6%, rgb(250, 176, 5) 66.6%, rgb(250, 176, 5) 83.25%, rgb(253, 126, 20) 83.25%, rgb(253, 126, 20) 100%, rgb(250, 82, 82) 100%);
    animation: var(--timing) linear dance6123 infinite;
    transform: scale(1.1) translateY(-1px);
  } */
.m-btn {
  background-color: var(--c1) !important;
  color: #FFF !important;
}

/*   
  @keyframes dance6123 {
    to {
      background-position: var(--width);
    }
  }
  @keyframes round{
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
  } */

.active-n {
  color: var(--c1) !important;
}

.bg {
  color: var(--bg);
}

/* nav */

/* Remove border from toggler */
.nav-bg {
  background-color: var(--c1);
}

.navbar-toggler {
  border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: var(--c1);
  display: block;
  transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
  margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
  background-color: var(--c1);
}

.nav-btns {
  /* border: 2px solid var(--c1) !important; */
  background-color: var(--c1) !important;
  color: var(--w) !important;
  letter-spacing: 2px;
  padding: 2%;
  border-radius: 50% !important;
  margin-right: 10px;
}

/* navbar */
/* .navbar{
      border-bottom: 3px solid var(--red) !important;
      position: fixed !important;
      top: 0%;
      left: 0%;
      z-index: 100;
      background-color: #fff;
      width: 100% !important;
      
  } */
.nav-item {
  padding-left: 2rem !important;
  position: relative;
}

.nav-link {
  /* font-weight: bold; */
  position: relative;
  font-family: var(--f) !important;

}


.nav-link:hover {
  color: var(--c1) !important;
}

/* hero */
.mob-baner {
  display: none !important;
}

.desk-baner {
  display: block;
}

.hero {
  /* height: 80vh; */
  overflow: hidden;
}

.hero-slider {
  height: 100% !important;
}

.hero-crd {
  width: 100%;
}

.hero-crd img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

/* up to down slite */
.top-one {
  overflow: hidden;
}

.up-down {
  transform: rotate(270deg);
  width: 100%;
}

.up-down .owl-stage {
  overflow-y: visible !important;
}

.up-item {
  width: 100%;
  height: 650px !important;
  transform: rotate(-270deg) !important;
}

.img-bx {
  width: 100%;
  height: 450px !important;
}

.img-bx img {
  width: 90% !important;
  height: 100% !important;
  object-fit: contain !important;
  margin: 0% !important;
}

.up-down-content {
  display: flex;
  justify-content: space-between;
}

.btn-all {
  height: 45px;
  width: 120px !important;
  background-color: var(--c1) !important;
  color: #FFF !important;
}

.con {
  width: 50%;
}

.top-right {
  background-color: #212529;
}

.arrow-con {
  position: relative;
  width: 100%;
  background-color: #2d2929 !important;
}

.arrow-nav {
  /* background-color: #50b1f9 !important; */
  position: absolute !important;
  top: 40% !important;
  left: 0% !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF !important;
  font-size: 14px !important;
  margin: 5px;
  padding: 4px 7px !important;
  background: #D6D6D6 !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* .owl-dots{
    position: absolute;
    bottom: 0%;
  } */
.arrow-con .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-one {
  width: 150px;
}

.pro-one p {
  color: #FFF;
  text-align: center;
}

.top-right-two {
  background-color: var(--c2);
  color: #FFF;
}

.con-top-right h5 {
  font-size: 14px;
  font-weight: bold;
}

.con-top-right p {
  font-size: 13px;
}

.top-right-two p {
  font-size: 14px;
}

.head-i i {
  font-size: 23px;
  color: var(--c1);
}

/* product card */
/* .product-card{
  background-color: #FFF;
  width: 90%;
  height: 290px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 15%;
}
.img-div{
  width: 100%;
  min-height: 80%;
 
} */

.card-slider {
  display: none !important;
  width: 100%;
  height: 100%;
  transition: all .5s;
}


/* product card */
.product-card {
  width: 100%;
  min-height: 260px;
  overflow: hidden;
  position: relative;
  /* background-color: #ff6f00 !important; */
}

.product-img {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-car-wis-bx {
  position: absolute;
  bottom: -40%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all .5s;
}

.like-and-cart {
  position: absolute;
  top: 3%;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}

.like-and-cart .btn {
  color: black !important;
  background-color: rgba(233, 226, 226, 0.7);
  margin: 3px;
}

.ovl-cart {
  background-color: #fff !important;
  border: 2px solid var(--c1) !important;
  border-radius: 0% !important;
  color: var(--c1) !important;
  font-weight: bold !important;
}

.product-card:hover .pro-car-wis-bx {
  position: absolute;
  bottom: 1%;
  transition: all .5s;
}

.star {
  font-size: 20px;
  margin-bottom: 0% !important;
}

.color {
  color: rgb(232, 146, 25);
}

.un-color {
  color: #bebcbc;
}

.product-name {
  font-size: 18px;
  letter-spacing: 1px;
}

.price {
  font-size: 17px;
  color: var(--c1);
  letter-spacing: 1px;
}

.strik {
  color: #787777;
}

.load-more {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}

.load-more i {
  font-size: 30px;
}

.get-more {
  background-color: var(--c1) !important;
  color: #FFF !important;
  /* font-size: 20px !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  transition: ease-out 1.5s;
}

.btn:hover {
  background-color: var(--c2) !important;
  transition: ease-out .5s;
}

.cat-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cat-card-new {
  /* border-top: 5px solid var(--c1); */
  width: 150px;
  height: 150px;
  background-color: var(--c1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
}

.cat-main h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}

/* .cat-card-new a{
  font-weight: bold;
  color: #000;

} */
.cat-ov-new {
  width: 110px;
  object-fit: contain;
}

/* message-form */
.message-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.con-frm {
  background-color: #022446;
}

.mod-form-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod-form-img img {
  width: 250px;
}

/* review section */
.r-sec-first h3 {
  font-size: 26px;
  font-weight: bold;
}

.revi {
  font-size: 30px;
}

.small-five {
  font-size: 18px;
}

.yel {
  color: var(--c1);
}

.las {
  color: #847e7e;
}

.peti-box {
  display: flex;
  align-items: center;
  justify-content: center;


}

.bar {
  width: 80%;
  height: 10px;
  border-radius: 12px;
  background-color: #f2f2f2;
}

.in-bar {
  height: 100%;
  /* width: 48%; */
  background-color: var(--c1);
  border-radius: 12px;
}

.c1 {
  color: var(--c1) !important;
}

/* testi */
/* .owl-theme{
      min-height: 80vh !important;
     } */
.says .item {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-top: 3px solid var(--c1);
  min-height: 210px;
}

.says .item p {
  font-size: 14px;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  min-height: 250px;
  -webkit-transform: translate3d(0, 0, 0);
}

.name {
  font-weight: 600;
  color: #000;
  width: 100%;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.des {
  font-weight: 400;
  color: #000;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.like-and-cart .btn:hover {
  background-color: rgb(243, 242, 240, .7) !important;
}

/*  */
/* product card */
/* .product-card{
    width: 100%;
   
    border-right: 2px solid rgba(172, 170, 170, 0.15);
    position: relative;
    margin-top: 5%;
    min-height: 330px;
    overflow: hidden;
    text-align: center;
     }
  .product-card img{
 width: 100;
 height: 160px;
 background-color: red;
 object-fit: contain;
 margin-bottom: 3%;
  }
  .name{
    font-weight: 400;
    color: #000;
    width: 100%;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .price{
    width: 85%;
    color: var(--red);
    font-size: 13px;
    font-weight: bold;
  }
  .card-text{
    color: #000;
  } */
/* team */
.team-crd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.team-img {
  width: 100%;
  height: 425px;
  overflow: hidden;
  /* border-radius: 50%; */
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.team-crd:hover .teamimg {
  /
  /*  transform: scale(1.1);*/

  /*  transition: all 1s;*/
}

/* product card design */
.pro-crds-bx {
  width: 100%;
  height: 340px;
  /* border-right: 2px solid rgba(172, 170, 170, 0.15); */
  margin-top: 10%;
}

.pc-img {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.pro-crd-image {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.pro-car-wis-bx {
  position: absolute;
  bottom: -40%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all .5s;
}

.ovl-cart {
  background-color: #fff !important;
  border: 2px solid var(--c1) !important;
  border-radius: 0% !important;
  color: var(--c1) !important;
  font-weight: bold !important;
}

.ovl-cart:hover {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.pro-crds-bx:hover .pro-car-wis-bx {
  position: absolute;
  bottom: 1%;
  transition: all .5s;
}

.pro-name- {
  font-weight: bold;
  color: #000;
  width: 100%;
  margin-top: 5%;
}

.price {
  width: 85%;
  color: var(--red);
  font-size: 13px;
  font-weight: bold;
  /* color: #000; */
}

.two-line {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}

.strike {
  color: #a5a4a4 !important;
}

.title {
  font-weight: bold;
}

.connect-now {
  background-image: url(../images/bgs.jpg);
  /* background-attachment: fixed; */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.wow h3 {
  font-size: 55px;
}

/* customer-support */
/* .customer-support{
    border: 2px solid var(--c2);
  } */
.customer-support i {
  font-size: 80px;
  color: var(--c1);
}

.customer-support h5 {
  font-size: 16px;
  color: var(--c2);
  margin-top: 10px;
}

.form-control:disabled {
  background-color: unset !important;
  opacity: 1;
}

/* ---------------thankyou page--------------- */
.success-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-left img {
  width: 100%;
  object-fit: contain;
}

.success-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.success-p {
  font-size: 16px;
  color: #4b4c4d;
  text-align: center;
}

.thankyou-btn {
  background-color: green !important;
  color: #FFF !important;
}


/* ########## track order page  ########## */
.home-search {
  width: 40%;
}

.hero-input input {
  height: 50px;
}

.hero-input .btn {
  border-radius: 8px !important;
  background-color: var(--c2);
  color: #fff;
  /* width: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-input .btn:hover {
  background-color: #000;
  color: #fff !important;
}

.track-main {
  width: 100%;
}

.track-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.track-icon-bx {
  width: 100%;
  display: flex;
  align-items: center;
}

:root {
  --tc: #e0424a;
}

.track-icon {
  background-color: var(--c2);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-icon i {
  color: #fff;
  font-size: 25px;
}

.track-line {
  width: 80%;
  height: 6px;
  background-color: var(--c2);
}

.track-head {
  font-size: 15px;
  /* color: var(--tc); */
  font-weight: bold;
  letter-spacing: 1px;
}

.track-sub {
  color: var(--tc);
  font-size: 13px;
}

.before-reach .track-icon {
  background-color: #FFFF !important;
  border: 1px solid var(--c2);
}

.before-reach .track-icon i {
  color: var(--c2) !important;
}

.before-reach .track-line {
  background-color: #8e8d8d;
  /* border: 1px solid #dee2e6; */
}

.cmt-right::-webkit-scrollbar-track {
  background: #f6f6f6;
}

/*
  =========================================================================================
                                    Social Icons
  =========================================================================================
  */


.round-btn {
  display: inline;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  float: left;
  margin: 15px 8px;
  box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);
  border: 1px solid;
  /*border: 1px solid #622657;*/
}

.round-btn a {
  display: block !important;
  padding: 7px 12px;
  font-size: 18px;
  border-radius: 50%;
}

.round-btn .icon {
  padding: 3px;
}

.round-btn .icon img {
  height: 24px;
  width: 32px;
  margin-top: 6px;
}

.btn-facebook a {
  color: #3b5998;
  padding: 8px 13px;
}

.btn-linkedin a {
  color: #007bb6;
}

.btn-twitter a {
  color: #1c9deb;
}

.btn-instagram a {
  color: #dd3f5c;
}

.btn-whatsapp a {
  color: #155E54;
}

.btn-envelop a {
  color: #D6403A;
  font-size: 15px;
  padding: 9px 12px;
}

.standard_header .standard_social_links {
  margin-left: 1rem;
}

/*
    =========================================================================================
                                      footer
    =========================================================================================
    */
footer {
  /* background-color: rgb(51, 51, 51); */
  /* background-image: url(../images/foo-back.jpeg); */
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  /* background-color: #555; */
  background-color: #333;
  position: relative;
}

.foot-city {
  position: absolute;
  bottom: 0%;
  /* height: 180px; */
  object-fit: cover;
}

.footer-wrap {
  padding-top: 43px;
  /* background-size: cover;
      position: relative; */
  /* background-color: #1FA2FF;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2312D8FA'/%3E%3Cstop offset='1' stop-color='%231FA2FF'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23A6FFCB' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23A6FFCB' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.31'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
      background-attachment: fixed;
      background-size: cover; */
  /* background-color: #1FA2FF;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000000' stroke-width='8.1' stroke-opacity='0.1' %3E%3Ccircle fill='%231FA2FF' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%2307a6ff' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%2300a9ff' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%2300adff' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%2300b0ff' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%2300b4ff' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%2300b7ff' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%2300baff' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%2300bdff' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%2300c1ff' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%2300c4ff' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%2300c7ff' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%2300caff' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%2300cdfe' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%2300d0fd' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%2300d2fc' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%2300d5fb' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%2312D8FA' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover; */

}


.footer-wrap h3 {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-wrap p {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  /* margin-top: 15px; */
}

.footer-wrap p a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

.footer-wrap p a:hover {
  text-decoration: none;
  color: #ff7800;
}

.footer-links li a {
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}


.footer-links li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  padding-right: 10px;
  color: #ccc;
}

.footer-category li a {
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.footer-category li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  padding-right: 10px;
  color: #b3b3b3;
}

.address {

  color: #b3b3b3;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 30px;
}

.address:before {
  content: "\f277";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
}

.info a {

  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.fa-phone:before {
  content: "\f095";
}

.info a {

  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.fa-fax:before {
  content: "\f1ac";
}

.copyright {
  border-top: 1px solid #111;
  font-size: 14px;
  color: #ccc;
  padding-top: 15px;
  text-align: center;
  padding-bottom: 15px;
  background-color: #181818;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23131313' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%230e0e0e' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%230a0a0a' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23050505' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23000000' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23111111' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23222222' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23333333' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23444444' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23555555' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

footer .second_class {
  border-bottom: 1px solid #444;
  padding-bottom: 25px;
}

footer .first_class {
  padding-bottom: 21px;
  border-bottom: 1px solid #d9d9d9;
}

footer .first_class p,
footer .first_class h3 {
  margin: 0 0;

}

.newsletter {
  position: relative;
}

footer .newsletter input[type="text"] {
  width: 100%;
  background: #fff;
  color: #333;
  border: 1px solid #222;
  padding: 14px 20px;
  border-radius: 50px;
  margin-top: 12px;
}

.newsletter .newsletter_submit_btn {
  background: #fff;
  position: absolute;
  right: 30px;
  border: 0;
  top: 26px;
  font-size: 17px;
  color: #333;
}


footer .second_class_bdr {
  padding-top: 25px;
  border-top: 1px solid #d9d9d9;
}

footer .btn-facebook a {
  padding: 6px 14px !important;
}

footer .btn-envelop a {
  color: #D6403A;
  font-size: 15px;
  padding: 12px 12px;
}

footer .round-btn a {
  padding: 6px 12px;
}

footer .round-btn {
  box-shadow: 2px 2px 5px 0px #222 !important;
}

footer .round-btn {
  margin: 15px 4px;
}

footer dl,
ol,
ul {
  padding-left: 5px;
}

footer li {
  list-style: none;
}

.top-line {
  border-top: 3px solid var(--c2);
}

@media(max-width:768px) {
  .footer-wrap h3 {
    margin-top: 27px;
  }

  footer .round-btn {
    margin: 15px 4px;
  }
}

@media screen and (max-width:1380px) {

  .team-crd h5 {
    font-size: 16px;
  }
}

@media(max-width:320px) {
  .copyright {
    font-size: 13px;
  }
}










@media screen and (max-width:1290px) {
  .up-item {
    width: 100%;
    height: 550px !important;
    transform: rotate(-270deg) !important;
  }

  .team-crd h5 {
    font-size: 16px;
  }
}

@media screen and (max-width:1040px) {
  .nav-link {
    font-size: 13px !important;
  }

  /* .cat-card-new {
    width: 100%;
    height: 126px;
  }
  .cat-ov-new {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 100px;
} */
  .team-crd h5 {
    font-size: 14px;
  }
}

@media screen and (max-width:920px) {

  /* new */
  .home-search {
    width: 60%;
  }

  .track-box {
    width: 100%;
    display: flex;
    min-height: 100px;
  }

  .track-icon-bx {
    width: 60px;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
  }

  .track-icon {
    background-color: var(--c2);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .track-icon i {
    color: #fff;
    font-size: 15px;
  }

  .track-line {
    width: 3px;
    height: 54%;
    background-color: var(--c2);
  }

  .track-head {
    font-size: 14px;
    /* color: var(--tc); */
    font-weight: bold;
    letter-spacing: 1px;
  }

  .track-sub {
    color: var(--tc);
    font-size: 13px;
  }

  .cmt-right {
    height: unset;
    overflow-y: unset;
  }

  /* up to down slite */
  .logo {
    width: 118px;
    /* height: 70px; */
  }

  body {
    overflow-x: hidden !important;
  }

  .offcanvas {
    width: 80% !important;
  }

  .pro-page-name {
    font-size: 17px;
  }

  .team-img img {
    object-fit: contain;
  }

  .like-and-cart .btn {
    /* color: black !important; */
    background-color: rgb(243, 242, 240, .7) !important;
    padding: 0.25rem !important;
    /* margin: 3px !important;
    padding: 3% !important; */
  }

  .cat-main h3 {
    font-size: 16px;
  }

  /* hero */
  .mob-baner {
    display: block !important;
  }

  .desk-baner {
    display: none !important;
  }

  .up-down {
    transform: unset !important;
    width: 100%;
  }

  .up-item {
    width: 100%;
    height: auto !important;
    transform: unset !important;
  }

  .img-bx {
    height: 100% !important;
  }

  .up-down-content {
    display: flex;
    flex-direction: column;
    justify-content: unset;
  }

  .con {
    width: 100%;
  }

  .btn-all {
    height: 40px;
    width: 120px !important;

  }

  /* product card */
  .pro-car-wis-bx {
    position: absolute;
    bottom: 0%;
  }

  /* product card */
  .pro-car-wis-bx {
    position: absolute;
    bottom: 0%;
  }

  /* .cat-card-new */
  /* .cat-card-new{
    margin-top: 5%;
  }
  .ovl-cart{
    font-size: 12px !important;
  } */
  /* wow */
  .connect-now {
    background-image: url(../images/bgs.jpg);
    /* background-attachment: fixed; */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .wow h3 {
    font-size: 35px;
  }

  .icon-div img {
    width: 21px;
  }

  .like-and-cart .btn {
    color: black !important;
    background-color: unset;
    margin: 3px;
    padding: 0%;
    font-size: 19px !important;
  }

  .team-img img {
    object-fit: contain;
  }

  .team-crd h5 {
    font-size: 1.25rem;
  }

  .top-new-nav {
    top: 0%;
    left: -1%;
  }
}

@media screen and (max-width: 620px) {
  .product-img {
    width: 100%;
    height: 165px;
  }

  .product-name {
    font-size: 15px;
    /* letter-spacing: 1px; */
  }
}

@media screen and (max-width: 400px) {
  .logo {
    width: 86px;
    /* height: 70px; */
  }
}