@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");


body{
    margin:0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.last_name{
  display: none;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a:hover{
    text-decoration: none !important;
}
a{
    text-decoration: none;
    color: #020202;
}
p{
    font-family: 'Jost', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
}

img{
    max-width: 100%;
    display:block;
}
.container{
    max-width: 1350px;
    margin: auto;
}
section{
    padding: 40px 0;
}

.fnt_fs_14{
    font-size: 14px;
}
.fnt_fs_16{
    font-size: 16px;
}
.fnt_fs_18{
    font-size: 18px;
}
.fnt_fs_20{
    font-size: 20px;
}
.fnt_fs_22{
    font-size: 22px;
}
.fnt_fs_24px{
    font-size: 24px;
}
.fnt_fs_26px{
    font-size: 26px;
}
.fnt_fs_28px{
    font-size: 28px;
}
.fnt_fs_30{
    font-size: 30px;
}
.fnt_fs_34{
    font-size: 34px;
}
.fnt_fs_36{
    font-size: 36px;
}
.fnt_fs_38{
    font-size: 38px;
}
.fnt_fs_40{
    font-size: 40px;
}
.fnt_fs_42{
    font-size: 42px;
}
.fnt_fs_44{
    font-size: 44px;
}
:root{
    --primery:#2980b9;
    --secondry:#1aa5b0;
    --third_clr:#106592;
    --light:#ffffff;
    --dark:#020202;
    --fnt_fw_4:400;
    --fnt_fw_5:500;
    --fnt_fs_6:600;
    --fnt_fs_7:700;
    --facebook:#4267B2;
    --instagram:#C13584;
    --twiter:#1DA1F2;
    --youtube:#FF0000;
    --linkedin:#0077b5;
    --pintrest:#E60023;
}



/* ==========top-header========= */
.top-header{
  background-color: #16a4ad;
  padding-top:3px;
  padding-bottom: 3px;
}
.contact li+li,.social-icons li+li{
  margin-left: 10px;
}
.contact li a .icon{
  color: var(--light);
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.contact li a .text{
  color: var(--light);
  padding-left: 5px;
  font-weight: var(--fnt_wgt_5);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.contact li a:hover .text, .contact li a:hover .icon{
  color: var(--dark);
}
.social-icons li a{
  font-size: 18px;
  color: var(--light);
 justify-content: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px dashed var(--light);
  transition:all 0.3s ease-in-out
}
.social-icons li a.facebook,.social-icons li a.instagram,.social-icons li a.twitter,.social-icons li a.youtube{
  transition: all 0.3s ease-in-out;
}
.social-icons li a.facebook:hover{
  color: var(--light);
  background-color: var(--facebook);
  border: 1px solid var(--facebook);
}
.social-icons li a.instagram:hover{
  color: var(--light);
  background-color: var(--instagram);
  border: 1px solid var(--instagram);
}
.social-icons li a.twitter:hover{
  color: var(--light);
  background-color: var(--twiter);
  border: 1px solid var(--twiter);
}
.social-icons li a.youtube:hover{
  color: var(--light);
  background-color: var(--youtube);
  border: 1px solid var(--youtube);
}
.social-icons li a.pinterest:hover{
  color: var(--light);
  background-color: var(--pintrest);
  border: 1px solid var(--pintrest);
}
.social-icons li a.linkedin:hover{
  color: var(--light);
  background-color: var(--linkedin);
  border: 1px solid var(--linkedin);
}

/* ======responsive========== */
@media (max-width:768px) {
.social-icons li a{
  font-size: 12px;
  height: 25px;
  width: 25px;
}
.contact li a .icon {
  font-size: 18px;
}
}

/* =========top-header-css-end========= */



/* =======main-header============= */


header {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 250;
    height: var(--header-height);
  }
  .header {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .logo {
    font-family: "Comforter Brush", cursive;
    padding-left: 40px;
    font-size: 38px;
  }
  .header .menu .drawer {
    display: flex;
    height: var(--header-height);
    padding-right: 100px;
  }
  .header .menu .drawer a {
    text-transform: uppercase;
    transition: all 0.1s linear;
    font-family: 'Rajdhani', sans-serif;
    font-weight: var(--fnt_fs_6);
    display: flex;
    align-items: center;
    margin: 0 18px;
    color: var(--dark);
    font-size: 18px;
    position: relative;
    overflow: hidden;
  }
  
  .header .menu .drawer a::before{
    content: '';
    position:absolute;
    bottom: 0px;
    left: -100%;
    height: 2px;
    background: var(--secondry);
    width: 100%;
    transition: all 0.3s ease-in-out;
  }

  .header .menu .drawer a:hover::before,.header .menu .drawer a.active::before{
    left: 0;
  }
 

  .menu-btn,
  .close-btn {
    background: transparent;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    left: 11px;
    top: 0px;
    display: none;
    cursor: pointer;
  }
  .menu-btn {
    left: 3px;
  }
  .close-btn:active,
  .menu-btn:active {
    background: #f3f3f3;
  }
  .img {
    height: calc(100vh - 53px);
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .logo img{
    max-width: 160px;
  }
  @media (max-width: 1140px) {
    .header .menu .drawer {
      padding: 0;
    }
  }
  .body {
    overflow: hidden;
  }
  @media (max-width: 920px) {
    .header .menu {
      display: flex;
      position: fixed;
      top: 0;
      left: -925px;
      width: 100%;
      height: 100%;
      z-index: 300;
    }
    .header .menu .blank {
      height: 100%;
      flex: 1;
    }
    .header .menu .drawer {
      box-shadow: 2px 0 12px rgb(0 0 0 / 40%);
      padding-top: 50px;
      height: 100%;
      min-width: 265px;
      background: #fff;
      flex-direction: column;
      position: fixed;
      left: -100%;
      transition: all 200ms linear;
      overflow: auto;
    }
    .header .menu .drawer a {
      padding: 10px;
    }
    .menu-btn,
    .close-btn {
      display: block;
    }
    .header .logo {
      margin-left: 17px;
    }
    .drawer-visible {
      left: 0 !important;
    }
    .blur {
      background: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(15px);
      left: 0 !important;
    }
  }

  @media (max-width:768px) {
    .header{
      padding: 0;
    }
    .logo img{
      max-width: 120px;
    }
  }
  

  .custom-btn {
    width: 130px;
    height: 40px;
    color: var(--dark);
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    text-transform: capitalize;
    font-weight: var(--fnt_wgt_5);
  }

  .custom-btn a{
    color: var(--light);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: var(--fnt_fw_5);
    font-family: 'Jost', sans-serif;
  }

  .btn-12{
    position: relative;
    right: 20px;
    bottom: 20px;
    border:none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
  }
  .btn-12 span {
    background: var(--primery);
    background: linear-gradient(0deg, var(--primery) 0%, var(--secondry) 100%);
    display: block;
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-12 span:nth-child(1) {
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12:hover span:nth-child(1) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .btn-12:hover span:nth-child(2) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
   color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  .header-section{
    background: url(../images/banner/header-bg.webp) no-repeat top center;
    background-size: cover;
  }

/* ===========main-header============= */


/* ===========banner-section============ */
.text-effect {
  overflow: hidden;
  position: relative;
  filter: contrast(110%) brightness(190%);
}

.neon {
  position: relative;
  background: #000000;
  color: transparent;
}
.neon::before, .neon::after {
  content: attr(data-text);
  color: white;
  filter: blur(0.02em);
  position: absolute;
  top: 0;
  left: auto;
  pointer-events: none;
}
.neon::after {
  mix-blend-mode: difference;
}

.gradient,
.spotlight {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 10;
}

.gradient {
  background: linear-gradient(45deg, var(--secondry), blue);
  mix-blend-mode: multiply;
}

.spotlight {
  -webkit-animation: light 5s infinite linear;
          animation: light 10s infinite linear;
  background: radial-gradient(circle, white, transparent 25%) 0 0/25% 25%, radial-gradient(circle, white, black 25%) 50% 50%/12.5% 12.5%;
  top: -100%;
  left: -100%;
  mix-blend-mode: color-dodge;
}

@-webkit-keyframes light {
  100% {
    transform: translate3d(50%, 50%, 0);
  }
}

@keyframes light {
  100% {
    transform: translate3d(50%, 50%, 0);
  }
}
.neon {
  font: 700 30px "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  letter-spacing:2.5px;
}
.neon:focus {
  outline: none;
  border: 1px dotted white;
}
/* ============banner-section============ */


/* ==========company-section=========== */
  .company-content span{
    color: var(--dark);
    position: relative;
    font-weight: var(--fnt_fw_5);
    text-transform: capitalize;
    padding: 5px 0;
    display: inline-block;
    line-height: 1;
  }
  .company-content span::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--secondry);
  }
  .company-content p{
    color: var(--dark);
  }
  .company-profile{
    background: url(../images/banner/banner4.png) no-repeat top center;
    background-size: cover;
    padding: 250px 0;
    background-attachment: fixed;

  }
/* ===========company-section============ */

/* features-section=============== */
.features-icon img{
  max-width: 50px;
}

.features-content{
  margin: 10px 0;
}
.features-content span{
  color: var(--secondry);
  font-weight: var(--fnt_fw_5);
  text-transform: capitalize;
  padding: 5px 0;
  display: inline-block;
}
.features-content p{
  font-weight: var(--fnt_fw_5);
}


/* Preloader
************************** */
.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999999;
  background: #c5d0e2;
}
.spinner {
  position: absolute;
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -webkit-transition: all 0.37s ease;
  -moz-transition: all 0.37s ease;
  -ms-transition: all 0.37s ease;
  -o-transition: all 0.37s ease;
  transition: all 0.37s ease;
}
.spinner > div {
  background-color: #000;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.none {
  transition: all 1.7s ease;
  opacity: 0;
  display: none;
  z-index: -9999;
}

/* Products
************************** */
.grid-x-wrapper {
  max-width: 95%;
  margin: 0 auto;
}
.product-item .product-item-content {
  display: block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  text-transform: capitalize;
}
.product-item {
  display: block;
  text-align: center;
  color: #000;
  padding: 2rem;
  overflow: hidden;
  margin-bottom: 1rem;
  font-family: "Rubik", sans-serif;
  margin: 20px 0;
  background: #fff;
  box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  transform: scale(0.97, 0.97);
  transition: all 0.17s cubic-bezier(0.24, 0.71, 0.58, 0.57);
}
.product-item:hover {
  box-shadow: 0 0px 50px -10px rgba(0, 0, 0, 0.3);
  transform: scale(1, 1);
}
.product-item:hover .product-item-image {
  transition-delay: 0.2s;
  -ms-transform: scale(0.8) translateY(-15%);
  transform: scale(0.8) translateY(-15%);
}
.product-item .product-item-image {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.product-item .product-item-image img {
  border-radius: 100%;
  position: relative;
  z-index: 3;
}
.product-item:hover .product-item-image-hover {
  transition-delay: 0.1s;
  -ms-transform: translate(-50%, -42%) scale(0.85);
  transform: translate(-50%, -42%) scale(0.85);
}
.product-item .product-item-image-hover {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #97e7a2;
  background: -moz-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
  background: -webkit-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
  background: linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
  border-radius: 100%;
  -ms-transform: translate(-50%, -120%) scale(0);
  transform: translate(-50%, -120%) scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .product-item-image-hover {
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-item-category {
  transition-delay: 0.3s;
}
.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.product-item .product-item-category {
  font-size: 0.875rem;
}
.product-item:hover .product-item-title {
  transition-delay: 0.4s;
}
.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.product-item .product-item-title {
  font-size: 1.125rem;
  font-weight: 600;
}
.product-item:hover .product-item-price {
  transition-delay: 0.5s;
}
.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.product-item .product-item-price {
  font-size: 1.0625rem;
}
.product-item:hover .button-pill {
  transition-delay: 0.6s;
}
.product-item:hover .button-pill {
  opacity: 1;
  -ms-transform: translateY(5px) translateX(-50%);
  transform: translateY(5px) translateX(-50%);
}
.product-item .button-pill {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateY(30px) translateX(-50%);
  transform: translateY(30px) translateX(-50%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button-pill span {
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: #97e7a2;
  background: -moz-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
  background: -webkit-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
  background: linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
  color: #000;
  border-radius: 1.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  box-shadow: 0 14px 25px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.37s ease;
}
.button-pill:hover span {
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: #5f5f5f;
  background: -moz-linear-gradient(135deg, #5f5f5f 0%, #000 100%);
  background: -webkit-linear-gradient(135deg, #5f5f5f 0%, #000 100%);
  background: linear-gradient(135deg, #5f5f5f 0%, #000 100%);
  color: #fff;
  border-radius: 1.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  box-shadow: 0 14px 25px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .button-pill {
    width: 100%;
  }
  .product-box {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .product-item .product-item-title {
    font-size: 0.888rem;
  }
  .product-item .product-item-price {
    font-size: 0.788rem;
    padding: 7px 0 0;
  }
  .product-box {
    padding: 0 7px;
  }
}

/* ==========best-seller-section============ */
.wsk-cp-product{
  background:#fff;
  padding:15px;
  border-radius:6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  margin:20px auto;
}
.wsk-cp-img{
  position:absolute;
  top:5px;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
  -khtml-transform:translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
  width:75%;
  transition: all 0.2s ease-in-out;
  border-radius:6px;
  margin: auto;
}
.wsk-cp-product:hover .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product:hover .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
  padding-top:80%;
}
.wsk-cp-text .category{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  margin-bottom:45px;
  position:relative;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
    
}
.wsk-cp-text .category > a{
  padding: 12px 30px;
  border: 1px solid #313131;
  background:#212121;
  color:#fff;
  display: inline-block;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius:27px;
  transition: all 0.05s ease-in-out;
  
}
.wsk-cp-product:hover .wsk-cp-text .category > a{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product:hover .wsk-cp-text .category{
  margin-top: 0px;
}
.wsk-cp-text .title-product{
  text-align:center;
}
.wsk-cp-text .title-product h3{
  font-size:20px;
  font-weight:bold;
  margin:15px auto;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  width:100%;
}
.wsk-cp-text .description-prod p{
  margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
  text-align:center;
  width: 100%;
  height:100%;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  margin-bottom:15px;
}
.card-footer{
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}
.card-footer:after, .card-footer:before{
  content:'';
  display:table;
}
.card-footer:after{
  clear:both;
}

.card-footer .wcf-left{
  float:left;
  
}

.card-footer .wcf-right{
  float:right;
}

.price{
  font-size:18px;
  font-weight:bold;
}

a.buy-btn{
  display:block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  width:35px;
  height:35px;
  line-height:35px;
  border-radius:50%;
  border:1px solid #212121;
  transition: all 0.2s ease-in-out;
}
a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
  text-decoration:none;
}
.wsk-btn{
  display:inline-block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding:12px 30px;
  border-radius:27px;
  margin: 0 5px;
}
.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
  text-decoration:none;
  color:#fff;
}  
.red{
  color:#F44336;
  font-size:22px;
  display:inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .wsk-cp-product{
    margin:40px auto;
  }
  .wsk-cp-product .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
  .wsk-cp-product .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product .wsk-cp-text .category{
  margin-top: 0px;
}
a.buy-btn{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
}
}

.wsk-cp-product.box {
  top: -35%;
}
/* ==========blog-section-css-start======= */
.blog-section{
  position: relative;
}
.blog-im{
  position: absolute;
  top: 10px;
  right: 30px;
  animation: shake 2s cubic-bezier(.36,.07,.19,.97) both infinite ;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
  
}
.blog-im img{
  max-width: 200px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
}
}
.section-title-header.blog-head{
  background: url(../images/icons/btn-png.png) no-repeat;
  background-size: cover;
  background-position: center;


}
  .blog-card{
      box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
      padding: 10px;
      overflow: hidden;
  }
  .blog-content-wrapper{
      padding: 10px 0;
      border-top: 2px solid var(--secondry);
  }
  .blog-content-wrapper .blog-list{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .blog-content-wrapper .blog-list li a{
      display: flex;
      color: var(--secondary_clr);
      font-weight:var(--fnt_wgt_5);
      align-items: center;
      font-size: 14px;
  }
  .blog-content-wrapper .blog-list li a span.blog-icon{
      padding-right: 8px;
  }
  .blog-content-wrapper .blog-heading{
      margin: 10px 0;
      font-weight: var(--fnt_wgt_7);
      text-transform: capitalize;
      line-height: 1;
      display: inline-block;
      color: var(--fourth_clr);
  }
  .blog-content-wrapper p{
      color: var(--primery);
      font-weight: var(--fnt_wgt_5);
      display: flex;
      text-align: justify;
  }
  .btn-4 {
      overflow: hidden;
      position: relative;
      color: var(--light);
      cursor: pointer;
      font-size:14px;
      font-weight: 500;
      display: inline-block;
      padding: 8px 20px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1;
      background-color: var(--secondry);
    }
     .btn-4  span {
      z-index: 20;
    }
     .blog-img{
      position: relative;
      overflow: hidden;
    }
    .blog-img::after {
      background: rgba(0, 0, 0, 0.3);
      content: "";
      height: 60px;
      left: -120%;
      opacity: .5;
      position: absolute;
      top: 88px;
      transform: rotate(60deg);
      transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
      width: 100%;
      z-index: -1;
      overflow: hidden;
  }
    .blog-card:hover .blog-img::after{
      left: 120%;
      transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
      z-index: 1;
    }
    .btn:hover{
      color: var(--primery_clr);
    }
    .angle-1{
      animation-name: text-left;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      display: inline-block;
    }
    @keyframes text-left {
      0%{
          transform: translateX(5px);
      }
     100%{
      transform: translateX(15px);
      }
    }
  /* =========responsive-css============= */

  @media (max-width:992px) {

      section{
          padding: 30px 0;
      }
      .blog-content-wrapper .blog-list li a{
          font-size: 12px;
      }
      .fnt_fs_20{
          font-size: 18px;
      }
      .fnt_fs_14{
          font-size: 13px;
      }
      .blog-content-wrapper p{
          margin-bottom: 10px;
      }
      .btn-4{
          font-size: 12px;
          padding: 8px 10px;
      }
      @keyframes text-left {
          0%{
              transform: translateX(0px);
          }
         100%{
          transform: translateX(8px);
          }
        }
  }

  @media (max-width:768px) {
      section{
          padding: 20px 0;
      }
  }
  .blog-content-wrapper .blog-heading{
      margin: 5px 0;
  }
  @media (max-width:425px) {
      .fnt_fs_20{
          font-size: 16px;
      }
      section{
          padding: 20px 0;
      }
  }
/* ==========blog-section-css-End======= */
 /* =============testimonial-section============= */
/* =========testimonial-section-css========= */
.testimonials {
  background: #fff;
  text-align: center;
  width: 95%;
  max-width: 800px;
  padding: 2rem;
  margin: 1.5rem auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.title {
  font-size: 1.5rem;
}
.description {
  font-size: 0.95rem;
  color: #333;
}

.slider-container {
  margin-top: 2rem;
  margin: 2rem auto 0 auto;
  position: relative;
  overflow: hidden;
}
.slider {
  display: flex;
  flex: 0 0 1;
  width: 300%; /* Depends On slide-box Length * 100 */
  transition: all 0.5s linear;
}
.slide-box {
  padding: 0 80px;
}
.slide-box .comment {
  background-color: #000;
  color: #fff;
  font-size: 0.86rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  font-weight: 400;
}
.slide-box .comment::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 20px;
  width: 20px;
  background-color: #000;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.slide-box img {
  max-width: 60px;
  border-radius: 50%;
}
.slide-box .name {
  font-size: 1rem;
}
.slide-box .job {
  font-size: 0.7rem;
  color: #8d8e97;
  font-weight: 400;
}

.control-slider {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #fff;
  line-height: 40px;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.btn-left {
  left: 10px;
}
.btn-right {
  right: 10px;
}

@media screen and (max-width: 500px) {
  .slide-box {
    padding: 0 55px;
  }
  .testimonials{
    width: 100%;
    padding: 10px;
  }
  .title{
    font-size: 16px;
  }
  .control-slider{
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .btn-left{
    left: 5px;
  }
  .btn-right{
    right: 5px;
  }
  .slide-box{
    padding: 5px;
  }
  .slide-box .comment{
    font-size: 12px;
    text-align: justify;
    padding: 5px;
  }
}

/* ===========testimonial-section-end========= */

/* =========form-section======== */
  .form-wrapper span{
    text-transform: capitalize;
    font-weight: 700;
    color: var(--primery);
    display: inline-block;
    margin-bottom: 20px;
  }
  .form-control,.form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid var(--secondry);
    
  }
  button.button,button.button:focus{
    border: none;
    outline: none;
    box-shadow: none;
    background-color: var(--secondry);
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--light);
    display: inline-block;
    padding: 10px 25px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  button.button::before{
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: var(--third_clr);
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    z-index: -1;
    border-radius: 50px;
    
  }
  button.button:hover::before{
    bottom: 0;
  }
/* ==========form-section-end========= */
/* ==============testimonial-section=========== */



/* ==========footer-section============ */
  
  /* =========footer-section========== */
  .footer-section{
    background-color:#1c1c27;
    padding: 40px 0;
    padding-bottom: 0;
  }

  .footer-content p{
    color: var(--light);
    font-size: 16px;
    text-transform: capitalize;
    text-align: justify;
  }

.footer-logo img{
    max-width: 150px;
}

.footer-card .footer-heading .footer-h{
    color: var(--light);
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    padding: 8px 0;
    border-bottom: 1px solid var(--primary-clr);
    margin: 10px 0;
    font-family: 'Rajdhani', sans-serif;
}
.footer-card .footer-heading ul li+li{
    margin-top: 8px;
    border-top: 1px solid var(--secondary);
}
.footer-card .footer-heading ul li a{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: var(--light);
    text-transform: capitalize;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
}
.footer-card .footer-heading ul li a:hover{
    color: var(--secondry);
}

.presence-tabs a{
	background:#333333 ;
}
.presence-tabs a:hover{
	background:#16a4ad !important;
}

.footer-content {
    margin-top: 20px;
}

.footer-card .footer-heading ul li a span{
    padding: 0px 5px;
}

.footer-card .footer-heading ul::-webkit-scrollbar {
    width:5px;
  }
   
  .footer-card .footer-heading ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  .footer-card .footer-heading ul::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }

  .term-condition {
    background-color: var(--secondary);
    margin: 20px 0;
  }
  .term-condition p{
    color: var(--light);
    margin: 0;
  }
  .term-condition a{
    text-decoration: dotted var(--primary-clr) !important;
    color: var(--light);
  }
  /* =======responsive============== */

  @media (max-width:568px) {
    .term-condition p{
        font-size: 12px;
    }
    .footer-section{
        padding: 10px 0;
    }
  }
/* ========footer-section============ */

#call-to-action {background: #16688c;}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  background: var(--secondry) !important;
  padding: 8px !important;
  border-radius: 50%;
  margin: 5px;
}
.owl-carousel button.owl-dot.active{
  background: var(--dark) !important;
}

.owl-dots {
  text-align: center;
}

/* ===========heading============ */
  .heading{
    text-align: center;
  }

  .heading span {
    font-size: 34px;
    color: var(--secondry);
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0;
  }
  .heading span p{
    display: inline-block;
    margin: 0;
    color: var(--primery);
  }

  .heading span::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--primery);
  }
/* =============heading============ */
.drop-menu{
  position:relative;
}
.menu-box{
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 30px;
  min-width: 345px;
  background: var(--secondry);
  left: -100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

@media (min-width:768px) {
  .drop-menu:hover .menu-box{
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width:568px) {
  .menu-box{
    top: 45px;
  }

  h1.size-2.no-margin.mobmb20 {
    font-size: 18px;
    margin-bottom: 15px;
}
.btn-12 span{
  height: 30px;
  line-height: 30px;
}
.custom-btn a{
  font-size: 16px;
}
section{
  padding: 15px 0;
}
.heading span{
  font-size: 19px;
}
.neon{
  font-size: 20px;
}
.company-profile{
  padding: 20px 0;
  
}
.company-profile{
  background:#ffffff;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  padding: 5px !important;
}

.company-content p{
  font-size: 14px;
  text-align: justify;
}
.fnt_fs_34{
  font-size: 18px;
}
}




/* =========button========= */

#button {
  display: inline-block;
  background-color: var(--secondary);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* * =========link========= */ 

.link-section{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11111;
  }
  .call{
    padding: 8px;
    background-color: var(--primary);
  }
  .call a{
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content:center;
    color: var(--light);
    text-transform: capitalize;
  }
  .call a span{
    padding: 0px 5px;
  }
  

  
  @media (max-width:568px) {
    .call{
      padding: 5px;
    }
    #button{
      height: 30px;
      width: 30px;
      bottom: 60px;
      right: 15px;
    }
    #button::after{
      line-height: 30px;
      font-size: 1rem;
    }
    .info-wrap .dbox p{
      font-size: 12px;
    }
    .ftco-section{
      padding: 1rem 0;
    }
    .heading-t{
      font-size: 24px;
      margin-bottom: 5px;
    }
    .about-t p, .content p{
      font-size: 15px;
      text-align: justify;
      line-height: 22px;
    }
  }

  @media (max-width:768px) {
    
  .menu-box.clicked{
    left: 0;
    opacity: 1;
    visibility: visible;
  }
   .menu-icon {
    padding: 0px 25px;
    display: inline-block;
 }
  }

  /* ========advantage-section=================== */
  .authentic-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid var(--dark);
    border-radius: 50%;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    
  }
  .authentic-img img{
    max-width: 60px;
    margin: auto;
  }
  
  .authentic-content{
    margin-top: 10px;
  }
  .authentic-content p{
    color: #0093dd;
    font-weight: 500;
    text-transform:capitalize ;
    font-size: 18px;
  
  }
  .authentic-card{
    background: var(--light);
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  
  /* =======responsive============ */
  @media (max-width:425px){
    .authentic-img{
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
    .authentic-img img{
      max-width: 30px;
      height: 30px;
      line-height: 30px;
    }
  }
  /* ========advantage-section=================== */

  .header .menu .drawer a li:hover .menu-box{
    left: 0;
    visibility: visible;
    opacity: 1;
  }