/*---------------------------------------------
Template Name: Onsus
Version: 1.0.1
--------------------------------------------*/

/* 
* CSS TABLE OF CONTENTS
* Header
* Hero Section
* Hotspot Section
* Project Section
* Featured Post Section
* Offcanvas
* Responsiveness
* keyframes
*/

/*==============================
 *   Assests
=================================*/

/*-------------------
  keyframes Section
---------------------*/
@-webkit-keyframes slideDown{
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}
@keyframes e-hotspot-expand-2 {
    8% {
        opacity: 0.6;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

  
/* carousel style */
.exad-carousel-item .exad-carousel-nav-prev,
.exad-carousel-item .exad-carousel-nav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 1;
}

.exad-carousel-item .exad-carousel-nav-prev i,
.exad-carousel-item .exad-carousel-nav-next i {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.exad-carousel-item .exad-carousel-nav-prev:hover,
.exad-carousel-item .exad-carousel-nav-next:hover {
  color: #0a1724;
}
 .exad-product-carousel-wrapper.exad-carousel-item .exad-carousel-prev.exad-carousel-nav-prev.slick-arrow {
  left: auto !important;
  right: 10px !important;
  line-height: 26px;
}
 .exad-product-carousel-wrapper.exad-carousel-item .exad-carousel-next.exad-carousel-nav-next.slick-arrow {
  left: 10px !important;
  line-height: 26px;
}
@media (min-width: 768px) { 
 .exad-product-carousel-wrapper.exad-carousel-item .exad-carousel-prev.exad-carousel-nav-prev.slick-arrow {
    right: -30px !important;
    line-height: 26px;
  }
  .exad-product-carousel-wrapper.exad-carousel-item .exad-carousel-next.exad-carousel-nav-next.slick-arrow {
    left: -30px !important;
    line-height: 26px;
  }
}

.exad-carousel-item .slick-dots {
  position: relative;
  width: auto;
  display: table;
}

.exad-carousel-item .slick-dots li {
  list-style: none;
  display: inline-block;
  height: auto;
  width: auto;
}

.exad-carousel-item .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.exad-carousel-item .slick-dots li button {
  width: 10px;
  height: 10px;
  outline: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #8a8d91;
  -webkit-text-fill-color: transparent;
  transition: .3s ease;
  padding: 0;
  align-items: center;
  display: flex;
}

.exad-carousel-item.exad-team-carousel-dots-left .slick-dots {
    margin-right: auto;
}
.exad-carousel-item.exad-team-carousel-dots-center .slick-dots {
    margin-left: auto;
    margin-right: auto;
}
.exad-carousel-item.exad-team-carousel-dots-right .slick-dots {
    margin-left: auto;
}
.exad-carousel-item.exad-product-carousel-dots-left .slick-dots {
    margin-right: auto;
}
.exad-carousel-item.exad-product-carousel-dots-center .slick-dots {
    margin-left: auto;
    margin-right: auto;
}
.exad-carousel-item.exad-product-carousel-dots-right .slick-dots {
    margin-left: auto;
}
.exad-instagram-row-wrapper.exad-instagram-carousel-dots-left .slick-dots {
  margin-right: auto;
}
.exad-instagram-row-wrapper.exad-instagram-carousel-dots-center .slick-dots {
  margin-left: auto;
  margin-right: auto;
}
.exad-instagram-row-wrapper.exad-instagram-carousel-dots-right .slick-dots {
  margin-left: auto;
}

.exad-logo-carousel-element {
  visibility:hidden;
  opacity:0;	 
  transition: opacity .3s;
}
.exad-logo-carousel-element.slick-initialized {
 visibility:visible;
 opacity:1;
}
.exad-logo-carousel-element .exad-logo-carousel-item{
 display:none ;
}
.elementor-widget-image-carousel.gp-brand_carousel .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide img.swiper-slide-image,
.exad-logo-grid .exad-logo-grid-item.exad-logo-carousel-center img,
.exad-logo-carousel-element .exad-logo-carousel-item img {
  border-radius: 10px;
}
.exad-logo-carousel-element .exad-logo-carousel-item:first-child{
 display:block; 
 visibility:hidden;
} 
.exad-logo-carousel-element.slick-initialized .exad-logo-carousel-item{
 display:block;
 visibility:visible;
}
.exad-logo-carousel .slick-dots {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  position: absolute;
}
.exad-logo-carousel-next,
.exad-logo-carousel-prev {
    position: absolute;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease
}
.exad-product-carousel-wrapper .exad-carousel-nav-prev.slick-arrow,
.exad-logo-carousel-element .exad-logo-carousel-prev.slick-arrow {
    right: 5px !important;
    /* left: auto !important; */
    top: -78px;
}
.exad-product-carousel-wrapper .exad-carousel-nav-next.slick-arrow,
.exad-logo-carousel-element .exad-logo-carousel-next.slick-arrow {
    left: 0 !important;
    /* right: 42px !important; */
    top: -78px; 
}

.exad-logo-carousel-item .onsus-logo-text {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 0;
}
/* Testimonial style start */

.exad-product-ratings{
  margin: 0;
  padding: 0;
}

.exad-product-ratings li{
  list-style: none;
  display: inline-block;
}

.exad-product-thumb img {
  height: 100% !important;
  width: 100%;
  display: block;
  object-fit: cover;
}
.exad-product-thumb {
  background: #ffffff;
}

.exad-product-wrapper.exad-product-align-center{
  text-align: center;
}

.exad-product-wrapper.exad-product-align-center .exad-product-thumb{
  margin-left: auto;
  margin-right: auto;
}

.exad-product-wrapper.exad-product-align-bottom{
  text-align: center;
}

.exad-product-wrapper.exad-product-align-bottom .exad-product-thumb{
  margin-left: auto;
  margin-right: auto;
}

.exad-product-wrapper.exad-product-align-right{
  text-align: right;
}

.exad-product-wrapper.exad-product-align-center .exad-product-thumb{
  margin-left: auto;
}

.exad-product-wrapper.exad-product-align-left .exad-product-reviewer-wrapper,
.exad-product-wrapper.exad-product-align-right .exad-product-reviewer-wrapper{
  display: flex;
  align-items: center;
}

.exad-product-wrapper.exad-product-align-right .exad-product-reviewer-wrapper{
  justify-content: flex-end;
}

.exad-product-wrapper.exad-product-align-right .exad-product-reviewer-wrapper .exad-product-thumb{
  order: 2;
}
.exad-product-wrapper.exad-product-align-right .exad-product-reviewer-wrapper .exad-product-reviewer{
  order: 1;
}

.exad-product-description{
  margin: 0;
}

.exad-product-name{
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  transition: all .3s ease;
}

.exad-product-designation{
  margin: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.exad-product-content-wrapper-arrow::before{
  position: absolute;
  content: "\e92a";
  font-family: eicons;
  transform: translateX(-50%);
  font-size: 25px;
  line-height: 1;
}

.exad-product-wrapper-inner.layout-2 .exad-product-content-wrapper-arrow::before{
  /* top: -15px; */
  transform: translateX(-50%) rotate(180deg);
}
.exad-product-wrapper {
  transition: all .3s ease;
}

.exad-product-content-wrapper-arrow{
  position: relative;
  z-index: 1;
}

.exad-product-wrapper.exad-product-align-center .exad-product-wrapper-inner.layout-1 .exad-product-content-wrapper-arrow::before{
  left: 50%;
  bottom: -15px;
}

.exad-product-wrapper.exad-product-align-bottom .exad-product-wrapper-inner.layout-1 .exad-product-content-wrapper-arrow::before{
  left: 50%;
  bottom: -15px;
}

.exad-product-wrapper.exad-product-align-left .exad-product-wrapper-inner.layout-1 .exad-product-content-wrapper-arrow::before{
  left: 40px;
  bottom: -15px;
}

.exad-product-wrapper.exad-product-align-right .exad-product-wrapper-inner.layout-1 .exad-product-content-wrapper-arrow::before{
  right: 25px;
  bottom: -15px;
}

.exad-product-wrapper.exad-product-align-center .exad-product-wrapper-inner.layout-2 .exad-product-content-wrapper-arrow::before{
  left: 50%;
  top: -15px;
}

.exad-product-wrapper.exad-product-align-bottom .exad-product-wrapper-inner.layout-2 .exad-product-content-wrapper-arrow::before{
  left: 50%;
  top: -15px;
}

.exad-product-wrapper.exad-product-align-left .exad-product-wrapper-inner.layout-2 .exad-product-content-wrapper-arrow::before{
  left: 40px;
  top: -15px;
}

.exad-product-wrapper.exad-product-align-right .exad-product-wrapper-inner.layout-2 .exad-product-content-wrapper-arrow::before{
  right: 25px;
  top: -15px;
}

.exad-product-wrapper.exad-product-image-aside{
  display: flex;
  align-items: center;
}

.exad-product-wrapper.exad-product-transition-top-yes:hover{
  transform: translateY(-10px);
}
.exad-product-wrapper.exad-product-transition-top-yes{
  transform: translateY(0px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* Testimonial style end */

.exad-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}
.exad-logo-carousel-grid .exad-logo-grid-item{
  max-width: 100%;
}
.exad-logo-carousel {
    display: none;
    visibility: hidden;
}
@media (min-width: 768px) { 
  .exad-logo-grid {
    display: none;
    visibility: hidden;
  }
  .exad-logo-carousel {
    display: block;
    visibility: visible;
  }
}
.exad-product-wrapper .exad-product-wrapper-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 auto;
    height: 100%;
    text-align: center;
}
.exad-product-wrapper .exad-product-wrapper-inner .exad-woo-thumb {
   flex: 1 1 auto;
}

.button-secondary,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button-secondary {
    background: transparent !important;
    color: #263139 !important;
    border: 1px solid #ECECEC !important;
}

.button-secondary:hover,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button:hover.button-secondary {
    background: #263139 !important;
    color: #ECECEC !important;
    border: 1px solid #263139 !important;
}
