/* Default Css*/

[class*="elementor-widget-htmega-"] h1 a,
[class*="elementor-widget-htmega-"] h2 a,
[class*="elementor-widget-htmega-"] h3 a,
[class*="elementor-widget-htmega-"] h4 a,
[class*="elementor-widget-htmega-"] h5 a,
[class*="elementor-widget-htmega-"] h6 a{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}
body:has( .htmega_mega_menu ){
    overflow-x:hidden;
}
/* Section Title style */
  /* .htmega-section-title img {
    margin: auto;
  } */

  /* 
  * Button Style 
  */
  .htmega-button .htb-btn:focus,.htmega-button .htb-btn:active {
    box-shadow: none !important;
  }
  
  /* Button Size */
  
  /* Button Style */
  
  /* Button Effect */
  .htmega-btn-effect-1:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  .htmega-btn-effect-2:hover::before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .htmega-btn-effect-3:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .htmega-btn-effect-3:hover::after {
    background-color: #623687;
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
  }
  .htmega-btn-effect-4:hover::before {
    -webkit-animation: np-btn--2 0.3s 0.3s forwards;
    animation: np-btn--2 0.3s 0.3s forwards;
  }
  .htmega-btn-effect-4:hover {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    color: #ECEFF1;
    background-color: #623687;
    -webkit-animation: np-btn--1 0.3s forwards;
    animation: np-btn--1 0.3s forwards;
  }
  .htmega-btn-effect-5:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
  }
  .htmega-btn-effect-6:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
  }
  .htmega-btn-effect-7:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .htmega-btn-effect-8:hover::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .htmega-btn-effect-9:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .htmega-btn-effect-10:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  .htmega-btn-effect-11:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .htmega-btn-effect-12:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .htmega-btn-effect-13:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .htmega-btn-effect-14:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  
  /*Button Shadow*/
  .htmega-btn-shadow-1 .htb-btn:hover::before {
    opacity: 1;
    transform: translateY(5px);
  }
  .htmega-btn-shadow-2 .htb-btn:hover::before, .htmega-btn-shadow-2 .htb-btn:hover::after {
    opacity: 1;
  }
  
  /* 
  * Accourdion style 
  */
  .single_accourdion {
    margin-bottom: 15px;
    position: relative;
  }
  .single_accourdion:last-child{
    margin-bottom: 0 !important;
  }
  .accordion-content {
    border: 1px solid #ddd;
    padding: 15px;
  }
  .htmega-items-hedding {
    background: #e6e6e6 none repeat scroll 0 0;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 0;
  }
  .htmega-accourdion-title h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .htmega-accourdion-title .htmega-items-hedding .accourdion-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    /* line-height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .htmega-accourdion-title .htmega-items-hedding .close-accourdion {
    opacity: 1;
    visibility: visible;
  }
  .htmega-accourdion-title .htmega-items-hedding .open-accourdion {
    opacity: 0;
    visibility: hidden;
  }
  .htmega-accourdion-title .htmega-items-hedding.htb-collapsed .open-accourdion {
    opacity: 1;
    visibility: visible;
  }
  .htmega-accourdion-title .htmega-items-hedding.htb-collapsed .close-accourdion {
    opacity: 0;
    visibility: hidden;
  }
  .htmega-icon-align-right .htmega-items-hedding {
    padding-right: 40px;
  }
  
  /* Accordion Image Hover Style */
  
  .gallery-wrap .item:hover {
    flex: 7;
  }
  
  /* Accordion Image Style Two*/
  ul.accordion--4 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center !important;
    justify-content: center;
  }
  
  ul.accordion--4 li {
    width: 115px;
    height: 480px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-box-shadow: 1px 3px 15px #555;
    -webkit-box-shadow: 1px 3px 15px #555;
    box-shadow: 1px 3px 15px #555;
  }
  
  ul.accordion--4 li.bleft {
    border-left: 2px solid #fff;
  }
  
  ul.accordion--4 li .heading {
    background-color: #fff;
    padding: 10px;
    margin-top: 60px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #18012c;
  }
  
  ul.accordion--4 li .description {
    position: absolute;
    height: 175px;
    bottom: 60px;
    left: 0px;
    display: none;
    width: 100%;
  }
  
  ul.accordion--4 li .description h2 {
    color: #18012c;
    font-size: 30px;
  }
  
  ul.accordion--4 li .description p {
    margin: 10px 22px;
    font-size: 14px;
    line-height: 28px;
    color: #18012c;
  }
  
  ul.accordion--4 li .description a {
    position: absolute;
    bottom: 5px;
    left: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #888;
  }
  
  ul.accordion--4 li .description a:hover {
    color: #333;
    text-decoration: underline;
  }
  
  ul.accordion--4 li .bgDescription {
    background: transparent;
    height: 340px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
  }
  .accordion--4 .accordion-content,.accordion--5 .accordion-content{
    border:0;
  }
  
  
  /* Accordion Image Style Three */
  
  .accordion--5 {
    position: relative;
    margin: 0 auto 0 auto;
  }
  
  .accordion--5 .single_accordion {
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
  }
  
  .accordion--5 .single_accordion::before {
    position: absolute;
    content: "";
    background: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
  }
  
  .accordion--5 .single_accordion .va-title {
    text-transform: uppercase;
    font-size: 40px;
    margin-left: 5px;
    color: #ffffff;
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
  }
  
  .accordion--5 .single_accordion .va-title div {
    font-size: 22px;
    font-style: italic;
    font-family: Georgia, serif;
  }
  
  .accordion--5 .single_accordion .va-content {
    display: none;
    margin-left: 0;
    padding: 0 23%;
    margin-top: -36px;
  }
  
  .accordion--5 .single_accordion .va-content div{
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
  }
  
  .accor_wrapper .single_accordion{
    background: #000;
    background-size: cover;
  }

  /* Title Icon Css */
  span.htmega-accordion-title-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  span.htmega-accordion-title-icon svg{
    width: 30px;
  }
  .htmega-title-icon-align-right .htmega-accordion-title-icon{
    left: auto;
    right: 0;
  }
  .htmega-accordion-seperator-yes.single_accourdion::after {
    content: "";
    position: absolute;
    width: 2px;
    height: auto;
    background: #000;
    left: 84px;
    top: 15px;
    bottom: 15px;
}
.htmega-accordion-short-des{
    display: block;
    font-size: 14px;
}
.htmega-items-hedding{
    margin: 0;
}
.elementor-widget-htmega-accordion-addons .accordion{
    display:block!important;
}

/* Accorion icon for Short desrioption style */
.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding .open-accourdion {
    opacity: 1;
    visibility: visible;
}
.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding .close-accourdion {
    opacity: 0;
    visibility: hidden;
}
.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding.htb-short-active  .close-accourdion {
    opacity:1;
    visibility: visible;
}
.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding.htb-short-active .open-accourdion {
    opacity: 0;
    visibility: hidden;
}


  /* 
  *Progress Bar Style 
  */
  
  /* Vertical Progress Bar */
  
  /* Circle  Progress Bar*/
  
  
  /* 
  *CountDown Style
  */
  .htmega-countbox {
    text-align: center; 
  }
  .htmega-countbox .ht-count {
    display: inline-block;
    position: relative;
    margin: 0 22px;
    line-height: 1;
  }
  .htmega-countbox .ht-count::before {
    position: absolute;
    content: ":";
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    color: #5e5b60;
    font-size: 55px; 
  }
  .htmega-countbox .ht-count:last-child::before {
    display: none; 
  }
  
  span.ht-count {
    padding: 28px 0px;
    border: 2px solid #18012c;
    border-radius: 10px;
    width: 139px;
    text-align: center; 
  }
  
  .htmega-countbox span.time-count {
    color: #242424;
    font-size: 36px;
    font-weight: 500;
    display: block;
    padding-bottom: 27px;
    margin-bottom: 27px;
    position: relative;
    font-family: "Montserrat", sans-serif; 
  }
  .htmega-countbox span.time-count::before {
      background-image: linear-gradient(to right, rgba(82, 65, 97, 0), rgba(82, 65, 97, 0.8) 40%, rgba(82, 65, 97, 0.8) 60%, rgba(82, 65, 97, 0));
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 84% auto;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%; 
  }
  
  .htmega-countbox span span.count-inner p {
    color: #242424;
    font-size: 30px;
    font-weight: 400;
    margin: 0; 
  }
  .htmega-timer-separate-no .htmega-countbox span.time-count::before, .htmega-separate-no .htmega-countbox .ht-count::before{
    display: none;
  }
  .htmega-countdown-style-2 .ht-count .count-inner .time-count,.htmega-countdown-style-2 .ht-count .count-inner p{
    display: inline-block;
  }
  .htmega-countdown-style-2 span.ht-count,.htmega-countdown-style-3 span.ht-count{
    width: auto !important;
    height: auto !important;
  }
  
  .htmega-countdown-style-3 .ht-count.second {
    left: 48.5%;
    margin: 0;
    position: absolute;
    top: -60px;
    transform: translateX(-50%);
  }
  .htmega-countdown-style-3 .ht-count.second p,.htmega-countdown-style-3 .htmega-countbox .ht-count.minutes::before
  {
    display: none;
  }
  .htmega-countdown-style-3 .ht-count::before {
    right: -26px;
    top: 21%;
    transform: inherit;
  }
  .htmega-hide-lavel .htmega-countbox .ht-count::before {
    right: -26px;
    top: 36%;
  }
  
  /* Event Button */
  
  /*
  * Team Member css
  */
  
  .htmega-team-style-1 .htmega-team-hover-action {
      position: absolute;
      width: 100%;
      text-align: center;
      height: 100%;
      top: -100px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0.5s;
      -moz-transition: all 0.3s ease-out 0.5s;
      -o-transition: all 0.3s ease-out 0.5s;
      -ms-transition: all 0.3s ease-out 0.5s;
      transition: all 0.3s ease-out 0.5s;
  }
  
  .htmega-team .htmega-team-hover-action .htmega-team-hover {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
  }
  
  .htmega-team .htmega-team-hover-action .htmega-team-hover p {
      color: #ffffff;
      font-size: 14px;
      line-height: 28px;
      padding: 0 23px;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -o-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: all 0.2s ease-in-out 0.1s;
      -moz-transition: all 0.2s ease-in-out 0.1s;
      -o-transition: all 0.2s ease-in-out 0.1s;
      -ms-transition: all 0.2s ease-in-out 0.1s;
      transition: all 0.2s ease-in-out 0.1s;
      opacity: 0;
  }
  
  .htmega-team .htmega-team-hover-action .htmega-team-hover .htmega-social-network {
      margin-bottom: 7px;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: all 0.2s ease-in-out 0.1s;
      -moz-transition: all 0.2s ease-in-out 0.1s;
      -o-transition: all 0.2s ease-in-out 0.1s;
      -ms-transition: all 0.2s ease-in-out 0.1s;
      transition: all 0.2s ease-in-out 0.1s;
      opacity: 0;
  }
  
  .htmega-team-style-1:hover .htmega-team-hover-action {
      opacity: 1;
      top: 0px;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -ms-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-animation: bounceY 0.9s linear;
      -moz-animation: bounceY 0.9s linear;
      -ms-animation: bounceY 0.9s linear;
      animation: bounceY 0.9s linear;
      background: rgba(24, 1, 44, 0.6);
  }
  
  .htmega-team:hover .htmega-team-hover-action .htmega-team-hover p,
  .htmega-team:hover .htmega-team-hover-action .htmega-team-hover .htmega-social-network {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -ms-transition-delay: 0.4s;
      transition-delay: 0.4s;
      opacity: 1;
  }
  
  .htmega-team-style-1:hover::before {
      width: 100%;
  }
  
  /*----------------------------
      Team Style 02
  ----------------------------*/
  
  .htmega-team-style-2:hover .htmega-thumb img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
  }
  
  .htmega-team-style-2 .htmega-team-hover-action {
      position: absolute;
      bottom: 30px;
      width: 100%;
      padding: 0 30px;
  }
  
  .htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action {
      text-align: center;
      padding: 25px 0;
      background-color: rgba(115, 146, 184, 0.7);
      width: 100%;
      opacity: 0;
      -webkit-transform: translate(265px, 145px) rotate(45deg);
      -moz-transform: translate(265px, 145px) rotate(45deg);
      -o-transform: translate(265px, 145px) rotate(45deg);
      -ms-transform: translate(265px, 145px) rotate(45deg);
      transform: translate(265px, 145px) rotate(45deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }
  
  .htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action h4 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 9px;
      color: #ffffff;
  }
  
  .htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action{
      background-color: #18012c;
  }
  .htmega-team-style-2 .htmega-team-hover-action{
    background-color: transparent !important;
  }
  
  .htmega-team-style-2:hover .htmega-team-hover-action .htmega-hover-action {
      opacity: 1;
      -webkit-transform: translate(0px, -10px) rotate(45deg);
      -moz-transform: translate(0px, -10px) rotate(45deg);
      -o-transform: translate(0px, -10px) rotate(45deg);
      -ms-transform: translate(0px, -10px) rotate(45deg);
      transform: translate(0px, -10px) rotate(0deg);
  }
  /* New two css */
  .htmega-team-hover-action.htmega-action-hover-st2 .htmega-hover-action {
      display: flex;
      justify-content: space-between;
      text-align: left;
      padding: 10px 15px;
      align-items: center;
  }
  .htmega-team-hover-action.htmega-action-hover-st2 {
      bottom: -30px;
  }
  
  .htmega-team-hover-action.htmega-action-hover-st2 ul.htmega-social-network{
      padding: 0;
  }
  
  .htmega-team-hover-action.htmega-action-hover-st2 .htmega-hover-action {
      background-color: transparent;
      background-image: linear-gradient(220deg, #FF9966 0%, #FF5E62 100%);
      border-radius: 5px 5px 5px 5px;
      padding: 15px;
  }
  /* Team Style 03 */
  
  .htmega-team-style-3 .htmega-team-click-action.visible {
      margin-bottom: 0px;
      background: #18012c;
  }
  
  /* Team Member Social Media CSS */
  
  .htmega-social-network li a:hover {
      color: #3B5998;
      background: transparent;
  }
  
  /* Team Style 04 */
  
  .htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-left img {
      z-index: 11;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      -webkit-transform-origin: 0% 50%;
      -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      -o-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  }
  
  .htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-right img {
      z-index: 11;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      -webkit-transform-origin: 100% 50%;
      -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      -o-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  }
  
  .htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-top img {
      z-index: 11;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      -webkit-transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      -o-transform-origin: 50% 0;
      transform-origin: 50% 0;
  }
  
  .htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-bottom img {
      z-index: 11;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      -webkit-transform-origin: 0 100%;
      -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      -o-transform-origin: 0 100%;
      transform-origin: 0 100%;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      text-align: center;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action::before {
      position: absolute;
      content: "";
      background: #18012c;
      opacity: 1;
      width: auto;
      height: auto;
      border-radius: 100%;
      left: 0px;
      top: 0px;
      bottom: 0px;
      right: 0px;
  }
  .htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action::before {
    background: rgba(24, 1, 44, 0.5) none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    height: auto;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
  }
  .htmega-thumb.htmega-team-image-hover-none {
    overflow: hidden;
  }
  .htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .htmega-team-style-4 .htmega-team-image-hover-none ul.htmega-social-network,.htmega-team-style-4 .htmega-team-image-hover-none span.htmega-team-designation{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .htmega-team-style-4 .htmega-team-image-hover-none span.htmega-team-designation{
      display: block;
      color: #fff;
  }
  .htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4,.htmega-team-style-4:hover .htmega-team-image-hover-none ul.htmega-social-network,.htmega-team-style-4:hover .htmega-team-image-hover-none span.htmega-team-designation  {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  
  .htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action::before {
    opacity: 1;
  }
  
  .htmega-team-style-4.htmega-team:hover .htmega-team-image-hover-none .htmega-team-hover-action {
    background-color: transparent!important;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4 {
      font-size: 16px;
      margin-bottom: 13px;
      font-weight: 500;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4 {
      color: #ffffff;
  }
  
  .htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-left img {
      -webkit-transform: rotate3d(0, 1, 0, -180deg);
      -moz-transform: rotate3d(0, 1, 0, -180deg);
      -ms-transform: rotate3d(0, 1, 0, -180deg);
      -o-transform: rotate3d(0, 1, 0, -180deg);
      transform: rotate3d(0, 1, 0, -180deg);
  }
  
  .htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-right img {
      -webkit-transform: rotate3d(0, 1, 0, 180deg);
      -moz-transform: rotate3d(0, 1, 0, 180deg);
      -ms-transform: rotate3d(0, 1, 0, 180deg);
      -o-transform: rotate3d(0, 1, 0, 180deg);
      transform: rotate3d(0, 1, 0, 180deg);
      z-index: 12;
  }
  
  .htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-top img {
      -webkit-transform: rotate3d(1, 0, 0, 180deg);
      -moz-transform: rotate3d(1, 0, 0, 180deg);
      -ms-transform: rotate3d(1, 0, 0, 180deg);
      -o-transform: rotate3d(1, 0, 0, 180deg);
      transform: rotate3d(1, 0, 0, 180deg);
  }
  
  .htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-bottom img {
      -webkit-transform: rotate3d(1, 0, 0, 180deg);
      -moz-transform: rotate3d(1, 0, 0, 180deg);
      -ms-transform: rotate3d(1, 0, 0, 180deg);
      -o-transform: rotate3d(1, 0, 0, 180deg);
      transform: rotate3d(1, 0, 0, 180deg);
  }
  
  /* Team Style 05 */
  
  .htmega-team-style-5 .htmega-team-hover-action {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      background-color: white;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      opacity: 0;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 20px;
      width: 100%;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 9px;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 a {
      color: #343434;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span {
      font-size: 16px;
      display: block;
      color: #343434;
      margin-bottom: 12px;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p {
      line-height: 26px;
      color: #494849;
      font-size: 14px;
      margin-bottom: 16px;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network {
      justify-content: flex-start;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li:first-child {
      margin-left: 0;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4,
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span,
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      opacity: 0;
  }
  
  .htmega-team-style-5:hover .htmega-team-hover-action {
      opacity: 1;
      background-color: white;
  }
  
  .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action h4,
  .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,
  .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action p,
  .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action span {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
  
  .htmega-team-style-5:hover .htmega-thumb img {
      -webkit-transform: scale(10);
      -moz-transform: scale(10);
      -o-transform: scale(10);
      -ms-transform: scale(10);
      transform: scale(10);
      opacity: 0;
  }
  
  /* Team Style 06 */
  
  .htmega-team-style-6:hover .htmega-thumb img {
      transform: scale(1.2) rotate(10deg);
  }
  
  /* Team Style 07 */
  
  .htmega-team-style-7 .htmega-team-hover-action {
      position: absolute;
      bottom: 30px;
      width: 100%;
      text-align: center;
  }
  
  .htmega-team-style-7 .htmega-team-hover-action{
      background-color: transparent;
  }
  
  .htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network {
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a {
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transform: scale(0.1);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transform: scale(0.1);
      opacity: 0;
      height: 28px;
      width: 28px;
      line-height: 28px;
  }
  
  .htmega-team-style-7:hover .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a {
      opacity: 1;
      transform: scale(1);
      -webkit-transition-delay: .1s;
      transition-delay: .1s;
  }
  
  .htmega-team-style-7 .htmega-team-content h4:hover {
      color: #18012c;
  }
  
  .htmega-team-style-7:hover .htmega-thumb img {
      transform: scale(1.2) rotate(10deg);
  }
  /* Team Style 08 */
  .htmega-team-style-8 .htmega-team-hover-action {
      position: absolute;
      bottom: -110%;
      width: 100%;
      z-index: 2;
      left: 0;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease-in-out;
      background-color: transparent;
      background-image: linear-gradient(280deg, #FCC5FF 0%, #8D73FF 100%);
  }
  .htmega-team-style-8:hover .htmega-team-hover-action {
      bottom: 0;
  }
  .htmega-team-style-8:hover::after,.htmega-team-style-8:hover::before{
      opacity: 0;
  }
  .htmega-team-style-8 .htmega-team-hover-action:after {
      position: absolute;
      content: "";
      width: 51px;
      height: 3px;
      top: 0;
      left: 50%;
      background: #fff;
      margin-left: -25px;
  }
  
  /* Team Content style 3 */
  .htmega-team-style-8.htmega-st8-new3 .htmega-team-hover-action {
      bottom: 0;
      left: -99%;
  }
  .htmega-team-style-8.htmega-st8-new3:hover .htmega-team-hover-action{
      left: 0;
  }
  
  /*---------------------------------
      Pricing Table Style
  -----------------------------------*/
  .elementor-widget-htmega-pricing-table-addons span.htmega-price-badge {
    position: absolute;
    top: -1px;
    background: #fff;
    padding: 12px 40px;
    z-index: 9;
    line-height: 1;
    border-radius: 5px 0px 0px 5px;
}
.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge-position-left {
    left: 40px;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge-position-right{
    right: 0;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
  
  /* Pricing Table style 1 */
  
  .htmega-pricing-style-1 a.price_btn:hover {
      background: #4ebec4;
      color: #ffffff;
      border: 1px solid #4ebec4;
  }
  
  /* Pricing Table style 2*/
  
  .htmega-pricing-style-2 .htmega-pricing-footer a.price_btn:hover {
      background: #52b6bc;
      color: #ffffff;
      border: 2px solid #52b6bc;
  }
  
  
  /* Pricing Table style 3 */
  
  .htmega-pricing-style-3 .htmega-pricing-footer a.price_btn:hover {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Pricing Table style 4 */

.htmega-pricing-style-4:hover .htmega-pricing-body::before {
    opacity: 0;
}
  
  .htmega-pricing-style-4 .htmega-pricing-footer a.price_btn:hover {
      background: #0056ff;
      color: #ffffff;
      border: 1px solid #0056ff;
  }
  
  .htmega-pricing-style-4:hover .htmega-pricing-footer {
      height: 46px;
  }
  
  .htmega-pricing-style-4.active .htmega-pricing-footer {
      height: 46px !important;
  }
  
  /* Pricing Table Style 5 */
  
  .htmega-pricing-style-5 .htmega-pricing-body a.price_btn:hover {
      border: 1px solid #0056ff;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active {
      border: 1px solid #0056ff;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active:hover {
      border: 1px solid transparent;
  }
  
  /* Pricing Table Style 6 */
  
  .htmega-pricing-style-6 .htmega-pricing-footer a.price_btn:hover {
      transform: translateY(-5px);
  }
  
  /* Pricing Table style 7 */
  
  .htmega-pricing-style-7 .htmega-pricing-footer a.price_btn:hover {
      background: #f7ca18;
      color: #000000;
  }

  /* Pricing Table style 8 */

      /* Pricing Table style 9 */
    .htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer a.price_btn:hover {
        color: #FFFFFF;
        background-color: #FF5151;
    }
  
  /*-----------------------------
      Brand Style
  ------------------------------*/
  
  /* Brand style 2 */

  /* Mobile Quary Brand widgets*/
  
  /* Brand Style Four */
  
  /*-----------------------
   * Newsletter Style 
  -----------------------*/
  
  /* Newsletter Style Two */
  
  /* Newsletter Style Three */
  
  /* Newsletter Style Four */
  
  /* Newsletter Style Five */
  
  /*
  * Testimonial Style
  */
  
  .htmega-testimonial-area .slick-prev, .htmega-testimonial-area .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #7d7d7d;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: auto;
    line-height: 1;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: auto;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  .htmega-testimonial-area .slick-next{
    right: 0;
  }
  
  .htmega-testimonial-area .slick-dots{
    list-style: none;
  }
  .htmega-testimonial-area .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 12px;
      height: 12px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #e3e3e3;
      border-radius: 100%;
  }
  .htmega-testimonial-area .slick-dots li.slick-active button {
      background: #ff6600;
  }
  .htmega-testimonial-area .slick-dots li button:before {
      display: none;
  }
  .htmega-testimonial-area .slick-dots {
      bottom: -30px;
      z-index: 3;
  }
  .htmega-testimonial-area .slick-dots li {
      margin: 0 7px;
      width: 12px;
      height: 12px;
  }
  .htmega-testimonial-area .slick-prev::before, .htmega-testimonial-area .slick-next::before{
    display: none;
  }
  .htmega-testimonial-area:not(.htmega-testimonial-style-4) .slick-dots{
    left:0;
  }
  /*Testimonial Style One*/
  .htmega-testimonial-activation {
    z-index: 1;
  }
  .htmega-testimonial-style-1 .testimonal {
      text-align: center;
  }
  
  .htmega-testimonial-style-1 .testimonal img {
      margin-bottom: 34px;
      text-align: center;
      display: inline-block;
  }
  
  .htmega-testimonial-style-1 .testimonal .content {
      margin-top: 30px;
  }
  
  .htmega-testimonial-style-1 .testimonal .content p {
      color: #3e3e3e;
      font-size: 18px;
      line-height: 35px;
      padding: 0 10%;
  }
  
  .htmega-testimonial-style-1 .testimonal .content h4 {
      color: #3e3e3e;
      font-size: 20px;
      line-height: 37px;
      margin: 0;
  }
  
  .htmega-testimonial-style-1 .testimonal .content span {
      color: #3e3e3e;
      font-size: 18px;
  }
  
  /* Testimonial Style Two */
  
  .htmega-testimonial-style-2 .slick-slide {
      padding: 5px 15px;
  }
  
  .htmega-testimonial-style-2 .slick-center .testimonal img {
      border: 1px solid #ff6600;
  }
  
  .htmega-testimonial-style-2 .slick-dots {
      bottom: -75px;
  }
  
  .slick-dotted.slick-slider {
      margin-bottom: 0;
  }
  
  /* Testimonial Style 3 */
  /* Testimonial Style 4 */
  .htmega-testimonial-style-4 ul.slick-dots li button::before {
    content: "0";
    display: block;
    font-size: 16px;
    height: auto;
    left: -8px;
    line-height: 1;
    opacity: 1;
    position: absolute;
    top: -4px;
    width: auto;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots {
      padding: 0;
      margin: 0;
      list-style: none;
      border: 0 none;
      text-align: right;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li button {
      background: transparent;
      border: 0 none;
      color: #18012c;
      font-weight: 600;
      font-size: 16px;
      position: relative;
      display: inline-block;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li {
      padding: 6px 0;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
      position: relative;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li {
    height: auto;
    line-height: 1;
    padding: 8px 0 10px 45px;
    position: relative;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li::after {
      position: absolute;
      content: "";
      background: #18012c;
      width: 0;
      height: 1px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.5s;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li.slick-active::after {
      width: 30px;
  }
  .htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
    background: transparent;
  }
  
  /* Testimonial Style 5 */
  
  .htmega-testimonal-nav.slick-slider {
      max-width: 35%;
      width: 100%;
      margin: 0 auto;
  }
  
  .slick-slide.slick-active.slick-center .testimonal-img img {
      transform: scale(1);
  }
  
  .slick-slide.slick-active .testimonal-img img {
      transform: scale(0.8);
      text-align: center;
      display: inline-block;
  }
  
  .htmega-testimonial-style-5 .htmega-testimonal-nav .slick-track {
      margin-top: 85px;
  }
  
  .htmega-testimonal-nav .slick-slide:not(.slick-center) .content {
      opacity: 0;
  }
  .htmega-testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7b00;
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}
.htmega-testimonial-rating li{
    margin-right: 5px;
    font-size: 14px;
}
.htmega-testimonial-style-5 .htmega-testimonal-nav .content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 0;
    width: max-content;
}
  
.htmega-testimonial-style-5 .htmega-testimonal-nav .testimonal-image{
    margin-bottom: 70px;

}
  /* Testimonial Style 6 */
  
  .htmega-testimonial-style-6 .slick-arrow {
      width: 36px;
      height: 36px;
      color: #7d7d7d;
      border: 0 none;
      background: #fff;
      border-radius: 100%;
      font-size: 24px;
      left: 0;
      top: 20%;
      z-index: 999;
      transition: 0.5s;
      box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
  }
  
  .htmega-testimonial-style-6 .slick-arrow:hover {
      background: #52b6bc;
      color: #fff;
  }
  
  .htmega-testimonial-style-6 button.slick-next.slick-arrow {
      left: auto;
      right: 0;
  }
  
  /* Testimonial Style 7 */
  
  .htmega-testimonial-style-7 .slick-arrow {
      top: 9%;
      left: 16%;
      color: #aeaeae;
      font-size: 48px;
      background: transparent;
      border: 0 none;
      z-index: 2;
      transition: 0.5s;
  }
  
  .htmega-testimonial-style-7 .slick-arrow:hover {
      color: #f6ab4b;
  }
  
  .htmega-testimonial-style-7 button.slick-next.slick-arrow {
      left: auto;
      right: 16%;
  }
  
  /*Testimonial Style 8 */
  
  .htmega-testimonial-style-8 .slick-arrow {
      left: 0;
      color: #aeaeae;
      font-size: 48px;
      border: 0 none;
      top: 43%;
      transition: 0.5s;
  }
  
  .htmega-testimonial-style-8 .slick-arrow:hover {
      color: #f6ab4b;
  }
  
  .htmega-testimonial-style-8 button.slick-next.slick-arrow {
      left: auto;
      right: 0;
  }
  
  /*Testimonial Style 9 */
  /* Testimonial Style 10 */
ul.htmega-testimonial-rating * {
    transition: all 0.0s;
}
  /* Testimonial Style 11 */
.htmega-testimonial-style-11 .htmega-testimonal-nav .testimonal-image {
    margin-bottom: 40px;
    padding: 58px 0px 43px 0px;
}
.htmega-testimonial-style-11 .slick-slide.slick-active.slick-center .testimonal-img img,
.htmega-testimonial-style-11 .slick-slide.slick-active .testimonal-img img {
    transform: scale(1);
}
.htmega-testimonial-style-11 .slick-slide.slick-active.slick-center .testimonal-img {
    transform: scale(1.5);
    z-index: 3;
}
  /* Testimonial Style 12 */
  /* Testimonial Style 13 */
.htmega-testimonial-style-13 .testimonal:hover{
    margin-top: 0px;
    border-color: #DA9A28;
}

  /* New arrow style testimonial 2 */
  .htmega-sl-arraow-style-2.htmega-testimonial-area .slick-next {
    top: 0;
    transform: translate(0);
}
.htmega-sl-arraow-style-2.htmega-testimonial-area .slick-prev {
    left: auto;
    right: 0;
    top: 67px;
    transform: translate(0);
}
  /* New arrow style testimonial 3 */
.htmega-sl-arraow-style-3.htmega-testimonial-area .slick-prev {
    right: 70px;
    left: auto;
}
.htmega-sl-arraow-style-3.htmega-testimonial-area .slick-arrow{
    top:auto;
    bottom:0;
    transform: translate(0);
}

  /*
  * Form Style
  */
  
  /* Form Style One*/
  
  .htmega-form-style-1 form input:focus,
  .htmega-form-style-1 select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-1 form input[type="submit"]:hover {
      background-color: #18012c;
  }
  
  .htmega-form-style-1 form textarea:focus {
      border: 1px solid #18012c;
  }
  
  /*Form Style 2*/
  
  .htmega-form-style-2 input:focus,
  .htmega-form-style-2 select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-2 input[type="submit"]:hover {
      background-color: #18012c;
      color: #ffffff;
  }
  
  .htmega-form-style-2 textarea:focus {
      border: 1px solid #18012c;
  }
  
  /* Form style 3 */
  
  .htmega-form-style-3 form input:focus,
  .htmega-form-style-3 form select:focus {
      border-bottom: 1px solid #18012c;
  }
  
  .htmega-form-style-3 form input[type="submit"]:hover {
      background: #ffffff;
      color: #0056ff;
  }
  
  .htmega-form-style-3 form textarea:focus {
      border-bottom: 1px solid #18012c;
  }
  
  /* Form Style 4 */
  
  .htmega-form-style-4 form .input-box input:focus,
  .htmega-form-style-4 form .input-box select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-4 form .input-box textarea:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-4 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  /* Form Style 5 */
  
  .htmega-form-style-5 form input:focus,
  .htmega-form-style-5 form select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-5 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  .htmega-form-style-5 form textarea:focus {
      border: 1px solid #18012c;
  }
  
  /* Form Style 6 */
  
  .htmega-form-style-6 form input:not([type="checkbox"],[type="radio"],[type="file"]):focus,
  .htmega-form-style-6 form select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-6 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  .htmega-form-style-6 form textarea:focus {
      border: 1px solid #18012c;
  }
  
  input,
  textarea {
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
      outline: none;
  }
  /*
   * LogIn Style
   */

/* login widget button    */
  
  /* LogIn Style 1 */
  
  .htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"]:hover {
      background: #18012c;
      color: #fff;
  }
  
  /* The lable-content */
  
  /* Hide the browser's default checkbox */
  
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  .lable-content:hover input~.checkmark {
      border: 1px solid #0056ff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  
  /* Show the checkmark when checked */
  
  /* Style the checkmark/indicator */
  
  /* LogIn Style 2 */
  
  .htmega-login-form-style-2 form input[type="submit"]:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  /* Style the checkmark/indicator */
  
  .htmega-login-form-style-2 .lable-content:hover input~.checkmark,
  .htmega-login-form-style-4 .lable-content:hover input~.checkmark {
      border: 1px solid #ffffff;
  }
  
  /* LogIn Style 3 */
  
  .htmega-login-form-style-3 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  
  /* LogIn Style 4 */
  
  .htmega-login-form-style-4 form input[type="submit"]:hover {
      background: #ffffff;
      color: #18012c;
  }
  
  /*
  * Service Style
  */
  .htmega-service a.readmore_btn:hover {
      background: #0056ff;
      color: #fff;
  }
  
  /*Service Style One*/
  
  /*Service Style Two*/
  
  /*Service Style Three*/
  .htmega-service-style-3:hover .icon {
      border: 1px solid #0056ff;
  }
  
  .htmega-service-style-3:hover .icon i {
      background: #0056ff;
      color: #fff;
  }
  
  
  .htmega-service.htmega-service-style-3:hover:after,.htmega-service.htmega-service-style-3:hover:before {
      content: "";
      background: transparent;
      width: 2px;
      height: 25px;
      top: 50%;
      margin-top:-12px;
      left: 0px;
      position: absolute;
  }
  .htmega-service.htmega-service-style-3:hover:before{
      left: auto;
      right: 0px;
  }
  
  /*Service Style 04*/
  
  /* Service Style 05 */
  
  .htmega-service-style-5:hover .thumb::before {
      opacity: 0.3;
  }
  
  /*================================
      Service Style 06
  ==================================*/
  
  /*Service Style 07*/
  
  .htmega-service-style-7:hover::before {
      opacity: 0;
  }
  
  .htmega-service-style-7:hover .content h4,
  .htmega-service-style-7:hover .content p,
  .htmega-service-style-7:hover .icon i {
      color: #fff !important;
  }
  
  /* small mobile :320px. */
  /*
  * News Ticker Css
  */
  
  .breaking-news-default .breaking-news-nav {
      float: right;
      display: flex;
      height: 80px;
      align-items: center;
      margin-right: 42px;
  }
  
  .breaking-news-default .breaking-news-nav button {
    border: 1px solid #18012c;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    background: transparent;
  }
  
  .breaking-news-default .breaking-news-nav button i {
      color: #18012c;
      font-size: 24px;
  }

  /*News Ticker Style 1*/
    /* svg icon style */
  
  .htmega-newsticker-style-1 .breaking-news-nav {
      float: right;
      display: flex;
      align-items: center;
      margin-right: 42px;
      margin-left: auto;
  }
  
  .htmega-newsticker-style-1 .breaking-news-nav button {
      border: 1px solid #fff;
      margin: 0 5px;
      transform: skew(-20deg);
  }
  
  .htmega-newsticker-style-1 .breaking-news-nav button:hover {
      border: 1px solid #d20001;
      background: #d20001;
  }
  
  .htmega-newsticker-style-1 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 24px;
  }
  
  
  /*News Ticker Style 2*/
  .htmega-newsticker-style-2 .breaking-news-nav {
      margin-right: 29px;
  }
  
  .htmega-newsticker-style-2 .breaking-news-nav button {
      margin: 0 3px;
      border: 1px solid transparent;
      width: auto;
      height: auto;
  }
  
  .htmega-newsticker-style-2 .breaking-news-nav button i {
      color: #000000;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-2 .breaking-news-nav button i:hover {
      color: #1d62af;
  }
  
  /*News Ticker Style 3*/
  
  .htmega-newsticker-style-3 .breaking-news-nav {
      margin-right: 0;
      float: left;
      margin-left: 29px;
      order: 1;
  }
  
  .htmega-newsticker-style-3 .breaking-news-nav button {
      margin: 0 3px;
      border: 1px solid transparent;
      width: auto;
      height: auto;
  }
  
  .htmega-newsticker-style-3 .breaking-news-nav button i {
      color: #000000;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-3 .breaking-news-nav button i:hover {
      color: #1d62af;
  }
  
  /*News Ticker Style 4*/
  
  .htmega-newsticker-style-4 .breaking-news-nav {
      margin-right: -1px;
      height: 50px;
  }
  
  .htmega-newsticker-style-4 .breaking-news-nav button {
      margin: 0 1px;
      border: 1px solid transparent;
      width: 50px;
      height: 50px;
      background: #4b7bb0;
  }
  
  .htmega-newsticker-style-4 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-4 .breaking-news-nav button i:hover {
      color: #18012c;
  }
  
  /*News Ticker Style 5*/
  
  .htmega-newsticker-style-5 .breaking-news-nav {
      margin-right: 11px;
      height: 50px;
  }
  
  .htmega-newsticker-style-5 .breaking-news-nav button {
      margin: 0;
      border: 1px solid transparent;
      width: auto;
      height: auto;
  }
  
  .htmega-newsticker-style-5 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-5 .breaking-news-nav button i:hover {
      color: #18012c;
  }
  
  /*News Ticker Style 6*/
  
  .htmega-newsticker-style-6 .breaking-news-nav {
      margin-right: 11px;
      height: 60px;
  }
  
  .htmega-newsticker-style-6 .breaking-news-nav button {
      margin: 0;
      border: 1px solid transparent;
      width: auto;
      height: auto;
  }
  
  .htmega-newsticker-style-6 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-6 .breaking-news-nav button i:hover {
      color: #18012c;
  }
  
  /*News Ticker Style 7*/
  
  .htmega-newsticker-style-7 .breaking-news-nav {
      margin-right: 12px;
      height: 60px;
  }
  
  .htmega-newsticker-style-7 .breaking-news-nav button {
      margin: 0 1px;
      border: 1px solid transparent;
      width: 38px;
      height: 38px;
      background: #1d62af;
  }
  
  .htmega-newsticker-style-7 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-7 .breaking-news-nav button:hover {
      opacity: 0.7;
  }
  

  @media (max-width: 767px) {
    .htmega-newsticker-style-2 .breaking-news-nav {
        margin-right: 0;
    }
    .htmega-newsticker-style-5 .breaking-news-nav {
        margin-right: 0;
    }
    .htmega-newsticker-style-3 .breaking-news-nav {
        margin-left: 0;
    }
    .htmega-newsticker-style-4 .breaking-news-nav {
        margin-top: 15px;
    }
  }




  /*
  * Social Share Style
  */
  .htmega-share-counter {
    margin-left: 5px;
  }
  
  /*Social Icons Style 01*/
  
  .htmega-social-style-1 ul li:hover {
      opacity: 0.7;
  }
  
  /*
  * LightBox Style
  */
  .htmega-lightbox {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
  }
  
  .htmega-lightbox .htmega-lightboxthumb a img {
    width: 100%;
  }
  
  .htmega-lightbox .htmega-lightbox-action {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    left: 0;
    opacity: 0;
  }
  
  .htmega-lightbox .htmega-lightbox-action::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
  }
  
  .htmega-lightbox .htmega-lightbox-action a {
    position: absolute;
    top: 50%;
    transform:translate(-50%,-50%);
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 100%;
    left: 50%;
  }
  .htmega-lightbox .htmega-lightbox-action a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 25px;
    text-align: center;
  }
  .image-popup-vertical-fit svg {
    width: 20px;
  }
  
  .htmega-lightbox .htmega-lightbox-action a.play__btn i {
    border: 1px solid transparent;
  }
  
  .htmega-lightbox:hover .htmega-lightbox-action {
    opacity: 1;
  }
  
  .lightbox_button_only .htmega-lightbox-action {
    opacity: 1;
    position: static;
  }
  .lightbox_button_only.htmega-lightbox .htmega-lightbox-action a{
    position: static;
    transform: translate(0, 0);
  }
  .lightbox_button_only .htmega-lightbox-action::before{
    display: none; 
  }

  
  /*
  * Video Player
  */
  .htmega-player-container .magnify-video-active {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: #18012c;
    display: inline-block;
    font-size: 40px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    padding: 10px 25px;
    text-decoration: none;
    position: relative;
  }
  .htmega-player-container .magnify-video-active *{
      line-height: initial;
  }
  .htmega-player-container .magnify-video-active:hover {
      transform: scale(1.2);
      background: #18012c;
      color: #fff;
  }
  a.magnify-video-active:focus,.mfp-iframe-holder .mfp-close:hover{
      outline: 0;
      border:none;
  }
   .mfp-iframe-holder .mfp-close:hover {
    display: inline-block;
    width: auto;
    background: transparent;
}
  
  /* Animation Button css */
  .htmega-player-container .magnify-video-active i,
  .htmega-player-container .magnify-video-active img{
      position: relative;
      z-index: 1;
  }
   .htmega-video-mark .htmega-wave-pulse {
      width: 1px;
      height: 0;
      margin: 0 auto;
    }
   .htmega-video-mark .htmega-wave-pulse::after, .htmega-video-mark .htmega-wave-pulse::before {
      opacity: 0;
      content: '';
      display: block;
      position: absolute;
      width: 200px;
      height: 200px;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      border: 3px solid #fff;
      animation: zoomBig 2.25s linear infinite;
      animation-delay: 0s;
    }
   .htmega-video-mark .htmega-wave-pulse::before {
      animation-delay: .75s;
    }
    .htmega-player-container iframe.playerBox {
          width: 100%!important;
          margin: 0!important;
          height: 100%!important;
      }
    @keyframes zoomBig {
      0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 4px;
      }
      40% {
        opacity: .8;
        border-width: 3px;
      }
      65% {
        border-width: 2px;
      }
      100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
      }
    }
  
  /*
  * Search Style
  */
  .htmega-search-box input:focus {
      outline: none;
  }
  
  /* Search Style 01 */
  
  .htmega-search-style-1 input:focus {
      width: 100%;
      border: 1px solid hotpink;
  }
  
  .htmega-search-style-1 input:focus~button {
      width: 36px;
  }
  
  .htmega-search-style-1 input:focus~button.btn-search {
      background: hotpink;
      color: #fff;
      border-radius: 20px;
  }
  
  .htmega-search-style-1 input:focus~button.btn-reset {
      right: -22px;
  }
  
  /* Search Style 02 */
  
  .htmega-search-style-2 input[type="text"]:focus {
      width: 100%;
      z-index: 1;
      border-bottom: 1px solid #333;
      cursor: text;
  }
  
  /* Search Style 03 */
  
  .htmega-search-style-3 input[type="text"]:focus {
      width: 100%;
      border-radius: 20px;
      border: 1px solid #ed552d;
  }
  
  .htmega-search-style-3 input[type="text"]:focus~button {
      background: #ed552d;
      border: 1px solid #ed552d;
      border-radius: 0 20px 20px 0;
      color: #fff !important;
  }
    
  /* Search Style 04 */
  
  .htmega-search-style-4 form.open {
      width: 100%;
  }
  
  .htmega-search-style-4 form.open:before {
      height: 20px;
      margin: 15px 8px 10px 29px;
      position: absolute;
  }
  
  .htmega-search-style-4 .search-box:focus {
      outline: none;
  }
  
  .htmega-search-style-4 form.open .search-icon {
      margin: 0;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      top: 5px;
  }
  
  .htmega-search-style-4 form.open .search-icon:before {
      transform: rotate(52deg);
      right: 12px;
      top: 12px;
      height: 18px;
  }
  
  .htmega-search-style-4 form.open .search-icon:after {
      transform: rotate(-230deg);
      right: 12px;
      top: 2px;
      height: 18px;
  }
  
  /* Search Style 05 */
  
  .block-bg.is-visible {
      opacity: 1;
      transform: scale(1);
      visibility: visible;
  }
  
  .block-bg .close__wrap:hover {
      color: #ffffff;
  }
  .minisearch .field__search .action button:hover{
      background:transparent;
  }
  /* Device :991px. */

  /*
   * Blockquote Style
  */
  blockquote {
      margin: 0;
  }
  
  /*Blockquote Style 01*/
  
  /*
  * Instagram Style
  */
  
  /*Follow Instagram Btn*/
  
  .htmega-instragram .instagram_follow_btn:hover {
      opacity: 0.7;
      color: #000000;
  }
  
  /* Instagram Style 01 */
  
  .htmega-instragram ul.htmega-instagram-list li:hover .instagram-clip {
      opacity: 1;
  }
  
  
  /*Instagram Style 02*/
  
  .htmega-instragram-style-2 ul.htmega-instagram-list li:hover a img {
      transform: scale3d(1.1, 1.1, 1);
      opacity: 0.8;
  }
  
  .htmega-instragram .slick-arrow {
      position: absolute;
      top: 45%;
      left: -20px;
      z-index: 2;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: #f75876;
      border: 1px solid #f75876;
      color: #fff;
      text-align: center;
      transition: 0.4s ease-in-out;
      opacity: 0;
      padding: 0;
      line-height: 1;
  }
  
  .htmega-instragram .htmega-carosul-next.slick-arrow {
      left: auto;
      right: -20px;
  }
  
  .htmega-instragram ul.htmega-instagram-list:hover .slick-arrow {
      opacity: 1;
      left: 0;
  }
  
  .htmega-instragram ul.htmega-instagram-list:hover .htmega-carosul-next.slick-arrow {
      opacity: 1;
      right: 0;
      left: auto;
  }
  
  .htmega-instragram .slick-dots {
    position: relative;
    bottom: 0;
  }
  .htmega-instragram .slick-dots li {
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 3px !important;
    width: 15px !important;
    background: #f75876;
    float: none !important;
  }
  .htmega-instragram .slick-dots li button{
    padding: 0;
  }
  .htmega-instragram .slick-dots li button::before{
    display: none;
  }
  .htmega-instragram .slick-dots li.slick-active{
    background: #000;
  }
  
  /*Instagram Style 03*/
  
  .htmega-instragram-style-3 ul li:hover .instagram-clip {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  
  .htmega-instragram-style-3 ul li:hover a img {
      opacity: .7;
      -webkit-transform: scale(1.15) translate3d(0, 0, 0);
      transform: scale(1.15) translate3d(0, 0, 0);
  }
  
  
  /* Instagram Style 04 */
  
  .htmega-instragram-style-4 ul.htmega-instagram-list li:hover a img {
      transform: scale3d(1.2, 1.2, 1);
      opacity: 0.6;
  }
  
  
  /*
  * Switcher Style
  */
  
  .htmega-switcher-nav {
      display: inline-block !important;
      background: #eeeeee;
      border-radius: 30px;
      overflow: hidden;
  }
  
  .htmega-switcher-nav a {
    display: inline-block;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 32px;
    z-index: 1;
    position: relative;
    font-family: "Montserrat", sans-serif;
  }
  .htmega-switcher-nav a i{
    margin-right: 5px;
  }
  .htmega-switcher-nav svg {
    width: 20px;
    float: left;
    margin-right: 8px;
  }
  
  .htmega-switcher-nav a::before {
      height: 100%;
      top: 0;
      z-index: 0;
      content: '';
      width: 0;
      position: absolute;
      left: 0;
      transition: all 300ms ease-out;
      z-index: -1;
  }
  
  .htmega-switcher-nav a.htb-active {
      color: #ffffff;
  }
  
  .htmega-switcher-nav a.htb-active::before {
      width: 100%;
      background-color: #ed552d;
  }
  
  .htmega-switcher-toggle-title {
      text-transform: uppercase;
      font-weight: 600;
  }
  
  .htmega-switcher-toggle{
    margin: 20px 0 30px 0;
    text-align: center;
    font-weight: 400;
  }
  
  .htmega-switch-toggle{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 15px 0 15px;
    line-height: 36px;
  }
  
  .htmega-switcher-toggle i{
    margin-right: 7px;
  }
  
  .htmega-switche-toggle-slider{
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked+.htmega-switche-toggle-slider {
      background-color: #2196F3;
  }
  
  input:checked+.htmega-switche-toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  .htmega-switche-toggle-slider:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .htmega-single-toggle-switch.toggle-tab-pane{
    display: none;
  }
  
  .htmega-single-toggle-switch.toggl-active{
    display: block;
  }
  
  /*
  * User Register Style
  */

  /* Register Header Style  */  
  /* Register Style 01 */
.htmega-register-wrapper:not(.htmega-register-style-3) .htmega-register-form form a:hover{
    opacity: 0.7;
}
.htmega-register-wrapper.htmega-register-style-6 .htmega-register-form form a:hover{
    opacity: 1;
}
  
  .htmega-register-style-1 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  /* Register Style 02 */
  
  .htmega-register-style-2 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  
  /* Register Style 03 */
  
  .htmega-register-style-3 form input[type="submit"]:hover {
      background: #ffffff !important;
      color: #18012c;
  }
  
  .htmega-register-style-3 .login a:hover {
      background: #ffffff;
      color: #18012c;
  }
  
  .htmega-register-style-3 form input[type="submit"]:hover {
      background: #fff;
      color: #18012c;
  }
  
  
  /* Register Style 04 */
  
  .htmega-register-style-4 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  /* Register Style 05 */
  
  .register-top .register-top-right a:hover {
      background: #18012c;
      color: #ffffff;
  }  
  
  .htmega-register-style-5 form input[type="submit"]:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  .htmega-register-style-5 form input:focus ,
  .htmega-register-style-5 form textarea:focus{
      border: 1px solid #18012c;
  }
  
  .htmega-register-style-4 form input:focus {
      border: 0 none;
      border-bottom: 1px solid #18012c;
  }


  /* Register Style 06 */
  /*
   * Tab Style
   */
  
   .htmega-tab-area:not(.htmega-tab-style-5) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .htmega-tab-area:not(.htmega-tab-style-5) .htb-tab-content{
        width: 100%;
    }
  /*Tab Style 01*/
  .htmega-tab-nav a {
      color: #575757;
      font-size: 14px;
      font-weight: 500;
      padding: 0 16px;
      background: transparent;
      line-height: 34px;
      transition: 0.5s;
      margin: 0 9px;
      margin-bottom: 20px;
  }
  .htmega-tab-nav svg {
    width: 20px;
    float: left;
    /* margin-top: 5px; */
  }
  
  .htmega-tab-nav a i,.htmega-tab-nav a svg{
    /* margin-right: 10px; */
  }
  
  .htmega-tab-nav a.htb-active {
      background: #575757;
      color: #fff;
  }
  
  .tab-content .htmega-single-tab {
      margin-top: 20px;
  }
  
  .htmega-tab-image{
      overflow: hidden;
  }
  
  /*Tab Style 02*/
  .htmega-tab-menu-style-2 a {
      color: #575757;
      font-weight: 600;
      font-size: 14px;
      margin: 0 25px;
      margin-bottom: 20px;
      padding: 0;
      padding-bottom: 10px;
      position: relative;
      background: transparent;
  }
  .htmega-tab-menu-style-2 a.htb-active{
    background: transparent;
    color: #575757;
  }
  
  .htmega-tab-menu-style-2 a::before {
      position: absolute;
      content: "";
      left: 0;
      height: 1px;
      width: 0;
      bottom: 0;
      background: #575757;
      transition: 0.4s ease-in-out;
  }
  
  .htmega-tab-menu-style-2 a.htb-active::before {
      width: 100%;
  }
  
  /*Tab Style 03*/
  .htmega-tab-menu-style-3 {
      border-bottom: 1px solid #e3e3e3;
      margin-bottom: 18px;
  }
  
  .htmega-tab-menu-style-3 a {
      color: #575757;
      font-size: 14px;
      font-weight: 600;
      padding: 0;
      padding: 0 24px;
      background: #e3e3e3;
      height: 40px;
      line-height: 39px;
      margin: 0 10px;
      margin-bottom: -1px;
      border: 1px solid;
      transition: 0.4s ease-in-out;
      border-color: #e3e3e3 #e3e3e3 #ffffff;
  }
  
  .htmega-tab-menu-style-3 a.htb-active {
      background: transparent;
      border: 1px solid;
      border-color: #e3e3e3 #e3e3e3 #ffffff;
      color: #575757;
  }
  
  .htmega-tab-style-3 .htmega-single-tab p {
      color: #494849;
      font-size: 16px;
      line-height: 28px;
      margin-top: 23px;
  }
  
  /* Tab Style 04 */
  .htmega-tab-menu-style-4 a {
      background: #575757;
      padding: 0 25px;
      /* height: 40px; */
      line-height: 40px;
      border-radius: 5px;
      color: #ffffff;
      margin: 0 10px;
      margin-bottom: 20px;
      font-weight: 600;
      font-size: 14px;
  }
  
  .htmega-tab-menu-style-4 a.htb-active {
      background: #ed552d;
  }
  
  /*Tab Style 05*/
  .htmega-tab-style-5 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .htmega-tab-style-5 .htmega-tab-nav{
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 0px;
  }
  .htmega-tab-style-5 .htmega-tab-content-area {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .htmega-tab-menu-style-5 {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
  }
  .htmega-tab-style-5 .htmega-tab-content-area{
      /* border-left: 1px solid #e3e3e3; */
      position: relative;
  }

  .htmega-tab-style-5 .htmega-tab-content-area::before {
    content: "";
    left: 0px;
    height: 65%;
    /* background: #eaeaea; */
    width: 1px;
    position: absolute;
    top: 50%;
     transform: translateY(-50%);
    z-index: -1;
  }
  
  .htmega-tab-menu-style-5 {
      display: block;
  }
  
  .htmega-tab-menu-style-5 a {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid transparent;
    border-top: 1px solid #e3e3e3;
    color: #575757;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .htmega-tab-menu-style-5 a:last-child {
      border-bottom: 1px solid #e3e3e3;
  }
  
  .htmega-tab-menu-style-5 a.htb-active {
      background: #e3e3e3;
      color: #575757;
  }
  
  .htmega_tab_service .htmega-service-style-7:hover .content h4, .htmega_tab_service .htmega-service-style-7:hover .content p, .htmega_tab_service .htmega-service-style-7:hover .icon i {
    color: #8f8f8f !important;
  }
  .htmega_tab_service .htmega-service-style-7:hover .icon i{
    color: #ed552d !important;
  }
  .htmega_tab_service .htmega-service-style-7::before{
    display: none;
  }
  
  a.htb-nav-link:focus {
    outline: none;
    }

   .htmega-switcher-area .htmega-switcher-nav .htb-nav-link{
    display: inline-flex;
	align-items: center;
   }

    .htmega-tab-svg-icon {
        display: inline-block;
        overflow: hidden;
    }

    .htmega-tab-nav a i, .htmega-tab-nav a .htmega-tab-svg-icon {
        margin-right: 10px;
        width: 30px;
        /* background: #000; */
        text-align: center;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }

    .htmega-tab-nav a.htb-nav-link {
        display: flex;
        align-items: center;
    }
  
  /*
   *Work Process Style 
  */
  
  /* Work Process Style 01 */
  
  /* Work Process Style 2 */
  
  /* Work Process Style 3 */
.htmega-process-style-3 .htmega-single-process:hover .icon::after {
    opacity: 1;
}
  /*Work Process Style 4 */
  
  .htmega-process-style-4 .htmega-single-process.open .icon {
      opacity: 1;
  }
  
  .htmega-process-style-4 .htmega-single-process-area:hover .icon {
      opacity: 1;
  }
.htmega-process-style-4 .htmega-single-process-area:hover:before{
    opacity: 1;
}
.htmega-process-style-4 .htmega-single-process-area:hover .htmega-single-process .htmega-content h4{
    color: #fff;
    position: relative;
    z-index: 2;
}
/* .htmega-process-style-4 .htmega-single-process-area:hover *{
    position: relative;
    z-index: 1;
} */

/* Work Process Style 5 */
.htmega-process-style-5 .htmega-single-process-area:hover{
    width: 25%;
}
  /* .htmega-process-style-5 .htmega-content p {
    transition: all 0.3s ease-in-out;
} */
.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process .htmega-content p{
    visibility: visible;
}
.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process:before{
    opacity: 1;
}
.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process{
    opacity: 0;
}
.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process.htmega-single-process2{
    opacity: 1;
}


  /*
   * Modal Style
  */
  .htmega-modal-btn button {
	background: #0056ff;
	border: 0 none;
	color: #fff;
	border-radius: 8px;
	height: 58px;
	line-height: 58px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	transition: 0.4s;
	padding-top: 0;
	padding-bottom: 0;
}
  .htmega-modal-btn svg {
    width: 20px;
    margin-right: 10px;
    margin-top: 16px;
  }
  .htmega-modal-area .htb-modal-header h5{
    margin: 0;
  }
  .htmega-modal-area .htb-modal-footer {
      justify-content: space-between;
      align-items: center;
  }
 .htmega-modal-area .htb-modal-footer .htb-btn-secondary[type="button"] {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
   }
 .htmega-modal-area .htb-modal-header .htb-close[type="button"] {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
 }
 .htmega-modal-area .htb-modal-header .htb-close[type="button"]:focus, .htmega-modal-area .htb-modal-header .htb-close[type="button"]:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
    background: 0 0;
    border: 0;
}
.modal_icon_positioning-left .htmega-modal-btn button, .modal_icon_positioning-right .htmega-modal-btn button{
    display: inline-flex;
    align-items: center;
}

.modal_icon_positioning-left .htmega-modal-btn button i, .modal_icon_positioning-left .htmega-modal-btn button svg {
    order: 0;
    margin-right: 10px;
}
.modal_icon_positioning-right .htmega-modal-btn button i, .modal_icon_positioning-right .htmega-modal-btn button svg {
    order: 1;
    margin-left: 10px;
}
.modal_icon_positioning-left .htmega-modal-btn svg, .modal_icon_positioning-right .htmega-modal-btn svg {
	margin-top: 0;
}
  
  
  /*
   * Flipbox Style Css
  */
  
  .flipbox-icon{
    display: inline-block;
  }
  .flipbox-icon svg {
    width: 20px;
  }
  
  .htmega-flip-box-front,.htmega-flip-box-back{
    background-color: #f3f3f3;
  }
  
  .htmega-flip-box-animation-right .htmega-flip-box-front {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
      background-color: #f3f3f3;
  }
  .htmega-flip-box-animation-right:hover .htmega-flip-box-front {
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
  }
  .htmega-flip-box-animation-right .htmega-flip-box-back {
      background: rgba( 237, 85, 45, 0.8 );
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg);
  }
  .htmega-flip-box-animation-right:hover .htmega-flip-box-back {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
      transform-style: preserve-3d;
  }
  
  .htmega-flip-box-animation-left .htmega-flip-box-front,.htmega-flip-box-animation-left:hover .htmega-flip-box-back {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
      background-color: #f3f3f3;
  }
  .htmega-flip-box-animation-left:hover .htmega-flip-box-front {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg);
  }
  .htmega-flip-box-animation-left .htmega-flip-box-back {
      background: rgba( 237, 85, 45, 0.8 );
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
  }
  
  .htmega-flip-box-animation-top .htmega-flip-box-front,.htmega-flip-box-animation-top:hover .htmega-flip-box-back {
    -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg);
  }
  .htmega-flip-box-animation-top:hover .htmega-flip-box-front {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .htmega-flip-box-animation-top .htmega-flip-box-back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 1;
  }
  
  .htmega-flip-box-animation-bottom .htmega-flip-box-front,.htmega-flip-box-animation-bottom:hover .htmega-flip-box-back {
    -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg);
  }
  .htmega-flip-box-animation-bottom:hover .htmega-flip-box-front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .htmega-flip-box-animation-bottom .htmega-flip-box-back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 1;
  }
  
  .htmega-flip-box-area .flp-btn {
      display: inline-block;
      margin-top: 20px;
  }
  
  .htmega-flip-box-area .flp-btn a {
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      display: inline-block;
      border-bottom: 1px solid #ffffff;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
  }
  
  /* Flipbox Style 01 */
  .htmega-flip-box-area {
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      -webkit-transform: perspective(1000px);
      -moz-transform: perspective(1000px);
      -ms-transform: perspective(1000px);
      transform: perspective(1000px);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d;
      position: relative;
      height: 380px;
      line-height: 1;
  }
  
  .htmega-flip-box-front,.htmega-flip-box-back  {
      background-size: cover;
      background-position: center center;
      -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
      transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
      -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
      overflow: hidden;
      position: absolute;
      top: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform-style: preserve-3d;
      z-index: 1;
      width: 100%;
      height: 100%;
  }
  .htmega-3d-wrap .htmega-flip-box-front,.htmega-3d-wrap .htmega-flip-box-back{
    overflow: visible;
  }
  .htmega-3d-flip {
        transform: translateZ(50px) scale(0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        backface-visibility: hidden;
    }
  .htmega-flip-box-area .back-container {
      padding: 40px;
      text-align: center;
      position: relative;
      top: 50%;
      z-index: 2;
  }
  
  .htmega-flip-box-area .front-container span {
      color: #636363;
      font-size: 50px;
  }
  .htmega-flip-box-back {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  .htmega-flip-overlay {
      display: block;
      background-color: transparent;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 0;
  }
  
  
  /* Flipbox Style 02 */
  .htmega-flip-box-style-2 .htmega-flip-box-back span,.htmega-flip-box-style-2 .htmega-flip-box-front span {
      margin-bottom: 26px;
      display: inline-block;
      padding-bottom: 30px;
      position: relative;
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back span i,.htmega-flip-box-style-2 .htmega-flip-box-front span i {
      color: #fff;
      font-size: 70px;
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back span::before,.htmega-flip-box-style-2 .htmega-flip-box-front span::before {
      position: absolute;
      content: "";
      background: #fff;
      width: 30px;
      height: 1px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back span::after,.htmega-flip-box-style-2 .htmega-flip-box-front span::after {
      position: absolute;
      content: "";
      background: #fff;
      width: 20px;
      height: 1px;
      bottom: 6px;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back h2,.htmega-flip-box-style-2 .htmega-flip-box-front h2 {
      color: #ffffff;
      font-size: 16px;
      margin: 0;
      font-weight: 300;
      text-transform: uppercase;
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back p {
      margin: 0;
      color: #ffffff;
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
  }
  
  /* Flipbox Style 03 */
  .htmega-flip-box-style-3 .front-container p{
      margin-top: 15px;
      margin-bottom: 15px;
      color: #7b7272;
  }
  .htmega-flipbox-bottom-index-number,.htmega-flipbox-back-bottom-index-number{
      position: absolute;
      bottom: 0;
      z-index: 1;
      margin-bottom: 10px;
      font-size: 95px;
      font-weight: bold;
      color: #F5F7FF;
      font-family: "Roboto", Sans-serif;
      font-size: 95px;
      font-weight: bold;
      line-height: 1em;
      -webkit-text-stroke-color: #DDDDE8;
      -webkit-text-stroke-width: 1px;
  }

  /* Flipbox Style 04 */
.htmega-flipbox-s4-image{
    height: 200px;
    width: 100%;
    position:relative;
}
.front-container .htmega-flipbox-s4-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.htmega-flip-box-style-4 .front-container{
    display: block;
}

.htmega-flip-box-style-4 .front-container span {
    color: #636363;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    z-index: 2;
    background-color: #FFFFFF;
    width: 97px;
    min-height: 97px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 97px;
    margin: 0px 0px 0px 0px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.29);
}
.htmega-flip-box-style-4 .front-container h2{
    margin-top: 70px;
}
.htmega-flip-box-style-4 .front-container p{
    padding: 0 15px;
}
.htmega-flip-box-style-4 .htmega-flip-box-front .front-container{
    padding: 0;
}
  /* Flipbox Style 05 Social links */

  .htmega-flip-box-style-5 .back-container h2 {
    margin-bottom:10px;
    }
    .htmega-flip-box-style-5 .back-container h3 {
        margin-bottom: 25px;
        padding: 0px 15px 27px 15px;
        font-size: 15px;
        line-height: 1.3;
        border-bottom: 1px solid #6951cd;
    }
    .htmega-flip-box-style-5 .htmega-flip-box-back{
        background: #4f33c4;
    }
    .htmega-flip-box-style-5  .back-container p{
        margin-bottom: 20px;
    }
    ul.htmega-flipbox-social-list {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    ul.htmega-flipbox-social-list li {
        display: inline-block;
        margin: 5px;
    }
    ul.htmega-flipbox-social-list li a {
        display: flex;
        height: 38px;
        width: 38px;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        border: 1px solid #dddddd;
        background: transparent;
        border-style: dashed;
        border-radius: 100%;
    }
    ul.htmega-flipbox-social-list li a svg{
        width:15px;
        fill:#ffffff;
    }
    ul.htmega-flipbox-social-list li a:hover{
        background: #ffffff;
        color: #27123a;
        border:1px solid #ffffff;
    }
    ul.htmega-flipbox-social-list li a:hover svg{
        fill:#27123a;
    }
/* Flip Box Zoom In */
.htmega-flip-box-animation-zoom_in .htmega-flip-box-back,.htmega-flip-box-animation-zoom_out .htmega-flip-box-front {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    transition:  all 0.5s ease-in-out;
    z-index: 3;
}

.htmega-flip-box-animation-zoom_in:hover .htmega-flip-box-back {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* Flip Box Zoom Out */
.htmega-flip-box-animation-zoom_out .htmega-flip-box-front{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.htmega-flip-box-animation-zoom_out:hover .htmega-flip-box-front {
    opacity: 0;
    -webkit-transform: scale(0.50);
    -ms-transform: scale(0.50);
    transform: scale(0.50);
    visibility: hidden;
    
}
/* Flip Box Fade In */
.htmega-flip-box-animation-fade_in .htmega-flip-box-back{
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    transition:  all 0.6s ease-in-out;
}
.htmega-flip-box-animation-fade_in:hover .htmega-flip-box-back{
    opacity: 1;
}

/* Flip Box Slide Left*/
.htmega-flip-box-animation-slide_left,.htmega-flip-box-animation-slide_right,
.htmega-flip-box-animation-slide_top,.htmega-flip-box-animation-slide_bottom,.htmega-flip-box-animation-push_left,.htmega-flip-box-animation-push_right{
    overflow: hidden;
}
.htmega-flip-box-animation-slide_left .htmega-flip-box-front,.htmega-flip-box-animation-slide_left .htmega-flip-box-back,
.htmega-flip-box-animation-slide_right .htmega-flip-box-front,.htmega-flip-box-animation-slide_right .htmega-flip-box-back,
.htmega-flip-box-animation-slide_top .htmega-flip-box-front,.htmega-flip-box-animation-slide_top .htmega-flip-box-back,
.htmega-flip-box-animation-slide_bottom .htmega-flip-box-front,.htmega-flip-box-animation-slide_bottom .htmega-flip-box-back,
.htmega-flip-box-animation-push_left .htmega-flip-box-front,.htmega-flip-box-animation-push_left .htmega-flip-box-back,
.htmega-flip-box-animation-push_right .htmega-flip-box-front,.htmega-flip-box-animation-push_right .htmega-flip-box-back{
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition:  all 0.6s ease-in-out;
}
.htmega-flip-box-animation-slide_left .htmega-flip-box-back{
    left:100%;
}
.htmega-flip-box-animation-slide_left:hover .htmega-flip-box-back{
    left:0;
}

/* Flip Box Slide right*/
.htmega-flip-box-animation-slide_right .htmega-flip-box-back{
    right:100%;
}
.htmega-flip-box-animation-slide_right:hover .htmega-flip-box-back{
    right:0;
}

/* Flip Box Slide Top*/
.htmega-flip-box-animation-slide_top .htmega-flip-box-back{
    top:100%;
}
.htmega-flip-box-animation-slide_top:hover .htmega-flip-box-back{
    top:0;
}

/* Flip Box Slide Bottom*/
.htmega-flip-box-animation-slide_bottom .htmega-flip-box-back{
    bottom:100%;
    top:auto;
}
.htmega-flip-box-animation-slide_bottom:hover .htmega-flip-box-back{
    bottom:0;
}
/* Flip Box Push Left*/
.htmega-flip-box-animation-push_left .htmega-flip-box-back{
    left:100%;
}
.htmega-flip-box-animation-push_left:hover .htmega-flip-box-back{
    left:0;
}
.htmega-flip-box-animation-push_left .htmega-flip-box-front{
    right:0;
    left: auto;
}
.htmega-flip-box-animation-push_left:hover .htmega-flip-box-front{
    right:100%;
}
/* Flip Box Push Left*/
.htmega-flip-box-animation-push_right .htmega-flip-box-back{
    right:100%;
}
.htmega-flip-box-animation-push_right:hover .htmega-flip-box-back{
    right:0;
}
.htmega-flip-box-animation-push_right .htmega-flip-box-front{
    left:0;
    right: auto;
}
.htmega-flip-box-animation-push_right:hover .htmega-flip-box-front{
    left:100%;
}

  /* 
   * style for tooltip 
  */
  .htb-show{
    transition: opacity .15s linear;
  }

  /* Tooltips Inner */
  
  /* Arrow Color */
  .bs-tooltip-auto[x-placement^=left] .arrow::before,
  .bs-tooltip-left .arrow::before {
      border-left-color: #404040 !important;
  }
  
  .bs-tooltip-auto[x-placement^=right] .arrow::before,
  .bs-tooltip-right .arrow::before {
      border-right-color: #404040 !important;
  }
  
  .bs-tooltip-auto[x-placement^=top] .arrow::before,
  .bs-tooltip-top .arrow::before {
      border-top-color: #404040 !important;
  }
  .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
  .bs-tooltip-bottom .arrow::before {
      border-bottom-color: #404040 !important;
  }
  
  /* Space With Button */
  
  /*
   * Popovers Style
  */
  
  .htb-popover-header {
    margin-top: 0;
  }
  .htb-popover h3.htb-popover-header {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}
  
  /* Popover Button Style */
  .htmega-popover span:hover {
      background: #18012c;
  }
  
  /* Popover Style */
  .popover {
      max-width: 330px;
      border: 1px solid #e0e0e0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Popover Style */
  
  /*
   * Toggle Style
  */
  .htmega-toggle-button a{
      transition: all 600ms ease-in-out;
      -webkit-transition: all 600ms ease-in-out;
      -moz-transition: all 600ms ease-in-out;
      -o-transition: all 600ms ease-in-out;
      color: #3b3b3b;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
  }
  .htmega-toggle-button svg {
    width: 20px;
  }
  .htmega-toggle-area .htmega-toggle-button a i,.htmega-toggle-area .htmega-toggle-button a svg {
    padding-left: 5px;
  }
  .htmega-toggle-button a.opened_btn,.open a.normal_btn{
    display: none;
  }
  .htmega-toggle-button.open a.opened_btn{
    display: inline-block;
  }
  
  .image_100 .htmega-lightboxthumb img{
    width: 100%;
  }
  
  
  /*
   * Dropcaps
  */
  
  /* Dropcaps Style 2 */
  
  /* Dropcaps Style 3 */
  
  /* Dropcaps Style 4 */
  
  /* Dropcaps Style 5 */
  
  /*
   * Notification Style
  */

  .alert {
      position: relative;
      padding: .75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem;
  }  
  .alert > i, 
  .alert > svg{
      position: relative;
  }
  .alert span.notify-message-content {
      position: relative;
  }  
  
  /*
   * Image Marker With Pointer 
   */
    /* pleeholder text css  */
  
   /*Marker Style 01*/
/* Bottom content  */
.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(30%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-12%);
}

/* Right content  */
.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(112%);
}

.htmega-marker-style-1 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

/*Marker Style 02*/

/* Bottom content  */
.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(30%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-12%);
}

/* Right content  */
.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(112%);
}

.htmega-marker-style-2 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

/*Marker Style 03*/
/* Bottom content  */
.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(41%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-16%);
}

/* Right content  */
.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(112%);
}

.htmega-marker-style-3 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

/*Marker Style 04*/
.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(34%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-16%);
}

/* Right content  */
.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(116%);
}

.htmega-marker-style-4 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}
.htmega-marker-animation-rotated.htmega_image_pointer:hover .htmega-image-marker-icon i,
.htmega-image-marker-active-yes.htmega-marker-animation-rotated.htmega_image_pointer .htmega-image-marker-icon i {
    transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
/*Marker Style 05*/
.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(40%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-16%);
}

/* Right content  */
.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(116%);
}

.htmega-marker-style-5 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

/*Marker Style 05*/
.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(40%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-16%);
}

/* Right content  */
.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(116%);
}

.htmega-marker-style-6 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

/* support pluse shadow effect */

/* Marker Animation Css */
@-webkit-keyframes marker-ripple-animation {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
        opacity: 0;
    }
}

@keyframes marker-ripple-animation {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.7);
        opacity: 0;
    }
}
/* Image marker active */
.htmega_image_pointer.htmega-image-marker-active-yes .htmega_pointer_box{
    visibility:visible;
    opacity:1;
}

@media (max-width: 767px) { 
    .htmega-marker-wrapper .htmega-image-marker-hide-on-mobile-yes{
        display: none;
    } 
}
.htmega-marker-content-position-arrow.htmega_image_pointer::before,
.htmega-marker-content-position-arrow.htmega_image_pointer::after {
    visibility: visible;
}
/* Arrow border style */

.htmega_image_pointer:hover::after,
.htmega-image-marker-active-yes.htmega_image_pointer::after {
    height: 27px;
    opacity: 1;
}
.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega_image_pointer::before{
    opacity: 1;
}
.htmega-marker-content-position-left.htmega_image_pointer:hover::after, 
.htmega-marker-content-position-right.htmega_image_pointer:hover::after,
.htmega-image-marker-active-yes.htmega-marker-content-position-left.htmega_image_pointer::after, 
.htmega-image-marker-active-yes.htmega-marker-content-position-right.htmega_image_pointer::after{
    width: 27px;
}


/* Top Arrow */
.htmega-marker-content-position-top.htmega_image_pointer:hover::before,
.htmega-image-marker-active-yes.htmega-marker-content-position-top.htmega_image_pointer::before{
    margin-top:-50px;
}
/* Bottom arrow */
.htmega-marker-content-position-bottom.htmega_image_pointer:hover::before,
.htmega-image-marker-active-yes.htmega-marker-content-position-bottom.htmega_image_pointer::before{
    margin-bottom: -50px;
}
/* Left arrow */
.htmega-marker-content-position-left.htmega_image_pointer:hover::before,
.htmega-image-marker-active-yes.htmega-marker-content-position-left.htmega_image_pointer::before{
    margin-left: -50px;
}
/* Right arrow */
.htmega-marker-content-position-right.htmega_image_pointer:hover::before,
.htmega-image-marker-active-yes.htmega-marker-content-position-right.htmega_image_pointer::before{
    margin-right: -50px;
}
/*
* Inline Menu 
*/
.htmega-inlinemenu-area ul{
list-style: none;
margin: 0;
padding: 0;
}
.htmega-inlinemenu-area ul.htmega-mainmenu >li>ul{
    display:none;
}
.htmega-mainmenu {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
  
  /* Line Menu StartUp */
  .linemenu-nav ul li {
      margin: 0 18px;
      position: relative;
  }
  .linemenu-nav ul li a {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: inherit;
      text-decoration: none;
      color: #636363;
      position: relative;
      padding-bottom: 10px;
      display: inline-block;
  }
  
  .htmega-inlinemenu-style-1 .linemenu-nav ul li a::before {
    background: #d94f5c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale3d(0, 5, 1);
    transform-origin: 0 50% 0;
    transition: transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9) 0s;
    width: 100%;
  }
  
  .htmega-inlinemenu-style-1 .linemenu-nav ul > li:hover > a::before {
    transform: scale3d(1, 1, 1);
  }
  
  .linemenu-nav ul > li:hover > a {
    color: #d94f5c;
  }
  
  /* Line Menu Style 02 */
  
  .htmega-inlinemenu-style-2 .linemenu-nav ul li{
    margin: 0;
  }
  .htmega-inlinemenu-style-2 .linemenu-nav ul li a{
    padding: 15px;
}
  .htmega-inlinemenu-style-2 .linemenu-nav ul li a::before, .htmega-inlinemenu-style-2 .linemenu-nav ul li a::after {
    border: 2px solid #ffffff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.2s ease 0s;
    width: 100%;
  }
  
  .htmega-inlinemenu-style-2 .linemenu-nav ul li a::before {
    border-width: 0 2px;
    transform: scale3d(1, 0, 1);
    transform-origin: 0 50% 0;
  }
  .htmega-inlinemenu-style-2 .linemenu-nav ul li a::after {
    border-width: 2px 0;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 0 0;
    transition-delay: 0.2s;
  }
  
  .htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::before, .htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::after {
    transform: scale3d(1, 1, 1);
  }

  .linemenu-nav ul.htmega-mainmenu > li:hover > a{
    transition: all 0.35s ease;
  }
  
  /* Line Menu Style 03 */
  .htmega-inlinemenu-style-3 li {
      position: relative;
  }
  
  .htmega-inlinemenu-style-3 li a {
      position: relative;
      display: block;
  }
  
  .htmega-inlinemenu-style-3 li::before,
  .htmega-inlinemenu-style-3 li::after,
  .htmega-inlinemenu-style-3 li a::before,
  .htmega-inlinemenu-style-3 li a::after {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 2px solid #d94f5c;
      content: '';
      z-index: -1;
      opacity: 0;
      pointer-events: none;
  }
  
  .htmega-inlinemenu-style-3 li:hover::before,
  .htmega-inlinemenu-style-3 li:hover::after,
  .htmega-inlinemenu-style-3 li:hover a::before,
  .htmega-inlinemenu-style-3 li:hover a::after {
      -webkit-animation: lineanimation .6s ease-in-out;
      animation: lineanimation .6s ease-in-out;
      z-index: 1;
      opacity: 1;
  }
  
  .htmega-inlinemenu-style-3 li::before {
      border-width: 0 0 0 2px;
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
  }
  
  .htmega-inlinemenu-style-3 li::after {
      border-width: 0 2px 0 0;
      -webkit-transform-origin: right top;
      transform-origin: right top;
  }
  
  .htmega-inlinemenu-style-3 li a::before {
      border-width: 2px 0 0;
      -webkit-transform-origin: left top;
      transform-origin: left top;
  }
  
  .htmega-inlinemenu-style-3 li a::after {
      border-width: 0 0 2px;
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
  }
  
  .htmega-inlinemenu-style-3 li:hover::before {
      -webkit-animation-delay: -.45s;
      animation-delay: -.45s;
  }
  
  .htmega-inlinemenu-style-3 li:hover::after {
      -webkit-animation-delay: -.15s;
      animation-delay: -.15s;
  }
  
  .htmega-inlinemenu-style-3 li:hover a::before {
      -webkit-animation-delay: -.3s;
      animation-delay: -.3s;
  }
  
  .htmega-inlinemenu-style-3 li:hover a::after {
      -webkit-animation-delay: 0;
      animation-delay: 0;
  }
  
  .htmega-inlinemenu-style-3 li a span {
      position: relative;
      z-index: 3;
  }
  
  @-webkit-keyframes lineanimation {
  
      0%,
      33% {
          opacity: 0;
          -webkit-transform: rotate(45deg) scale(1.5);
          transform: rotate(45deg) scale(1.5);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
  }
  
  @keyframes lineanimation {
  
      0%,
      33% {
          opacity: 0;
          -webkit-transform: rotate(45deg) scale(1.5);
          transform: rotate(45deg) scale(1.5);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
  }
  
  /* Line Menu Style 04 */
  .htmega-inlinemenu-style-4 li a{
      position: relative;
      padding: 10px 0;
  }
  
  .htmega-inlinemenu-style-4 li a::before,
  .htmega-inlinemenu-style-4 li a::after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #ffffff;
      -webkit-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1);
      -webkit-transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
  }
  
  .htmega-inlinemenu-style-4 li a::before {
      top: 0;
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
  }
  
  .htmega-inlinemenu-style-4 li a::after {
      bottom: 0;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  }
  
  .htmega-inlinemenu-style-4 li a:hover::before,
  .htmega-inlinemenu-style-4 li a:hover::after {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
  }
  
  /* Line Menu Style 05 */
  .htmega-inlinemenu-style-5 li a {
      position: relative;
  }
  
  .htmega-inlinemenu-style-5 ul li {
      margin: 0 10px;
  }
  
  .htmega-inlinemenu-style-5 ul li a{
      position: relative;
      overflow: hidden;
      width: 130px;
      padding: 1em 0;
      display: block;
      padding: 1em;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      color: #636363;
  }
  
  .htmega-inlinemenu-style-5 ul li a:hover {
      color: #d94f5c;
  }
  
  .htmega-inlinemenu-style-5 ul li a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 300%;
      height: 50px;
      opacity: 0;
      background: url(../images/icons/line.svg) no-repeat top left;
      -webkit-transform: translate3d(130px, 0, 0);
      transform: translate3d(130px, 0, 0);
      -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.3s;
      transition: transform 0s 0.3s, opacity 0.3s;
  }
  
  .htmega-inlinemenu-style-5 ul li a:hover::before {
      opacity: 1;
      -webkit-transform: translate3d(-260px, 0, 0);
      transform: translate3d(-260px, 0, 0);
      -webkit-transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
  }
  
  /* Line Menu Style 06 */
  .htmega-inlinemenu-style-6 ul li a {
      position: relative;
      overflow: hidden;
      height: 3em;
      padding: 1em 0;
      text-align: center;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
  }
  
  .htmega-inlinemenu-style-6 ul li a:hover {
      color: #d94f5c;
  }
  
  .htmega-inlinemenu-style-6 ul li:hover a {
      -webkit-animation: anim-francisco 0.4s forwards;
      animation: anim-francisco 0.4s forwards;
      color: #d94f5c;
  }
  
  @-webkit-keyframes anim-francisco {
      50% {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
      }
  
      51% {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
      }
  }
  
  @keyframes anim-francisco {
      50% {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
      }
  
      51% {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
      }
  }
  
  
  /* Line menu style 07 */
  .htmega-inlinemenu-style-7 ul li{
      margin: 0;
  }
  
  .htmega-inlinemenu-style-7 ul li a {
      padding: 10px 0;
      border-top: 2px solid #c90dbe;
      color: #c90dbe;
      position: relative;
      margin: 0 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400;
      text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  }
  
  .htmega-inlinemenu-style-7 ul li a::before {
      position: absolute;
      left: 0;
      overflow: hidden;
      padding: 10px 0;
      max-width: 0;
      border-bottom: 2px solid #c90dbe;
      color: #c90dbe;
      content: attr(data-hover);
      -webkit-transition: max-width 0.5s;
      -moz-transition: max-width 0.5s;
      transition: max-width 0.5s;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .htmega-inlinemenu-style-7 ul li a:hover::before,
  .htmega-inlinemenu-style-7 ul li a:focus::before {
      max-width: 100%;
  }

  /* Line Menu Eignt */
  .htmega-inlinemenu-style-8 .linemenu-nav ul li a{
      padding: 0 20px 10px 20px;
  }
.htmega-inlinemenu-style-8 .linemenu-nav ul li a::before {
    position: absolute;
	bottom: 18px;
	left: -8px;
	content: " ";
	transition: all 0.35s ease;
	transform: rotate(0deg);
	height: 100%;
	width: 0;
	border-bottom: 2px solid rgba(49, 45, 255, 0.5);
	border-left: 0;
	border-top: 0;
	border-right: 0;
	opacity: 0;
}

  .htmega-inlinemenu-style-8 .linemenu-nav ul > li:hover > a::before{
    opacity: 1;
	width: 100%;
	transform: rotate(-20deg);
  }

  /* Line Menu Nine */

  .htmega-inlinemenu-style-9 .linemenu-nav ul li a{
    padding: 0px 25px 0px 25px;
  }
  .htmega-inlinemenu-style-9 .linemenu-nav ul li a::before {
	position: absolute;
	left: 12px;
	top: 3px;
	content: " ";
	height: 8px;
	width: 8px;
	opacity: 0;
	transition: all 0.35s ease;
	transform: translate(100%, 50%);
	border: 0;
	border-left: 2px solid #636363;
	border-top: 2px solid #636363;
}
.htmega-inlinemenu-style-9 .linemenu-nav ul li a::after {
	position: absolute;
	right: 12px;
	bottom: 0px;
	content: " ";
	border: 2px solid #fff;
	height: 8px;
	width: 8px;
	border-right: 0;
	border-bottom: 0;
	opacity: 0;
	transition: 0.3s ease;
	transform: translate(-100%, -50%);
	border: 0;
	border-right: 2px solid #636363;
	border-bottom: 2px solid #636363;
}
.htmega-inlinemenu-style-9 .linemenu-nav ul > li:hover > a::before {
	opacity: 1;
	transform: translate(0%, 0%);
}
.htmega-inlinemenu-style-9 .linemenu-nav ul > li:hover > a::after {
	opacity: 1;
	transform: translate(0%, 0%);
}

/* Line Menu Eleven */
.htmega-inlinemenu-style-10 .linemenu-nav ul li a::before {
    position: absolute;
	top: -15px;
    left:50%;
	content: " ";
	height: 20px;
	width: 3px;
	opacity: 0;
	transition: all 0.35s ease;
	transform: translate(50%);
	background: #FF6A3B;
}
.htmega-inlinemenu-style-10 .linemenu-nav ul li a::after {
    position: absolute;
	bottom: -15px;
    left: 50%;
	content: " ";
	height: 20px;
	width: 3px;
	opacity: 0;
	transition: all 0.35s ease;
	transform: translate(50%);
	background: #FF6A3B;
}


.htmega-inlinemenu-style-10 .linemenu-nav ul > li:hover > a::after{
    opacity: 1;
	transform: translate(0%, 0%);
}
.htmega-inlinemenu-style-10 .linemenu-nav ul > li:hover > a::before{
    opacity: 1;
	transform: translate(0%, 0%);
}


/* Inline Menu Active */
.htmega-inlinemenu-style-1 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1;
    transform: none; 
    transform-origin: 
    unset; transition: none;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1; 
    transform: none; 
    transition: none;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{
    opacity: 1;
     transform: none;
     transition: none;
}
.htmega-inlinemenu-style-3 .linemenu-nav ul.htmega-mainmenu li a{
    padding: 0 8px 0 8px;
}
.htmega-inlinemenu-style-4 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before,
.htmega-inlinemenu-style-4 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{
    opacity: 1;
     -webkit-transform: none;
     transform: none;
     -webkit-transition: none;
     transition: none;
 }
.htmega-inlinemenu-style-5 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1;
     -webkit-transform: none;
     transform: none;
     -webkit-transition: none;
     transition: none;
 }
.htmega-inlinemenu-style-8 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before {
    opacity: 1; 
    transform: rotate(-20deg); 
    width: 100%; }
.htmega-inlinemenu-style-9 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1;
     transform: translate(0%, 0%);
}
.htmega-inlinemenu-style-9 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{
    opacity: 1;
     transform: translate(0%, 0%);
}
.htmega-inlinemenu-style-10 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1;
}
.htmega-inlinemenu-style-10 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{
    opacity: 1;
}

  
  /*===========================
      404 Styly StartUp
  =============================*/
  
  .htmega-not-found .content a.page-back-btn:hover {
      background: #fff;
      border-radius: 20px 0;
      color: #18012c;
      transform: translateY(-5px);
  }
  
  /* 404 Animation css*/
  .cloud {
      width: 350px;
      height: 120px;
      background: #1e2a4a;
      background: linear-gradient(top, #1e2a4a 100%);
      background: -webkit-linear-gradient(top, #1e2a4a 100%);
      background: -moz-linear-gradient(top, #1e2a4a 100%);
      background: -ms-linear-gradient(top, #1e2a4a 100%);
      background: -o-linear-gradient(top, #1e2a4a 100%);
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      position: absolute;
      margin: 120px auto 20px;
      transition: ease 1s;
  }
  
  .cloud:after,
  .cloud:before {
      content: '';
      position: absolute;
      background: #1e2a4a;
      z-index: -1;
  }
  
  .cloud:after {
      width: 100px;
      height: 100px;
      top: -50px;
      left: 50px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
  }
  
  .cloud:before {
      width: 180px;
      height: 180px;
      top: -90px;
      right: 50px;
      border-radius: 200px;
      -webkit-border-radius: 200px;
      -moz-border-radius: 200px;
  }
  
  @-webkit-keyframes htmegaclouds {
      0% {
          margin-left: 1000px;
      }
  
      100% {
          margin-left: -1000px;
      }
  }
  
  @-moz-keyframes htmegaclouds {
      0% {
          margin-left: 1000px;
      }
  
      100% {
          margin-left: -1000px;
      }
  }
  
  @-o-keyframes htmegaclouds {
      0% {
          margin-left: 1000px;
      }
  
      100% {
          margin-left: -1000px;
      }
  }
  
  /* 404 Styly 02*/
  
  .htmega-error-style-2 .content a.page-back-btn:hover {
      background: #fff;
      border-radius: 20px 0;
      color: #18012c;
      transform: translateY(-5px);
  }
  
  /*404 Styly 03*/
  
  .htmega-error-style-3 .content a.page-back-btn:hover {
      transform: scale(1.2);
      background: #18012c;
      color: #ffffff;
  }
  
  /*404 Styly 04*/
  
  .not-found-4 .content a.page-back-btn:hover {
    background: #da4c00 none repeat scroll 0 0;
    border-radius: 27px;
    color: #fff;
    opacity: 0.7;
    transform: translateY(0px);
  }
  
  
  /*
  * Counterup Css
  */
  .htmega-counter-content {
    line-height: 1;
  }
  .htmega-counter-icon span{
    display: inline-block;
  }
  .htmega-counter-icon svg {
    width: 20px;
  }
  .htmega-counter-area .htmega-counter-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
  
  /*Counterup Style 1*/
  .htmega-counter-style-1 {
      text-align: center;
  }
  
  .htmega-counter-style-1 .htmega-counter-icon i {
      font-size: 36px;
      color: #ed552d;
  }
  
  .htmega-counter-style-1 .htmega-counter-content span {
      color: #696969;
      font-size: 36px;
      font-weight: 700;
      margin-top: 20px;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-counter-style-1 .htmega-counter-content h2 {
      color: #898989;
      font-weight: 400;
      font-size: 17px;
      margin: 0;
      position: relative;
      margin-top: 9px;
      display: block;
      padding-bottom: 15px;
  }
  
  .htmega-counter-style-1 .htmega-counter-content h2::before {
      background: #d5d5d5;
      width: 48px;
      height: 1px;
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  
  /*Counterup Style 2*/
  .htmega-counter-style-2 {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .htmega-counter-style-2 .htmega-counter-content {
    text-align: center;
  }

  .htmega-countericon-align-left {
    flex-direction: row;
  }

  .htmega-countericon-align-right {
    flex-direction: row-reverse;
  }
  
  .htmega-counter-style-2 .htmega-counter-icon {
      padding-right: 20px;
  }
  
  .htmega-counter-style-2 .htmega-counter-icon i {
      font-size: 48px;
      color: #383838;
  }
  
  .htmega-counter-style-2 .htmega-counter-content span {
      color: #383838;
      font-size: 24px;
      font-weight: 600;
      margin-top: 13px;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      position: relative;
  }
  
  .htmega-counter-style-2 .htmega-counter-content h2 {
      color: #383838;
      font-weight: 400;
      font-size: 20px;
      margin: 0;
      position: relative;
      display: block;
  }
  
  /*Counterup Style 3*/
  .htmega-counter-area{
    position: relative;
  }
  .htmega-counter-area::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: transparent;
      opacity: 0.8;
  }
  .htmega-counter-content {
    position: relative;
    z-index: 1;
  }
  
  .htmega-counter-style-3 .htmega-counter-img {
      display: inline-block;
      position: relative;
  }
  
  .htmega-counter-style-3 .htmega-counter-img::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #52b6bc;
      opacity: 0.8;
      border-radius: 100%;
  }
  
  .htmega-counter-style-3 .htmega-counter-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
  }
  
  .htmega-counter-style-3 {
      text-align: center;
  }
  
  .htmega-counter-style-3 .htmega-counter-content span {
      color: #ffffff;
      font-size: 40px;
      font-weight: 600;
      margin-top: 13px;
      font-family: 'Courgette', cursive;
  }
  
  .htmega-counter-style-3 .htmega-counter-content h2 {
      color: #ffffff;
      font-weight: 400;
      font-size: 20px;
      margin: 0;
      margin-top: 4px;
      font-family: 'Courgette', cursive;
  }
  
  /*Counterup Style 4*/
  .htmega-counter-style-4 {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .htmega-counter-style-4 .htmega-counter-img {
      padding-right: 25px;
  }
  
  .htmega-counter-style-4 .htmega-counter-content {
      text-align: center;
  }
  
  .htmega-counter-style-4 .htmega-counter-content span {
      color: #585858;
      font-size: 24px;
      font-weight: 600;
      margin-top: 13px;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      position: relative;
  }
  
  .htmega-counter-style-4 .htmega-counter-content h2 {
      color: #585858;
      font-weight: 600;
      font-size: 24px;
      margin: 0;
      position: relative;
      display: block;
      padding-bottom: 14px;
  }
  
  .htmega-counter-style-4 .htmega-counter-content h2::before {
      position: absolute;
      content: "";
      bottom: 0;
      background: #ed552d;
      width: 70px;
      height: 2px;
      left: 50%;
      transform: translateX(-50%);
  }
  
  /*Counterup Style 5*/
  .htmega-counter-style-5 {
      text-align: center;
  }
  
  .htmega-counter-style-5 .htmega-counter-icon i {
      font-size: 36px;
      color: #ed552d;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span {
      color: #18012c;
      font-size: 36px;
      font-weight: 700;
      margin-top: 20px;
      display: inline-block;
      font-family: 'Lobster Two', cursive;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span.color-1 {
      color: #b1c642;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span.color-2 {
      color: #ff5020;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span.color-3 {
      color: #ffc10d;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span.color-4 {
      color: #68b9d8;
  }
  
  .htmega-counter-style-5 .htmega-counter-content h2 {
      color: #444444;
      font-weight: 400;
      font-size: 24px;
      margin: 0;
      margin-top: 9px;
      display: block;
      padding-bottom: 15px;
      font-family: 'Lobster Two', cursive;
  }
  
  /*Counterup Style 6*/
  .htmega-counter-style-6 {
      text-align: center;
  }
  
  .htmega-counter-style-6 .htmega-counter-icon {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .htmega-counter-style-6 .htmega-counter-icon span {
      color: #363636;
      font-size: 36px;
      font-weight: 600;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      padding-left: 15px;
  }
  
  .htmega-counter-style-6 .htmega-counter-content h2 {
      color: #363636;
      font-weight: 600;
      font-size: 16px;
      margin: 0;
      display: block;
      font-family: "Montserrat", sans-serif;
      margin-top: 13px;
      text-transform: uppercase;
  }

  .htmega-counter-style-6 .htmega-counter-content::after {
	content: "";
	position: absolute;
	top: -10px;
	width: 35px;
	border: 1px dashed transparent;
	left: 40%;
}
  
  /*
   * Blog Post Css
  */
  
  /*Blog Post Css*/
  
  /*Blog Post Content*/
  .ht-post:hover .thumb a img {
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1);
  }
  .show-content-under-thumbnail-yes .ht-post .post-content{
    position: relative;
  }

  
  .ht-post a.play-video {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 50px;
      height: 50px;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 100%;
      padding: 0;
      text-align: center;
      color: #fff;
      font-size: 24px;
      transition: 0.4s ease-in-out;
  }
  
  .ht-post a.play-video:hover {
      background: #18012c;
      color: #fff;
      border: 1px solid #18012c;
  }
  
  .ht-post a.play-video i {
      margin-left: 4px;
  }
  
  /*
  * Single Post Style
  */
  
  .htmega-single-post .post-category a:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  .htmega-single-post:hover .thumb a img {
      transform: scale(1.2);
  }
  
  /* Single Post Style 01 */
  
  
  /* Single Post 02 */
  
  /*Single Post 03*/
  
  /*Single Post 04*/
  
  .htmega-single-post-style-4 .content h2 a:hover {
      color: #18012c;
  }
  
  /*
   * Post Slider Css
  */
  .htmega-single-post-slide .content ul.post-category li a:hover{
    background: #18012c none repeat scroll 0 0;
    color: #ffffff;
  }
  
  .htmega-single-post-slide .post-btn a.readmore-btn:hover {
    background: #18012c none repeat scroll 0 0;
    border: 1px solid #18012c;
    color: #ffffff;
  }
  
  .htmega-postslider-area img{
    width: 100%;
  }
  
  .htmega-postslider-area button.slick-arrow {
    background: #ccd5d5 none repeat scroll 0 0;
    border: 0 none;
    bottom: 10px;
    color: #00282a;
    font-size: 24px;
    height: 40px;
    left: auto;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 46px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  .htmega-postslider-area button.htmega-carosul-prev.slick-arrow {
      right: 60px;
  }
  
  .htmega-arrow-2.htmega-postslider-area button.slick-arrow{
    background: #d7dae9 none repeat scroll 0 0;
    border: 1px solid #d7dae9;
    border-radius: 100%;
    color: #2a47e0;
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    z-index: 2;
  }
  .htmega-arrow-2.htmega-postslider-area button.htmega-carosul-next.slick-arrow {
    left: auto !important;
    right: 0;
  }
  
  .htmega-postslider-area .slick-dots li button::before{
    display: none;
  }
  
  .htmega-postslider-area .slick-dots li {
    background: #ccd5d5 none repeat scroll 0 0;
    border-radius: 100%;
    height: 15px;
    width: 15px;
  }
  
  .htmega-postslider-area .slick-dots li.slick-active {
    background: #00282a none repeat scroll 0 0;
  }
  
  /* slider style 01 */
  .htmega-postslider-layout-1 .content {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 40%;
      height: 100%;
      padding: 10px;
      z-index: 2;
  }
  
  .htmega-postslider-layout-1 .content .post-inner {
      width: 100%;
      height: 100%;
      background: rgba(0, 140, 167, 0.8);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 30px;
  }
  
  .htmega-postslider-layout-1 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
  }
  
  .htmega-postslider-layout-1 .content .post-inner h2 a,.htmega-postslider-layout-1 .content .post-inner ul.meta li a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-1 .content .post-inner p {
      color: #ffffff;
      font-size: 14px;
      line-height: 28px;
  }
  
  .htmega-postslider-layout-1 ul.meta{
    color: #ffffff;
  }
  
  .htmega-postslider-layout-1 .post-btn a.readmore-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  /* News css */
  
  /* Slider Style 02 */
  .htmega-postslider-layout-2 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 18px;
  }
  
  .htmega-postslider-layout-2 .content .post-inner h2 a {
      color: #464545;
  }
  
  .htmega-postslider-layout-2 .content .post-inner ul.meta li,.htmega-postslider-layout-2 .content .post-inner ul.meta li a {
      color: #464545;
  }
  
  .htmega-postslider-layout-2 .content .post-inner p {
      color: #464545;
  }
  
  .htmega-postslider-layout-2 .content .post-inner .post-btn {
      margin-top: 19px;
  }
  
  .htmega-post-slider-right .content {
      display: flex;
      align-items: center;
      height: 100%;
      position: relative;
      z-index: 2;
  }
  
  /* Slider Style 03 */
  .htmega-postslider-layout-3 .content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center;
      z-index: 2;
  }
  
  .htmega-postslider-layout-3 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 18px;
      padding: 0 26%;
      line-height: 34px;
  }
  
  .htmega-postslider-layout-3 .content .post-inner h2 a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-3 .content .post-inner ul.meta {
      justify-content: center;
  }
  
  .htmega-postslider-layout-3 .content .post-inner ul.meta li,.htmega-postslider-layout-3 .content .post-inner ul.meta li a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-3 .content .post-inner .post-btn {
      margin-top: 19px;
  }
  
  .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn {
      border: 1px solid #ffffff;
      color: #ffffff;
  }
  
  .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
      background: #18012c;
      color: #ffffff;
      border: 1px solid #18012c;
  }
  
  .htmega-postslider-layout-3 .content ul.post-category {
      justify-content: center;
  }
  
  
  /* Slider Style 04 */
  .htmega-postslider-layout-4 .content {
      position: absolute;
      text-align: center;
      bottom: 0;
      padding: 20px;
  }
  
  .htmega-postslider-layout-4 .content .post-inner {
      background: rgba(0, 86, 255, 0.7);
      padding: 25px;
      text-align: left;
  }
  
  .htmega-postslider-layout-4 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 13px;
      line-height: 34px;
  }
  
  .htmega-postslider-layout-4 .content .post-inner h2 a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-4 .content .post-inner ul.meta li {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-4 .content .post-inner ul.meta li a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-4 .content ul.post-category {
      justify-content: center;
  }
  
  /* Slider Style 05 */
  .htmega-postslider-layout-5 .content {
      background: #f4f4f4;
      padding: 60px;
  }
  
  .htmega-postslider-layout-5 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 18px;
      line-height: 34px;
  }
  
  .htmega-postslider-layout-5 .content .post-inner h2 a {
      color: #464545;
  }
  
  .htmega-postslider-layout-5 .content .post-inner ul.meta li,.htmega-postslider-layout-5 .content .post-inner ul.meta li a {
      color: #464545;
  }
  
  .htmega-postslider-layout-5 .content .post-inner .post-btn {
      margin-top: 19px;
  }
  
  .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
      border: 1px solid #494849;
      color: #494849;
  }
  
  .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
      background: #18012c;
      color: #ffffff;
      border: 1px solid #18012c;
  }
  .htmega-arrow-2.htmega-postslider-area.htmega-postslider-style-5 button.slick-arrow{
    top: 30%;
  }
  
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 2;
  }
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li {
    align-items: center;
    background: transparent none repeat scroll 0 0;
    border-bottom: 5px solid #828282;
    border-left: 5px solid #828282;
    border-radius: 0;
    border-right: 5px solid #828282;
    cursor: pointer;
    display: flex;
    flex-basis: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
    z-index: 2;
  }
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:first-child {
    border-top: 5px solid #828282;
  }
  
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li.slick-active {
    background: transparent none repeat scroll 0 0;
    border: 5px solid #ffffff;
  }
  
  
  .htmega-postslider-style-4.htmega-postslider-area.thumb-st-layout-4 ul.slick-dots li:last-child{
      border-bottom: 0!important;
  }
  
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li h6 {
      bottom: 0;
      color: #ffffff;
      font-weight: 500;
      line-height: 22px;
      margin: 0;
      /* padding-bottom: 20px; */
      /* position: absolute; */
  }
  
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li img {
      height: 100%;
      object-fit: cover;
      width: 100%;
  }
 .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:after {
      content: "";
      background: rgba(0, 0, 0, 0);
      left: 0;
      height: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 132px;
      color: #fff;
      transition: all 0.3s ease-in-out;
  }
.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:after {
    opacity: 0;
}
.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li.slick-active:after,.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:hover:after {
    opacity: 1;
}
  /* Slider Style 06 */
  .htmega-post-slider-st-6{
      display: flex;
      flex-direction: row-reverse;
  }
  .htmega-post-slider-st-6 .htmega-post-slider-right {
      width: 45%;
  }
  .htmega-post-slider-st-6 .htmega-post-slider-left {
      width: 55%;
  }
  .htmega-post-slider-st-6 .htmega-post-slider-right{
      border: 25px solid #ddd;
  }
  .htmega-post-slider-st-6 .htmega-post-slider-right .content{
      background-color: transparent;
      background-image: linear-gradient(60deg, #3237C2 0%, #f2295b 100%);
      padding: 30px;
  }
  
  .htmega-post-slider-left .thumb{
      height: 100%;
  }
  
  /* Slider Style 07 */
  .htmega-post-slider-st-7 {
      flex-direction: row;
  }
  .htmega-post-slider-st-7 .htmega-post-slider-right {
      width: 55%;
  }
  .htmega-post-slider-st-7 .htmega-post-slider-left {
      width: 45%;
  }
  .htmega-post-slider-st-7 .htmega-post-slider-right{
      border: none;
  }
  .htmega-post-slider-st-7 .htmega-post-slider-right .content {
      background-color:none;
      background-image: none;
  }
  
  .htmega-post-slider-st-7{
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 15px;
      overflow: hidden;
  }
  
  .htmega-single-post-slide.htmega-postslider-layout-3 .thumb a:before {
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0);
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0;
      height: 100%;
      transition: all 0.3s ease-in-out;
  }
  .htmega-single-post-slide.htmega-postslider-layout-3 .thumb a:before{
      opacity: 0;
      transition: all 0.3s ease-in-out;
  }
  .htmega-single-post-slide.htmega-postslider-layout-3:hover .thumb a:before{
    opacity: 1;
  }
  .htmega-postslider-area .slick-slide>div{
      line-height: 0;
  }
  
  /* mobile Device :768px. */
  @media (max-width: 767px) {
      .htmega-post-slider-st-6{
          flex-direction: column-reverse;
      }
      .htmega-post-slider-st-6 .htmega-post-slider-right {
          width: 100%;
      }
      .htmega-post-slider-st-6 .htmega-post-slider-left {
          width: 100%;
      }
  }
  
  
  /*
   * Image Grid Layout
  */
  
  .htmega-singleimage-gridstyle-1:hover .thumb a::before {
      opacity: 1;
  }
  
  .htmega-singleimage-gridstyle-1:hover .thumb a img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  
  .htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn:hover {
      -webkit-box-shadow: 0 0 5px #fff;
      box-shadow: 0 0 5px #fff;
  }
  
  .htmega-singleimage-gridstyle-1:hover .image-grid-content {
      opacity: 1;
      filter: alpha(opacity=100);
  }
  
  .htmega-singleimage-gridstyle-1:hover .image-grid-content h2 {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  .htmega-singleimage-gridstyle-1:hover .image-grid-content a.read-btn {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      z-index: 4;
  }
  
  /*Image Grid style 2*/
  
  .htmega-singleimage-gridstyle-2:hover .thumb a::before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
  }
  
  .htmega-singleimage-gridstyle-2:hover .thumb a img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  
  .htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn:hover {
      -webkit-box-shadow: 0 0 5px #fff;
      box-shadow: 0 0 5px #fff;
  }
  
  .htmega-singleimage-gridstyle-2:hover .image-grid-content {
      opacity: 1;
      filter: alpha(opacity=100);
  }
  
  .htmega-singleimage-gridstyle-2:hover .image-grid-content h2 {
      position: absolute;
      top: 20px;
      z-index: 3;
      opacity: 1;
  }
  
  .htmega-singleimage-gridstyle-2:hover .image-grid-content a.read-btn {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: 1;
  }
  
  /* Image Grid style 3 */
  
  .htmega-singleimage-gridstyle-3:hover .thumb a img {
      transform: scale(1.1) rotate(3deg);
  }
  /*Image Grid style 4*/
  
  .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%);
      padding: 0 80px;
  }
  
  .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action h2 a {
      color: #18012c;
  }
  
  .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action p {
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      margin: 0;
      line-height: 28px;
  }
  
  .htmega-singleimage-gridstyle-4:hover .image-grid-content {
      opacity: 1;
      transform: translateX(0) translateY(0);
  }
  
  /* Image Grid style 5 */
  
  .htmega-singleimage-gridstyle-5 .image-grid-content .hover-action {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%);
      padding: 0 20px;
  }
  
  .htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 {
      color: #ffffff;
      margin-bottom: 5px;
      font-size: 23px;
  }
  
  .htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 a {
      color: #ffffff;
  }
  
  .htmega-singleimage-gridstyle-5 .image-grid-content .hover-action p {
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      margin: 0;
      line-height: 26px;
      color: #ffffff;
  }
  
  .htmega-singleimage-gridstyle-5:hover .image-grid-content {
      opacity: 1;
      transform: translateX(0) translateY(0);
  }
    
  /*
  * Thumb Gallery Css
  */
  .ht-thumb-gallery .slick-slide{
      line-height: 0;
  }
  .htmega-thumbgallery-for button.slick-arrow {
      position: absolute;
      top: 50%;
      left: 30px;
      z-index: 2;
      width: 50px;
      height: 50px;
      background: #000000;
      color: #fff;
      border: 0 none;
      border-radius: 100%;
      font-size: 30px;
      text-align: center;
      padding: 0;
      margin: 0;
      transition: 0.4s ease-in-out;
      transform: translateY(-50%);
      line-height: 1;
  }
  
  .htmega-thumbgallery-for button.slick-arrow:hover {
      background: #0056ff;
      color: #fff;
  }
  .htmega-thumbgallery-nav{
    text-align: center;
  }
  .htmega-thumbgallery-nav button.slick-arrow {
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    padding: 0;
    width: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .htmega-thumbnails-style-2 .htmega-thumbgallery-nav button.slick-arrow,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav button.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.htmega-thumbnails-style-2 button.htmega-carosul-next.slick-arrow,.htmega-thumbnails-style-4 button.htmega-carosul-next.slick-arrow {
    left: auto;
    right: 0;
}
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav .slick-arrow + .slick-dots,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav .slick-arrow + .slick-dots {
    bottom: 10px;
}
  .htmega-thumbgallery-for .slick-dots,.htmega-thumbgallery-nav .slick-dots {
    bottom: 10px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .htmega-thumbgallery-nav .slick-arrow + .slick-dots {
    bottom: 50px;
  }
  .htmega-thumbgallery-for .slick-dots li,.htmega-thumbgallery-nav .slick-dots li{
    display: inline-block;
  }
  .htmega-thumbgallery-for .slick-dots li button,.htmega-thumbgallery-nav .slick-dots li button{
    background: #ddd;
    text-indent: -99999px;
    padding: 0;
    margin-right: 8px;
    border-radius: 100%;
    width: 12px;
    height: 12px;
  }
  
  .htmega-thumbgallery-for .slick-dots li.slick-active button,.htmega-thumbgallery-nav .slick-dots li.slick-active button{
    background: #000;
  }
  
  .htmega-thumbgallery-for .slick-dots li button::before,.htmega-thumbgallery-nav .slick-dots li button::before{
    display: none;
  }
  
  
  .htmega-thumbgallery-for.htmega-arrow-2 {
      position: relative;
  }
  
  .htmega-thumbgallery-for.htmega-arrow-2 button {
      position: absolute;
      top: 50%;
      left: 42px;
      z-index: 2;
      background: transparent;
      color: #fff;
      border: 0 none;
      border-radius: 100%;
      font-size: 48px;
      text-align: center;
      padding: 0;
      margin: 0;
      transition: 0.4s ease-in-out;
      transform: translateY(-50%);
  }
  
  .htmega-thumbgallery-for.htmega-arrow-2 button:hover {
      color: #0056ff;
  }
  
  .htmega-thumbgallery-for.htmega-arrow-2 button.htmega-carosul-next {
      left: auto;
      right: 42px;
  }
  
  .htmega-thumbgallery-nav .small-thumb {
      cursor: pointer;
      position: relative;
      overflow: hidden;
  }
  
  .htmega-thumbgallery-nav .small-thumb img {
      width: 100%;
  }
  
  .htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img {
      border: 3px solid #0056ff;
  }
  
  .htmega-thumbgallery-nav .small-thumb img {
      border: 3px solid #d7d7d7;
  }
  
  .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
      padding: 7px 3px;
      line-height: 0;
  }
  
  .htmega-thumbgallery-nav.htmega-thumbgallery-nav {
      margin: -3px 0;
  }
  .htmega-thumbgallery-nav.slick-initialized.slick-slider.slick-dotted.slick-vertical {
    margin-bottom: 0;
}
  .htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
      padding: 5px 3px;
  }
  
  .htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav {
      margin: 0 -3px;
  }
  
  .ht-thumb-gallery .slick-slide img {
      display: block;
      width: 100%;
  }
  
 /* Thumbnail gallery hover css */

 .htmega-thumbgallery-nav .small-thumb:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.htmega-thumbgallery-nav .small-thumb:hover:after,.htmega-thumbgallery-nav .slick-slide.slick-current .small-thumb:after{
    opacity: 1;
}
  /*
   * Testimonial Grid Style
  */
  .testimonal,.testimonal *{
    transition: all 0.3s ease-in-out;
    
}
  
  /* Testimonial Grid Style 02 */
  
  /* Testimonial Grid Style 03 */
  
  /* Testimonial Grid Style 04 */
  /* Testimonial Grid Style 05 */
  .testimonal{
      position: relative;
      z-index: 1;
  }
  .testimonal:before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
    content:"";
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .testimonal:hover:before{
      opacity: 1;
  }

  /*
  * Scroll Navigation Animation
  */
  .navigation_service .htmega-service-style-7::before{
    display: none;
  }
  .elementor-widget-htmega-scrollnavigation-addons .swiper-container {
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
  }
  
  .htmega-swiper-pagination .swiper-pagination-bullet {
    background:  #000000 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 26px;
    opacity: 1;
    width: 26px;
    opacity:1 !important;
  }
  .htmega-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #3746ad;
  }
  .scroll-navigation-inner .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .scroll-navigation-inner .elementor-section.elementor-section-items-middle > .elementor-container {
    align-items: center;
    height: 100vh;
  }
  
  
  /*
   * Call To Action Style    
  */
  
  .htmega-call-to-action .htmega-content a.call_btn:hover {
      background: #ffffff;
      color: #18012c;
  }
  
  /* Call To Action Style 2 */
  
  .callto-action-style-2 .htmega-content a.call_btn:hover {
      background: #ffffff;
      color: #18012c;
      border: 2px solid #ffffff;
  }
  
  /* Call To Action Style 3 */
  
  .callto-action-style-3 a.call_btn:hover {
      background: #000000;
      color: #ffffff;
      border: 2px solid #000000;
  }
  
  /* Call To Action Style 4 */
  
  .callto-action-style-4 a.call_btn:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  /* Call To Action Style 5 */
  
  .callto-action-style-5 a.call_btn:hover {
      background: #ffffff;
      color: #18012c;
  }
  
  /* Call To Action Style 6 */
  
  .callto-action-style-6 a.call_btn:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  /* Call To Action Style 7 */
  
  .callto-action-style-7 a.call_btn:hover {
      color: #18012c;
      border-bottom: 2px solid #18012c;
  }

/* Call To action button postition */
  /*
   * Twitter Style
  */
  .htmega-twitter-area button.slick-arrow {
    border: 0 none;
    color: #2d3e50;
    font-size: 60px;
    left: -60px;
    position: absolute;
    top: 26%;
    background: transparent;
    height: inherit;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }
  
  .htmega-twitter-area .slick-dots li button::before{
    display: none;
  }
  .htmega-twitter-area .slick-dots li {
    width: 10px;
    height: 10px;
  }
  
  .htmega-twitter-area .slick-dots li button {
    background: #000000 none repeat scroll 0 0;
    border-radius: 100%;
    padding: 0;
    width: 10px;
    height: 10px;
  }
  
  .htmega-twitter-area .slick-dots li.slick-active button {
    background: #F15D67 none repeat scroll 0 0;
  }
  
  /* Twitter Style 1 */
  
  .htmega-twitter-single .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-single .htmega-content ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  
  /* Twitter Style 2 */
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-2 .slick-slide {
      padding: 0px 15px;
  }
  
  .htmega-twitter-style-2 .slick-dots {
    bottom: -45px;
  }
  
  /* Twitter Style 3 */
  
  .htmega-twitter-style-3 .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-3 .htmega-content ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-3 .slick-slide {
      padding: 0px 15px;
  }
  
  /* Twitter Style 4 */
  
  .htmega-twitter-style-4 .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-4 .htmega-content ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-4 button.slick-arrow {
    border: 1px solid #000000;
    border-radius: 100%;
    color: #000000;
    font-size: 30px;
    height: 50px;
    line-height: 35px;
    width: 50px;
  }
  
  .htmega-twitter-style-4 .slick-slide {
      padding: 0px 15px;
  }
  
  /*=================================
      Twitter Style 5
  ==================================*/
  
  .htmega-twitter-style-5 .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-5 .slick-slide {
      padding: 0px 15px;
  }
  
  /*
   * Post Grid
  */
  .htmega-post-grid-area.htmega-equal-hide-column-yes .ht-post{height:100%;}
  /*
   * Post Grid Tab
  */
  .ht-post-grid-tab {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: space-between;
  }
  .ht-post-grid-tab .post-grid{
      overflow: hidden;
  }
  .htmega-post-gridtab-layout-1 .post-grid,.htmega-post-gridtab-layout-3 .post-grid {
      padding: 0 1px;
      margin-bottom: 2px;
  }
  
  .htmega-post-gridtab-layout-1 .post-content,.htmega-post-gridtab-layout-3 .post-content {
      margin: 0 1px;
  }
  
  .htmega-post-gridtab-layout-2 .post-grid,.htmega-post-gridtab-layout-4 .post-grid {
      padding: 0 15px;
      margin-bottom: 30px;
  }
  
  .htmega-post-gridtab-layout-2 .post-content,.htmega-post-gridtab-layout-4 .post-content {
      margin: -30px 15px 0;
  }
  
  .htmega-post-gridtab-layout-5 .post-grid {
      padding: 0 10px;
      margin-bottom: 20px;
  }
  
  .htmega-post-gridtab-layout-5 .post-content {
      margin: -20px 10px 0;
  }
  
  .ht-post-grid-tab .post-grid.post-grid-one-third {
      min-width: calc(33.33%);
      width: calc(33.33%);
  }
  
  .ht-post-grid-tab .post-grid.post-grid-half {
      min-width: calc(50%);
      width: calc(50%);
  }
  
  .ht-post-grid-tab .post-grid.post-grid-four {
      min-width: calc(25%);
      width: calc(25%);
  }
  
  .ht-post-grid-tab .post-grid.post-third-of-four {
      min-width: calc(75%);
      width: calc(75%);
  }
  
  .ht-post-grid-tab .post-content {
      text-align: center;
      z-index: 9;
      display: none;
  }
  
  .ht-post-grid-tab .post-content.is-visible {
      display: block;
  }
  .single-post-grid-tab {
      padding: 30px;
      border: 1px solid #dfdfdf;
      background: #f1f1f1;
      overflow: hidden;
  }
  
  .single-post-grid-tab .thumb a img {
      width: 100%;
  }
  
  .single-post-grid-tab .thumb{
      overflow: hidden;
  }
  .single-post-grid-tab .post-inner {
      text-align: left;
  }
  
  .single-post-grid-tab .post-inner h2 {
      font-size: 24px;
      line-height: 36px;
      margin-top: 20px;
  }
  
  .single-post-grid-tab .post-inner h2 a {
      color: #464545;
  }
  
  .single-post-grid-tab .post-inner .meta {
      list-style: none;
      color: #fff;
      padding: 0;
      margin: 0;
      display: block;
      margin: 0 -15px;
  }
  
  .single-post-grid-tab .post-inner .meta li {
      color: #464545;
      font-size: 13px;
      letter-spacing: 2px;
      margin: 0 15px;
      display: inline-block;
  }
  
  .single-post-grid-tab .post-inner .meta li i {
      color: #464545;
  }
  
  .single-post-grid-tab .post-inner .meta li a {
      color: #464545;
  }
  
  .single-post-grid-tab .post-inner p {
      color: #494849;
      font-size: 14px;
      line-height: 28px;
      margin-top: 17px;
      margin-bottom: 28px;
  }
  
  .single-post-grid-tab .post-inner .post-category {
      display: flex;
      padding: 0;
      list-style: none;
      margin-left: 0;
  }
  
  .single-post-grid-tab .post-inner .post-category li {
      margin-right: 10px;
      transition: 0.4s ease-in-out;
  }
  
  .single-post-grid-tab .post-inner .post-category li a {
    background: #2a47e0 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 2px 7px;
    text-transform: uppercase;
  }
  
  .single-post-grid-tab .post-inner .post-btn a.readmore-btn {
      background: transparent;
      display: inline-block;
      padding: 0 37px;
      border-radius: 23px;
      font-size: 14px;
      font-weight: 400;
      line-height: 44px;
      transition: 0.4s ease-in-out;
      color: #494849;
      border: 1px solid #494849;
  }
  
  /* Tablet Device :768px. */
  @media (max-width: 991px) {
      .single-post-grid-tab .htb-row{
          flex-direction: column-reverse;
      }
  }
  
  /*
   * Custom Carousel Style
  */
  .ht-custom-carousel .single-custom-carousel img {
      width: 100%;
  }
  
  .htmega-carousel-style-1 .slick-slide .single-custom-carousel img {
      transition: all 0.3s ease 0s;
      display: block;
  }
  
  .htmega-carousel-style-1 .single-custom-carousel {
      position: relative;
      transition: all 0.3s ease 0s;
  }
  
  .htmega-carousel-style-1 .slick-slide.slick-active .single-custom-carousel {
      transform: scale(1.15);
  }
  
  .htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel {
      transform: scale(1.3);
  }
  
  .htmega-carousel-style-1 .slick-slide.slick-active{
    z-index: 990;
    position: relative;
  }
  
  .htmega-carousel-style-1 .slick-slide.slick-center {
      z-index: 999;
      position: relative;
  }
  
  .htmega-carousel-style-1 .slick-slide {
      padding: 72px 0;
      transition: all 0.3s ease 0s;
  }
  
  /*----------------------
      Slick Dot
  -----------------------*/
  .htmega-carousel-activation .slick-arrow {
	padding: 0;
  }
  .htmega-carousel-activation .slick-dots {
      text-align: center;
      bottom: -60px;
  }
  
  .htmega-carousel-activation .slick-dots li {
      display: inline-block;
      margin: 0;
  }
  
  .htmega-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-carousel-activation .slick-dots li.slick-active button {
      background-color: #863F51;
  }
  
  /*------------------------------
      Custom Carousel Style 2
  -------------------------------*/
  .htmega-carousel-style-2 .slick-slide .single-custom-carousel img {
      transition: all 0.3s ease 0s;
      display: block;
  }
  
  .htmega-carousel-style-2 .single-custom-carousel {
      position: relative;
      transition: all 0.3s ease 0s;
      padding: 0 40px;
      transform: scale(1.1);
  }
  
  .htmega-carousel-style-2 .slick-slide.slick-center .single-custom-carousel {
      transform: scale(1.3);
  }
  
  .htmega-carousel-style-2 .slick-slide.slick-center {
      z-index: 999;
      position: relative;
  }
  
  .htmega-carousel-style-2 .slick-slide.slick-active {
      transition: all 0.3s ease 0s;
  }
  
  .htmega-carousel-style-2 .slick-slide {
      padding: 72px 0;
      transition: all 0.3s ease 0s;
  }
  
  .htmega-carousel-style-2 {
      position: relative;
  }
  
  .htmega-carousel-style-2 button.slick-arrow,.htmega-carousel-style-3 button.slick-arrow {
      position: absolute;
      left: -80px;
      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;
  }
  
  .htmega-carousel-style-2 button.slick-arrow:hover,.htmega-carousel-style-3 button.slick-arrow:hover {
      background: #0056ff;
      color: #fff;
  }
  
  .htmega-carousel-style-2 button.htmega-carosul-next,.htmega-carousel-style-3 button.htmega-carosul-next {
      left: auto;
      right: -80px;
  }


    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide{
    transition: none;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active{
        transition: none;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide .single-custom-carousel{
        padding: 0 40px;
        transition: none;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active{
        transform: perspective(400px) rotateY(20deg) scale(1) !important;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active + .slick-active{
        transform: perspective(0px) rotateY(0deg)  scale(1.1)!important;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active + .slick-active + .slick-active{
        transform: perspective(400px) rotateY(-20deg) scale(1) !important;
    }
    .ht-custom-carousel.htmega-carousel-activation .slick-arrow {
        padding: 0;
        position: absolute;
        top: 50%;
        z-index: 1;
      }
    .ht-custom-carousel.htmega-carousel-activation .htmega-carosul-next.slick-arrow {
        right: 0;
      }
    .ht-custom-carousel.htmega-carousel-activation .htmega-carosul-prev.slick-arrow {
        left: 0;
      }
  
  /*------------------------------
      Custom Carousel Style 3
  -------------------------------*/
  .htmega-carousel-style-3 .slick-slide {
      margin: 0px 15px;
  }
  
  .htmega-carousel-style-3 .slick-list.draggable {
      margin: 0 -15px;
  }
  
  .htmega-carousel-style-3 .slick-dots {
      bottom: -60px;
  }
  
  .htmega-carousel-style-3 .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      padding: 0;
  }
  
  .htmega-carousel-style-3 .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
      background: #000;
      border-radius: 100%;
      border: 0;
  }
  
  .htmega-carousel-style-3 .slick-dots li button::before {
      display: none;
  }
  
  .htmega-carousel-style-3 .slick-dots li.slick-active button {
      background: #00c8fa;
  }
  
  /*------------------------------
      Custom Carousel Style 4
  -------------------------------*/
  .htmega-carousel-style-4 {
      position: relative;
  }
  
  .htmega-carousel-style-4 button.slick-arrow {
      position: absolute;
      top: 50%;
      left: 0;
      color: #f4f4f4;
      border: 0 none;
      font-size: 30px;
      background: transparent;
      width: 40px;
      height: 50px;
      line-height: 45px;
      background: #000000;
      transform: translateY(-50%);
      z-index: 2;
      padding: 0;
  }
  
  .htmega-carousel-style-4 button.htmega-carosul-next {
      left: auto;
      right: 0;
  }
  
  .htmega-carousel-style-4 .slick-list {
      margin: 0 -15px;
  }
  
  .htmega-carousel-style-4 .slick-slide {
      margin: 0px 15px;
  }
  
  /*------------------------------
      Custom Carousel Style 5
  -------------------------------*/
  .htmega-carousel-style-5 .slick-slide {
      margin: 0px 15px;
  }
  
  .htmega-carousel-style-5 .slick-list {
      margin: 0 -15px;
  }
  
  .htmega-carousel-style-5 .slick-dots {
      bottom: -40px;
      background: #dbdbdb;
      height: 8px;
      border-radius: 4px;
      left: 0;
      right: 0;
      width: auto;
  }
  
  .htmega-carousel-style-5 .slick-dots li {
      width: 33.33%;
      height: 8px;
      margin: 0;
      left: 0;
      top: -13px;
      transition: 0.4s ease-in-out;
  }
  
  .htmega-carousel-style-5 .slick-dots li::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background: #0056ff;
      border-radius: 4px;
      transition: 0.4s ease-in-out;
  }
  
  .htmega-carousel-style-5 .slick-dots li button {
      width: 33.33%;
      height: 8px;
      margin: 0;
      left: 0;
  }
  .htmega-carousel-style-5 .slick-dots li button{
    border: none;
  }
  .htmega-carousel-style-5 .slick-dots li.slick-active button{
    background: transparent;
  }
  
  .htmega-carousel-style-5 .slick-dots li button::before {
      display: none;
  }
  
  .htmega-carousel-style-5 .slick-dots li.slick-active::before {
      width: 100%;
  }
  
  /*------------------------------
      Custom Carousel Style 6
  -------------------------------*/
  
  .htmega-carousel-style-6 button.slick-arrow {
      position: absolute;
      top: 50%;
      left: 0;
      color: #f4f4f4;
      border: 0 none;
      font-size: 30px;
      background: transparent;
      width: 40px;
      height: 50px;
      background: #000000;
      transform: translateY(-50%);
      z-index: 2;
      padding: 0;
  }
  
  .htmega-carousel-style-6 button.htmega-carosul-next {
      left: auto;
      right: 0;
  }
  
  .htmega-carousel-style-6 .slick-dots {
    background: #19243c none repeat scroll 0 0;
    margin-top: -8px;
    position: static;
  }
  
  .htmega-carousel-style-6 .slick-dots li {
    display: inline-block;
    height: inherit;
    padding: 30px 55px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 2;
  }
  
  .htmega-carousel-style-6 .slick-dots li h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 3;
  }
  
  .htmega-carousel-style-6 .slick-dots li.slick-active::before {
      position: absolute;
      content: "";
      background: #223152;
      z-index: -1;
      width: 100%;
      height: 116%;
      bottom: 0;
      left: 0;
  }



  /*Custom Carousel Style 7*/
  .htmega-carousel-style-7 button.slick-arrow {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: #f4f4f4;
      border: 0 none;
      border-radius: 100%;
      padding: 0;
      margin: 0;
      font-size: 48px;
      transition: 0.3s ease-in-out;
      z-index: 1;
  }
  
  .htmega-carousel-style-7 button.slick-arrow:hover {
      color: #18012c;
  }
  
  .htmega-carousel-style-7 button.htmega-carosul-next {
      left: auto;
      right: 20px;
  }
  /* 
   * Double Button 
  */
  .htmega-doublebutton a.htmega-doule-btn:hover,.htmega-doublebutton a.htmega-doule-btn.btn-two:hover {
    background: #18012c none repeat scroll 0 0;
    color: #ffffff;
  }

  /* Bouble Button Icon position */
    .htmega-double-button-area a.btn-one:hover::after{
        opacity: 1;
    }
    .htmega-double-button-area a.btn-two:hover::after{
        opacity: 1;
    }

  /* Double Button Skew Bg */
  /* Befor Backround New*/
  .htmega-doublebutton.before_bg .htmega-doule-btn:hover::before {
    opacity: 0;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn:hover::after {
    opacity: 1;
  }





  
  /*
   * Banner Style
   */
  
  .htmega-banner:hover .banner-thumb a::before {
      height: 100%;
      opacity: 1;
      width: 100%;
  }
  
  .htmega-banner:hover .banner-thumb a::after {
      height: 100%;
      opacity:1;
      width: 100%;
  }
  
  /*Banner Content Position */
  
  /* Banner style one */
  
  /* Banner Style 02 */
  
  /* Banner Style 03 */
  
  /* Banner Style 03 */
  
  .htmega-banner-style-4 .banner-content a:hover {
      background: #18012c;
      color: #fff;
  }
  
  /* Banner Style 5 */
  
  /* Banner Style 6 */
  
  /*
   * Special Banner Style
   */
  
  /*
   * Image Comparison Style
  */
  
  .beer-slider input[type="range"]{
    height: 100%;
  }
  
  .beer-slider {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    position: relative;
  }
  
  .beer-slider::before {
    background: transparent;
    content: "";
    height: 100%;
    opacity: 0.35;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  
  .htmega-imagecomparison .beer-range:focus ~ .beer-handle{
    box-shadow: none;
  }
  .htmega-label-pos-center .beer-reveal[data-beer-label]::after, .htmega-label-pos-center .beer-slider[data-beer-label]::after{
    top: 50%;
  }
  .htmega-label-pos-bottom .beer-reveal[data-beer-label]::after, .htmega-label-pos-bottom .beer-slider[data-beer-label]::after{
    bottom: 1.5rem;
    top: auto;
  }
  .beer-reveal[data-beer-label]::after,
  .beer-slider[data-beer-label]::after {
    word-break:normal;
  }

  
  /*
   * Download Monitor
  */
  
  /* Buddypress Member Style */
  
  /* Add to cart Style */

  .elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.loading .elementor-button-text::after,
  .elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.loading .elementor-button-text::after{
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: auto;
    right: 1em;
    animation: spin 2s linear infinite;
  }

  .elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.loading,
  .elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.loading
  {
    padding-right: 2.618em;
  }

  
  /* WooCommerce Pages */
  
  .elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li{
    list-style: none;
  }
  .elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li a{
    text-decoration: none;
    display: block;
  }
  
  /* WooCommerce Category */
  
  /* Job manager */
  /* .job_summary_shortcode .job-type {
    display: inline-block;
    height: auto !important;
    margin: 0 !important;
  } */
  /*
   * Post Carousel Style
  */
  .post-carousel-wrapper {
      margin: 0 -15px;
  }
  .post-carousel-wrapper .slick-slide {
      margin: 0 15px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-1 .content{
    max-width: 100%;
    width: 100%;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-1 .content{
    padding: 0;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-1 .content .post-inner {
    background: #33a3b9 none repeat scroll 0 0;
    transition: 0.4s;
  }
  .post-carousel-wrapper .htmega-postslider-layout-1:hover .content .post-inner {
    background: rgba(51, 163, 185, 0.8) none repeat scroll 0 0;
  }
  
  .post-carousel-wrapper button.slick-arrow {
    background: #5e5e5e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: -20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    line-height: 0;
    z-index: 9999;
  }
  
  .post-carousel-wrapper button.htmega-carosul-next.slick-arrow {
    left: auto;
    right: -20px;
  }
  
  .post-carousel-wrapper .htmega-single-post-slide .content .post-inner ul.meta li{
    letter-spacing: 0;
  }
  
  /* Post Carousel Style 2 */
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content {
      padding: 0 20px;
      margin-top: -50px;
      text-align: center;
      position: relative;
      z-index: 2;
      overflow: hidden;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
      background: #ffffff;
      padding: 20px;
      border-bottom: 4px solid #b5b5b5;
      padding-top: 35px;
      transition: 0.4s ease-in-out;
      position: relative;
  }
  .post-carousel-wrapper .htmega-postslider-layout-2:hover .content .post-inner {
      border-bottom: 4px solid #0056ff;
  }
  
  /* gradient border */
  .post-carousel-wrapper .htmega-postslider-layout-2 .content.htmega-gradient .post-inner{
      border:none;
  }
  .post-carousel-wrapper .htmega-postslider-layout-2 .content.htmega-gradient .post-inner:after{
      content: "";
      left: 0;
      height: 4px;
      bottom: 0;
      width: 100%;
      position: absolute;
      z-index: 2;
      background:#b5b5b5;
      transition: 0.4s ease-in-out;
      background-image: linear-gradient(90deg, #F9DC03 0%, #F25A75 100%);
      background-color: transparent;
  }
  .post-carousel-wrapper .htmega-postslider-layout-2:hover .content.htmega-gradient  .post-inner:after{
      background-image: linear-gradient(90deg, #09E328 0%, #00C1C6 100%);
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul {
      justify-content: space-between;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li {
      color: #8f8f8f;
      font-size: 14px;
      font-family: 'Courgette', cursive;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li i {
      font-size: 14px;
      padding-right: 12px;
      color: #a8a8a8;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li a {
      color: #8f8f8f;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 11px;
      line-height: 28px;
      margin-bottom: 25px;
      padding: 0 30px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a {
      color: #4f4f4f;
      transition: 0.4s ease-in-out;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a:hover {
      color: #0056ff;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner p {
      color: #818181;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 29px;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
  }
  
  /* Post Carousel Style 3 */
  .post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-color: #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: inherit;
    line-height: 24px;
    padding: 0;
    transition: all 0.4s ease-in-out 0s;
  }
  .post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
      color: #33a3b9;
      border-bottom: 1px solid #33a3b9;
      background: transparent;
  }
  
  .post-carousel-wrapper.htmega-postcarousel-layout-3 button.slick-arrow {
    background: #263170 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 30px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: -48px;
    transition: all 0.4s ease-in-out 0s;
    width: 46px;
    border-radius: 0;
  }
  .post-carousel-wrapper.htmega-postcarousel-layout-3 button.htmega-carosul-prev.slick-arrow {
    right: 66px;
    left: auto;
  }
  
  /*Post Carousel Style 4*/
  .post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex{
      display: flex;
      align-items: center;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content {
      flex-basis: 58%;
      position: relative;
      margin-left: -75px;
      background: #fff;
      padding: 57px 24px;
  }
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner {
    background: transparent none repeat scroll 0 0;
    padding: 0;
    text-align: left;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul {
      justify-content: flex-start;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category {
      margin: 0 -5px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category li {
      margin: 0 5px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta {
      margin:0;
      margin-bottom: 10px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li {
      color: #8c8c8c;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      margin: 0 14px;
      letter-spacing: 0;
      margin-left: 0;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li i {
      font-size: 16px;
      padding-right: 10px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li a {
      color: #8c8c8c;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 19px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a {
      color: #464646;
      transition: 0.4s ease-in-out;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a:hover {
      color: #0056ff;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner p {
      color: #818181;
      font-size: 14px;
      line-height: 24px;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn {
      color: #464646;
      transition: 0.4s ease-in-out;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      background: transparent;
      border-bottom: 1px solid #464646;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn:hover {
      color: #0056ff;
      border-bottom: 1px solid #0056ff;
      background: transparent;
  }
  
  /*Post Carousel Style 5*/
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner {
      text-align: left;
      padding: 30px 0;
  }
  .post-carousel-wrapper .htmega-postslider-layout-5 .content {
    background: transparent;
    padding: 0;
  }
  
  .post-carousel-wrapper .content .post-inner h2 {
      word-break: break-word;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul {
      justify-content: flex-start;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta {
      margin: 0 -10px;
      margin-bottom: 7px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
      color: #8c8c8c;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      padding: 0 10px;
      font-weight: 500;
      position: relative;
      margin: 0;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li::before {
      position: absolute;
      content: "/";
      right: 0;
      top: 2px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li:last-child::before {
      display: none;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li a {
      color: #8c8c8c;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 11px;
      margin: 0;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a {
      color: #2b2b2b;
      transition: 0.4s ease-in-out;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a:hover {
      color: #0056ff;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner p {
      color: #6d6a6a;
      font-size: 17px;
      line-height: 29px;
      margin-bottom: 24px;
      margin-top: 10px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
      border-bottom: 1px solid #464646;
      font-size: 14px;
      transition: 0.4s ease-in-out;
      font-family: "Montserrat", sans-serif;
      color: #464646;
      background: transparent;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
      border-bottom: 1px solid #0056ff;
      color: #0056ff;
  }
  
  
  .post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow {
      position: absolute;
      top: 28%;
      left: 15px;
      width: 46px;
      height: 46px;
      background: #ffffff;
      border: 0 none;
      color: #0056ff;
      font-size: 24px;
      padding: 0;
      margin: 0;
      transition: 0.4s ease-in-out;
      z-index: 2;
      border-radius: 0;
  }
  
  .post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow:hover {
      background: #0056ff;
      color: #ffffff;
  }
  
  .post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow.htmega-carosul-next {
      left: auto;
      right: 15px;
  }
  /* New style */
  
  .post-carousel-wrapper.htmega-bottom-right-arrow button.slick-arrow,
  .post-carousel-wrapper.htmega-bottom-center-arrow button.slick-arrow{
      top:100%;
  }
  .post-carousel-wrapper.htmega-top-right-arrow button.slick-arrow {
      top:0;
  }
  .post-carousel-wrapper.htmega-top-right-arrow button.slick-arrow {
      right: 50px;
      left: auto;
  }
  .post-carousel-wrapper.htmega-top-right-arrow button.htmega-carosul-next.slick-arrow {
      right: 0px;
      left: auto;
  }
  /* bottom right */
  .post-carousel-wrapper.htmega-bottom-right-arrow button.slick-arrow {
      right: 50px;
      left: auto;
  }
  .post-carousel-wrapper.htmega-bottom-right-arrow button.htmega-carosul-next.slick-arrow {
      right: 0px;
      left: auto;
  }
  /* center bottom */
  .post-carousel-wrapper.htmega-bottom-center-arrow button.slick-arrow {
      left: 50%;
      margin-left: -40px;
  }
  .post-carousel-wrapper.htmega-bottom-center-arrow button.htmega-carosul-next.slick-arrow {
      left: auto;
      right: 50%;
      margin-right: -40px;
  }
  .post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-bottom-center-arrow button.htmega-carosul-prev.slick-arrow {
      right: auto;
      left: 50%;
  }
  
  /* verticle center */
  .post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.slick-arrow{
      top:50%;
  }
  .post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.slick-arrow{
      left: -20px;
      right: auto;
  }
  .post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.htmega-carosul-next.slick-arrow {
      left: auto;
      right: -20px;
  }
  
  /*
  * Image Justify layout
  */
  
  /*
   * Business Hours
  */
  
  /* Business Hours style two */
  
  /* Business Hours style three */
  
  /* Business Hours style Four */
  
  /* Business Hours style Five */
  
  
  /*
   * Custom Table Style
  */
  
  .htmega-table-style {
      border-radius: 10px 10px 0 0;
  }
  
  .htmega-table-style .htb-table {
      margin: 0;
  }
  
  .htmega-table-style .htb-table thead {
      background-color: #612d91;
  }
  
  .htmega-table-style .htb-table thead tr th {
      text-align: center;
      border: none;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff;
      padding: 12px 20px;
      border-right: 1px solid #fff;
  }

  .htmega-table-style table.htb-table tbody>tr:nth-child(odd)>td,
  .htmega-table-style table.htb-table tbody>tr:nth-child(odd)>th{
        background: unset;
    }
  
  .htmega-table-style .htb-table tbody tr {
      background: #824f9e;
    }
  
  .htmega-table-style .htb-table tbody tr td {
      text-align: center;
      border: none;
      padding: 12px 20px;
      vertical-align: middle;
      border-bottom: 1px solid #ffffff;
      color: #ffffff;
      font-size: 16px;
      border-right: 1px solid #fff;
  }


  
  .htmega-table-style .htb-table thead tr th.sorting,.htmega-table-style .htb-table thead tr th.sorting_asc,.htmega-table-style .htb-table thead tr th.sorting_desc{
    position: relative;
  }
  
  .htmega-table-style .htb-table thead tr th.sorting::before,
  .htmega-table-style .htb-table thead tr th.sorting_asc::before,
  .htmega-table-style .htb-table thead tr th.sorting_desc::before,
  .htmega-table-style .htb-table thead tr th.sorting::after,
  .htmega-table-style .htb-table thead tr th.sorting_desc::after,
  .htmega-table-style .htb-table thead tr th.sorting_asc::after {
    position: absolute;
    content: "\f0d7";
    right: 20px;
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 7px;
    font-size: 18px;
}
  .htmega-table-style .htb-table thead tr th.sorting::after,
  .htmega-table-style .htb-table thead tr th.sorting_desc::after,
   .htmega-table-style .htb-table thead tr th.sorting_asc::after {
    content: "\f0d8";
    margin-top: -5px;
}
  .htmega-table-style select{
    width: auto;
  }
  .ast-container .htmega-table-style select{
    background-position-y: calc(50%);
}
  
  /* Table Style 02 */
  .htmega-table-style-2 {
      border-radius: 0;
  }
  .htmega-table-style-2 .htb-table {
      margin: 0;
  
  }
  .htmega-table-style-2 .htb-table thead {
      background-color: #5ac5ff;
  }
  
  .htmega-table-style-2 .htb-table thead tr th {
      text-align: left;
      border: none;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff;
      padding: 12px 20px;
      border-right: 1px solid #c5c5c5;
      border-left: 1px solid #c5c5c5;
      padding-left: 30px;
      outline: none;
  }
  
  .htmega-table-style-2 .htb-table tbody tr {
      background: #ffffff;
  }
  
  .htmega-table-style-2 .htb-table tbody tr:nth-child(even) {
      background: #f4f4f4;
  }
  
  .htmega-table-style-2 .htb-table tbody tr td {
      text-align: left;
      border: none;
      padding: 12px 20px;
      vertical-align: middle;
      color: #000000;
      font-size: 16px;
      border-right: 1px solid #c5c5c5;
      padding-left: 30px;
      border-left: 1px solid #c5c5c5;
  }
  
  .htmega-table-style-2 td a {
      font-size: 16px;
      font-weight: 600;
      color: #18012c;
  }
  
  /*Table Style 03*/
  .htmega-table-style-3{
    border-radius: 0;
  }
  .htmega-table-style-3 .htb-table {
      margin: 0;
  }
  
  .htmega-table-style-3 .htb-table thead {
      background-color: #727272;
  }
  
  .htmega-table-style-3 .htb-table thead tr th {
      text-align: left;
      border: none;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff;
      padding: 12px 20px;
      border-right: 1px solid #c5c5c5;
      border-left: 1px solid #c5c5c5;
      padding-left: 30px;
  }
  
  .htmega-table-style-3 .htb-table tbody tr {
      background: #ffffff;
  }
  
  .htmega-table-style-3 .htb-table tbody tr td {
      text-align: left;
      border: none;
      padding: 12px 20px;
      vertical-align: middle;
      color: #000000;
      font-size: 16px;
      border-right: 1px solid #c5c5c5;
      border-left: 1px solid #c5c5c5;
      border-bottom: 1px solid #c5c5c5;
      padding-left: 30px;
  }
  
  .htmega-table-style-3 td a {
      font-size: 16px;
      font-weight: 600;
      color: #18012c;
  }

  .htmega-table-style table {
    border: 0;
  }
  
  .htmega-table-export-btn {
    display: inline-block;
    float: right;
    margin-top: 10px;
    overflow: hidden;
    background: #824F9E;
    color: #fff;
    line-height: 1;
    padding: 7px 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.htmega-table-export-btn:hover{
    background: #000;
}


  /*
   * Pricing List View Style 
  */
  .htmega-pricing-list-view .htb-table {
      margin: 0;
  }
  
  .htmega-pricing-list-view .htb-table thead tr th {
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      color: #5c5c5c;
      padding: 12px 20px;
      border-right: 1px solid #d4d4d4;
      border-left: 1px solid #d4d4d4;
      font-family: "Montserrat", sans-serif;
      text-transform: inherit;
  }
  
  .htmega-pricing-list-view .htb-table td.tb-name a {
      font-size: 16px;
      font-weight: 600;
      color: #18012c;
  }
  
  .htmega-pricing-list-view .htb-table tbody tr td {
      text-align: center;
      border: none;
      padding: 12px 20px;
      vertical-align: middle;
      border-bottom: 1px solid #d4d4d4;
      color: #5c5c5c;
      font-size: 16px;
      border-right: 1px solid #d4d4d4;
      border-left: 1px solid #d4d4d4;
  }
  
  .htmega-pricing-list-view .htb-table tbody tr td a {
      color: #5c5c5c;
  }
.table-responsive td.htmega-pricing-row-cell .htmega-pricing-table__head-row-cell-area ,
.table-responsive .htmega-pricing-table__head-column-cell-text {
    word-break: initial;
}
.table-responsive.htmega-pricing-list-view {
    overflow-x: auto;
}
.table-responsive.htmega-pricing-list-view table.table {
    margin: 0;
}

/* Icon Positions */
.htmega-pricing-list-view .htmega-pricing-table__head-column-cell-area {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-icon, 
.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-icon {
    width: auto;
}
.htmega-column-position-icon-bottom .htmega-pricing-table__head-column-cell-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.htmega-column-position-icon-top .htmega-pricing-table__head-column-cell-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.htmega-column-position-icon-bottom .htmega-pricing-table__head-column-cell-icon, 
.htmega-column-position-icon-top .htmega-pricing-table__head-column-cell-icon {
    width: 100%;
}
.htmega-pricing-table__head-column-cell .htmega-pricing-table__head-column-cell-area .htmega-pricing-table__head-column-cell-icon img {
    width: 40%;
}

/* Table list view layout 4 ( No border ) */
.htmega-pricing-table-style-4 table.table, 
.htmega-pricing-table-style-4 table.table td, 
.htmega-pricing-table-style-4 table.table th {
    border: none;
}
.htmega-pricing-table-style-4 th.htmega-pricing-table__head-column-cell , 
.htmega-pricing-table-style-4 td.htmega-pricing-row-cell {
    position: relative;
}
.htmega-pricing-table-style-4 th.htmega-pricing-table__head-column-cell .htmega-pricing-table__head-column-cell-area:before,
.htmega-pricing-table-style-4 td.htmega-pricing-row-cell .htmega-pricing-table__head-row-cell-area:before {
    position: absolute;
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    left: 0;
    border-radius: 50px;
}
.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table {
    border-collapse: separate;
    border-spacing: 0 20px;
}
.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}
.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:first-child ,.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:first-child {
    border-radius: 10px 0px 0px 10px;
}
.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:last-child , .htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:last-child {
    border-radius: 0px 10px 10px 0px;
}
.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-icon {
    padding-left: 5px;
}
.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-icon {
    padding-right: 5px;
}


/* For Row  */
.elementor-widget-htmega-pricinglistview-addons .htmega-pricing-table__head-row-cell-area {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-top .htmega-pricing-table__head-row-cell-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-bottom .htmega-pricing-table__head-row-cell-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .htmega-pricing-table__head-row-cell-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .htmega-pricing-table__head-row-cell-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-bottom .ha-table__body-row-cell-icon, 
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-top .ha-table__body-row-cell-icon {
    width: 100%;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .ha-table__body-row-cell-icon, 
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .ha-table__body-row-cell-icon {
    width: auto;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .htmega-pricing-table__head-row-cell-area .htmega-pricing-table__head-row-cell-icon {
    padding-left: 5px;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .htmega-pricing-table__head-row-cell-area .htmega-pricing-table__head-row-cell-icon {
    padding-right: 5px;
}
  
  
  /* Pricing Style 02 */
  .htmega-pricing-table-style-2 .htb-table {
      margin: 0;
  }
  
  .htmega-pricing-table-style-2 .htb-table thead tr th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6;
      padding: 0;
      border: 0 none;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
  }
  
  .htmega-pricing-table-style-2 .htb-table thead tr th:first-child {
    border: 1px solid transparent !important;
  }
  
  .htmega-pricing-table-style-2 .htb-table thead tr th span {
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      color: #ff6565;
      font-family: "Montserrat", sans-serif;
      text-transform: inherit;
      background: #ffc1c1;
      display: block;
      padding: 12px 20px;
      text-transform: initial;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td {
      text-align: center;
      border: none;
      padding: 0;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td:first-child {
      border-left: 1px solid transparent;
      border-bottom: 1px solid transparent;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td span {
      padding: 12px 20px;
      vertical-align: middle;
      color: #ffffff;
      font-size: 16px;
      background: #ff8686;
      display: block;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td span i {
      color: #ffffff;
      font-size: 16px;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td a {
      color: #ffffff;
  }
  
  .htmega-pricing-table-style-2 .htb-table td.tb-name a {
      font-size: 16px;
      font-weight: 600;
      color: #18012c;
  }
  
  /* htmega-pricing-table-style-3 */
  
  .htmega-pricing-table-style-3 ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .htmega-pricing-table-style-3 ul li {
      margin-bottom: 25px;
  }
  
  .htmega-pricing-table-style-3 ul li a {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-list-text {
      flex: 1;
      min-width: 1px;
      align-items: center;
      display: flex;
      flex-wrap: wrap;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-list-text span {
      color: #373737;
      font-weight: 600;
      font-size: 20px;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-list-text span.separator {
      margin-left: 20px;
      border-bottom-style: dotted;
      border-bottom-width: 1px;
      height: 0;
      color: #ccc;
      border-bottom-style: dashed;
      border-bottom-color: #b9b9b9;
      flex: 1;
      min-width: 1px;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-text-right {
      width: auto;
      padding-left: 20px;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-text-right span.price {
      background: #ff8686;
      display: inline-block;
      color: #ffffff;
      font-weight: 600;
      font-size: 20px;
      height: 45px;
      padding: 0 33px;
      line-height: 46px;
      margin-right: 10px;
      border-radius: 22px;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-text-right span.basket {
      display: inline-block;
      background: #ff9898;
      height: 45px;
      line-height: 44px;
      width: 45px;
      text-align: center;
      border-radius: 100%;
      color: #fff;
      font-size: 18px;
  }
  
  /*
   * Vertical Timeline 
  */
  
  /* Vertical Timeline style 04 */

    /* Vertical Timeline style 02 */
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2:hover::before {
      opacity: 1;
  }
  .htc-verctimeline-wrapper .ht-ver-timeline--2:hover .vertical-time::before {
      border: 6px solid #cf2037;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2:hover .timeline-content h6 {
      color: #cf2037;
  }
  /* Vertical Timeline style 03 */
   /* small mobile :320px. */
  
  /*
   * Offcanvas Style 
  */
    .offcanvas{
        text-align: center;
    }
    .offcanvas svg {
        width: 20px;
        vertical-align: middle;
    }

    .site-menu .searchform input[type="text"] {
        color: #fff;
    }

    .site-menu.show-nav {
        -webkit-transform: translateX(440px);
        transform: translateX(440px);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }

    .site-menu {
        width: 440px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -440px;
        background: #000000;
        transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: 300ms ease all;
        transition: 300ms ease all;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 99;
        overflow-y: auto;
        padding-top: 80px;
    }

    .admin-bar .site-menu{
        padding-top: 120px;
    }

    .site-menu a.canvas-closebtn i{
        border: 1px solid #fff;
        color: #fff;
        padding: 9px;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .admin-bar .site-menu a.canvas-closebtn i{
        top: 60px;
    }

    .site-menu.align-right-active {
        transform: translateX(0);
    }

    .site-menu.align-right-active.show-nav {
        -webkit-transform: translateX(-440px);
        transform: translateX(-440px);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0);
    }
    .site-menu.align-right-active {
        left: auto;
        right: -440px;
    }


    .site-menu.align-top-active {
        transform: translateY(0);
    }

    .site-menu.align-top-active.show-nav {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
    }

    .site-menu.align-bottom-active {
        transform: translateY(0);
    }

    .site-menu.align-bottom-active.show-nav {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
    }

    .site-menu.align-bottom-active,
    .site-menu.align-top-active {
        left: 0;
        right: auto;
        bottom: -150px;
        top: auto;
        width: 100%;
        height: 150px;
    }
    .site-menu.align-top-active {
        top: -150px;
        bottom: auto;
        width: 100%;
        height: 150px;
    }

    .site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li a {
        color: #ffffff;
        font-size: 15px;
        display: block;
        padding: 13px 0;
        border-top: 1px solid #414141;
        text-transform: uppercase;
        text-decoration: none;
    }

    .site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li:first-child a {
        border-top: 1px solid transparent;
    }
    .site-menu .content_offcanvas .blog-search{
        margin: 0 70px;
    }
    .site-menu .content_offcanvas .blog-search form input,.site-menu .content_offcanvas_verticle .blog-search form input {
        border-radius: 20px;
        height: 40px;
    }
    .site-menu .content_offcanvas .blog-search form button,.site-menu .content_offcanvas_verticle .blog-search form button {
        height: 40px;
    }
    .site-menu .content_offcanvas .blog-search form button:hover,.site-menu .content_offcanvas_verticle .blog-search form button:hover{
        color: #ffffff;
    }

    .site-menu .content_offcanvas_verticle .linemenu-nav ul li {
        margin: 0 10px;
    }

    .admin-bar .site-menu.align-top-active,.site-menu.align-bottom-active {
        padding-top: 40px !important;
    }
    .admin-bar .site-menu.align-top-active .elementor-image {
        margin-top: 7px;
    }
    .site-menu.align-top-active a.canvas-closebtn i,.site-menu.align-bottom-active a.canvas-closebtn i {
        z-index: 999;
    }

  /*
   * Image Magnifier Style
  */
  
  /*
   * Animated Heading
  */
  .htmega-animated-heading{
    text-align: center;
  }
  .htmega-animated-heading .cd-words-wrapper b {
    color: #0056ff;
  }
  
  /*Animated Heading 01*/
  
  
  /*Animated Heading 02*/
  
  
  /*Animated Heading 03*/
  
  /*Animated Heading 04*/
  /*Animated Heading 05*/
  
  /*Animated Heading 06*/
  
  .cd-headline.loading-bar .cd-words-wrapper::after {
      background: #0056ff;
  }
  
  /* heading placeholder */
  .htmega-animated-heading .cd-headline::before {
    font-size: 100px;
    font-weight: 100;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    content: attr(data-pltext);
    -webkit-transform: translateX(-50%) translateY(-14px);
    -ms-transform: translateX(-50%) translateY(-14px);
    transform: translateX(-50%) translateY(-14px);
    text-transform: uppercase;
    color: #2e98fb24;
    white-space: nowrap;
	margin-top: -15px
    }

  .htmega-animated-heading .headline-placeholder {
    position: relative;
    z-index: 1;
  }
  
  .htmega-animated-alignment-left .cd-headline::before,
  .htmega-animated-alignment-right .cd-headline::before {
    left: 0;
    -webkit-transform: translateX(0) translateY(-14px);
    -ms-transform: translateX(0) translateY(-14px);
    transform: translateX(0) translateY(-14px);
  }
  .htmega-animated-alignment-right .cd-headline::before {
    left: auto;
    right: 0;
  }

  /*
   * Panel Slider
  */
  .htmega-carousel-activation {
      position: relative;
  }
  .htmega-carousel-activation .panel-slider .content h2{
    margin-top: 0;
  }
  
  .panel-slider-wrapper.htmega-carousel-activation .slick-track {
      margin: 0 -2px;
  }
  
  .panel-slider-wrapper.htmega-carousel-activation .slick-track .slick-slide {
      padding: 0 2px;
  }
  
  .panel-slider-wrapper.htmega-carousel-activation button {
      position: absolute;
      top: 50%;
      left: 70px;
      z-index: 2;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      line-height: 50px;
      color: #fff;
      background: rgba(255, 255, 255, 0.5);
      border: 0 none;
      transform: translateY(-50%);
      transition: 0.4s ease-in-out;
      font-size: 24px;
      padding: 0;
  }
  
  .panel-slider-wrapper.htmega-carousel-activation button:hover {
      background: rgba(24, 1, 44, 0.5);
  }
  
  .panel-slider-wrapper.htmega-carousel-activation button.htmega-carosul-next {
      left: auto;
      right: 70px;
  }
  
  .panel-slider {
      position: relative;
  }
  .panel-slider .content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 33px 40px;
      background: rgba(0, 0, 0, 0.45);
      width: 100%;
  }
  .panel-slider .content h2 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 8px;
  }
  .panel-slider .content h2 a{
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      text-decoration: none;
  }
  .panel-slider .content span {
      color: #ffffff;
      font-size: 16px;
  }
  
  .panel-slide-active-2 .slick-slide {
      margin: 0 2px;
  }
  
  .panel_slider_style-1 .htmega-carousel-activation .panel-slider .content {
      opacity: 0;
      transition: all 0.3s ease-in-out;
      z-index: -1;
  }
  
  .panel_slider_style-1 .htmega-carousel-activation .slick-slide.slick-center .panel-slider .content {
      opacity: 1;
      z-index: 1;
  }
  .panel-slider .thumb img {
    width: 100%;
    }
    .panel_slider_area .slick-slide>div{
    line-height: 0;
    }
    .panel_slider_area .slick-slide>div *{
        line-height: normal;
    }
  /* Panel Slide 2 */
  .panel_slider_style-2 .htmega-carousel-activation .slick-track {
      margin: 0 -2px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .slick-track .slick-slide {
      padding: 0 2px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation button {
      position: absolute;
      top: 50%;
      left: 50px;
      z-index: 2;
      color: #000000;
      border: 0 none;
      transform: translateY(-50%);
      transition: 0.4s ease-in-out;
      font-size: 36px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation button:hover {
      color: #18012c;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation button.htmega-carosul-next {
      left: auto;
      right: 50px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider {
      position: relative;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider .thumb img {
      width: 100%;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider .content {
      position: absolute;
      bottom: 0;
      padding: 33px 40px;
      background: rgba(0, 0, 0, 0.8);
      text-align: center;
      left: 0;
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-transform: translateY(110%);
      -moz-transform: translateY(110%);
      transform: translateY(110%);
      opacity: 0;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider .content h2 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 8px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider .content span {
      color: #ffffff;
      font-size: 16px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider:hover .content {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
  
  .htmega-custom-width .htmega-carousel-activation .slick-active:not(.slick-center) .panel-slider .content{
      display: none;
  }
  /*Panel Slider 3 */
  
  .panel_slider_style-3 .panel-slider .content-inner {
      -webkit-transition: opacity .15s 0s;
      -moz-transition: opacity .15s 0s;
      transition: opacity .15s 0s;
      position: absolute;
      width: 100%;
      text-align: center;
      height: 100%;
      top: 0;
  }
  
  .panel_slider_style-3 .panel-slider .content-inner::after {
      content: '';
      position: absolute;
      top: -100%;
      left: 0;
      height: 100%;
      width: 100%;
      background: black;
      -webkit-transition: top .35s;
      -moz-transition: top .35s;
      transition: top .35s;
  }
  
  .panel_slider_style-3 .panel-slider .content-inner .content {
      position: absolute;
      z-index: 2;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.4s ease-in-out;
      opacity: 0;
      bottom: auto;
      background:transparent!important;
  }
  
  .panel_slider_style-3 .panel-slider .content-inner .content h2 {
      color: #fff;
      margin-bottom: 10px;
      font-size: 30px;
  }
  
  .panel_slider_style-3 .panel-slider:hover .content-inner::after {
      top: 0;
  }
  
  .panel_slider_style-3 .panel-slider:hover .content-inner .content {
      opacity: 1;
  }
  
  
  /* Panel Slide 4 */
  .panel_slider_style-4 .htmega-carousel-activation button {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 2;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      line-height: 50px;
      color: #000000;
      border: 0 none;
      transform: translateY(-50%);
      transition: 0.4s ease-in-out;
      font-size: 24px;
      border: 1px solid #000000;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation button:hover {
      border: 1px solid #ffffff;
      color: #ffffff;
  }
  .panel_slider_style-4 .htmega-carousel-activation button.slick-arrow{
      left: 140px;
  }
  .panel_slider_style-4 .htmega-carousel-activation button.htmega-carosul-next {
      left: auto;
      right: 140px;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .slick-slide {
      padding: 72px 0;
      transition: all 0.3s ease 0s;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .panel-slider {
      position: relative;
      transition: all 0.3s ease 0s;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider {
      transform: scale(1.3);
      z-index: 2;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .panel-slider {
    position: relative;
    transform: scale(0.9);
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .panel-slider::before {
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.3s ease-in-out;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider::before {
      display: none;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation {
      margin: 0 -70px;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .thumb img {
      width: 100%;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .slick-slide {
      margin: 0 70px;
  }
  
  /*
   * Scroll Images Style 
  */
  .ht-scroll-image {
      position: relative;
      border-style: solid;
      border-width: 20px 20px 20px 20px;
      border-color: #ffffff;
      border-radius: 5px 5px 5px 5px;
      box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
      overflow: hidden;
  }
  
  .ht-scroll-image .thumb {
      min-height: 600px;
      transition: background-position 6s ease-in-out;
      -webkit-transition: background-position 6s ease-in-out;
      border-style: solid;
      border-width: 0px 0px 0px 0px;
      display: block;
      position: relative;
      width: 100%;
      /* background-position: top; */
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      border-top: 1px solid #f2f2f2;
      border-left: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2;
      transition-duration: 3s;
  }
  
  .ht-scroll-image .thumb:hover {
      background-position: left bottom !important;
  }
  .ht-vtr-direction-bottom.ht-scroll-image .thumb {
    background-position: bottom;
  }
  .ht-vtr-direction-bottom.ht-scroll-image .thumb:hover {
    background-position: left top !important;
  }

/* Left to right direciton */
  .ht-htr-direction-left.ht-scroll-image .thumb {
    background-position: left center;
  }
  .ht-htr-direction-left.ht-scroll-image .thumb:hover {
    background-position: right center !important;
  }

/* Right to left direciton */
.ht-htr-direction-right.ht-scroll-image .thumb {
    background-position: right center;
}

.ht-htr-direction-right.ht-scroll-image .thumb:hover {
    background-position: left center !important;
}

/* trigger scroll  */
.ht-scroll-type-vertical .ht-scroll-image-wrapper,
.ht-scroll-type-horizontal .ht-scroll-image-wrapper {
    overflow: hidden;
    height: 600px;
    position: relative;
}
.ht-scroll-type-vertical .ht-scroll-image-wrapper {
    overflow-y: auto;
}

.ht-scroll-type-horizontal .ht-scroll-image-wrapper {
    overflow-x: auto;
}

.ht-scroll-type-horizontal.ht-scroll-image .thumb img,.ht-scroll-type-horizontal.ht-scroll-image .thumb {
    max-width: max-content;
    height: 100%;
    width: max-content;
}

.ht-scroll-type-vertical.ht-scroll-image .thumb, .ht-scroll-type-horizontal.ht-scroll-image .thumb {
    height: auto!important;
    min-height: auto!important;
    overflow: visible;
}
/* .ht-scroll-type-horizontal.ht-scroll-image .thumb {
    height: 100%!important;
} */

/* Overlay */
.ht-scroll-image-overlay {
	content: "";
	background: #0000004a;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
    transition: all 0.3s ease-in-out;
}
.ht-scroll-image:hover .ht-scroll-image-overlay{
    opacity: 0;
    visibility: hidden;
}
  .ht-scroll-image span.htmega-badge {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 10px 20px;
    z-index: 9;
    background: #fff;
    margin: 15px;
    font-size: 13px;
    line-height: 1;
}

/* indicator icon css */
.ht-scroll-indicator {
    display: inline-block;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 8;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.3s ease-in-out;
}
.ht-scroll-indicator svg {
    width: 78px;
}
.ht-scroll-type-horizontal .ht-scroll-indicator {
    margin-top: -9px;
}
.ht-scroll-type-vertical .ht-scroll-indicator {

    margin-left: -9px;
}
.ht-scroll-image:hover .ht-scroll-indicator {
    opacity: 0;
    visibility: hidden;
} 

/* mask image css */
.ht-scroll-image .thumb {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
  /*
   * Weather Style Css 
  */
  
  /*
  * Custom Event 
  */
  
  /*Map Style */
  
  .header-transparent .mean-container .mean-nav {
    background: #111111 none repeat scroll 0 0;
    float: left;
    width: 100%;
  }
  .header-transparent a.meanmenu-reveal i{
    color: #fff;
  }
  .mean-container .mean-nav > ul {
    padding: 0;
  }
  .header-transparent .mean-container .mean-nav a.mean-expand {
    color: #fff !important;
  }
  .mean-container .mean-nav > ul li ul{
    padding-left: 10px;
  }
  .header-transparent .mean-nav ul li a {
    border-color: #eee;
    color: #fff;
    padding: 6px 30px 6px 10px;
  }
  
  /* 
  * Otherstheme compatibility
  */
  
  /*Ocean theme compatibility*/
  #site-navigation-wrap .dropdown-menu {
    background-color: inherit;
    border: inherit;
    border-radius: inherit;
    color: inherit;
    display: block;
    float: inherit;
    font-size: inherit;
    font-family: inherit;
    list-style: outside none none;
    margin: 0;
    min-width: inherit;
    padding: 0;
    position: static;
    text-align: inherit;
    z-index: inherit;
    background-clip:inherit;
  }
  #site-navigation-wrap .dropdown-menu a{
    text-decoration: none;
    color: inherit;
  }
  /* a{
    color: inherit;
  } */
  
  /*
  * Responsive CSS Here 
  */
    
  /* Normal desktop :992px. */
  @media (min-width: 992px) and (max-width: 1199px) {
    .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{
      padding: 0;
    }
  }
  
   
  /* Tablet desktop :768px. */
  @media (min-width: 768px) and (max-width: 991px) {
    
    .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{
      padding: 0;
    }
    .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
      margin-top: 0;
    }
  
    .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
      margin-bottom: 0;
      margin-top: 0;
    }
  
    .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span {
      margin-bottom: 3px;
    }
  
    .htmega-team .htmega-team-hover-action .htmega-team-hover p {
      padding: 0 5px;
    }
  
    .htmega-countbox .ht-count {
      margin: 0 22px 10px;
    }
  
    .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
      padding: 35px 0 20px;
    }
  
    .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
      font-size: 13px;
    }

    .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
      padding: 0;
    }
  
    /* Instragram */
    .htmegainstagram-column-tablet-1 .htmega-instragram ul.htmega-instagram-list li{
      width: 100%;
    }
    .htmegainstagram-column-tablet-2 .htmega-instragram ul.htmega-instagram-list li{
      width: 50%;
    }
    .htmegainstagram-column-tablet-3 .htmega-instragram ul.htmega-instagram-list li{
      width: 33.33%;
    }
  
    .htmegainstagram-column-tablet-4 .htmega-instragram ul.htmega-instagram-list li{
      width: 25%;
    }
  
    .htmegainstagram-column-tablet-5 .htmega-instragram ul.htmega-instagram-list li{
      width: 20%;
    }
  
    .htmegainstagram-column-tablet-6 .htmega-instragram ul.htmega-instagram-list li{
      width: 16.66%;
    }
  
  
  }
  
  /* small mobile :320px. */
  @media (max-width: 767px) {
  
    .htmega-tab-nav a {
      margin: 0 5px 10px;
    }
  
    .htmega-tab-menu-style-2 a {
      margin: 0 10px 10px;
    }
  
    .htmega-tab-menu-style-3 a {
      margin: 5px 3px -1px;
    }
  
    .htmega-tab-style-5 .htmega-tab-nav,.htmega-tab-style-5 .htmega-tab-content-area{
      max-width: 100%;
      flex: 0 0 100%;
    }
  
    .htmega-tab-style-5 .htmega-tab-content-area {
      border-left: 0px;
    }
  
    .htmega-countbox .ht-count::before{
      display: none;
    }
  
    .htmega-countbox .ht-count {
      margin: 0 22px 15px !important;
    }
  
    .htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel {
      transform: scale(1);
    }
  
    .ht-custom-carousel.slick-slider .slick-list, .ht-custom-carousel.slick-slider .slick-track {
      padding: 0 !important;
    }
  
    .htmega-carousel-style-6 .slick-dots li {
      padding: 30px 35px;
    }
  
    .htmega-table-style .dataTables_wrapper {
      overflow-x: auto;
    }
  
    .htmega-lightbox img {
      width: 100%;
    }
    .htmega-testimonal-nav.slick-slider {
      max-width: 100%;
    }
  
    .elementor-widget-htmega-scrollnavigation-addons .swiper-slide {
      height: 100vh !important;
    }
    
    .scroll-navigation-inner .elementor-image{
      display: none;
    }
    .elementor-widget-htmega-scrollnavigation-addons .swiper-container .swiper-wrapper .swiper-slide:first-child .elementor-image{
      display: block;
    }
    .htmega-postcarousel-layout-3 .slick-arrow{
      display: none !important;
    }
    .htmega-countbox .ht-count {
      margin: 0 22px 10px;
    }
    .htmega-switcher-nav.nav {
      background: transparent none repeat scroll 0 0;
    }
  
    .post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex {
      display: block;
    }
    .post-carousel-wrapper .htmega-postslider-layout-4 .content{
      margin-left: 0;
      padding: 30px 20px;
    }
    .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
      font-size: 13px;
    }
  
    .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
      padding: 0;
    }
  
    /* Instragram */
    /* .htmega-postslider-layout-3 .content, */
    .htmega-postslider-layout-1 .content,.htmega-postslider-layout-4 .content {
      position: static;
      max-width: 100%;
      padding: 0;
    }
    .post-carousel-wrapper .htmega-postslider-layout-1 .content{
        position: absolute;
    }
      .thumb-st-layout-4.htmega-postslider-area ul.slick-dots {
          width: 80px;
      }
  }
  
    /* Svg icon height auto css */
    [class*='htmega-'] svg{
        height: auto;
    }
    [class*='htmega-']>div {
        overflow-wrap: break-word;
        word-break: break-word;
    }
    /* HT Mega Button focus Outline none */
    [class*='htmega-'] [type=button]:focus, [class*='htmega-'] [type=submit]:focus, [class*='htmega-'] button:focus {
        outline: none;
    }

/* Flip Countdown Timer */
.ht-countdown-flip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner {
    position: relative;
    display: block;
    width: 170px;
    height: 180px;
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 479px;
    border: 2px solid #E7E7E7;
      border-radius: 10px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner {
      width: 52px;
      height: 36px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner {
      height: 46px;
    }
  }
  @media only screen and (max-width: 767px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner {
      width: 40px;
      height: 28px;
    }
  }
  @media only screen and (max-width: 575px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner {
      width: 60px;
      height: 46px;
    }
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
    font-size: 96px;
	line-height: 180px;
	position: absolute;
	top: 0;
	display: flex;
	overflow: hidden;
	justify-content: center;
	width: 100% !important;
	transform: translateZ(0);
	color: #FFFFFF;
	background-color: #272626;
	transform-style: flat;
	font-family: 'Montserrat';
	padding: 0;
	border: none;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
      font-size: 24px;
      line-height: 36px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
      line-height: 46px;
    }
  }
  @media only screen and (max-width: 767px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media only screen and (max-width: 575px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
      font-size: 36px;
      line-height: 50px;
    }
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-top {
    height: 50%;
    transform-origin: 50% 100%;
    border-radius: 10px 10px 0 0;
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-top.htmega-curr {
    z-index: 3;
    transform: rotateX(0deg);
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-bottom {
    line-height: 0;
    top: 50%;
    height: 50%;
    transform-origin: 50% 0;
    border-top: 1px solid #FFFFFF;
    border-radius: 0 0 10px 10px;
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-bottom.htmega-next {
    z-index: 2;
    transform: rotateX(90deg);
  }
  .ht-countdown-flip .htmega-time.htmega-flip .htmega-time-inner .ht-count.htmega-top.htmega-curr {
    transition: all 250ms ease-in-out;
    transform: rotateX(-90deg);
  }
  .ht-countdown-flip .htmega-time.htmega-flip .htmega-time-inner .ht-count.htmega-bottom.htmega-next {
    transition: all 250ms ease-in-out 250ms;
    transform: rotateX(0deg);
  }
  .ht-countdown-flip .htmega-time .htmega-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .ht-countdown-flip .htmega-time .htmega-label {
      margin-top: 4px;
    }
  }
  
  .ht-countdown-default {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px;
  }
  .ht-countdown-default .htmega-time .ht-count {
    font-size: 36px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    width: 60px;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #272626;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-countdown-default .htmega-time .ht-count {
      font-size: 24px;
      line-height: 36px;
      width: 52px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-countdown-default .htmega-time .ht-count {
      line-height: 46px;
    }
  }
  @media only screen and (max-width: 767px) {
    .ht-countdown-default .htmega-time .ht-count {
      font-size: 20px;
      line-height: 28px;
      width: 40px;
    }
  }
  @media only screen and (max-width: 575px) {
    .ht-countdown-default .htmega-time .ht-count {
      font-size: 36px;
      line-height: 46px;
      width: 60px;
    }
  }
  .ht-countdown-default .htmega-time .htmega-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .ht-countdown-default .htmega-time .htmega-label {
      margin-top: 4px;
    }
  }
  
  .htmega-flash-flip-countdown-timer .ht-countdown .htmega-days .ht-count {
    background: #F8575A;
  }
  
  .htmega-flash-flip-countdown-timer .ht-countdown .htmega-hours .ht-count {
    background: #2ACC77;
  }
  
  .htmega-flash-flip-countdown-timer .ht-countdown .htmega-mins .ht-count {
    background: #F6BD56;
  }
  .htmega-flash-flip-countdown-timer .ht-countdown .htmega-secs .ht-count {
    background: #508BFF;
  }
  
  .ht-countdown-flip .htmega-time .htmega-time-inner:before {
    content: '';
    position: absolute;
    left: -11px;
    height: 20px;
    width: 20px;
    background: rgb(255, 255, 255);
    top: 50%;
    z-index: 99;
    border-radius: 100% 100% 100% 100%;
    transform: translateY(-50%);
  }
  
  .ht-countdown-flip .htmega-time .htmega-time-inner:after {
    content: '';
    position: absolute;
    right: -11px;
    height: 20px;
    width: 20px;
    background: rgb(255, 255, 255);
    top: 50%;
    z-index: 99;
    border-radius: 100% 100% 100% 100%;
    transform: translateY(-50%);
  }


/* Data Table Sorting Options style  */
.htmega-table-style .dataTables_wrapper .dataTables_length {
	border: 1px solid #dfdfe5;
	padding: 0px 30px;
}
.htmega-table-style .dataTables_wrapper .dataTables_filter input {
	border: 1px solid #dfdfe5;
	background: transparent;
}
.htmega-table-style .dataTables_wrapper .dataTables_filter input[type="search"]:focus {
	color: #333;
	outline: none;
}
.htmega-table-style .dataTables_wrapper .dataTables_paginate {
	border: 1px solid #dfdfe5;
}
.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 8px 25px;
}
.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current, .htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #824F9E;
	color: #fff !important;
	border: 1px solid #824f9e;
	padding: 8px 20px;
}

.htmega-table-style .dataTables_wrapper .dataTables_paginate {
    padding-top: 0px;
}

.htmega-table-style select {
	width: auto;
	border: 0;
	margin-right: 5px;
	margin-left: 5px;
}

.htmega-table-style select:focus-visible {
    outline: 1px solid #ddd;
}

.htmega-table-style, .htmega-table-style.htb-table-responsive {
    word-break: initial;
}

.htmega-table-style .dataTables_wrapper label {
    display: inline-flex;
    word-break: normal;
    align-items: center;
}

/* Load More Button*/
  .htmega-loadmore-button:hover .htmega-loader-img img, .htmega-infinity-loading.htmega-loadmore-button .htmega-loader-img img {
    -webkit-animation: mymove 0.6s infinite;
    animation: mymove 0.6s infinite;
  }
  @-webkit-keyframes mymove {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(180deg);
    }
  }
  
  @keyframes mymove {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(180deg);
    }
  }

  @keyframes append-animate {
	from {
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;	
	}
}