/* Flex column css */
.htmega-pro-row{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.htmega-flex-column{
    flex-basis: 33.3333%;
    padding: 10px;
}

/* Slick arrow and dots */
.htmega-pro-carousel-activation button.slick-arrow {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    color: #f4f4f4;
    width: 40px;
    height: 40px;
    border: 0 none;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    font-size: 30px;
    transition: 0.3s ease-in-out;
    line-height: 28px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.htmega-pro-carousel-activation button.slick-arrow svg {
    width: 20px;
}
.htmega-pro-carousel-activation button.slick-arrow:hover {
    background: #0056ff;
    color: #fff;
}

.htmega-pro-carousel-activation button.htmega-carosul-next,.htmega-carousel-style-3 button.htmega-carosul-next {
    left: auto;
    right: 0px;
}

/* Style 1 top style */
.htmega-arrow_st1.htmega-arrow_st1_top button.slick-arrow {
    top:15px;
    transform: translateY(0);
    bottom:auto;
}
.htmega-arrow_st1.htmega-arrow_st1_bottom button.slick-arrow {
    bottom:15px;
    transform: translateY(0);
    top:auto;
}
/* Style 2 top style */
.htmega-arrow_st2 .htmega-carosul-prev.slick-arrow {
    left: auto;
    right: 86px;
}
.htmega-arrow_st2.htmega-arrow_st2_top_right button.slick-arrow,
.htmega-arrow_st2.htmega-arrow_st2_top_left button.slick-arrow,
.htmega-arrow_st2.htmega-arrow_st2_top_center .htmega-carosul-prev.slick-arrow,
 .htmega-arrow_st2.htmega-arrow_st2_top_center button.htmega-carosul-next
{
    top:15px;
    transform: translateY(0);
    bottom:auto;
}
.htmega-arrow_st2.htmega-arrow_st2_top_right button.htmega-carosul-next{
    left: auto;
    right: 15px;
}

.htmega-arrow_st2.htmega-arrow_st2_top_left .htmega-carosul-prev.slick-arrow{
    left:15px;
    right: auto;
}
.htmega-arrow_st2.htmega-arrow_st2_top_left button.htmega-carosul-next{
    left: 87px;
    right: auto;
}
/* Style 2 bottom style */
.htmega-arrow_st2.htmega-arrow_st2_bottom_right button.slick-arrow,
.htmega-arrow_st2.htmega-arrow_st2_bottom_left button.slick-arrow,
.htmega-arrow_st2.htmega-arrow_st2_bottom_center button.htmega-carosul-next,
.htmega-arrow_st2.htmega-arrow_st2_bottom_center .htmega-carosul-prev.slick-arrow{
    top:auto;
    bottom:15px;
    transform: translateY(0);
}
.htmega-arrow_st2.htmega-arrow_st2_bottom_right button.htmega-carosul-next{
    left: auto;
    right: 15px;
}
.htmega-arrow_st2.htmega-arrow_st2_bottom_left .htmega-carosul-prev.slick-arrow{
    left:15px;
    right: auto;
}
.htmega-arrow_st2.htmega-arrow_st2_bottom_left button.htmega-carosul-next{
    left: 87px;
    right: auto;
}

.htmega-arrow_st2.htmega-arrow_st2_top_center button.htmega-carosul-next{
    right: 50%;
    left: auto;
    margin-right: -68px;
}
.htmega-arrow_st2.htmega-arrow_st2_top_center .htmega-carosul-prev.slick-arrow{
    left: 50%;
    right: auto;
    margin-left: -68px;
}

.htmega-arrow_st2.htmega-arrow_st2_bottom_center button.htmega-carosul-next{
    right: 50%;
    left: auto;
    margin-right: -68px;
}
.htmega-arrow_st2.htmega-arrow_st2_bottom_center .htmega-carosul-prev.slick-arrow{
    left: 50%;
    right: auto;
    margin-left: -68px;
}
/* Style arrow 3  style */

.htmega-arrow_st3.htmega-arrow_st3_right button.htmega-carosul-prev.slick-arrow {
    right: 15px;
    left: auto;
    margin-top: -35px;
}
.htmega-arrow_st3.htmega-arrow_st3_right button.htmega-carosul-next {
    margin-top: 35px;
    right: 15px;
}
.htmega-arrow_st3.htmega-arrow_st3_left button.htmega-carosul-prev.slick-arrow {
    left: 15px;
    right: auto;
    margin-top: -35px;
}
.htmega-arrow_st3.htmega-arrow_st3_left button.htmega-carosul-next {
    margin-top: 35px;
    left: 15px;
    right: auto;
}
  /*----------------------
      Slick Dot
  -----------------------*/
  .htmega-pro-carousel-activation .slick-dots {
      text-align: center;
      bottom: -60px;
      z-index: 9;
  }
  
  .htmega-pro-carousel-activation .slick-dots li {
      display: inline-block;
      margin: 0;
  }
  
  .htmega-pro-carousel-activation .slick-dots li button {
      border: 1px solid #863F51;
      width: 12px;
      height: 12px;
      padding: 0;
      border-radius: 50%;
      background-color: transparent;
      text-indent: -9999px;
  }
  
  .htmega-pro-carousel-activation .slick-dots li.slick-active button {
      background-color: #863F51;
  }

  .htmega-dot-position-dot_bottom_left .htmega-pro-carousel-activation .slick-dots{
    text-align: left;
  }
  .htmega-dot-position-dot_bottom_right .htmega-pro-carousel-activation .slick-dots{
    text-align: right;
  }
 .htmega-pro-carousel-activation.dot_right_center .slick-dots,.htmega-pro-carousel-activation.dot_left_center .slick-dots{
    right: 30px;
    display: inline-flex;
    width: auto;
    flex-direction: column;
    transform: translateY(-50%);
    top:50%;
    bottom:auto;
  }
  .htmega-pro-carousel-activation.dot_left_center .slick-dots{
    left: 30px;
    right: auto;
    bottom: 20px;
  }
  .htmega-pro-carousel-activation.dot_bottom_right .slick-dots{
    text-align: right;
    bottom: 20px;
    width: auto;
  }
  .htmega-pro-carousel-activation.dot_bottom_left .slick-dots{
    text-align: left;
    bottom: 20px;
    width: auto;
  }
  .htmega-pro-carousel-activation.dot_bottom_center .slick-dots {
    bottom: 20px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
}

  .htmega-dot-index-yes .slick-dots li button {
    text-indent: 0;
    font-size: 13px;
    line-height: 1;
    color: #000;
    background:#fff;
    }
.htmega-dot-index-yes .slick-dots li,.htmega-dot-index-yes .slick-dots li button{
    min-height: 25px;
    min-width: 25px;
}
.htmega-dot-index-yes .slick-dots li button::before{
    content: "";
}
.htmega-dot-index-yes .slick-dots::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border: 1px solid #ddd;
    z-index: -1;
    border-radius: 20px;
}
.htmega-dot-index-yes:not(.dot_left_center,.dot_right_center) .slick-dots{
    display: inline-flex;
    width: auto;
    left:50%;
    transform: translateX(-50%);
}
.htmega-dot-index-yes:not(.dot_left_center,.dot_right_center) .slick-dots::after {
    left: 0%;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: translateX(0) translateY(-50%);
}
.htmega-dot-index-yes.dot_bottom_right .slick-dots{
    left:auto;
    right:0px;
    transform: translateX(0);
  }
.htmega-dot-index-yes.dot_bottom_left .slick-dots{
    left:0;
    right:auto;
    transform: translateX(0);
  }

    /* Svg icon height auto css */
    [class*='htmega-'] svg{
        height: auto;
    }
    [class*='htmega-']>div {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .htmega-error-notice {
        background: #efefef;
        padding: 10px 17px;
        border-left: 4px solid red;
        font-size: 19px;
        color: #8b4343;
    }
.htbuildercounter{
    display: inline-block;
}
/* Sticky Section */
.htmega-sticky-section {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    padding: 25px;
}
/* Image Roted */

.htmega-image-roted img{
    -webkit-transform-style: preserve-3d;
    -webkit-animation: htrotedspin 10s infinite linear;
}
@-webkit-keyframes htrotedspin {
  from { -webkit-transform: rotateY(0); }
  to   { -webkit-transform: rotateY(360deg); }
}

.htmega-carousel-content-hidden {
   visibility: hidden; }