*{
     margin: 0;
     padding: 0;
}
p{
    color: #121212;
    font-family: "Poppins", sans-serif;
}
ul{
    margin: 0 !important;
    padding: 0 !important;
}
.header-top{
    background: #30373e;
}
.header{
    background:#10122b;
    padding: 20px 0;
    box-shadow: 0 2px 5px -2px #0000001a;
    position: sticky;
    top: 0;
    z-index: 99999;
    left: 0;
    right: 0;
}

.header-top-left ul li{
    display: inline-block;
    margin-right: 24px;
}
.header-top-left ul li a{
    color:#b0b6bc;
}
.header-top-right{
    float: right;
}
.header-top-right ul li a i{
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
}
.header-top-right ul li a{
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.header-top-right ul li a{
    color: #b0b6bc;
}
.header-top-right ul li{
    display: inline-block;
    margin-right: 10px;
}

/* 
.topPadding {
    padding-top: 80px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation-name: stickyHead;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-fill-mode: both;
}

@keyframes stickyHead {
    from {
        top: -49px;
    }

    to {
        top: 0px;
    }
}

.sticky h1 {
    font-size: 20px;
} */


.navbar-brand img{
            border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

/* banner */

    .bigTitle {
      font-family: "Plus Jakarta Sans", serif;
      line-height: 1.2;
      font-size: 70px;
      text-transform: capitalize;
      font-weight: 600;
    }

    @media (min-width: 425px) {
      .bigTitle {
        font-size: 10vw;
      }
    }

    @media (min-width: 1024px) {
      .bigTitle {
        font-size: 5vw;
      }
    }

    .bigTitle .orangeIcon {
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      background-color: #f7970e;
      display: inline-block;
      margin-left: 5px;
    }

    @media (min-width: 768px) {
      .bigTitle .orangeIcon {
        width: 13px;
        height: 13px;
      }
    }

    @media (min-width: 1440px) {
      .bigTitle .orangeIcon {
        width: 16px;
        height: 16px;
      }
    }

    .arrow-button {
      display: flex;
      align-items: center;
      text-decoration: none;
      font-family: "CabinetGrotesk-extrabold", sans-serif;
      color: #000;
      transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
      width: fit-content;
      font-size: 12px;
    }

    .arrow-button svg {
      width: 33px;
      margin-left: 10px;
    }

    .arrow-button svg circle {
      transition: fill 0.75s ease;
      fill: transparent;
    }

    @media (min-width: 425px) {
      .arrow-button {
        font-size: 16px;
      }

      .arrow-button svg {
        width: 45px;
      }
    }

    @media (min-width: 1024px) {
      .arrow-button {
        font-size: 20px;
      }

      .arrow-button svg {
        width: 62px;
      }

      .arrow-button:hover {
        padding-left: 20px;
      }

      .arrow-button:hover svg circle {
        fill: #8c97d0;
      }
    }

    @media (min-width: 1440px) {
      .arrow-button {
        font-size: 15px;
      }

      .arrow-button svg {
        width: 60px;
      }
    }

    @media (min-width: 1920px) {
      .arrow-button {
        font-size: 18px;
      }

      .arrow-button svg {
        width: 70px;
      }
    }

    .home-showcase {
      padding: 0 var(--columnExt) 0;
      position: relative;
      margin: 2rem 0 20vw;
    }

    .home-showcase .home-showcaseSlider {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
      position: relative;
      height: 650px;
      overflow: hidden;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
      padding: 5vw;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: flex-end;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
      max-width: 100%;
      margin: 0 0 5rem;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
      transform: translate(-140%, 0);
      transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
      color: #fff;
      margin: 0 0 2.5rem;
      text-shadow: #21212121 0px 0px 5px;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
      transform: translate(-160%, 0);
      transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
      width: fit-content;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
      color: #fff;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
      fill: #fff;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
      stroke: #fff;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
      stroke: #8c97d0;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
      width: 100%;
      height: 100%;
      background-color: #10112b;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0.5;
      transition: opacity 0.8s ease-in 0.5s;
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle,
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
      transform: translate(0, 0);
    }

    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
      opacity: 0;
    }

    .home-showcase .home-showcaseSlider .swiper-pagination {
      position: relative;
      bottom: 0;
      left: 0;
      width: fit-content;
      padding: 3.5% 0;
    }

    .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
      width: 4vw;
      border-radius: 50px;
      height: 2px;
      background-color: #8f9397;
      opacity: 1;
      transition: width 0.8s ease-in-out, 0.4s ease-in-out;
      margin: 0 4px !important;
    }

    .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
      background-color: #f7970e;
      width: 8vw;
    }

    .home-showcase .home-showcaseSlider .showcaseSlider-nav {
      display: flex;
      flex-direction: row;
      padding: 0 0 3.5% 5%;
      padding-right: 0;
    }

    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
      position: static;
      display: flex;
      align-items: flex-end;
      font-weight: 900;
      margin: 0 2vw;
      width: 20px;
      height: auto;
    }

    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled,
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
      opacity: 1;
    }

    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after,
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
      color: #8f9397;
    }

    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
      font-size: 4vw;
      color: #f7970e;
    }

    .home-showcase .home-showcaseSlider #macaron {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      margin: 5%;
      width: 30%;
    }

    .home-showcase .home-showcaseSlider #macaron #text-circle {
      animation: rotate-360 12s linear 0s infinite reverse forwards;
      transform-origin: center;
    }

    .home-showcase .scrollSliderButton {
      position: absolute;
      left: 50%;
      bottom: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      transform: translate(-50%, 0%);
      color: #fff !important;
      text-decoration: none;
      font-size: 3.5vw;
      height: 21vw;
      font-family: "CabinetGrotesk-light", sans-serif;
    }

    .home-showcase .scrollSliderButton .line {
      height: 15vw;
      width: 1px;
      background: #8c97d0;
      margin-top: 5px;
      animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
    }

    @media (min-width: 1024px) {
      .home-showcase {
        margin: 0;
      }

      .home-showcase .home-showcaseSlider {
        display: block;
      }

      .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
        /* height: clamp(45rem, 75vh, 5000px); */
        height: 600px;
      }

      .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
        align-items: center;
      }

      .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
        max-width: 75%;
        margin: 0;
      }

      .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
        margin: 0 0 1.25rem;
      }

      .home-showcase .home-showcaseSlider .swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 0 2.5% 5%;
      }

      .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
        width: 1.5vw;
        height: 3px;
        margin: 0 8px !important;
      }

      .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
        width: 3vw;
      }

      .home-showcase .home-showcaseSlider .showcaseSlider-nav {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        padding: 0 5% 2.5% 5%;
      }

      .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
      .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
        margin: 0 0.6vw;
      }

      .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
      .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
        font-size: 1vw;
      }

      .home-showcase .home-showcaseSlider #macaron {
        width: fit-content;
        width: 8.4vw;
      }

      .home-showcase .scrollSliderButton {
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translate(-50%, 40%);
        color: #fff !important;
        text-decoration: none;
        font-size: 0.9vw;
        height: 4.8vw;
        font-family: "CabinetGrotesk-light", sans-serif;
      }

      .home-showcase .scrollSliderButton .line {
        height: 4.8vw;
        width: 2px;
        background: #8c97d0;
        margin-top: 5px;
        animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
      }
    }
  /* end */
.sec-title h3{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-family: "Manrope", sans-serif;
}
.sec-pad{
    padding: 50px 0;
}
.post-title{
    background-color: #fff;
    padding: 10px 50px;
    min-width: 190px;
}
/* product-slide */

    /* #news-slider{
    margin-top: 80px;
} */
    .post-slide {
      background: #fff;
      margin: 20px 15px 20px;
      border-radius: 15px;
      padding-top: 1px;
      box-shadow: 0px 14px 22px -9px #bbcbd8;
    }

    .post-slide .post-img {
      position: relative;
      overflow: hidden;
      /* border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px; */
    }

    .post-slide .post-img img {
      width: 100%;
      height: auto;
      transform: scale(1, 1);
      transition: transform 0.2s linear;
    }

    .post-slide:hover .post-img img {
      transform: scale(1.1, 1.1);
    }

    .post-slide .over-layer {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
      transition: all 0.50s linear;
    }

    .post-slide:hover .over-layer {
      opacity: 1;
      text-decoration: none;
    }

    .post-slide .over-layer i {
      position: relative;
      top: 45%;
      text-align: center;
      display: block;
      color: #fff;
      font-size: 25px;
    }

    .post-slide .post-content {
      background: #fff;
      padding: 2px 20px 40px;
      text-align: center;
      border-top: 1px solid #beb3b3;
      min-height: 144px;
      /* border-radius: 15px; */
    }

    .post-slide .post-title a {
      font-size: 15px;
      font-weight: bold;
      color: #333;
      display: inline-block;
      text-transform: uppercase;
      transition: all 0.3s ease 0s;
    }

    .post-slide .post-title a:hover {
      text-decoration: none;
      color: #3498db;
    }

    .post-slide .post-description {
      line-height: 24px;
      color: #808080;
      margin-bottom: 25px;
    }

    .post-slide .post-date {
      color: #a9a9a9;
      font-size: 14px;
    }

    .post-slide .post-date i {
      font-size: 20px;
      margin-right: 8px;
      color: #CFDACE;
    }

    .post-slide .read-more {
      padding: 7px 20px;
      float: right;
      font-size: 12px;
      background: #2196F3;
      color: #ffffff;
      box-shadow: 0px 10px 20px -10px #1376c5;
      border-radius: 25px;
      text-transform: uppercase;
    }

    .post-slide .read-more:hover {
      background: #3498db;
      text-decoration: none;
      color: #fff;
    }

    .owl-controls .owl-buttons {
      text-align: center;
      margin-top: 20px;
    }

    .owl-controls .owl-buttons .owl-prev {
      background: #fff;
      position: absolute;
      top: -16%;
      right: 66px;
      padding: 0 18px 0 15px;
      /* border-radius: 50px; */
      box-shadow: 3px 14px 25px -10px #92b4d0;
      transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next {
      background: #fff;
      position: absolute;
      top: -16%;
      right: 15px;
      padding: 0 15px 0 18px;
      /* border-radius: 50px; */
      box-shadow: -3px 14px 25px -10px #92b4d0;
      transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-prev:after,
    .owl-controls .owl-buttons .owl-next:after {
      content: "\f104";
      font-family: FontAwesome;
      color: #333;
      font-size: 22px;
    }

    .owl-controls .owl-buttons .owl-next:after {
      content: "\f105";
    }

    @media only screen and (max-width:1280px) {
      .post-slide .post-content {
        padding: 0px 15px 25px 15px;
      }
    }

/* end */
.post-slide{
    position: relative;
}
.post-title{
    /* background: #b8b8b8; */
    padding: 10px 50px;
    text-align: center;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
    /* max-width: 200px;
    position: absolute;
    bottom: 0; */
}
.sec-title h2{
    color: #30373E;
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: -.02em;
    font-family: "Plus Jakarta Sans", serif;
}
.products{
    background: #f4f4f4;
}
.product_list{
    margin-bottom: 30px;
}
.product_list h4{
    padding: 20px 30px;
}
.banner{
    padding: 30px 50px;
}
.video-bg{
    background: url(../images/cta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.video-bg-img h2{
    font-size: 48px;
    color: #FFF;
    text-align: left;
    padding-top: 50px;
    font-family: "Plus Jakarta Sans", serif;
  text-transform: capitalize;
}

  
.product-names{
    background: #121212;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 140px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
  }
  .content{
    font-size: 80px;
    font-weight: 300;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

.footer{
    background: #10122b;
    padding: 50px 0 20px;
}
.footer-left-text h3{
    display: block;
    font-size: 31px;
    line-height: 33px;
    color: #e8e8e8;
    font-weight: 300;
    margin-bottom: 32px;
    font-family: "Plus Jakarta Sans", serif;
    text-transform: capitalize;
}
.footer-left{
    padding-right: 20px;
}
.footer-left-about{
    margin-bottom: 40px;
}
.info-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-list li{
    margin-bottom: 12px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
.info-list li span {
    position: relative;
    display: block;
    font-size: 18px;
    color: #939393;
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", serif;
}
.info-list li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-family:"Plus Jakarta Sans", serif;
    color: #fff;
    font-weight: 600;
}
.widget-title span{
    display: block;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.50);
    text-transform: uppercase;
    margin-bottom: 17px;
}
/* .widget-title span:after {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    margin-top: 20px;
    background-color: #000;
} */

.footer-right{
    padding-top: 40px;
    text-align: left;
}
.footer-list li a{
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", serif;
    border-bottom: 1px dotted #eee;
    margin-bottom: 15px;
}
.footer-bottom{
    text-align: center;
    background: #10122b;
    padding-top: 20px;
    border-top: 1px solid #383232;
}
.footer-bottom p{
    margin: 0;
    color: #eee;
    font-size: 13px;
}
.box-service .number {
    max-width: 50px;
    font-size: 40px;
    color: #e32c2b;
    font-family: Jost;
    font-weight: 600;
    line-height: 1;
    margin-right: 20px;
}
.slick-slide img {
    display: block;
}
.box-service .info .title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    /* font-family: Jost; */
    margin-bottom: 5px;
    line-height: 1.5;
    font-family: "Plus Jakarta Sans", serif;
    text-transform: uppercase;
}
.box-service .info .content {
    font-family: Jost;
    font-size: 14px;
    color: #868686;
    line-height: 24px;
    margin-bottom: 0;
    line-height: 1.3;
}
.number{
    display: inline-block;
}
.info{
    display: inline-block;
    padding-top: 15px;
}
.footer-address h4{
    position: relative;
    display: block;
    font-size: 18px;
    color: #939393;
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", serif;
}
.footer-address p{
    display: inline-block;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", serif;
    color: #fff;
    font-weight: 600;
}
.category h2{
    padding: 15px 0px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    font-family: "Plus Jakarta Sans", serif;
}
.category{
    margin-bottom: 30px;
}
.more {
    font-size: 16px;
    line-height: 15px;
    font-family: "Plus Jakarta Sans", serif;
    color: #000;
    border-bottom: 1px solid #000;
    font-family: "Poppins", sans-serif;
}
.page-title{
    background: #11132c;
    text-align: center;
    padding: 15px 0; 
}
.page-title h2{
    color: #FFF;
}

.Head {
    color: #222;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    text-transform: capitalize;
    font-size: 34px;
    /* color: #FFF; */
    text-align: left;
    padding-top: 50px;
    /* padding-bottom: 20px; */
    font-family: "Poppins", Arial, sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.title_intro {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    line-height: 43px;
    font-style: normal;
    position: relative;
    margin-bottom: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    
}
.des_intro {
    font-size: 12px;
    color: #969696;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3.2px;
}
.content_intro {
    margin-top: 35px;
}
.des_intro:before {
    display: inline-block;
    content: "";
    width: 45px;
    height: 2px;
    background: #e32c2b;
    margin-right: 18px;
    position: relative;
    top: -3px;
}
.about_right{
    padding-top: 50px;
}
.info_left h2{
    font-size: 30px;
    font-weight: 400;
}
.contact_top {
    background: #f7f7f7;
}
.info_left{
    padding: 30px 60px;
}
.info_left h3{
    font-size: 14px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.info_left h3::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: #cd8f5c;
}
.contact h2{
    font-size: 22px;
}
.contact p{
    font-size: 15px;
    text-transform: capitalize;
    line-height: 25px;
    color: rgba(0, 0, 0, .7);
}
.contact{
    margin: 0 0 13px;
    padding: 0 0 4px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #86868650;
}
.contact_map iframe{
    width: 100%;
    height: 500px;

}
.gallery_img img{
    border: 1px solid #eee;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;
}
.category_list {
    background-color: #ffffff;
}
/* .category_left{
    padding: 30px;
    border: 1px solid #EEE;
    border-radius: 8px;
} */
.category_list li a{
    display: block;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06); */
    color: #000;
    font-size: 18px;
    /* margin-bottom: 2px; */
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
}
.category_list li a i{
    font-size: 13px;
    color: #d6a40b;
    position: relative;
    top: -2px;
    margin-right: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.category_left h4{
    margin-bottom: 15px;
}
.category_left h2{
    margin-bottom: 20px;
    font-weight: 400;
}
.category_list li.active a{
    background: #000;
    color: #FFF;
}
.category_list li a:hover{
    background: #000;
    color: #FFF;
}
.category_list li a:hover i{
    padding-left: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.category_right h4{
    margin: 20px 0;
}
.product_list {
    border: 1px solid #EEE;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
    border-radius: 6px;
} 

/* whatsapp */

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    z-index: 9;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.features_list{
    margin-bottom: 15px;
}
.footer-bottom a{
    color: #f5101f;
}
.breadcrumb-item a{
    color: #f5101f;
}
.other_product_list_right ul li{
    font-size: 18px;
    color: #000;
    /* border-bottom: 1px solid #000; */
    padding-bottom: 8px;
    margin-bottom: 10px;
    list-style: circle;
    list-style-position: inside;
}

.contact_bottom{
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 40px;
}
.menu {
    background: #10122b;
    padding: 20px 0;
    box-shadow: 0 2px 5px -2px #0000001a;
}
ul.sub-list li{
    list-style: none !important;
    padding-left: 25px !important;
}
