/* 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: -40px;
    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;
}

.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: -40px;
}

  /*----------------------
      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;
  }

    /* 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{}

.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); }
}