body {
    overflow: hidden;
    }
    .img-service{
        width: 100px;
     }
/* home slider */

.carousel-caption.caption-slidr-side {
    position: absolute;
    right: 15%;
    left: 40%;
    top: 15%;
    
}
.caption-slider-para {
    font-size: 2rem;
}
.caption-slider-heading {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 25px;
}
.carousel-caption.caption-slidr-side.sec {
    position: absolute;
    right: 40%;
    left: 0%;
    top: 15%;
    
}
.caption-slider-para.sec {
    font-size: 2rem;
    color: #000;
}
.caption-slider-heading.sec {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}
a.btn.btn-outline-danger.btn-lg.rounded-pill.caption-slider-btn {
    text-decoration: none;
}
/* home slider */

  /* counter homepage */
  #section-template-count {
    background: #eff3f6 url(../images/erer.webp)no-repeat scroll center center / cover;
    padding-top: 100px !important;
    padding-bottom: 200px !important;
}
.special_countdown_header h4 {
    color: #444;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}
.special_countdown_header>h1 {
    color: #444;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 54px;
    line-height: 70px;
}

#countdown {
    color: #fff;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    background: #333;
    box-shadow: 0 5px 79px rgb(10 10 10 / 46%);
    border-radius: 60px;
    width: 50%;
    margin: 0 auto;
}
.count-day {
  display: inline-block;
  font-size: 0.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

.count-day span {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.sepcial_countdown_banner_footer p {
    color: #0c0c0c;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: 40px;
}
a.aofrbtn {
    text-decoration: none;
    color: #0c0c0c;
}
a.aofrbtn:hover {
    color: red;
}
/* counter homepage */
/* single-product */

.single-product__image {
    position: relative
}

.single-product__image>a {
    display: block
}

.single-product__image>a img {
    width: 100%;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.single-product__image>a img.secondary__img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.single-product__floating-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-product__floating-badges span {
    text-transform: lowercase;
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-weight: 500;
    border-radius: 100%;
    z-index: 3;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px
}

.single-product__floating-badges span:last-child {
    margin-bottom: 0
}

.single-product__floating-badges span.onsale {
    background-color: #98d8ca
}

.single-product__floating-icons {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-product__floating-icons span {
    display: inline-block;
    visibility: hidden;
    opacity: 0
}

.single-product__floating-icons span:nth-child(1) {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 5px
}

.single-product__floating-icons span:nth-child(2) {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin-top: 5px
}

.single-product__floating-icons span:nth-child(3) {
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    margin-top: 5px
}

.single-product__floating-icons span a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 5px;
    color: #7e7e7e
}

.single-product__floating-icons span a i {
    font-size: 20px
}

.single-product__variations {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: calc(100% - 40px);
    z-index: 9;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.single-product__variations .size-container {
    text-align: center
}

.single-product__variations .size-container span {
    display: inline-block;
    margin-right: 8px;
    font-weight: 600;
    color: #999;
    font-size: 14px;
    text-transform: uppercase
}

.single-product__variations .color-container {
    text-align: center
}

.single-product__content {
    position: relative;
    padding-top: 5px;
    text-align: center;
}

.single-product__content .title {
    position: relative;
}

.single-product__content .title h3 {
    margin-bottom: 0;
}

.single-product__content .title h3 a {
    display: block;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0px;
    font-weight: 700;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    text-decoration: none;
    color: rgb(93, 92, 92);
}

.single-product__content .title .product-cart-action {
    display: inline-block;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    position: absolute;
    top: 0;
    left: 0
}

.single-product__content .title .product-cart-action a {
    font-size: 18px;
    line-height: 28px;
    color: #d3122a;
    font-weight: 500;
    text-decoration: none;
}

.single-product__content .title .product-cart-action a:before {
    content: '+';
    display: inline-block;
    margin-right: 5px
}

.single-product__content .price .discounted-price {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #333
}
#product_current_price h4 {
    font-size: 18px;
    margin: 0px;
}

.single-product__content .price .main-price {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #333;
    margin-right: 5px
}

.single-product__content .price .main-price.discounted {
    color: #aaa;
    font-weight: 600;
    font-size: 12;
    line-height: 1;
    text-decoration: line-through
}

.single-product--smarthome {
    position: relative
}

.single-product--smarthome .single-product__content {
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 3
}

ul.grid-color-swatch.variant_exist {
    display: inline-flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.aplee-button {
    background-color: #333;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #333;
    font-weight: 500;
    letter-spacing: 1px
}

.aplee-button:hover {
    background-color: transparent;
    color: #333 !important
}





.loading-modal {
    background: #000;
    border: 1px solid rgba(0, 0, 0, .15);
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50% !important;
    right: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block
}



.compare_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.single-product__image>a img:nth-child(1) {
    visibility: visible;
    opacity: 2;
}



.single-product__floating-badges span.hot {
    background-color: #c61932;
}

.single-product__floating-badges span.out-of-stock {
    background-color: #333;
    font-size: 20px;
    cursor: pointer;
}

.single-product__floating-icons span a:hover {
    color: #333;
}

.single-product:hover .single-product__variations {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
    background-color: white;
}

.single-product__variations .size-container span:hover {
    color: #333;
}

.single-product__variations .size-container span.size:last-child {
    margin-right: 0;
}

.single-product__variations .color-container span {
    cursor: pointer;
    display: inline-block;
    border-radius: 500px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    margin-right: 8px;
    border: 1px solid #ddd;
}

.single-product__variations .color-container span.active {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #aaa;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #aaa;
}

.single-product__variations .color-container span.black {
    background-color: #000;
}

.single-product__variations .color-container span.blue {
    background-color: #1e73be;
}

.single-product__variations .color-container span.yellow {
    background-color: #d93;
}

.single-product__variations .color-container span:last-child {
    margin-right: 0;
}

.single-product__variations .clear-link {
    display: block;
    text-align: center;
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: underline;
    color: #333;
}

.single-product__variations .clear-link:hover {
    text-decoration: none;
}


.single-product__content .title a.active:before {
    content: "\f121";
    font-family: Ionicons;
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
}

.single-product:hover .single-product__image a img:nth-child(2) {
    visibility: visible;
    opacity: 1;
}

.single-product:hover .single-product__content .title h3 a {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

.single-product:hover .single-product__content .title>.product-cart-action {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.single-product:hover .single-product__floating-icons span {
    visibility: visible;
    opacity: 1;
}

.single-product:hover .single-product__floating-icons span:nth-child(1) {
    margin-top: 0;
    width: 35px;
    height: 35px;
    background: white;
}

.single-product:hover .single-product__floating-icons span:nth-child(2) {
    margin-top: 10;
    width: 35px;
    height: 35px;
    background: white;
    padding-left: 11px;
}

.single-product:hover .single-product__floating-icons span:nth-child(3) {
    margin-top: 10;
    width: 35px;
    height: 35px;
    background: white;
    padding-left: 11px;
}

.single-product--wearablehome {
    position: relative;
    border: 1px solid #ddd;
}

.single-product--wearablehome .single-product__floating-icons {
    top: 50px;
}

.single-product--wearablehome .single-product__floating-cart {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5px;
}

.single-product--wearablehome .single-product__floating-cart span.title a {
    font-size: 18px;
    line-height: 28px;
    color: #d3122a;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    font-weight: 500;
}

.single-product--wearablehome .single-product__floating-cart span.title a.active:before {
    content: "\f121";
    font-family: Ionicons;
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
}



/*--------------------------------
 portfolio css start
----------------------------------*/
/* -----------------------------------
        Gallery Section
  --------------------------------------*/
 .control-newarrival{
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #d0d0d0 !important;
    background: black !important;
    margin: 0 3px 10px 3px;
    transition: all 0.3s ease-in-out;
    border: none;
 }

 .control-newarrival:hover{
    border: 1px solid black !important;
    background-color: transparent !important;
    color: black !important;
 }

 
  .control {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #d0d0d0;
    background: transparent;
    margin: 0 3px 10px 3px;
    transition: all 0.3s ease-in-out;
    border: none;
   
  }
  a.nav-link.control.outline:hover {
    border-bottom: 2px solid black;
    text-decoration: none;
    color: black;
    border-radius: 0
  }
  a.nav-link.control.outline.active {
    background: transparent;
    border-bottom: 2px solid black;
    text-decoration: none;
    color: black;
    border-radius: 0;
}
  /* .control::before {
    border-bottom:  2px solid black;
    
  } */
  .mixitup-control-active {
    color: black;
    border-bottom:  2px solid black;
   
  }
  
    ul.portfolio-item {
        padding: 0;
    }
/* profile__img */
.dt-sc-main-title {
    font-size: 2rem;
}
.dt-sc-btn {
    font-size: 20px;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.7em;
    border-radius: 50px;
    padding: 12px 30px 12px 30px;
    color: black;
    background-color: white;
    white-space: nowrap;
    text-decoration: none;
}
.dt-sc-btn:hover {
    color: white;
    background-color: #eb0028;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    text-decoration: none;

}
.profile {
    position: relative;
    /* padding: 2rem; */
    display: flex;
    height: 400px;
    cursor: pointer;
    
}
.profile__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
}

.profile__img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.25));
    opacity: 0;
    transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
}
.profile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.profile__name {
    z-index: 10;
}
.profile__name span {
    margin: 0 0.3rem;
    color: #fff;
    opacity: 0;

}
.profile__name span:nth-child(1) {
    transition-delay: 250ms;
}
.profile__name span:nth-child(2) {
    transition-delay: 300ms;
}
.profile__name span:nth-child(3) {
    transition-delay: 350ms;
}

.profile__name span:nth-child(4) {
    transition-delay: 400ms;
}

.profile__name span:nth-child(5) {
    transition-delay: 450ms;
}   

.profile:hover .profile__name span {
    transform: translateY(0) scale(1.5);
    opacity: 1;
}

.profile:hover .profile__img::after {
    transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
}

.profile:hover .profile__img img {
    transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.4);
}
/* profile__img */

/* faq */
.why-customers {
    width: 100%;
}
.accordian-item {
    border-bottom: 1px solid white;
    border-radius: 0rem;
    padding: 1rem 1rem 0rem 1rem;
  }
  
  .accordian-link {
    color: #fff;
    font-size: calc(9px + 8 * ((100vw - 320px) / 680));
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1rem;
    cursor: pointer;
  }
  
  .answer {
    overflow: hidden;
    max-height: 0;
    position: relative;
    transition: max-height 0.7s;
  }
  
  .answer p {
    color: #fff;
  }
  
  .answer.open {
    max-height: 10rem !important;
  }  
  
  @keyframes gradient {
    0%,
    100% {
      background-position: 20% 10%;
    }
    20% {
      background-position: 40% 20%;
    }
    40% {
      background-position: 60% 40%;
    }
    80% {
      background-position: 80% 60%;
    }
  }
  
/* faq */


/* banners section */
.single-banner--hoverborder {
    position: relative;
    overflow: hidden;
}
.single-banner--hoverborder .img_rel {
    z-index: 9;
}
.img_rel {
    position: relative;
    overflow: hidden;
    min-height: 1px;
    clear: both;
    display: block;
}
.responsive-image__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transition: .6s;
    transform: scale(1);
    -webkit-transition: .6s;
    width: 100%;
    -webkit-transform: scale(1);
}
.single-banner--hoverborder .banner-content {
    z-index: 9;
    pointer-events: none;
}

.single-banner--hoverborder .banner-content--black-left {
    text-align: left;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-banner--hoverborder .banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    bottom: auto;
}
#block-1643521839451d5321-1 .single-banner--hoverborder .banner-content span.big-text {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 9px;
    display: inline-block;
}
#block-1643521839451d5321-1 .single-banner--hoverborder .banner-content span.small-text {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 22px;
}
.single-banner--hoverborder:after {
    display: block;
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    z-index: 9;
    pointer-events: none;
}
.single-banner--hoverborder:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.single-banner--hoverborder:hover:after {
    visibility: visible;
    opacity: 1;
}
/* banners section */

/* Free delivery */
.single-contact-wrap {
    padding: 35px 30px 40px;
}
.bg-gray-2 {
    background-color: #f8f8f8;
}
/* Free delivery */


/* suppoer img */
.support-one {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    overflow: hidden;
    z-index: 1;
   }
   .support-one::before {
      position: absolute;
      top: 41px;
      left: 0;
      bottom: 45px;
      right: 0;
      background: #ffb237;
      clip-path: polygon(0 0, 100% 48%, 100% 100%, 0% 100%);
      content: "";
      z-index: -1;
   }
   .support-one .shape4 {
      position: absolute;
      top: 47px;
      left: 0;
      z-index: -1;
   }
   .support-one__img {
      position: relative;
      display: block;
      margin-right: -15px;
      z-index: 2;
   }
   .support-one__img .shape1 {
      position: absolute;
      bottom: 30px;
      right: 30px;
      width: 140px;
      height: 140px;
      background: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 5;
   }
   .support-one__img .shape1 img {
      width: auto;
   }
   .support-one__img .inner {
      position: relative;
      display: block;
      overflow: hidden;
   }
   .support-one__img .inner img {
      width: 100%;
      max-width: unset;
      filter: grayscale(1);
   }
   .support-one__content {
      position: relative;
      display: block;
      margin-left: 50px;
      margin-right: -30px;
      padding-top: 110px;
      padding-bottom: 91px;
      z-index: 1;
   }
   .support-one__content::before {
      position: absolute;
      top: 0px;
      left: -85px;
      bottom: 0;
      right: -999999px;
      background: #28241f;
      content: "";
      z-index: -1;
   }
   .support-one__content .shape2 {
      position: absolute;
      top: 0;
      right: -340px;
      z-index: -1;
   }
   .support-one__content .shape3 {
      position: absolute;
      left: -85px;
      bottom: 0;
      z-index: -1;
   }
   .sec-title {
      position: relative;
      display: block;
      margin-top: -5px;
      padding-bottom: 27px;
   }
   .support-one__content .sec-title {
      padding-bottom: 27px;
   }
   .sec-title__tagline {
      position: relative;
      display: inline-block;
      margin-bottom: 13px;
   }
   .sec-title__tagline::before {
      position: absolute;
      top: 0;
      left: 6px;
      right: 0;
      height: 1px;
      background: #fbebd3;
      content: "";
   }
   .sec-title__tagline .inner {
      position: relative;
      display: flex;
      align-items: center;
   }
   .sec-title__tagline .round-box {
      position: relative;
      display: block;
      line-height: 0;
   }
   .sec-title__tagline .round-box::before {
      position: absolute;
      top: -6px;
      left: 0;
      right: 0;
      width: 1px;
      height: 7px;
      background: #fbebd3;
      content: "";
      margin: 0 auto;
   }
   .sec-title__tagline .round-box img {
      width: auto;
   }
   .sec-title__tagline .text {
      position: relative;
      display: block;
      margin-left: 5px;
   }
   .support-one__content .sec-title__tagline .text p {
      color: #ffffff;
   }
   .sec-title__tagline .text p {
      color: black;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.05em;
   }
   .support-one__content .sec-title__title {
      color: #ffffff;
   }
   .sec-title__title {
      color: black;
      font-size: 50px;
      line-height: 1.2em;
      font-weight: 600;
      text-transform: none;
   }
   .support-one__content-text1 {
      position: relative;
      display: block;
   }
   .support-one__content-text1 p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      line-height: 34px;
   }
   .support-one__content-text2 {
      position: relative;
      display: block;
      margin-top: 41px;
   }
   .support-one__content::after {
      content: "";
      position: absolute;
      left: -130px;
      bottom: -45px;
      width: 45px;
      border-left: 45px solid transparent;
      border-bottom: 45px solid transparent;
      z-index: 3;
      border-top: 45px solid #4e4438;
   }
   .support-one__content-text2-single {
      position: relative;
      display: flex;
      align-items: flex-start;
      margin-bottom: 42px;
   }
   .support-one__content-text2-single .icon-box {
      position: relative;
      display: block;
   }
   .support-one__content-text2-single .icon-box span::before {
      position: relative;
      display: inline-block;
      color: #ffb237;
      font-size: 65px;
      top: 7px;
   }

   .icon-buoy-help:before {
      content: "\e90e";
   }
   .support-one__content-text2-single .text-box {
      position: relative;
      display: block;
      margin-left: 20px;
   }
   .support-one__content-text2-single .text-box h3 {
      color: #ffffff;
      font-size: 20px;
      line-height: 30px;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 2px;
   }
   .support-one__content-text2-single .text-box p {
      color: rgba(255, 255, 255, 0.8);
      margin: 0;
   }
   .support-one__content-text2-single.mb0 {
      margin-bottom: 0;
   }

   @-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}
/* suppoer img */



/* services-one */
.services-one {
    position: relative;
    display: block;
    background: #170e03;
    padding: 80px 0px 80px;
    z-index: 1;
    margin-top: 50px;
}
.services-one .shape3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.services-one .shape4 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.services-one .shape5 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.services-one .shape6 {
    position: absolute;
    top: 0;
    right: 390px;
    z-index: -1;
}
.services-one .shape7 {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
}
.services-one .shape8 {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
}
.services-one .shape9 {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
}
.services-one .shape10 {
    position: absolute;
    bottom: 0;
    right: 300px;
    z-index: -1;
}
.services-one .shape11 {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: -1;
}
.services-one .shape12 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.services-one__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 45px;
}
.services-one__top .sec-title {
    padding-bottom: 0px;
}
.services-one__top .sec-title__title {
    color: #ffffff;
}
.services-one__top-text {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
}
.services-one__top-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 34px;
}
.services-one__single {
    position: relative;
    display: block;
    background: #000000;
    margin-bottom: 30px;
    padding: 45px 35px 60px;
    z-index: 1;
}
.services-one__single .shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    text-align: center;
}
.services-one__single-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    z-index: 1;
}
.services-one__single-icon .shape1 {
    position: absolute;
    bottom: -10px;
    right: -5px;
    width: 45px;
    height: 45px;
    background: #392710;
    border-radius: 50%;
    z-index: -1;
}
.services-one__single-icon span::before {
    position: relative;
    display: inline-block;
    color: #ffb237;
    font-size: 65px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.icon-server-data:before {
    content: "\e93b";
}
.services-one__single-content {
    position: relative;
    display: block;
}
.services-one__single-content h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 21px;
}
.services-one__single-content h2 a {
    color: #ffffff;
}
.services-one__single-content p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.services-one__top .sec-title__tagline .text p {
    color: #ffffff;
}
.services-one__single:hover .services-one__single-icon span::before {
    transform: scale(0.9);
}
.services-one__single-content h2 a:hover {
    color: #ffb237;
    text-decoration: none;
}
.services-one__bottom {
    position: relative;
    display: block;
    padding-top: 40px;
}
.services-one__bottom h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 25px;
}
.services-one__bottom p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 34px;
}
.services-one__bottom .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 30px;
}
.btn-box .thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    background-color: #ffb237;
    color: #080501;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 65px;
    transition: all 0.3s linear;
    z-index: 1;
    padding: 0px 40px 0px;
    overflow: hidden;
    border-radius: 3px;
    letter-spacing: 0.1em;
}
.btn-box .thm-btn:before {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background: #ffffff;
}
.btn-box .thm-btn:hover {
    color: #080501;
    text-decoration: none;
}
.thm-btn:hover:before {
    top: -40%;
}
/* services-one */


/* quality-web */
.quality-web{
    background-color: #181818;
    position: relative;
    padding: 0px 0px 0px 0px;
     margin-top: 50px;
 }
 .back-imges
 {
    background-image: url(https://wp2023.kodesolution.com/amiso/wp-content/uploads/2022/12/zigzag-object-left2.png);
     background-position: bottom left;
     background-repeat: no-repeat;
    
     transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
     height: 100%;
     width: 100%;
     /* top: 0;
     left: 0;
     position: absolute; */
 }
 .quality-web-headings .subtitle
 {
    position: relative;
     z-index: 1;
     letter-spacing: 0.1em;
     color: #6a6a6a;
     font-size: 18px;
     font-family: sans-serif;
     font-weight: 700;
     margin-bottom: 10px;
     transition: all 0.3s ease;
     padding-left: 20px;
 }
 .quality-web-headings .subtitle:before {
     position: absolute;
     left: 0;
     top: 0;
     content: "//";
     color: #ff3838;
 }
 .quality-web-headings .title
 {
    color: #FFFFFF;
    font-size: 2.75rem;
    margin-bottom: 20px;
 }
 .quality-web-headings .tm-text-editor{
    color: #8C8F94;
    margin-bottom: 30px;
 }
 .icon-box-sec
 {
    text-align: center;
    margin: 0 auto;
 }
 
 .icon-wrapper-sec {
     height: 75px;
     width: 75px;
     line-height: 75px;
     padding: 0px 0px 90px 0px;
     border-style: solid;
     border-width: 0px 0px 2px 0px;
     margin: 0 auto;
 }
 .icon-wrapper-sec img {
     color: #ff3838;
     font-size: 4em;
 }
  .icon-box-title {
     color: #FFFFFF;
     font-size: 1.1rem;
     font-weight: 700;
     margin-top: 15px;
 }
 .icon-box-sec:hover .icon-wrapper-sec {
     transform: rotateY(180deg);
 }
 .icon-wrapper-sec:hover {
     border: 1px solid red;
     border-width: 0px 0px 2px 0px;
 }
 .img-sectin {
     
     object-fit: cover;
     background-size: cover;
     object-position: center center;
     height: 100%;
     background-image: url('/public/assets/front/images/back22.jpg');
    ;
     
 }
 .img-sectin-before {
     height: 100%;
     width: 100%;
     background: #FF3839DB;
     width: 50%;
     color: white;
     padding: 50px 50px 30px 50px;
 }
 .img-sectin-before h1
 {
    font-size: 36px;
     font-weight: 700;
 }
 .main-for-margin
 {
    padding: 0px 0px 0px 60px;
 }
 .quality-web-headings {
     padding: 50px 0px 50px 0px;
 }
/* quality-web */

/* new section */
.z-index-common-frt {
    position: relative;
    z-index: 3;
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 120px;
    margin-top: 50%;
}
.title-area-frt {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.shadow-title-frt.color2 {
    background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
    background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}

.shadow-title-frt {
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.55em 0 -0.45em -0.25em;
}
.sub-title-frt {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #684df4;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
}
.icon-masking-frt {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
}
.icon-masking-frt .mask-icon-frt {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: hue;
    background: #684df4;
    top: 0;
}
.text-theme-frt {
    color: #684df4 !important;
}
.sec-btn-frt, .title-line {
    margin-bottom: 60px;
}
.th-btn-frt {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #684df4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px;
}

.th-btn-frt:before, .th-btn-frt:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #141d38;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
}
.th-btn-frt:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.th-btn-frt:after {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.th-btn-frt.style3:hover {
    color: #141d38;
    text-decoration: none;
}
.th-btn-frt.style3:hover:before, .th-btn-frt.style3:hover:after {
    background-color: #ffffff;
}
.th-btn-frt:hover::before, .th-btn-frt:hover:after, .th-btn-frt.active::before, .th-btn-frt.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.service-grid-frt {
    position: relative;
    margin-bottom: 20px;
}
.service-grid-frt_icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #684df4;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 auto 0 auto;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}
.service-grid-frt_icon:after, .service-grid-frt_icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #684df4;
    z-index: -2;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.service-grid-frt_icon:before
{
   animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
.service-grid-frt_icon img {
    position: relative;
    z-index: 2;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-grid-frt_icon:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.service-grid-frt_icon:after
{
       animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
.service-grid-frt_content {
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 70px 15px 40px 15px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}

.service-grid-frt .box-title-frt {
    margin-bottom: 15px;
}

.box-title-frt {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}
.box-title-frt a {
    color: inherit;
}
.service-grid-frt_text {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    max-width: 230px;
    margin: 0 auto 22px auto;
}
.service-grid-frt .th-btn-frt {
    padding: 15.5px 18px;
}
.service-grid-frt .bg-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}
.service-grid-frt .bg-shape img {
    width: 100%;
}
.service-grid-frt:hover .service-grid-frt_icon {
    background-color: #ffffff;
}
.service-grid-frt:hover .service-grid-frt_icon:before, .service-grid-frt:hover .service-grid-frt_icon:after {
    background-color: #ffffff;
}
.service-grid-frt:hover .service-grid-frt_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: none;
    filter: none;
}
.service-grid-frt:hover .service-grid-frt_icon:before, .service-grid-frt:hover .service-grid-frt_icon:after {
    background-color: #ffffff;
}
.service-grid-frt:hover .service-grid-frt_content {
    background-color: #684df4;
}
.service-grid-frt:hover .box-title-frt {
    color: #ffffff;
}
.service-grid-frt:hover .service-grid-frt_text {
    color: #ffffff;
}
.service-grid-frt:hover .th-btn-frt {
    background-color: #ffffff;
    color: #684df4;
    text-decoration: none;
}
.service-grid-frt:hover .bg-shape {
    bottom: 0;
    opacity: 1;
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

  
  /*******Responsive media query******/
  
  /* Extra small devices (portrait phones, less than 576px)*/
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product__floating-badges span {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .single-product__content .title .product-cart-action a {
        font-size: 16px;
    }
}
  @media all and (min-width: 992px) {
	.dropdown-menu {
		width: 13rem;
	}
	.mega-submenu {
		left: 100%;
		top: 0;
		min-width: 25rem;
	}
	.ktm-mega-menu {
		position: static;
	}
	.mega-menu {
		left: 0;
		right: 0;
		width: 100%;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}
  @media (max-width: 840px){
    .pd img{
        height: 150px;
    }

    .portfolio-overlay{
        top: 3px;
        left: 6px;
        width: 98%;
    }

    .portfolio-overlay .category{
        font-size: 17px;
        margin-top: 30px;
    }
    .accordion,
    .info {
        width: 400px;
    }
    .show {
        height: 100%;
        display: block;
        padding: 10px;
    }
    .caption-slider-para.sec {
        font-size: 1.5rem;
    }
    .caption-slider-heading.sec {
        font-size: 3rem;
    }
    .caption-slider-para {
        font-size: 1.5rem;
    }
    .caption-slider-heading {
        font-size: 3rem;
    }
    #countdown{
        width: 80%;
    }

    .lazyautosizes{
        width: 100%;
        margin-bottom: 0px;
    }
    .services-one__top {
        display: block;
        text-align: center;
     }
     .services-one__top-text {
      margin: 30px auto 0px;
     }
     .main-for-margin {
        padding: 0px 30px 0px 30px;
       }
       .img-sectin
       {
          height: 450px;
       }

  }

@media (max-width: 500px) {
    .hero-area .hero-area-slider .intro-carousel .intro-content.slide-three {
        height: 150px !important;
        }
    .pd img{
        height: 300px;
    }

    .portfolio-overlay .category {
        font-size: 25px;
        margin-top: 90px;
}
.accordion,
    .info {
        width: 400px;
    }

    .why-customers {
    background-image: url(../images/mac1.webp);
    width: 100%;
    height: 1050px;
}
.caption-slider-para.sec {
    font-size: 1rem;
}
.caption-slider-heading.sec {
    font-size: 2rem;
}
.caption-slider-para {
    font-size: 1rem;
}
.caption-slider-heading {
    font-size: 2rem;
}
.carousel-caption.caption-slidr-side {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 6%;
}
.carousel-caption.caption-slidr-side.sec {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 6%;
}

#countdown{
    width: 100%;
    font-size: 26px;
    line-height: 35px;
}

.count-day span{
    font-size: 25px;
}

.lazyautosizes{
    width: 100%;
}
.support-one__content {
    margin-left: 15px;
    margin-right: 0px;
 }
 .sec-title__title
 {
    font-size: 40px;
 }
 .quality-web-headings .title {
    font-size: 1.75rem;
}
.img-sectin-before
{
   width: 100%;
}
.title-area-frt.text-center.text-lg-start h2 {
    font-size: 24px;
}
}

@media screen and (max-width: 400px) {

    .accordion,
    .info {
        width: 350px;
    }
}

@media screen and (max-width: 350px) {

    .accordion,
    .info {
        width: 300px;
    }
}

/* media qri */


