/*============================================================================
Shopify Timber v2.0.0 | github.com/shopify/timber
Copyright 2014 Shopify Inc.
Author Carson Shold @cshold
Built with Sass - http://sass-lang.com/

Some things to know about this file:
- Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
- The output CSS is compressed and comments are removed
- This file merges your stylesheets into one master at assets/timber.scss.liquid
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins ================*/
/*================ Global | Sass Mixins ================*/
/* opacity */
/*============================================================================
Dependency-free breakpoint mixin
- http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/*============================================================================
Accent text
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/* Client Logo */
.client-logo .client-logo-block {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }
  .client-logo .client-logo-block .grid-uniform {
    margin: 0 -15px; }
    @media screen and (max-width: 967px) {
      .client-logo .client-logo-block .grid-uniform {
        margin: 0 -10px; } }
  .client-logo .client-logo-block .logo-item {
    padding: 0 15px; }
    @media screen and (max-width: 967px) {
      .client-logo .client-logo-block .logo-item {
        padding: 0 10px; } }
    .client-logo .client-logo-block .logo-item a {
      display: block;
      /* background:rgba(24, 24, 24, 0.03); */ }
    .client-logo .client-logo-block .logo-item img {
      display: block;
      margin: 0 auto; }
  .client-logo .client-logo-block .slick-slider {
    overflow: visible; }
    .client-logo .client-logo-block .slick-slider .slick-dots {
      bottom: -10px; }
  .client-logo .client-logo-block > :not(.client-carousel) .logo-item {
    margin-bottom: 30px; }
  .client-logo .client-logo-block .carousel-arrow.nav-middle {
    top: 40%; }
    .client-logo .client-logo-block .carousel-arrow.nav-middle .prev-arrow {
      left: 0; }
    .client-logo .client-logo-block .carousel-arrow.nav-middle .next-arrow {
      right: 0; }
    .client-logo .client-logo-block .carousel-arrow.nav-middle .slick-disabled {
      opacity: 0; }
  .client-logo .client-logo-block .carousel-arrow.nav-bottom {
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
  .client-logo .client-logo-block:hover .carousel-arrow.nav-middle .prev-arrow,
  .client-logo .client-logo-block:hover .carousel-arrow.nav-middle .next-arrow {
    opacity: 1; }
    .client-logo .client-logo-block:hover .carousel-arrow.nav-middle .prev-arrow.slick-disabled,
    .client-logo .client-logo-block:hover .carousel-arrow.nav-middle .next-arrow.slick-disabled {
      cursor: default;
      opacity: .2; }

/*specification  Block  */
.specification-icon-block .grid-uniform {
  margin: 0 -15px; }
  @media screen and (max-width: 967px) {
    .specification-icon-block .grid-uniform {
      margin: 0 -10px; } }
.specification-icon-block .icon-block .grid__item {
  padding: 0 15px; }
  @media screen and (max-width: 967px) {
    .specification-icon-block .icon-block .grid__item {
      padding: 0 10px 20px; } }
  .specification-icon-block .icon-block .grid__item .block-image,
  .specification-icon-block .icon-block .grid__item .block-content {
    float: left;
    width: 100%; }
  .specification-icon-block .icon-block .grid__item .icon_wrapper {
    position: relative;
    float: left;
    padding: 30px 100px 30px 0px;
    margin: 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media screen and (max-width: 1199px) {
      .specification-icon-block .icon-block .grid__item .icon_wrapper {
        padding: 15px 100px 15px 0px; } }
    .specification-icon-block .icon-block .grid__item .icon_wrapper .icon {
      margin-bottom: 20px;
      font-size: 20px;
      float: left;
      text-align: center;
      border-radius: 50%;
      display: block;
      position: absolute;
      height: 80px;
      width: 80px; }
    .specification-icon-block .icon-block .grid__item .icon_wrapper.icon-left {
      text-align: right; }
      .specification-icon-block .icon-block .grid__item .icon_wrapper.icon-left .icon {
        right: 0; }
    .specification-icon-block .icon-block .grid__item .icon_wrapper.icon-right {
      padding-right: 0;
      padding-left: 100px; }
      @media screen and (max-width: 1199px) {
        .specification-icon-block .icon-block .grid__item .icon_wrapper.icon-right {
          padding-right: 0;
          padding-left: 100px; } }
      .specification-icon-block .icon-block .grid__item .icon_wrapper.icon-right .icon {
        left: 0; }
      .specification-icon-block .icon-block .grid__item .icon_wrapper.icon-right .icon-content {
        float: right; }
        .specification-icon-block .icon-block .grid__item .icon_wrapper.icon-right .icon-content p {
          margin-bottom: 0; }
.specification-icon-block .icon-block.style1 .block-content .icon_wrapper {
  cursor: pointer; }
  .specification-icon-block .icon-block.style1 .block-content .icon_wrapper .icon img {
    opacity: 0.75; }
  .specification-icon-block .icon-block.style1 .block-content .icon_wrapper .icon-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px; }
    @media screen and (max-width: 1199px) {
      .specification-icon-block .icon-block.style1 .block-content .icon_wrapper .icon-content h4 {
        font-size: 18px;
        margin-bottom: 15px; } }
.specification-icon-block .icon-block.style1 .block-content .slick-slider .slick-track {
  margin: 0 -15px; }
  .specification-icon-block .icon-block.style1 .block-content .slick-slider .slick-track .slick-current .icon img {
    opacity: 1; }
.specification-icon-block .icon-block.style1 .block-content .slick-slider .slick-dots {
  bottom: -10px !important; }
.specification-icon-block .icon-block.style2 .center-block {
  margin-top: 20px; }
  .specification-icon-block .icon-block.style2 .center-block img {
    display: block;
    margin: 0 auto; }
.specification-icon-block .icon-block.style2 .icon-content h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

/* Instagram Feed */
.instagram {
  padding: 0px 30px;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  /* Custom Field */ }
  @media screen and (max-width: 567px) {
    .instagram {
      padding: 0 20px; } }
  .instagram .border-title {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin: 0 0 25px; }
    .instagram .border-title .short-desc {
      width: 100%; }
  .instagram .instagram-link {
    margin-top: 50px; }
    .instagram .instagram-link:empty {
      display: none; }
  .instagram .lush-instagram .item {
    padding: 0;
    float: left;
    width: 16.666%;
    position: relative;
    border-radius: 0; }
    .instagram .lush-instagram .item .item-inner {
      position: relative; }
    .instagram .lush-instagram .item .instagram-img {
      display: block; }
    .instagram .lush-instagram .item .info {
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      text-align: center;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .instagram .lush-instagram .item .info span {
        display: inline-block;
        width: 50px;
        height: 45px;
        line-height: 45px;
        position: absolute;
        right: 50%;
        top: 50%;
        margin: 0 5px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .instagram .lush-instagram .item .info span.likes {
          left: 50%;
          right: auto; }
        .instagram .lush-instagram .item .info span i {
          display: inline-block;
          margin-right: 3px; }
    .instagram .lush-instagram .item:hover .info {
      opacity: 1; }
  .instagram .slick-slider .slick-arrow {
    position: absolute;
    margin: 0;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .instagram .slick-slider .slick-arrow.slick-prev {
      left: 0; }
    .instagram .slick-slider .slick-arrow.slick-next {
      right: 0; }
  .instagram .instagram-col {
    position: relative; }
    .instagram .instagram-col .info {
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      text-align: center;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      font-family: Tinos; }
    .instagram .instagram-col img {
      display: block; }
    .instagram .instagram-col p {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 32px; }
    .instagram .instagram-col:hover .info {
      opacity: 1; }

/* Newsletter Block */
.home-newsletter-block {
  float: left;
  width: 100%; }
  .home-newsletter-block .newsletter-block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 967px) {
      .home-newsletter-block .newsletter-block:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
        height: 100%;
        z-index: -1; } }
    .home-newsletter-block .newsletter-block .footer_social_links {
      float: left;
      width: 100%;
      text-align: center; }
      .home-newsletter-block .newsletter-block .footer_social_links .social-icons {
        padding: 0;
        margin-top: 20px; }
        .home-newsletter-block .newsletter-block .footer_social_links .social-icons li {
          float: none;
          display: inline-block; }
          .home-newsletter-block .newsletter-block .footer_social_links .social-icons li a {
            height: 35px;
            width: 35px;
            line-height: 35px;
            text-align: center;
            display: inline-block; }
    .home-newsletter-block .newsletter-block.style1 {
      text-align: center; }
      .home-newsletter-block .newsletter-block.style1 .news-inner-block {
        float: none;
        display: inline-block;
        margin: 0 auto;
        width: 60%;
        border-radius: 15px; }
        @media screen and (max-width: 967px) {
          .home-newsletter-block .newsletter-block.style1 .news-inner-block {
            width: 80%; } }
        @media screen and (max-width: 767px) {
          .home-newsletter-block .newsletter-block.style1 .news-inner-block {
            width: 100%; } }
        .home-newsletter-block .newsletter-block.style1 .news-inner-block form {
          float: none;
          padding: 0;
          display: inline-block;
          width: 100%; }
          .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"] {
            display: inline-block;
            padding: 0 15px;
            height: 60px;
            width: 80%;
            font-size: 14px;
            line-height: 1.7; }
            @media screen and (max-width: 1199px) {
              .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"] {
                width: 75%; } }
            @media screen and (max-width: 567px) {
              .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"] {
                width: 100%; } }
            .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"]::-webkit-input-placeholder {
              opacity: 0.8;
              color: #ffffff; }
            .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"]::-moz-placeholder {
              opacity: 0.8;
              color: #ffffff; }
            .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"]:-ms-input-placeholder {
              opacity: 0.8;
              color: #ffffff; }
            .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"]:-moz-placeholder {
              opacity: 0.8;
              color: #ffffff; }
            .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"]:focus {
              background-color: rgba(255, 255, 255, 0.4); }
          .home-newsletter-block .newsletter-block.style1 .news-inner-block form .btn {
            width: auto;
            display: inline-block;
            height: 60px;
            padding: 0px 25px;
            margin-left: -5px;
            margin-top: -4px; }
            @media screen and (max-width: 1599px) {
              .home-newsletter-block .newsletter-block.style1 .news-inner-block form .btn {
                margin-top: -3px; } }
            @media screen and (max-width: 967px) {
              .home-newsletter-block .newsletter-block.style1 .news-inner-block form .btn {
                margin-left: 0; } }
    .home-newsletter-block .newsletter-block.style2 {
      text-align: left; }
      .home-newsletter-block .newsletter-block.style2 .news-inner-block .section-header {
        margin: 0;
        float: left;
        width: 40%; }
        @media screen and (max-width: 767px) {
          .home-newsletter-block .newsletter-block.style2 .news-inner-block .section-header {
            width: 100%;
            text-align: center; } }
      .home-newsletter-block .newsletter-block.style2 .news-inner-block form {
        float: right;
        width: 58%;
        margin-top: 20px;
        margin-bottom: 0;
        padding-right: 0; }
        @media screen and (max-width: 767px) {
          .home-newsletter-block .newsletter-block.style2 .news-inner-block form {
            width: 100%;
            text-align: center; } }
        .home-newsletter-block .newsletter-block.style2 .news-inner-block form input[type="email"] {
          height: 45px;
          font-size: 13px;
          background: transparent;
          display: inline-block;
          padding: 10px 15px;
          width: 75%;
          border: 1px solid #e4e4e4;
          line-height: 1.7; }
          @media screen and (max-width: 967px) {
            .home-newsletter-block .newsletter-block.style2 .news-inner-block form input[type="email"] {
              width: 73%; } }
          @media screen and (max-width: 567px) {
            .home-newsletter-block .newsletter-block.style2 .news-inner-block form input[type="email"] {
              width: 100%; } }
          .home-newsletter-block .newsletter-block.style2 .news-inner-block form input[type="email"]:active, .home-newsletter-block .newsletter-block.style2 .news-inner-block form input[type="email"]:focus {
            border: 1px solid #181818; }
        .home-newsletter-block .newsletter-block.style2 .news-inner-block form .btn {
          line-height: 1.7;
          display: inline-block;
          height: 45px;
          font-size: 13px;
          padding: 10px 20px;
          margin-left: 10px;
          margin-top: -2px;
          border: none;
          width: auto; }
          @media screen and (max-width: 967px) {
            .home-newsletter-block .newsletter-block.style2 .news-inner-block form .btn {
              margin-left: 0px;
              width: auto; } }
          @media screen and (max-width: 767px) {
            .home-newsletter-block .newsletter-block.style2 .news-inner-block form .btn {
              margin-left: 10px;
              width: auto; } }
          @media screen and (max-width: 567px) {
            .home-newsletter-block .newsletter-block.style2 .news-inner-block form .btn {
              margin-left: 0px;
              width: 100%; } }
    .home-newsletter-block .newsletter-block.style3 {
      text-align: center; }
      .home-newsletter-block .newsletter-block.style3 .news-inner-block {
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(24, 24, 24, 0.05);
        border: 1px solid rgba(24, 24, 24, 0.05);
        display: inline-block;
        width: 55%;
        padding: 8% 5%;
        margin: 0 auto; }
        @media screen and (max-width: 967px) {
          .home-newsletter-block .newsletter-block.style3 .news-inner-block {
            width: 75%; } }
        @media screen and (max-width: 567px) {
          .home-newsletter-block .newsletter-block.style3 .news-inner-block {
            width: 100%; } }
        .home-newsletter-block .newsletter-block.style3 .news-inner-block input[type="email"],
        .home-newsletter-block .newsletter-block.style3 .news-inner-block .btn {
          height: 55px; }
        .home-newsletter-block .newsletter-block.style3 .news-inner-block .footer_social_links .social-icons {
          margin-top: 40px; }

/* Contact Block */
.contact-block {
  float: left;
  width: 100%; }
  .contact-block .grid__item .grid_column-inner.map-block {
    padding: 0; }
  .contact-block .grid__item .grid_column-inner .contact-form-section .contact-form {
    background: transparent;
    width: 70%; }
    @media screen and (max-width: 1599px) {
      .contact-block .grid__item .grid_column-inner .contact-form-section .contact-form {
        width: 90%;
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .contact-block .grid__item .grid_column-inner .contact-form-section .contact-form {
        width: 100%; } }
  .contact-block .grid__item .grid_column-inner .contact-wrapper {
    float: left;
    width: 100%;
    padding: 0 10%; }
    @media screen and (max-width: 1599px) {
      .contact-block .grid__item .grid_column-inner .contact-wrapper {
        padding: 10%; } }
    @media screen and (max-width: 1199px) {
      .contact-block .grid__item .grid_column-inner .contact-wrapper {
        padding: 7%; } }
    .contact-block .grid__item .grid_column-inner .contact-wrapper .border-title {
      text-align: center;
      margin-bottom: 40px; }
    .contact-block .grid__item .grid_column-inner .contact-wrapper .contact-icon-wrapper {
      position: relative;
      float: left;
      width: 100%;
      padding-left: 60px;
      padding-right: 0;
      margin: 12px 0;
      word-wrap: break-word; }
      .contact-block .grid__item .grid_column-inner .contact-wrapper .contact-icon-wrapper .contact-icon {
        position: absolute;
        left: 0;
        height: 60px;
        top: 0;
        width: 60px;
        font-size: 30px;
        line-height: normal; }
      .contact-block .grid__item .grid_column-inner .contact-wrapper .contact-icon-wrapper .contact-detail {
        text-align: left; }
        .contact-block .grid__item .grid_column-inner .contact-wrapper .contact-icon-wrapper .contact-detail h6 {
          line-height: normal;
          font-size: 16px;
          margin-bottom: 10px; }
        @media screen and (max-width: 1199px) {
          .contact-block .grid__item .grid_column-inner .contact-wrapper .contact-icon-wrapper .contact-detail p {
            line-height: 24px; } }
  .contact-block .map-section {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative; }
    .contact-block .map-section .overlay-contact-detail,
    .contact-block .map-section .hours-detail {
      position: absolute;
      bottom: 0;
      padding: 50px;
      z-index: 1; }
      @media screen and (max-width: 1199px) {
        .contact-block .map-section .overlay-contact-detail,
        .contact-block .map-section .hours-detail {
          padding: 30px; } }
      @media screen and (max-width: 767px) {
        .contact-block .map-section .overlay-contact-detail,
        .contact-block .map-section .hours-detail {
          float: left;
          position: static;
          width: 100%;
          padding: 50px;
          margin-top: 20px; } }
    .contact-block .map-section .overlay-contact-detail {
      left: 0; }
      .contact-block .map-section .overlay-contact-detail h4 {
        margin-bottom: 35px; }
      .contact-block .map-section .overlay-contact-detail ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .contact-block .map-section .overlay-contact-detail ul li {
          margin-bottom: 20px; }
          .contact-block .map-section .overlay-contact-detail ul li:last-child {
            margin-bottom: 0; }
          .contact-block .map-section .overlay-contact-detail ul li i {
            margin-right: 15px; }
    .contact-block .map-section .hours-detail {
      right: 0; }
      .contact-block .map-section .hours-detail h2 {
        position: relative;
        font-size: 36px;
        margin-bottom: 30px;
        padding-bottom: 20px; }
        .contact-block .map-section .hours-detail h2:before {
          position: absolute;
          content: "";
          width: 45px;
          height: 1px;
          bottom: 0; }
      .contact-block .map-section .hours-detail .small_txt {
        font-weight: bold;
        margin-bottom: 20px;
        float: left;
        width: 100%; }
      .contact-block .map-section .hours-detail ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0; }
        .contact-block .map-section .hours-detail ul li {
          margin-bottom: 20px; }
          .contact-block .map-section .hours-detail ul li span {
            float: right; }

/* Price Table */
.price-table .price-table-wrapper .grid-uniform {
  margin: 0 -15px; }
  @media screen and (max-width: 967px) {
    .price-table .price-table-wrapper .grid-uniform {
      margin: 0 -10px; } }
.price-table .price-table-wrapper .grid__item {
  padding: 0 15px; }
  @media screen and (max-width: 967px) {
    .price-table .price-table-wrapper .grid__item {
      padding: 0 10px 20px; } }
.price-table .price-table-wrapper .loop-block {
  border: 1px solid rgba(24, 24, 24, 0.03);
  float: left;
  width: 100%;
  position: relative; }
  .price-table .price-table-wrapper .loop-block .support_icon img {
    display: block; }
  .price-table .price-table-wrapper .loop-block .price-header-wrapper i {
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: 600; }
  .price-table .price-table-wrapper .loop-block ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    width: 100%; }
    .price-table .price-table-wrapper .loop-block ul li {
      display: flex;
      justify-content: space-between; }
      .price-table .price-table-wrapper .loop-block ul li span {
        padding-left: 10px; }
.price-table .price-table-wrapper .style1 .loop-block {
  text-align: center; }
  .price-table .price-table-wrapper .style1 .loop-block .support_icon {
    height: 130px;
    display: block;
    width: 130px;
    margin: 30px auto 20px;
    border-radius: 50%;
    position: relative; }
    @media screen and (max-width: 967px) {
      .price-table .price-table-wrapper .style1 .loop-block .support_icon {
        height: 110px;
        width: 110px; } }
    .price-table .price-table-wrapper .style1 .loop-block .support_icon img {
      border-radius: 50%;
      border: 5px solid #ffffff;
      box-shadow: 0 0 10px #e4e4e4;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .price-table .price-table-wrapper .style1 .loop-block .price-header-content,
  .price-table .price-table-wrapper .style1 .loop-block .price-header-wrapper,
  .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper {
    float: left;
    width: 100%; }
  .price-table .price-table-wrapper .style1 .loop-block .price-header-content {
    padding: 15px 40px; }
    @media screen and (max-width: 967px) {
      .price-table .price-table-wrapper .style1 .loop-block .price-header-content {
        padding: 15px 20px; } }
    .price-table .price-table-wrapper .style1 .loop-block .price-header-content h4 {
      font-weight: 600; }
      @media screen and (max-width: 1199px) {
        .price-table .price-table-wrapper .style1 .loop-block .price-header-content h4 {
          font-size: 20px; } }
      @media screen and (max-width: 967px) {
        .price-table .price-table-wrapper .style1 .loop-block .price-header-content h4 {
          padding-right: 0;
          margin-bottom: 15px; } }
  .price-table .price-table-wrapper .style1 .loop-block .price-header-wrapper .price-header {
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: block;
    right: 30px;
    top: 30px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper {
    padding: 0 40px 40px; }
    @media screen and (max-width: 967px) {
      .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper {
        padding: 0 20px 30px; } }
    .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper ul {
      margin: 20px 0 0; }
      .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper ul li {
        border-bottom: 1px dotted #e4e4e4;
        text-align: left;
        position: relative;
        padding: 0 0 5px 0;
        margin-bottom: 10px; }
        .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper ul li:before {
          background: none;
          content: none; }
        .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper ul li.current, .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper ul li:last-child {
          border: none; }
        .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper ul li a {
          border-radius: 0;
          margin: 0 0 10px;
          position: relative;
          padding: 15px; }
    .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper .btn {
      padding-left: 25px;
      padding-right: 25px;
      margin-top: 30px;
      text-align: center; }
      @media screen and (max-width: 967px) {
        .price-table .price-table-wrapper .style1 .loop-block .price-bottom-wrapper .btn {
          margin-top: 10px; } }
.price-table .price-table-wrapper .style2 .loop-block {
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(24, 24, 24, 0.1);
  padding: 0;
  margin-top: 65px;
  text-align: center; }
  .price-table .price-table-wrapper .style2 .loop-block .support_icon {
    height: 130px;
    display: block;
    width: 130px;
    margin: -65px auto 0;
    border-radius: 50%;
    position: relative; }
    @media screen and (max-width: 967px) {
      .price-table .price-table-wrapper .style2 .loop-block .support_icon {
        height: 110px;
        width: 110px; } }
    .price-table .price-table-wrapper .style2 .loop-block .support_icon img {
      border-radius: 50%;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .price-table .price-table-wrapper .style2 .loop-block .price-header-content,
  .price-table .price-table-wrapper .style2 .loop-block .price-bottom-wrapper,
  .price-table .price-table-wrapper .style2 .loop-block .price-header-wrapper {
    float: left;
    width: 100%; }
  .price-table .price-table-wrapper .style2 .loop-block .price-header-content,
  .price-table .price-table-wrapper .style2 .loop-block .price-bottom-wrapper ul li,
  .price-table .price-table-wrapper .style2 .loop-block .price-header-wrapper {
    padding: 0 20px; }
  .price-table .price-table-wrapper .style2 .loop-block .price-header-content {
    padding: 20px; }
  .price-table .price-table-wrapper .style2 .loop-block .price-bottom-wrapper {
    padding-top: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .price-table .price-table-wrapper .style2 .loop-block .price-bottom-wrapper ul li {
      border-bottom: 1px solid rgba(228, 228, 228, 0.7);
      padding-bottom: 12px;
      margin-bottom: 12px;
      justify-content: center;
      align-items: center; }
      .price-table .price-table-wrapper .style2 .loop-block .price-bottom-wrapper ul li:last-child {
        border: none;
        margin-bottom: 0; }
      .price-table .price-table-wrapper .style2 .loop-block .price-bottom-wrapper ul li span {
        position: relative;
        padding-left: 15px; }
        .price-table .price-table-wrapper .style2 .loop-block .price-bottom-wrapper ul li span:before {
          content: '-';
          position: absolute;
          left: 5px; }
    .price-table .price-table-wrapper .style2 .loop-block .price-bottom-wrapper .btn {
      padding-left: 25px;
      padding-right: 25px;
      margin-top: 20px;
      margin-bottom: 30px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
.price-table .price-table-wrapper .style3 .loop-block {
  padding: 0; }
  .price-table .price-table-wrapper .style3 .loop-block .price-header-content {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 967px) {
      .price-table .price-table-wrapper .style3 .loop-block .price-header-content {
        padding: 20px; } }
    .price-table .price-table-wrapper .style3 .loop-block .price-header-content:before {
      position: absolute;
      content: "";
      border-right: 15px solid transparent;
      border-left: 15px solid transparent;
      bottom: -15px;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: 0 auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .price-table .price-table-wrapper .style3 .loop-block .price-header-content h4 {
      font-size: 22px; }
  .price-table .price-table-wrapper .style3 .loop-block .price-header-wrapper .price-header {
    background: white;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .price-table .price-table-wrapper .style3 .loop-block .price-header-wrapper .price-header i {
      font-size: 28px; }
  .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper {
    padding: 40px;
    float: left;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper {
        padding: 20px; } }
    .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper ul {
      margin-right: 4%; }
      @media screen and (max-width: 767px) {
        .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper ul {
          width: 100%;
          margin: 0; } }
      .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper ul li {
        padding: 15px 0 15px 30px;
        border-bottom: 1px dotted #e4e4e4;
        position: relative; }
        .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper ul li:before {
          position: absolute;
          content: "\f00c";
          left: 0;
          font-family: "Font Awesome 5 Free";
          font-weight: 900; }
        .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper ul li a {
          border-radius: 0;
          margin: 0 0 10px;
          position: relative;
          padding: 15px 15px 14px; }
          .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper ul li a:hover:before, .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper ul li a.current:before {
            content: "";
            position: absolute;
            right: -16px;
            top: 0px;
            bottom: 0px;
            height: 0px;
            margin: auto;
            border-top: 27px solid transparent;
            border-bottom: 27px solid transparent;
            border-left: 15px solid; }
            @media screen and (max-width: 767px) {
              .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper ul li a:hover:before, .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper ul li a.current:before {
                border: none;
                content: none; } }
    .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper .link {
      display: inline-block;
      margin-top: 30px; }
      .price-table .price-table-wrapper .style3 .loop-block .price-bottom-wrapper .link:after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 10px; }

/* FAQ Model */
.home-faq-model .grid-uniform {
  margin: 0 -15px; }
  @media screen and (max-width: 967px) {
    .home-faq-model .grid-uniform {
      margin: 0 -10px; } }
.home-faq-model .grid__item {
  padding: 0 15px; }
  @media screen and (max-width: 967px) {
    .home-faq-model .grid__item {
      padding: 0 10px 20px; } }
.home-faq-model .dt-sc-tabs-vertical-container {
  padding: 90px 0;
  margin: 0; }
  @media screen and (max-width: 967px) {
    .home-faq-model .dt-sc-tabs-vertical-container {
      background-attachment: inherit; } }
  .home-faq-model .dt-sc-tabs-vertical-container .left_cnt,
  .home-faq-model .dt-sc-tabs-vertical-container .right_cnt {
    float: left;
    width: 100%;
    padding-right: 50px; }
    @media screen and (max-width: 767px) {
      .home-faq-model .dt-sc-tabs-vertical-container .left_cnt,
      .home-faq-model .dt-sc-tabs-vertical-container .right_cnt {
        padding: 0; } }
    .home-faq-model .dt-sc-tabs-vertical-container .left_cnt img,
    .home-faq-model .dt-sc-tabs-vertical-container .right_cnt img {
      display: block;
      margin: auto; }
  .home-faq-model .dt-sc-tabs-vertical-container .right_cnt {
    padding-left: 50px;
    padding-right: 0; }
  .home-faq-model .dt-sc-tabs-vertical-container .slick-dots {
    width: 100%; }
  .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame {
    padding: 0;
    text-align: left; }
    .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion {
      padding: 0;
      margin: 0;
      background: none; }
      @media screen and (max-width: 767px) {
        .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion {
          font-size: 14px; } }
      .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion:before, .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        margin: auto; }
      .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion:before {
        right: 29px;
        width: 2px;
        height: 16px; }
      .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion:after {
        right: 22px;
        width: 16px;
        height: 2px; }
      .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion a {
        line-height: 24px;
        padding: 22px 80px 22px 0;
        position: relative; }
    .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-content {
      border: none;
      background: none;
      padding: 15px 0; }

/* Custom Content */
.custom-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -15px; }
  .custom-content-block .custom__item {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 30px 0;
    padding: 0 15px;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .custom-content-block .custom__item {
        margin: 15px 0; } }
    .custom-content-block .custom__item .custom__item-inner {
      position: relative;
      text-align: left;
      max-width: 100%;
      padding: 0 15px; }
      @media screen and (max-width: 967px) {
        .custom-content-block .custom__item .custom__item-inner {
          padding: 0; } }
      .custom-content-block .custom__item .custom__item-inner .card__name {
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 10px; }
    .custom-content-block .custom__item .custom__item-inner--image {
      text-align: center; }
      .custom-content-block .custom__item .custom__item-inner--image .custom__block-image-container {
        position: relative;
        width: 100%; }
        .custom-content-block .custom__item .custom__item-inner--image .custom__block-image-container .custom__block-image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #000; }
          .custom-content-block .custom__item .custom__item-inner--image .custom__block-image-container .custom__block-image.lazyloaded {
            background-color: transparent; }
    .custom-content-block .custom__item .custom__item-inner--collection .card__image {
      width: 100%; }
    .custom-content-block .custom__item .custom__item-inner--html .custom-content {
      max-width: 700px;
      margin: 0 auto; }
  .custom-content-block .custom__item-inner--video,
  .custom-content-block .custom__item-inner--collection,
  .custom-content-block .custom__item-inner--html {
    display: block; }
  .custom-content-block .custom__item-inner--product .card__wrapper,
  .custom-content-block .custom__item-inner--collection .card__wrapper {
    margin-bottom: 0; }
  .custom-content-block .custom__block-heading-text,
  .custom-content-block .custom__block-body-text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .custom-content-block .video-wrapper iframe {
    float: left;
    width: 100%; }
  .custom-content-block .align--top,
  .custom-content-block .align--center,
  .custom-content-block .align--bottom {
    text-align: center; }

/* From make it easy */
/*  Vertical Product Grid Type */
.home-product-carousel .slick-slider {
  width: 90%;
  float: none;
  margin: auto; }
.home-product-carousel .grid__item {
  clear: none !important;
  padding: 0 15px; }
  @media screen and (max-width: 967px) {
    .home-product-carousel .grid__item {
      padding: 0 10px; } }
.home-product-carousel .product-block-inner > .grid-uniform {
  position: relative;
  margin: 0 -15px; }
  @media screen and (max-width: 967px) {
    .home-product-carousel .product-block-inner > .grid-uniform {
      margin: 0 -10px; } }
.home-product-carousel .product-block-inner .product-grid-left .grid-uniform {
  margin-left: -15px; }
  @media screen and (max-width: 767px) {
    .home-product-carousel .product-block-inner .product-grid-left .grid-uniform {
      margin-left: 0; } }
.home-product-carousel .product-block-inner .product-grid-right .grid-uniform {
  margin-right: -15px; }
  @media screen and (max-width: 767px) {
    .home-product-carousel .product-block-inner .product-grid-right .grid-uniform {
      margin-left: 0; } }
.home-product-carousel .product-carousel {
  float: left;
  width: 100%; }
  .home-product-carousel .product-carousel .product-block .carousel-arrow .slick-arrow {
    border: 1px solid #181818;
    background: #fff; }
    .home-product-carousel .product-carousel .product-block .carousel-arrow .slick-arrow img {
      width: 50%;
      margin-top: 11px; }
    .home-product-carousel .product-carousel .product-block .carousel-arrow .slick-arrow.prev-arrow {
      transform: scaleX(-1);
      -webkit-transform: scaleX(-1); }
    .home-product-carousel .product-carousel .product-block .carousel-arrow .slick-arrow:hover {
      border: 1px solid #feb564; }
  .home-product-carousel .product-carousel .product-block:hover .carousel-arrow.nav-middle .slick-arrow {
    opacity: 1; }
    .home-product-carousel .product-carousel .product-block:hover .carousel-arrow.nav-middle .slick-arrow.slick-disabled {
      opacity: 0.2; }
  .home-product-carousel .product-carousel .imageText_position h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 22px; }
    @media screen and (max-width: 767px) {
      .home-product-carousel .product-carousel .imageText_position h2 {
        font-size: 24px; } }
  .home-product-carousel .product-carousel .imageText_position h6 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 20px; }
  .home-product-carousel .product-carousel .without-image .imageText_position {
    padding: 0;
    position: inherit;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px; }
.home-product-carousel .layout-style-vertical .grid-uniform > .grid__item {
  padding: 0 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .home-product-carousel .layout-style-vertical .grid-uniform > .grid__item {
      margin-top: 20px; } }
  .home-product-carousel .layout-style-vertical .grid-uniform > .grid__item h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4; }
.home-product-carousel .layout-style-vertical .item-swatch,
.home-product-carousel .layout-style-vertical .sizes-list {
  display: none; }
.home-product-carousel .layout-style-vertical .slick-slider {
  position: static; }
  .home-product-carousel .layout-style-vertical .slick-slider .slick-slide {
    padding: 0 !important;
    margin-bottom: 15px; }
    .home-product-carousel .layout-style-vertical .slick-slider .slick-slide .product-hover-11 .product-container {
      width: 26%; }
      .home-product-carousel .layout-style-vertical .slick-slider .slick-slide .product-hover-11 .product-container .product-button {
        display: block;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .home-product-carousel .layout-style-vertical .slick-slider .slick-slide .product-hover-11 .product-container .product-button a {
          display: inline-block; }
        .home-product-carousel .layout-style-vertical .slick-slider .slick-slide .product-hover-11 .product-container .product-button form,
        .home-product-carousel .layout-style-vertical .slick-slider .slick-slide .product-hover-11 .product-container .product-button .quickview-button {
          display: inline-block; }
        .home-product-carousel .layout-style-vertical .slick-slider .slick-slide .product-hover-11 .product-container .product-button .product_link,
        .home-product-carousel .layout-style-vertical .slick-slider .slick-slide .product-hover-11 .product-container .product-button .add-to-wishlist {
          display: none; }
    .home-product-carousel .layout-style-vertical .slick-slider .slick-slide .product-hover-11 .product-detail {
      width: 74%;
      text-align: left;
      padding: 0 15px; }
      @media screen and (max-width: 967px) {
        .home-product-carousel .layout-style-vertical .slick-slider .slick-slide .product-hover-11 .product-detail {
          padding: 0 10px; } }
.home-product-carousel .layout-style-vertical .nav-top-left + .collection-title,
.home-product-carousel .layout-style-vertical .nav-top-right + .collection-title {
  text-align: right; }
  .home-product-carousel .layout-style-vertical .nav-top-left + .collection-title + .slick-slider .slick-arrow,
  .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow {
    background: none;
    border: none;
    left: 10px;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media screen and (max-width: 1199px) {
      .home-product-carousel .layout-style-vertical .nav-top-left + .collection-title + .slick-slider .slick-arrow,
      .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }
    .home-product-carousel .layout-style-vertical .nav-top-left + .collection-title + .slick-slider .slick-arrow.prev-arrow,
    .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow.prev-arrow {
      top: -12px; }
    .home-product-carousel .layout-style-vertical .nav-top-left + .collection-title + .slick-slider .slick-arrow.next-arrow,
    .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow.next-arrow {
      top: 0; }
    .home-product-carousel .layout-style-vertical .nav-top-left + .collection-title + .slick-slider .slick-arrow i,
    .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow i {
      color: #181818; }
    .home-product-carousel .layout-style-vertical .nav-top-left + .collection-title + .slick-slider .slick-arrow:hover i, .home-product-carousel .layout-style-vertical .nav-top-left + .collection-title + .slick-slider .slick-arrow:focus i,
    .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow:hover i,
    .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow:focus i {
      color: #feb564; }
.home-product-carousel .layout-style-vertical .nav-top-right + .collection-title {
  text-align: left; }
  .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow {
    left: auto;
    right: 10px; }
    @media screen and (max-width: 1199px) {
      .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow.prev-arrow {
        top: -5px;
        right: 20px; } }
    @media screen and (max-width: 1199px) {
      .home-product-carousel .layout-style-vertical .nav-top-right + .collection-title + .slick-slider .slick-arrow.next-arrow {
        top: -5px;
        right: 10px; } }

/* Product Block Inner - Image Position */
.product-block-inner {
  float: left;
  width: 100%; }
  .product-block-inner .product-block {
    position: relative;
    float: left;
    width: 100%; }
  .product-block-inner .image-on-left,
  .product-block-inner .image-on-right {
    position: relative;
    clear: none !important; }
    .product-block-inner .image-on-left img,
    .product-block-inner .image-on-right img {
      display: block; }
  .product-block-inner .image-on-left + .grid__item.wide--one-half {
    clear: none !important; }

/* Image Text Alignment */
.imageText_position {
  position: absolute;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2em; }
  @media screen and (max-width: 967px) {
    .imageText_position {
      padding: 1em; } }
  .imageText_position.imgtxt-top-left {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .imageText_position.imgtxt-top-right {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: right; }
  .imageText_position.imgtxt-middle {
    text-align: center; }
  .imageText_position.imgtxt-middle-left, .imageText_position.imgtxt-middle-right {
    width: auto !important;
    text-align: center; }
  .imageText_position.imgtxt-middle-right {
    right: 0; }
  .imageText_position.imgtxt-bottom {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: center; }
  .imageText_position.imgtxt-bottom-left {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .imageText_position.imgtxt-bottom-right {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }

/* Grid banner styles */
.home-grid-banner {
  /* Image Overlay Styles */ }
  .home-grid-banner .grid-uniform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    margin: 0 -15px; }
    @media screen and (max-width: 967px) {
      .home-grid-banner .grid-uniform {
        margin: 0 -10px; } }
    .home-grid-banner .grid-uniform .grid__item {
      clear: none;
      padding: 0 15px;
      margin-bottom: 30px; }
      @media screen and (max-width: 967px) {
        .home-grid-banner .grid-uniform .grid__item {
          padding: 0 10px;
          margin-bottom: 20px; } }
  .home-grid-banner .middle-top,
  .home-grid-banner .middle-bottom {
    position: relative;
    float: left;
    width: 100%; }
    @media screen and (max-width: 567px) {
      .home-grid-banner .middle-top,
      .home-grid-banner .middle-bottom {
        margin: 0; } }
  .home-grid-banner .middle-top {
    margin-bottom: 30px; }
    @media screen and (max-width: 1199px) {
      .home-grid-banner .middle-top {
        margin-bottom: 20px; } }
  .home-grid-banner .overlay {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* Gradient Bg Overlay */ }
    .home-grid-banner .overlay img {
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .home-grid-banner .overlay .featured-image {
      position: relative;
      overflow: hidden; }
    .home-grid-banner .overlay .ovrly {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      opacity: 0;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      z-index: 0; }
    .home-grid-banner .overlay .featured-content h2 {
      font-size: 20px;
      font-family: Montserrat;
      margin-bottom: 5px; }
      @media screen and (max-width: 1199px) {
        .home-grid-banner .overlay .featured-content h2 {
          font-size: 16px; } }
    .home-grid-banner .overlay .featured-content h5 {
      font-size: 14px;
      font-weight: normal;
      margin: 0; }
      @media screen and (max-width: 1199px) {
        .home-grid-banner .overlay .featured-content h5 {
          font-size: 13px; } }
    .home-grid-banner .overlay .featured-content p {
      margin: 10px 0 0; }
      @media screen and (max-width: 967px) {
        .home-grid-banner .overlay .featured-content p {
          font-size: 13px;
          line-height: 22px; } }
      @media screen and (max-width: 767px) {
        .home-grid-banner .overlay .featured-content p {
          display: block; } }
    .home-grid-banner .overlay .featured-content .btn {
      margin-top: 15px; }
      @media screen and (max-width: 1199px) {
        .home-grid-banner .overlay .featured-content .btn {
          font-size: 13px;
          padding: 7px 15px;
          margin-top: 12px; } }
    .home-grid-banner .overlay .featured-content .link {
      display: inline-block;
      line-height: normal;
      margin-top: 10px; }
      @media screen and (max-width: 1199px) {
        .home-grid-banner .overlay .featured-content .link {
          font-size: 13px; } }
      .home-grid-banner .overlay .featured-content .link:after {
        content: "\f105";
        display: inline-block;
        vertical-align: middle;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 5px;
        margin-top: -1px; }
    .home-grid-banner .overlay.style_1 .featured-image img {
      vertical-align: top;
      backface-visibility: hidden; }
    .home-grid-banner .overlay.style_1 .ovrly {
      left: -150%;
      width: 250px;
      box-shadow: 0 0 100px rgba(255, 255, 255, 0.5);
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
      -webkit-transition: all 0.8s linear;
      -moz-transition: all 0.8s linear;
      -ms-transition: all 0.8s linear;
      -o-transition: all 0.8s linear;
      transition: all 0.8s linear; }
    .home-grid-banner .overlay.style_1:hover .featured-image img {
      opacity: 0.95;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .home-grid-banner .overlay.style_1:hover .ovrly {
      left: 200%;
      opacity: 0.5; }
    .home-grid-banner .overlay.style_2 .ovrly:before, .home-grid-banner .overlay.style_2 .ovrly:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      margin: auto;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      z-index: 1; }
    .home-grid-banner .overlay.style_2 .ovrly:before {
      top: 0;
      left: 0; }
    .home-grid-banner .overlay.style_2 .ovrly:after {
      right: 0;
      bottom: 0; }
    .home-grid-banner .overlay.style_2:hover .ovrly:before, .home-grid-banner .overlay.style_2:hover .ovrly:after {
      width: 100%;
      height: 100%;
      opacity: 0.2; }
    .home-grid-banner .overlay.style_3 .featured-image {
      position: relative; }
    .home-grid-banner .overlay.style_3 .ovrly {
      -webkit-transform: translate3d(0, 100%, 0);
      -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      -o-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    .home-grid-banner .overlay.style_3:hover .ovrly {
      opacity: 0.75;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .home-grid-banner .overlay.style_4 .featured-image img {
      vertical-align: top;
      backface-visibility: hidden; }
    .home-grid-banner .overlay.style_4 .featured-content {
      opacity: 0;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      z-index: 0; }
    .home-grid-banner .overlay.style_4 .ovrly {
      height: 150%;
      bottom: -150%;
      top: auto;
      left: 0;
      right: 0;
      -webkit-transition: all 0.8s linear;
      -moz-transition: all 0.8s linear;
      -ms-transition: all 0.8s linear;
      -o-transition: all 0.8s linear;
      transition: all 0.8s linear; }
    .home-grid-banner .overlay.style_4:hover .featured-image img {
      opacity: 0.35; }
    .home-grid-banner .overlay.style_4:hover .featured-content {
      opacity: 1;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .home-grid-banner .overlay.style_4:hover .ovrly {
      bottom: 100%; }
    .home-grid-banner .overlay.style_5 .featured-image {
      background: #181818;
      background: -moz-linear-gradient(-45deg, black 0%, black 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, black 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, black 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      background-size: 400% 400%;
      background-repeat: no-repeat;
      display: flex;
      max-width: 100vw;
      max-height: 100vh;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      position: relative;
      cursor: pointer;
      transition: .6s all linear; }
    .home-grid-banner .overlay.style_5:hover .featured-image {
      background-position: 100% 100%; }
      .home-grid-banner .overlay.style_5:hover .featured-image img {
        opacity: 0.25; }
    .home-grid-banner .overlay.style_5:hover .featured-content {
      transition-delay: 0.5s; }
    .home-grid-banner .overlay.style_6 .featured-image .ovrly {
      width: 0;
      height: 0;
      padding: 25%;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      opacity: 0.7;
      transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) linear;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0); }
    .home-grid-banner .overlay.style_6 .featured-content {
      -webkit-transform: translateX(-200%);
      -moz-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      -o-transform: translateX(-200%);
      transform: translateX(-200%);
      -webkit-transition: 0.7s ease-in-out;
      -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
      -o-transition: 0.7s ease-in-out;
      transition: 0.7s ease-in-out; }
      .home-grid-banner .overlay.style_6 .featured-content.imgtxt-middle {
        -webkit-transform: translate(-200%, 0);
        -moz-transform: translate(-200%, 0);
        -ms-transform: translate(-200%, 0);
        -o-transform: translate(-200%, 0);
        transform: translate(-200%, 0); }
      .home-grid-banner .overlay.style_6 .featured-content.imgtxt-top-right, .home-grid-banner .overlay.style_6 .featured-content.imgtxt-middle-right, .home-grid-banner .overlay.style_6 .featured-content.imgtxt-bottom-right {
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%); }
    .home-grid-banner .overlay.style_6:hover .featured-image .ovrly {
      -webkit-transform: translate(-50%, -50%) scale(4);
      -moz-transform: translate(-50%, -50%) scale(4);
      -ms-transform: translate(-50%, -50%) scale(4);
      -o-transform: translate(-50%, -50%) scale(4);
      transform: translate(-50%, -50%) scale(4);
      transition-duration: var(--photoboxAnimationDuration, 0.8s); }
    .home-grid-banner .overlay.style_6:hover .featured-content {
      -webkit-transition: 0.7s ease-in-out;
      -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
      -o-transition: 0.7s ease-in-out;
      transition: 0.7s ease-in-out;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .home-grid-banner .overlay.style_6:hover .featured-content.imgtxt-middle {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
      .home-grid-banner .overlay.style_6:hover .featured-content.imgtxt-top-right, .home-grid-banner .overlay.style_6:hover .featured-content.imgtxt-middle-right, .home-grid-banner .overlay.style_6:hover .featured-content.imgtxt-bottom-right {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    .home-grid-banner .overlay.style_7 .featured-image:before, .home-grid-banner .overlay.style_7 .featured-image:after {
      content: '';
      position: absolute;
      top: 30px;
      right: 30px;
      background-color: #181818;
      z-index: 1;
      opacity: 0;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
      @media screen and (max-width: 767px) {
        .home-grid-banner .overlay.style_7 .featured-image:before, .home-grid-banner .overlay.style_7 .featured-image:after {
          top: 20px;
          right: 20px; } }
    .home-grid-banner .overlay.style_7 .featured-image:before {
      width: 0;
      height: 1px; }
    .home-grid-banner .overlay.style_7 .featured-image:after {
      width: 1px;
      height: 0; }
    .home-grid-banner .overlay.style_7 .featured-image img {
      backface-visibility: hidden;
      vertical-align: top; }
    .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-left:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-left:after, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-right:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-right:after {
      top: auto;
      bottom: 30px; }
      @media screen and (max-width: 767px) {
        .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-left:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-left:after, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-right:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-right:after {
          bottom: 20px; } }
    .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-right:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-right:after {
      left: 30px;
      right: auto; }
      @media screen and (max-width: 767px) {
        .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-right:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-top-right:after {
          left: 20px; } }
    .home-grid-banner .overlay.style_7 .featured-image.imgtxt-middle-right:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-middle-right:after, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-bottom-right:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-bottom-right:after {
      top: 30px;
      left: 30px; }
      @media screen and (max-width: 767px) {
        .home-grid-banner .overlay.style_7 .featured-image.imgtxt-middle-right:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-middle-right:after, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-bottom-right:before, .home-grid-banner .overlay.style_7 .featured-image.imgtxt-bottom-right:after {
          top: 20px;
          left: 20px; } }
    .home-grid-banner .overlay.style_7:hover .featured-image:before, .home-grid-banner .overlay.style_7:hover .featured-image:after {
      opacity: 1;
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    .home-grid-banner .overlay.style_7:hover .featured-image:before {
      width: 40px; }
    .home-grid-banner .overlay.style_7:hover .featured-image:after {
      height: 40px; }
    .home-grid-banner .overlay.style_7:hover .featured-image img {
      zoom: 1;
      filter: alpha(opacity=20);
      -webkit-opacity: 0.2;
      opacity: 0.2; }
    .home-grid-banner .overlay.style_7:hover .ovrly {
      opacity: 0.3; }
    .home-grid-banner .overlay.default .featured-content {
      position: inherit; }
      .home-grid-banner .overlay.default .featured-content .content-info {
        padding: 0 !important; }
    .home-grid-banner .overlay.default:hover .featured-image img {
      -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
      -moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
      -ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
      -o-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
      transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0); }
    .home-grid-banner .overlay:hover .ovrly {
      opacity: 1; }
  .home-grid-banner .grid-banner-type-2 .imageText_position.imgtxt-top-left, .home-grid-banner .grid-banner-type-2 .imageText_position.imgtxt-top-right {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .home-grid-banner .grid-banner-type-2 .grid__item:first-child .imageText_position.imgtxt-top-left .btn,
  .home-grid-banner .grid-banner-type-2 .grid__item:first-child .imageText_position.imgtxt-top-left .link {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }
  .home-grid-banner .grid-banner-type-2 .grid__item:first-child .imageText_position.imgtxt-top-right .btn,
  .home-grid-banner .grid-banner-type-2 .grid__item:first-child .imageText_position.imgtxt-top-right .link {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
  .home-grid-banner .grid-banner-type-3 .imageText_position.imgtxt-top-left, .home-grid-banner .grid-banner-type-3 .imageText_position.imgtxt-top-right,
  .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-left,
  .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-right,
  .home-grid-banner .grid-banner-type-7 .imageText_position.imgtxt-top-left,
  .home-grid-banner .grid-banner-type-7 .imageText_position.imgtxt-top-right {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .home-grid-banner .grid-banner-type-3 .imageText_position.imgtxt-top-left .btn,
  .home-grid-banner .grid-banner-type-3 .imageText_position.imgtxt-top-left .link,
  .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-left .btn,
  .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-left .link,
  .home-grid-banner .grid-banner-type-7 .imageText_position.imgtxt-top-left .btn,
  .home-grid-banner .grid-banner-type-7 .imageText_position.imgtxt-top-left .link {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }
  .home-grid-banner .grid-banner-type-3 .imageText_position.imgtxt-top-right .btn,
  .home-grid-banner .grid-banner-type-3 .imageText_position.imgtxt-top-right .link,
  .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-right .btn,
  .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-right .link,
  .home-grid-banner .grid-banner-type-7 .imageText_position.imgtxt-top-right .btn,
  .home-grid-banner .grid-banner-type-7 .imageText_position.imgtxt-top-right .link {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
  .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-left, .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-right {
    padding: 4em; }
    @media screen and (max-width: 1199px) {
      .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-left, .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-top-right {
        padding: 1.5em; } }
  .home-grid-banner .grid-banner-type-4 .imageText_position .content-info {
    padding: 15px;
    opacity: 0.9; }
    @media screen and (max-width: 1199px) {
      .home-grid-banner .grid-banner-type-4 .imageText_position .content-info {
        padding: 10px; } }
  .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-middle .content-info, .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-bottom .content-info {
    min-width: 80%; }
    @media screen and (max-width: 767px) {
      .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-middle .content-info, .home-grid-banner .grid-banner-type-4 .imageText_position.imgtxt-bottom .content-info {
        min-width: 50%; } }
  .home-grid-banner .grid-banner-type-4 .featured-content h2 {
    margin-bottom: 0; }
  .home-grid-banner .grid-banner-type-5 > .grid-uniform {
    width: 100%;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .home-grid-banner .grid-banner-type-5 > .grid-uniform {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .home-grid-banner .grid-banner-type-5 .mixed {
    margin-bottom: 0;
    padding: 0;
    width: 100%; }
    .home-grid-banner .grid-banner-type-5 .mixed .grid-uniform {
      width: 100%;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .home-grid-banner .grid-banner-type-5 .mixed .grid-uniform {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; } }
      .home-grid-banner .grid-banner-type-5 .mixed .grid-uniform .grid__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0;
        clear: none; }
        .home-grid-banner .grid-banner-type-5 .mixed .grid-uniform .grid__item .featured-image {
          height: 100%; }
          .home-grid-banner .grid-banner-type-5 .mixed .grid-uniform .grid__item .featured-image img {
            object-fit: cover;
            min-height: 100%; }
    .home-grid-banner .grid-banner-type-5 .mixed .imageText_position {
      padding: 200px 150px 200px 200px;
      position: relative; }
      @media screen and (max-width: 1599px) {
        .home-grid-banner .grid-banner-type-5 .mixed .imageText_position {
          padding: 150px 18% 150px 18%; } }
      @media screen and (max-width: 1199px) {
        .home-grid-banner .grid-banner-type-5 .mixed .imageText_position {
          padding: 90px 18% 90px 18%; } }
      @media screen and (max-width: 767px) {
        .home-grid-banner .grid-banner-type-5 .mixed .imageText_position {
          padding: 90px 10% 90px 10%; } }
      .home-grid-banner .grid-banner-type-5 .mixed .imageText_position.imgtxt-middle-left {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        text-align: left; }
        .home-grid-banner .grid-banner-type-5 .mixed .imageText_position.imgtxt-middle-left .price__bg {
          position: absolute;
          width: 120px;
          height: 120px;
          border-radius: 50%;
          top: 150px;
          right: 150px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          align-content: center;
          font-weight: 600;
          line-height: normal;
          padding-top: 5px; }
          @media screen and (max-width: 1599px) {
            .home-grid-banner .grid-banner-type-5 .mixed .imageText_position.imgtxt-middle-left .price__bg {
              top: 100px;
              right: 100px; } }
          @media screen and (max-width: 1199px) {
            .home-grid-banner .grid-banner-type-5 .mixed .imageText_position.imgtxt-middle-left .price__bg {
              top: 35px;
              right: 35px;
              width: 90px;
              height: 90px; } }
          .home-grid-banner .grid-banner-type-5 .mixed .imageText_position.imgtxt-middle-left .price__bg span:last-child {
            font-weight: bold;
            width: 100%;
            color: #feb564 !important;
            font-family: Tinos;
            font-size: 40px;
            text-align: center;
            line-height: normal; }
            @media screen and (max-width: 1199px) {
              .home-grid-banner .grid-banner-type-5 .mixed .imageText_position.imgtxt-middle-left .price__bg span:last-child {
                font-size: 24px; } }
      .home-grid-banner .grid-banner-type-5 .mixed .imageText_position.imgtxt-middle-right {
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        text-align: right; }
      .home-grid-banner .grid-banner-type-5 .mixed .imageText_position h2 {
        font-family: Tinos;
        font-size: 30px;
        margin-bottom: 16px;
        /*           @include at-query($max, $medium) {
                    font-size:18px;
                  } */ }
        @media screen and (max-width: 1199px) {
          .home-grid-banner .grid-banner-type-5 .mixed .imageText_position h2 {
            font-size: 24px;
            margin-bottom: 0; } }
      .home-grid-banner .grid-banner-type-5 .mixed .imageText_position h5 {
        font-family: Montserrat;
        margin-bottom: 25px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 12px; }
        @media screen and (max-width: 967px) {
          .home-grid-banner .grid-banner-type-5 .mixed .imageText_position h5 {
            margin-bottom: 5px; } }
      .home-grid-banner .grid-banner-type-5 .mixed .imageText_position p {
        margin-top: 20px; }
        @media screen and (max-width: 967px) {
          .home-grid-banner .grid-banner-type-5 .mixed .imageText_position p {
            line-height: inherit;
            margin-top: 10px; } }
      .home-grid-banner .grid-banner-type-5 .mixed .imageText_position .btn {
        margin-top: 25px; }
        @media screen and (max-width: 967px) {
          .home-grid-banner .grid-banner-type-5 .mixed .imageText_position .btn {
            margin-top: 15px; } }
  .home-grid-banner .grid-banner-type-6 .imageText_position.imgtxt-middle-left, .home-grid-banner .grid-banner-type-6 .imageText_position.imgtxt-middle-right {
    width: 60% !important; }
    @media screen and (max-width: 567px) {
      .home-grid-banner .grid-banner-type-6 .imageText_position.imgtxt-middle-left, .home-grid-banner .grid-banner-type-6 .imageText_position.imgtxt-middle-right {
        width: 80% !important; } }
  .home-grid-banner .grid-banner-type-6 .content-info.rectangle, .home-grid-banner .grid-banner-type-6 .content-info.circle {
    padding: 30px 15px;
    width: 80%; }
    @media screen and (max-width: 1199px) {
      .home-grid-banner .grid-banner-type-6 .content-info.rectangle, .home-grid-banner .grid-banner-type-6 .content-info.circle {
        padding: 20px 10px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .home-grid-banner .grid-banner-type-6 .content-info.rectangle, .home-grid-banner .grid-banner-type-6 .content-info.circle {
        width: 80%; } }
  .home-grid-banner .grid-banner-type-6 .content-info.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    width: 140px;
    min-height: 140px;
    text-align: center;
    word-wrap: break-word; }
    @media screen and (max-width: 967px) {
      .home-grid-banner .grid-banner-type-6 .content-info.circle {
        width: 110px;
        min-height: 110px; } }
  .home-grid-banner .grid-banner-type-6 .content-info h2 {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    margin: 0; }
  .home-grid-banner .grid-banner-type-6 .content-info h5 {
    font-size: 20px; }
    @media screen and (max-width: 1199px) {
      .home-grid-banner .grid-banner-type-6 .content-info h5 {
        font-size: 18px; } }
  .home-grid-banner .grid-banner-type-6 .default .content-info.circle {
    min-height: auto; }
  .home-grid-banner .container-fluid .grid-banner-type-6 {
    padding: 0 30px; }
    @media screen and (max-width: 567px) {
      .home-grid-banner .container-fluid .grid-banner-type-6 {
        padding: 0 20px; } }
  .home-grid-banner .grid-banner-slider.slick-dotted {
    margin-bottom: 0;
    padding: 0; }
  .home-grid-banner .grid-banner-slider .slick-arrow {
    top: 50%;
    margin: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .home-grid-banner .grid-banner-slider .slick-arrow.prev-arrow {
      left: 5px; }
    .home-grid-banner .grid-banner-slider .slick-arrow.next-arrow {
      right: 5px; }
  .home-grid-banner .grid-banner-slider .slick-dots {
    bottom: 40px;
    position: absolute; }
  .home-grid-banner .grid-banner-slider:hover .slick-arrow {
    opacity: 1; }
  .home-grid-banner.oneimage .grid__item {
    padding: 0; }
  .home-grid-banner.slick-slider .slick-slide {
    padding: 0;
    margin: 0; }
  .home-grid-banner.slick-slider .slick-arrow {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 1; }
    .home-grid-banner.slick-slider .slick-arrow.slick-prev {
      left: 25px; }
      .home-grid-banner.slick-slider .slick-arrow.slick-prev:before {
        content: "\f104"; }
    .home-grid-banner.slick-slider .slick-arrow.slick-next {
      right: 25px; }
      .home-grid-banner.slick-slider .slick-arrow.slick-next:before {
        content: "\f105"; }
    .home-grid-banner.slick-slider .slick-arrow:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 14px;
      line-height: 20px; }
  .home-grid-banner.slick-slider .slick-dots {
    bottom: 5px; }

.featured-collection {
  /* Owl Carousel */
  /* Category Listing Type */
  /* Image With Content Type */ }
  .featured-collection .grid-uniform {
    margin: 0 -15px; }
  .featured-collection .grid__item {
    padding: 0 15px; }
  .featured-collection h4 {
    text-transform: capitalize; }
  .featured-collection .collection-info.default .nav_list_type2_items {
    float: right;
    margin-bottom: 10px; }
    .featured-collection .collection-info.default .nav_list_type2_items .next-arrow {
      margin-right: 0; }
  .featured-collection .collection-info.left .border-title {
    text-align: left; }
  .featured-collection .collection-info.right .border-title {
    text-align: right; }
  .featured-collection .collection-image,
  .featured-collection .collection-content {
    float: left;
    width: 100%; }
  .featured-collection .collection-image img {
    display: block; }
  .featured-collection .collection-content {
    margin-top: 30px; }
  .featured-collection .owl-carousel .owl-item .grid__item {
    margin-top: 10px; }
    @media screen and (max-width: 967px) {
      .featured-collection .owl-carousel .owl-item .grid__item {
        margin-top: 30px; } }
  .featured-collection .category-listing_inner {
    float: left;
    width: 100%;
    padding: 25px 20px 100px; }
    @media screen and (max-width: 567px) {
      .featured-collection .category-listing_inner {
        background-size: 55% 70%; } }
  @media screen and (max-width: 1199px) {
    .featured-collection .category-listing-type {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .featured-collection .category-listing-type {
      margin: 10px 0; } }
  @media screen and (max-width: 767px) {
    .featured-collection .category-listing-type:first-child {
      margin-top: 0; } }
  @media screen and (max-width: 1199px) {
    .featured-collection .category-listing-type:nth-last-child(-n+2) {
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .featured-collection .category-listing-type:nth-last-child(-n+2) {
      margin: 10px 0; } }
  .featured-collection .category-listing-type .category_heading {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      .featured-collection .category-listing-type .category_heading {
        margin-bottom: 15px; } }
    .featured-collection .category-listing-type .category_heading img {
      vertical-align: middle;
      border-radius: 100%;
      padding: 10px;
      display: inline-block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 2px solid;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .featured-collection .category-listing-type .category_heading img {
          padding: 10px; } }
    .featured-collection .category-listing-type .category_heading h4 {
      display: inline-block;
      width: 100%;
      border-radius: 0 5px 5px 0;
      float: right;
      font-weight: 600;
      margin-bottom: 0;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .featured-collection .category-listing-type .category_heading h4 {
          font-size: 16px; } }
      .featured-collection .category-listing-type .category_heading h4:before {
        content: '';
        width: calc(100% - 35px);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1; }
  .featured-collection .category-listing-type .category_text {
    float: left;
    /* width:55%; */ }
    .featured-collection .category-listing-type .category_text ul {
      list-style: none;
      padding: 0; }
      .featured-collection .category-listing-type .category_text ul li {
        float: left;
        width: 60%;
        position: relative;
        padding-left: 15px; }
        .featured-collection .category-listing-type .category_text ul li:before {
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          content: '';
          position: absolute;
          left: 0;
          top: 8px;
          width: 5px;
          height: 5px; }
        .featured-collection .category-listing-type .category_text ul li a {
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          display: inline-block;
          margin-bottom: 8px; }
          @media screen and (max-width: 1199px) {
            .featured-collection .category-listing-type .category_text ul li a {
              font-size: 14px;
              margin-bottom: 3px; } }
          @media screen and (max-width: 967px) {
            .featured-collection .category-listing-type .category_text ul li a {
              font-size: 13px; } }
          @media screen and (max-width: 767px) {
            .featured-collection .category-listing-type .category_text ul li a {
              margin-bottom: 5px; } }
  .featured-collection .category-listing-type .category_image {
    margin-bottom: 20px;
    float: left;
    width: 45%; }

/* Home Gallery Block */
.home-gallery-block .gallery-block {
  float: left;
  width: 100%;
  /* Style1 */
  /* Style2 */ }
  .home-gallery-block .gallery-block .list-gallery-items .grid__item {
    overflow: hidden; }
  .home-gallery-block .gallery-block .grid__item {
    padding: 0;
    position: relative;
    margin-bottom: 0;
    margin-left: -1px; }
    .home-gallery-block .gallery-block .grid__item img {
      float: none;
      display: block;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .home-gallery-block .gallery-block .grid__item ul {
      list-style: none;
      padding: 0; }
    .home-gallery-block .gallery-block .grid__item .image-overlay {
      position: absolute;
      opacity: 0;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .home-gallery-block .gallery-block .grid__item .image-overlay .links {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 120px;
        height: 45px; }
        .home-gallery-block .gallery-block .grid__item .image-overlay .links a {
          display: inline-block;
          height: 45px;
          width: 45px;
          line-height: 45px;
          font-size: 16px;
          border-radius: 50%;
          margin: 0 5px;
          position: relative;
          bottom: 100%;
          z-index: 1;
          text-align: center;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease; }
          @media screen and (max-width: 967px) {
            .home-gallery-block .gallery-block .grid__item .image-overlay .links a {
              height: 40px;
              line-height: 40px;
              width: 40px;
              font-size: 14px; } }
          .home-gallery-block .gallery-block .grid__item .image-overlay .links a:first-child {
            right: 100%;
            bottom: 0;
            left: auto; }
          .home-gallery-block .gallery-block .grid__item .image-overlay .links a:last-child {
            left: 100%;
            bottom: 0; }
          .home-gallery-block .gallery-block .grid__item .image-overlay .links a i {
            line-height: 45px; }
            @media screen and (max-width: 967px) {
              .home-gallery-block .gallery-block .grid__item .image-overlay .links a i {
                line-height: 40px; } }
    .home-gallery-block .gallery-block .grid__item .image-overlay-details {
      left: 0;
      bottom: -100px;
      right: inherit;
      width: 100%;
      background: rgba(24, 24, 24, 0.3);
      text-align: center;
      padding: 20px 10px;
      border: 0;
      position: absolute;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media screen and (max-width: 1199px) {
        .home-gallery-block .gallery-block .grid__item .image-overlay-details {
          padding: 10px; } }
      .home-gallery-block .gallery-block .grid__item .image-overlay-details h4 {
        font-size: 18px;
        margin: 0; }
        @media screen and (max-width: 1199px) {
          .home-gallery-block .gallery-block .grid__item .image-overlay-details h4 {
            font-size: 14px; } }
      .home-gallery-block .gallery-block .grid__item .image-overlay-details p {
        margin: 5px 0 0; }
    .home-gallery-block .gallery-block .grid__item:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .home-gallery-block .gallery-block .grid__item:hover .image-overlay .links a:first-child {
      right: 0;
      left: auto; }
    .home-gallery-block .gallery-block .grid__item:hover .image-overlay .links a:last-child {
      left: 0;
      right: auto; }
    .home-gallery-block .gallery-block .grid__item:hover .image-overlay-details {
      bottom: 0; }
  .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container-section {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: relative; }
  .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs {
    border: none;
    margin-bottom: 50px;
    text-align: center;
    float: none;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs {
        float: none;
        display: inline-block; } }
    .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs li {
      padding: 0;
      float: none;
      display: inline-block;
      margin-bottom: 10px; }
      @media screen and (max-width: 567px) {
        .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs li {
          width: 100%; } }
      .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs li a {
        padding: 12px 30px;
        display: inline-block;
        letter-spacing: 0.5px;
        margin-right: 5px; }
        @media screen and (max-width: 567px) {
          .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs li a {
            width: 100%; } }
  .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs-content {
    padding: 40px 0;
    margin-top: 10px;
    border: none;
    width: 100%; }
    @media screen and (max-width: 967px) {
      .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs-content {
        padding: 0px 0; } }
    .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs-content .portfolio-container {
      margin: 0; }
  .home-gallery-block .gallery-block.style2 .sorting-container a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    padding: 10px 20px;
    margin: 0px 10px 20px; }
    @media screen and (max-width: 567px) {
      .home-gallery-block .gallery-block.style2 .sorting-container a {
        width: 100%;
        margin: 0 0 10px; } }
  .home-gallery-block .gallery-block.style2 .grid__item .image-overlay .links a,
  .home-gallery-block .gallery-block.style2 .grid__item .image-overlay .links i {
    line-height: 40px;
    border-radius: 0; }
    @media screen and (max-width: 967px) {
      .home-gallery-block .gallery-block.style2 .grid__item .image-overlay .links a,
      .home-gallery-block .gallery-block.style2 .grid__item .image-overlay .links i {
        line-height: 35px; } }
  .home-gallery-block .gallery-block.style2 .grid__item:hover .image-overlay .links a {
    bottom: 90%; }

/*  Home Product Grid Type */
.home-product-grid {
  float: left;
  width: 100%; }
  .home-product-grid .grid__item {
    padding: 0 15px; }
    @media screen and (max-width: 967px) {
      .home-product-grid .grid__item {
        padding: 0 10px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 567px) {
      .home-product-grid .grid__item {
        margin-bottom: 0; } }
  .home-product-grid .product-block-inner > .grid-uniform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -15px; }
    @media screen and (max-width: 967px) {
      .home-product-grid .product-block-inner > .grid-uniform {
        display: block;
        margin: 0 -10px; } }
    .home-product-grid .product-block-inner > .grid-uniform:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: calc(100% - 28px);
      height: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 967px) {
        .home-product-grid .product-block-inner > .grid-uniform:before {
          width: calc(100% - 20px); } }
    .home-product-grid .product-block-inner > .grid-uniform > .grid__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .home-product-grid .product-block-inner > .grid-uniform > .grid__item.image-on-left, .home-product-grid .product-block-inner > .grid-uniform > .grid__item.image-on-right {
        display: block; }
      @media screen and (max-width: 767px) {
        .home-product-grid .product-block-inner > .grid-uniform > .grid__item.image-on-right {
          margin-bottom: 0; } }
      .home-product-grid .product-block-inner > .grid-uniform > .grid__item.default {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        margin-top: 1px; }
      .home-product-grid .product-block-inner > .grid-uniform > .grid__item.middle {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
  .home-product-grid .product-block-inner .product-grid-left .grid-uniform {
    margin-left: -15px; }
    @media screen and (max-width: 767px) {
      .home-product-grid .product-block-inner .product-grid-left .grid-uniform {
        margin-left: 0; } }
  .home-product-grid .product-block-inner .product-grid-right .grid-uniform {
    margin-right: -15px; }
    @media screen and (max-width: 767px) {
      .home-product-grid .product-block-inner .product-grid-right .grid-uniform {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .home-product-grid .container-fluid .product-block-inner {
      padding: 0 5%; } }
  .home-product-grid .container-fluid .product-grid-left .product-block {
    padding-right: 20%; }
    @media screen and (max-width: 1599px) {
      .home-product-grid .container-fluid .product-grid-left .product-block {
        padding-right: 10%; } }
    @media screen and (max-width: 967px) {
      .home-product-grid .container-fluid .product-grid-left .product-block {
        padding-right: 0; } }
  .home-product-grid .container-fluid .product-grid-right .product-block {
    padding-left: 20%; }
    @media screen and (max-width: 1599px) {
      .home-product-grid .container-fluid .product-grid-right .product-block {
        padding-left: 10%; } }
    @media screen and (max-width: 967px) {
      .home-product-grid .container-fluid .product-grid-right .product-block {
        padding-left: 0; } }
  .home-product-grid .overlay-text {
    position: relative; }
    .home-product-grid .overlay-text img {
      display: block; }
    .home-product-grid .overlay-text h2 {
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .home-product-grid .overlay-text h2 {
          font-size: 20px; } }
    .home-product-grid .overlay-text h6 {
      font-size: 14px;
      font-weight: normal;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .home-product-grid .overlay-text h6 {
          font-size: 13px; } }
  .home-product-grid ul .grid__item.item-row {
    outline: none; }
    .home-product-grid ul .grid__item.item-row .product-hover-11 .product-detail {
      border: none;
      padding-left: 0;
      padding-right: 0; }
      .home-product-grid ul .grid__item.item-row .product-hover-11 .product-detail .product_desc {
        display: none; }
    .home-product-grid ul .grid__item.item-row .product-hover-11.products:hover .product-detail .grid-link__title {
      color: #feb564; }

/* ----- home-product-grid-type-22 ----- */
.home-product-grid-type-22 {
  float: left;
  width: 100%;
  position: relative; }
  .home-product-grid-type-22 ul li.grid__item.item-row {
    padding: 0;
    margin: 0; }
  .home-product-grid-type-22 .product-grid-type-12 {
    float: left;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .home-product-grid-type-22 .product-grid-type-12 {
        margin-bottom: 20px; } }
  .home-product-grid-type-22 .products {
    border: none; }
    .home-product-grid-type-22 .products .product-detail {
      background: none;
      text-align: left;
      padding: 0 30px; }
      @media screen and (max-width: 767px) {
        .home-product-grid-type-22 .products .product-detail {
          padding: 0 20px; } }
      @media screen and (max-width: 567px) {
        .home-product-grid-type-22 .products .product-detail {
          padding: 30px 1px 60px; } }
      .home-product-grid-type-22 .products .product-detail .grid-link__title {
        text-align: left;
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: bold; }
      .home-product-grid-type-22 .products .product-detail .grid-link__meta {
        margin: 0 0 15px;
        float: left;
        width: 100%; }
      .home-product-grid-type-22 .products .product-detail form,
      .home-product-grid-type-22 .products .product-detail .add-to-wishlist {
        margin-bottom: 10px; }
      .home-product-grid-type-22 .products .product-detail form,
      .home-product-grid-type-22 .products .product-detail .add-cart-btn,
      .home-product-grid-type-22 .products .product-detail .add-to-wishlist {
        display: inline-block;
        float: none !important; }
        @media screen and (max-width: 967px) {
          .home-product-grid-type-22 .products .product-detail form,
          .home-product-grid-type-22 .products .product-detail .add-cart-btn,
          .home-product-grid-type-22 .products .product-detail .add-to-wishlist {
            margin-right: 0; } }
      .home-product-grid-type-22 .products .product-detail p {
        float: left;
        width: 100%;
        font-size: 16px; }
        @media screen and (max-width: 1199px) {
          .home-product-grid-type-22 .products .product-detail p {
            font-size: 14px; } }
      .home-product-grid-type-22 .products .product-detail .btn i {
        margin-right: 5px; }
  .home-product-grid-type-22 .nav_product-grid-type__22 {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 2; }
    @media screen and (max-width: 967px) {
      .home-product-grid-type-22 .nav_product-grid-type__22 {
        bottom: 10px; } }

/* ----- Home Content Block1 ----- */
.home-content-block-1 h3 {
  font-family: Montserrat; }
.home-content-block-1 img {
  display: block;
  margin: auto; }
.home-content-block-1 .section-two {
  padding: 0; }
.home-content-block-1 .section-one,
.home-content-block-1 .section-two {
  position: relative;
  float: left;
  width: 100%; }
  .home-content-block-1 .section-one .grid__item,
  .home-content-block-1 .section-two .grid__item {
    float: left;
    width: 50%;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .home-content-block-1 .section-one .grid__item,
      .home-content-block-1 .section-two .grid__item {
        width: 100%; } }
.home-content-block-1 .block-content h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 0em; }
  @media screen and (max-width: 967px) {
    .home-content-block-1 .block-content h3 {
      margin-bottom: 20px; } }
.home-content-block-1 .block-content h4 {
  line-height: normal;
  text-transform: inherit;
  margin-bottom: 30px; }
  @media screen and (max-width: 1199px) {
    .home-content-block-1 .block-content h4 {
      margin-bottom: 15px; } }
  @media screen and (max-width: 967px) {
    .home-content-block-1 .block-content h4 {
      font-size: 18px; } }
.home-content-block-1 .block-content p {
  margin-bottom: 30px; }
  @media screen and (max-width: 1199px) {
    .home-content-block-1 .block-content p {
      margin-bottom: 20px; } }
.home-content-block-1 .block-content,
.home-content-block-1 .img-content {
  text-align: center;
  margin: 0 auto;
  float: left;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .home-content-block-1 .block-content,
    .home-content-block-1 .img-content {
      padding: 10px 0;
      width: 80%; } }
  @media screen and (max-width: 967px) {
    .home-content-block-1 .block-content .btn,
    .home-content-block-1 .img-content .btn {
      font-size: 13px; } }
.home-content-block-1 .price_content {
  box-shadow: 0 1.063rem 2.188rem rgba(24, 24, 24, 0.03);
  display: inline-block;
  padding: 40px 50px;
  margin: 0 auto 60px;
  width: 70%; }
  @media screen and (max-width: 1199px) {
    .home-content-block-1 .price_content {
      width: 100%; } }

/* Product Tab Type-2 */
.product-tab-type-2 .border-title,
.product-tab-type-3 .border-title {
  width: 100%;
  text-align: left;
  margin: 0; }
  .product-tab-type-2 .border-title h4,
  .product-tab-type-3 .border-title h4 {
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold; }
.product-tab-type-2 .grid-uniform,
.product-tab-type-3 .grid-uniform {
  margin: 0 -15px; }
  @media screen and (max-width: 967px) {
    .product-tab-type-2 .grid-uniform,
    .product-tab-type-3 .grid-uniform {
      margin: 0 -10px; } }
.product-tab-type-2 .grid__item,
.product-tab-type-3 .grid__item {
  padding: 0 15px; }
  @media screen and (max-width: 967px) {
    .product-tab-type-2 .grid__item,
    .product-tab-type-3 .grid__item {
      padding: 0 10px 20px; } }
  .product-tab-type-2 .grid__item:nth-child(2n+1),
  .product-tab-type-3 .grid__item:nth-child(2n+1) {
    clear: none; }
@media screen and (max-width: 567px) {
  .product-tab-type-2 .full_width_tab ul li.post-large--one-third,
  .product-tab-type-3 .full_width_tab ul li.post-large--one-third {
    margin: 0; } }
.product-tab-type-2 .full_width_tab h2,
.product-tab-type-3 .full_width_tab h2 {
  margin-bottom: 30px; }
  @media screen and (max-width: 1199px) {
    .product-tab-type-2 .full_width_tab h2,
    .product-tab-type-3 .full_width_tab h2 {
      text-align: center; } }
.product-tab-type-2 .full_width_tab .brand_names.full-width.product-tab-type-2-left,
.product-tab-type-3 .full_width_tab .brand_names.full-width.product-tab-type-2-left {
  margin-bottom: 50px; }
.product-tab-type-2 .full_width_tab .brand_names.full-width.product-tab-type-2-right,
.product-tab-type-3 .full_width_tab .brand_names.full-width.product-tab-type-2-right {
  margin-top: 20px; }
.product-tab-type-2 .full_width_tab .brand_names .brand_logo,
.product-tab-type-3 .full_width_tab .brand_names .brand_logo {
  border-right: 1px solid #e4e4e4;
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .product-tab-type-2 .full_width_tab .brand_names .brand_logo,
    .product-tab-type-3 .full_width_tab .brand_names .brand_logo {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .full_width_tab .brand_names .brand_logo,
    .product-tab-type-3 .full_width_tab .brand_names .brand_logo {
      width: 50%; } }
  .product-tab-type-2 .full_width_tab .brand_names .brand_logo a,
  .product-tab-type-3 .full_width_tab .brand_names .brand_logo a {
    display: block;
    padding: 20px 5px 15px; }
    .product-tab-type-2 .full_width_tab .brand_names .brand_logo a img,
    .product-tab-type-3 .full_width_tab .brand_names .brand_logo a img {
      display: block;
      margin: 0 auto;
      -webkit-transition: 0.3s linear;
      -moz-transition: 0.3s linear;
      -ms-transition: 0.3s linear;
      -o-transition: 0.3s linear;
      transition: 0.3s linear; }
    .product-tab-type-2 .full_width_tab .brand_names .brand_logo a span,
    .product-tab-type-3 .full_width_tab .brand_names .brand_logo a span {
      display: block;
      margin-top: 8px; }
  .product-tab-type-2 .full_width_tab .brand_names .brand_logo:before,
  .product-tab-type-3 .full_width_tab .brand_names .brand_logo:before {
    content: "";
    float: left;
    width: 100%;
    height: 1px;
    border: 1px solid #e4e4e4;
    left: 0; }
  .product-tab-type-2 .full_width_tab .brand_names .brand_logo:after,
  .product-tab-type-3 .full_width_tab .brand_names .brand_logo:after {
    content: "";
    float: left;
    width: 1px;
    height: 100%;
    background: #e4e4e4;
    left: -1px; }
  .product-tab-type-2 .full_width_tab .brand_names .brand_logo:before, .product-tab-type-2 .full_width_tab .brand_names .brand_logo:after,
  .product-tab-type-3 .full_width_tab .brand_names .brand_logo:before,
  .product-tab-type-3 .full_width_tab .brand_names .brand_logo:after {
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 0;
    z-index: 11; }
  .product-tab-type-2 .full_width_tab .brand_names .brand_logo:nth-child(2n+1),
  .product-tab-type-3 .full_width_tab .brand_names .brand_logo:nth-child(2n+1) {
    clear: none; }
  .product-tab-type-2 .full_width_tab .brand_names .brand_logo:nth-last-child(-n+2),
  .product-tab-type-3 .full_width_tab .brand_names .brand_logo:nth-last-child(-n+2) {
    border-bottom: 1px solid #e4e4e4; }

/* Product Tab Type-3 */
.product-tab-type-3 .tabs-inner {
  padding: 15px 10px;
  min-height: 350px; }
  @media screen and (max-width: 967px) {
    .product-tab-type-3 .tabs-inner {
      padding: 10px 0; } }
  .product-tab-type-3 .tabs-inner .border-title h4 {
    padding-bottom: 5px; }
.product-tab-type-3 .brand_list {
  padding: 0 15px; }
  .product-tab-type-3 .brand_list li {
    margin-bottom: 5px; }
    .product-tab-type-3 .brand_list li a {
      display: block;
      padding: 5px 10px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }

/* Home Slideshow Type1 */
.home-slideshow-type-1,
.home-slideshow-type-2 {
  float: left;
  width: 100%;
  position: relative; }
  .home-slideshow-type-1 .slideshow,
  .home-slideshow-type-2 .slideshow {
    /* Slider Style 1 */
    /* Slider Style 2 */
    /* Slider Style 3 */ }
    .home-slideshow-type-1 .slideshow .slider-content,
    .home-slideshow-type-2 .slideshow .slider-content {
      text-align: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%;
      visibility: hidden;
      opacity: 0;
      width: 50%; }
      @media screen and (max-width: 967px) {
        .home-slideshow-type-1 .slideshow .slider-content,
        .home-slideshow-type-2 .slideshow .slider-content {
          width: 55%; } }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slider-content,
        .home-slideshow-type-2 .slideshow .slider-content {
          width: 100%;
          max-width: 100%;
          text-align: center; } }
    .home-slideshow-type-1 .slideshow:not(.slick-slider) .slider-content,
    .home-slideshow-type-2 .slideshow:not(.slick-slider) .slider-content {
      opacity: 1;
      visibility: visible; }
    .home-slideshow-type-1 .slideshow .slide-heading,
    .home-slideshow-type-2 .slideshow .slide-heading {
      line-height: 1.2;
      margin-bottom: 42px;
      text-transform: uppercase;
      letter-spacing: 8px; }
      @media screen and (max-width: 1599px) {
        .home-slideshow-type-1 .slideshow .slide-heading,
        .home-slideshow-type-2 .slideshow .slide-heading {
          font-size: 45px !important;
          margin-bottom: 50px; } }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slide-heading,
        .home-slideshow-type-2 .slideshow .slide-heading {
          font-size: 40px !important;
          margin-bottom: 30px; } }
      @media screen and (max-width: 967px) {
        .home-slideshow-type-1 .slideshow .slide-heading,
        .home-slideshow-type-2 .slideshow .slide-heading {
          font-size: 30px !important;
          margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slide-heading,
        .home-slideshow-type-2 .slideshow .slide-heading {
          margin-bottom: 30px; } }
      .home-slideshow-type-1 .slideshow .slide-heading span,
      .home-slideshow-type-2 .slideshow .slide-heading span {
        /* color:$colorPrimary; */
        /* font-style:italic; */
        font-weight: bold;
        width: 100%;
        text-transform: uppercase;
        float: left; }
    .home-slideshow-type-1 .slideshow .slide-sub-heading,
    .home-slideshow-type-2 .slideshow .slide-sub-heading {
      padding: 0 100px;
      position: relative;
      margin-bottom: 20px;
      font-family: Open Sans; }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slide-sub-heading,
        .home-slideshow-type-2 .slideshow .slide-sub-heading {
          padding: 0 60px; } }
      @media screen and (max-width: 967px) {
        .home-slideshow-type-1 .slideshow .slide-sub-heading,
        .home-slideshow-type-2 .slideshow .slide-sub-heading {
          font-size: 30px !important;
          padding: 0;
          margin-bottom: 0; } }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slide-sub-heading,
        .home-slideshow-type-2 .slideshow .slide-sub-heading {
          font-size: 34px !important; } }
      .home-slideshow-type-1 .slideshow .slide-sub-heading:before, .home-slideshow-type-1 .slideshow .slide-sub-heading:after,
      .home-slideshow-type-2 .slideshow .slide-sub-heading:before,
      .home-slideshow-type-2 .slideshow .slide-sub-heading:after {
        content: "";
        width: 84px;
        height: 2px;
        float: left;
        position: absolute;
        top: 50%;
        left: 0;
        @inlclude transform(translateY(-50%)); }
        @media screen and (max-width: 1599px) {
          .home-slideshow-type-1 .slideshow .slide-sub-heading:before, .home-slideshow-type-1 .slideshow .slide-sub-heading:after,
          .home-slideshow-type-2 .slideshow .slide-sub-heading:before,
          .home-slideshow-type-2 .slideshow .slide-sub-heading:after {
            content: "";
            width: 60px;
            height: 2px; } }
        @media screen and (max-width: 967px) {
          .home-slideshow-type-1 .slideshow .slide-sub-heading:before, .home-slideshow-type-1 .slideshow .slide-sub-heading:after,
          .home-slideshow-type-2 .slideshow .slide-sub-heading:before,
          .home-slideshow-type-2 .slideshow .slide-sub-heading:after {
            width: 0;
            height: 0; } }
      .home-slideshow-type-1 .slideshow .slide-sub-heading span,
      .home-slideshow-type-2 .slideshow .slide-sub-heading span {
        font-size: 20px;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media screen and (max-width: 1199px) {
          .home-slideshow-type-1 .slideshow .slide-sub-heading span,
          .home-slideshow-type-2 .slideshow .slide-sub-heading span {
            margin-left: -5px; } }
        @media screen and (max-width: 967px) {
          .home-slideshow-type-1 .slideshow .slide-sub-heading span,
          .home-slideshow-type-2 .slideshow .slide-sub-heading span {
            margin-left: 5px; } }
        @media screen and (max-width: 767px) {
          .home-slideshow-type-1 .slideshow .slide-sub-heading span,
          .home-slideshow-type-2 .slideshow .slide-sub-heading span {
            margin-left: -5px; } }
    .home-slideshow-type-1 .slideshow .slider_style_1 .slide_left .slide-heading,
    .home-slideshow-type-2 .slideshow .slider_style_1 .slide_left .slide-heading {
      padding-right: 5%; }
    .home-slideshow-type-1 .slideshow .slide-sub-heading-2,
    .home-slideshow-type-2 .slideshow .slide-sub-heading-2 {
      font-family: Montserrat;
      font-weight: normal;
      margin-bottom: 0;
      letter-spacing: 3px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slide-sub-heading-2,
        .home-slideshow-type-2 .slideshow .slide-sub-heading-2 {
          font-size: 14px !important;
          margin-bottom: 5px; } }
      @media screen and (max-width: 567px) {
        .home-slideshow-type-1 .slideshow .slide-sub-heading-2,
        .home-slideshow-type-2 .slideshow .slide-sub-heading-2 {
          font-size: 13px !important; } }
    .home-slideshow-type-1 .slideshow .slide-offer-text,
    .home-slideshow-type-2 .slideshow .slide-offer-text {
      letter-spacing: 0;
      font-family: Montserrat;
      margin-bottom: 30px; }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slide-offer-text,
        .home-slideshow-type-2 .slideshow .slide-offer-text {
          font-size: 18px !important;
          margin-bottom: 5px; } }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slide-offer-text,
        .home-slideshow-type-2 .slideshow .slide-offer-text {
          font-size: 14px !important; } }
    .home-slideshow-type-1 .slideshow .slide-text,
    .home-slideshow-type-2 .slideshow .slide-text {
      font-family: Montserrat;
      margin-bottom: 60px; }
      @media screen and (max-width: 1599px) {
        .home-slideshow-type-1 .slideshow .slide-text,
        .home-slideshow-type-2 .slideshow .slide-text {
          margin-bottom: 50px; } }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slide-text,
        .home-slideshow-type-2 .slideshow .slide-text {
          margin-bottom: 30px; } }
      @media screen and (max-width: 567px) {
        .home-slideshow-type-1 .slideshow .slide-text,
        .home-slideshow-type-2 .slideshow .slide-text {
          font-size: 13px !important;
          margin-bottom: 10px; } }
    .home-slideshow-type-1 .slideshow .default-btn i,
    .home-slideshow-type-2 .slideshow .default-btn i {
      margin-left: 10px; }
      @media screen and (max-width: 967px) {
        .home-slideshow-type-1 .slideshow .default-btn i,
        .home-slideshow-type-2 .slideshow .default-btn i {
          margin-left: 5px; } }
    .home-slideshow-type-1 .slideshow .more-btn,
    .home-slideshow-type-2 .slideshow .more-btn {
      margin-left: 15px; }
      @media screen and (max-width: 967px) {
        .home-slideshow-type-1 .slideshow .more-btn,
        .home-slideshow-type-2 .slideshow .more-btn {
          margin-left: 5px; } }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .more-btn,
        .home-slideshow-type-2 .slideshow .more-btn {
          margin: 10px 0 0; } }
      .home-slideshow-type-1 .slideshow .more-btn i,
      .home-slideshow-type-2 .slideshow .more-btn i {
        margin-right: 10px; }
        @media screen and (max-width: 967px) {
          .home-slideshow-type-1 .slideshow .more-btn i,
          .home-slideshow-type-2 .slideshow .more-btn i {
            margin-right: 5px; } }
    .home-slideshow-type-1 .slideshow .slick-slide img,
    .home-slideshow-type-2 .slideshow .slick-slide img {
      display: block;
      margin: auto; }
    .home-slideshow-type-1 .slideshow .slick-arrow,
    .home-slideshow-type-2 .slideshow .slick-arrow {
      border: none;
      /*       display:none !important; */
      outline: none;
      font-size: 40px;
      opacity: 0;
      width: 40px;
      height: 40px;
      line-height: 4px;
      position: absolute;
      top: 50%;
      z-index: 50;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slick-arrow,
        .home-slideshow-type-2 .slideshow .slick-arrow {
          width: 30px; } }
      @media screen and (max-width: 967px) {
        .home-slideshow-type-1 .slideshow .slick-arrow,
        .home-slideshow-type-2 .slideshow .slick-arrow {
          font-size: 20px; } }
      .home-slideshow-type-1 .slideshow .slick-arrow.slick-prev,
      .home-slideshow-type-2 .slideshow .slick-arrow.slick-prev {
        left: 2%; }
        @media screen and (max-width: 767px) {
          .home-slideshow-type-1 .slideshow .slick-arrow.slick-prev,
          .home-slideshow-type-2 .slideshow .slick-arrow.slick-prev {
            left: 5px; } }
      .home-slideshow-type-1 .slideshow .slick-arrow.slick-next,
      .home-slideshow-type-2 .slideshow .slick-arrow.slick-next {
        right: 2%; }
        @media screen and (max-width: 767px) {
          .home-slideshow-type-1 .slideshow .slick-arrow.slick-next,
          .home-slideshow-type-2 .slideshow .slick-arrow.slick-next {
            right: 5px; } }
      .home-slideshow-type-1 .slideshow .slick-arrow svg,
      .home-slideshow-type-2 .slideshow .slick-arrow svg {
        width: 46px;
        height: 46px; }
    .home-slideshow-type-1 .slideshow .slick-dots,
    .home-slideshow-type-2 .slideshow .slick-dots {
      bottom: 30px !important;
      left: 0;
      right: 0;
      text-align: center; }
      @media screen and (max-width: 967px) {
        .home-slideshow-type-1 .slideshow .slick-dots,
        .home-slideshow-type-2 .slideshow .slick-dots {
          right: 0;
          text-align: center;
          bottom: 20px !important; } }
      .home-slideshow-type-1 .slideshow .slick-dots li,
      .home-slideshow-type-2 .slideshow .slick-dots li {
        margin: 0;
        width: auto;
        height: auto; }
        .home-slideshow-type-1 .slideshow .slick-dots li button,
        .home-slideshow-type-2 .slideshow .slick-dots li button {
          border-radius: 50%;
          width: 12px;
          height: 12px;
          margin: 0 3px; }
          .home-slideshow-type-1 .slideshow .slick-dots li button:before,
          .home-slideshow-type-2 .slideshow .slick-dots li button:before {
            content: none; }
          .home-slideshow-type-1 .slideshow .slick-dots li button:hover, .home-slideshow-type-1 .slideshow .slick-dots li button:focus, .slick-active + .home-slideshow-type-1 .slideshow .slick-dots li button,
          .home-slideshow-type-2 .slideshow .slick-dots li button:hover,
          .home-slideshow-type-2 .slideshow .slick-dots li button:focus, .slick-active +
          .home-slideshow-type-2 .slideshow .slick-dots li button {
            background: #181818;
            color: #ffffff;
            border-color: rgba(0, 0, 0, 0); }
    .home-slideshow-type-1 .slideshow:hover .slick-arrow,
    .home-slideshow-type-2 .slideshow:hover .slick-arrow {
      opacity: 1; }
    .home-slideshow-type-1 .slideshow.slick-dotted,
    .home-slideshow-type-2 .slideshow.slick-dotted {
      margin-bottom: 0; }
    .home-slideshow-type-1 .slideshow .slick-active .slider-content,
    .home-slideshow-type-2 .slideshow .slick-active .slider-content {
      visibility: visible;
      opacity: 1;
      z-index: 9999; }
    .home-slideshow-type-1 .slideshow .slider_style_1.slick-active .slide-heading,
    .home-slideshow-type-2 .slideshow .slider_style_1.slick-active .slide-heading {
      animation: 1200ms ease 0s normal none 1 running fadeInLeft; }
    .home-slideshow-type-1 .slideshow .slider_style_1.slick-active .slide-sub-heading,
    .home-slideshow-type-1 .slideshow .slider_style_1.slick-active .slide-sub-heading-2,
    .home-slideshow-type-2 .slideshow .slider_style_1.slick-active .slide-sub-heading,
    .home-slideshow-type-2 .slideshow .slider_style_1.slick-active .slide-sub-heading-2 {
      animation: 1000ms ease 0s normal none 1 running fadeInLeft; }
    .home-slideshow-type-1 .slideshow .slider_style_1.slick-active .slide-text,
    .home-slideshow-type-2 .slideshow .slider_style_1.slick-active .slide-text {
      animation: 1400ms ease 0s normal none 1 running fadeInLeft; }
    .home-slideshow-type-1 .slideshow .slider_style_1.slick-active .slider-content img,
    .home-slideshow-type-2 .slideshow .slider_style_1.slick-active .slider-content img {
      animation: 1000ms ease 0s normal none 1 running fadeInLeft; }
    .home-slideshow-type-1 .slideshow .slider_style_1.slick-active .slide-offer-text,
    .home-slideshow-type-2 .slideshow .slider_style_1.slick-active .slide-offer-text {
      animation: 1600ms ease 0s normal none 1 running fadeInLeft; }
    .home-slideshow-type-1 .slideshow .slider_style_1.slick-active .btn,
    .home-slideshow-type-2 .slideshow .slider_style_1.slick-active .btn {
      animation: 1800ms ease 0s normal none 1 running fadeInLeft; }
    .home-slideshow-type-1 .slideshow .slider_style_1 .slide_left,
    .home-slideshow-type-2 .slideshow .slider_style_1 .slide_left {
      text-align: left; }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slider_style_1 .slide_left,
        .home-slideshow-type-2 .slideshow .slider_style_1 .slide_left {
          text-align: center; } }
    .home-slideshow-type-1 .slideshow .slider_style_1 .slider-content,
    .home-slideshow-type-2 .slideshow .slider_style_1 .slider-content {
      right: auto;
      left: 0; }
      .home-slideshow-type-1 .slideshow .slider_style_1 .slider-content .slide_center,
      .home-slideshow-type-2 .slideshow .slider_style_1 .slider-content .slide_center {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        height: 100%;
        background: rgba(0, 0, 0, 0.8); }
        @media screen and (max-width: 767px) {
          .home-slideshow-type-1 .slideshow .slider_style_1 .slider-content .slide_center,
          .home-slideshow-type-2 .slideshow .slider_style_1 .slider-content .slide_center {
            background: transparent; } }
    .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
    .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
      left: auto;
      right: auto; }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
          right: 0;
          left: 0;
          margin: auto; } }
    .home-slideshow-type-1 .slideshow .slider_style_2.slick-active .slide-heading,
    .home-slideshow-type-2 .slideshow .slider_style_2.slick-active .slide-heading {
      animation: 1200ms ease 0s normal none 1 running fadeInRight; }
    .home-slideshow-type-1 .slideshow .slider_style_2.slick-active .slide-sub-heading,
    .home-slideshow-type-1 .slideshow .slider_style_2.slick-active .slide-sub-heading-2,
    .home-slideshow-type-2 .slideshow .slider_style_2.slick-active .slide-sub-heading,
    .home-slideshow-type-2 .slideshow .slider_style_2.slick-active .slide-sub-heading-2 {
      animation: 1000ms ease 0s normal none 1 running fadeInRight; }
    .home-slideshow-type-1 .slideshow .slider_style_2.slick-active .slide-text,
    .home-slideshow-type-2 .slideshow .slider_style_2.slick-active .slide-text {
      animation: 1400ms ease 0s normal none 1 running fadeInRight; }
    .home-slideshow-type-1 .slideshow .slider_style_2.slick-active .slider-content img,
    .home-slideshow-type-2 .slideshow .slider_style_2.slick-active .slider-content img {
      animation: 1000ms ease 0s normal none 1 running fadeInRight; }
    .home-slideshow-type-1 .slideshow .slider_style_2.slick-active .slide-offer-text,
    .home-slideshow-type-2 .slideshow .slider_style_2.slick-active .slide-offer-text {
      animation: 1600ms ease 0s normal none 1 running fadeInRight; }
    .home-slideshow-type-1 .slideshow .slider_style_2.slick-active .btn,
    .home-slideshow-type-2 .slideshow .slider_style_2.slick-active .btn {
      animation: 1800ms ease 0s normal none 1 running fadeInRight; }
    .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
    .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
      right: 0;
      left: auto; }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
          right: 0;
          left: 0; } }
    .home-slideshow-type-1 .slideshow .slider_style_2 .slide_left,
    .home-slideshow-type-2 .slideshow .slider_style_2 .slide_left {
      text-align: left; }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slider_style_2 .slide_left,
        .home-slideshow-type-2 .slideshow .slider_style_2 .slide_left {
          text-align: center; } }
    .home-slideshow-type-1 .slideshow .slider_style_2 .slide_center,
    .home-slideshow-type-2 .slideshow .slider_style_2 .slide_center {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      flex-wrap: wrap;
      align-content: center;
      height: 100%;
      background: rgba(0, 0, 0, 0.8); }
    .home-slideshow-type-1 .slideshow .slider_style_3.slick-active .slide-heading,
    .home-slideshow-type-2 .slideshow .slider_style_3.slick-active .slide-heading {
      animation: 1100ms ease 0s normal none 1 running fadeInUp; }
    .home-slideshow-type-1 .slideshow .slider_style_3.slick-active .slide-sub-heading,
    .home-slideshow-type-2 .slideshow .slider_style_3.slick-active .slide-sub-heading {
      animation: 1300ms ease 0s normal none 1 running zoomIn; }
    .home-slideshow-type-1 .slideshow .slider_style_3.slick-active .slide-text,
    .home-slideshow-type-2 .slideshow .slider_style_3.slick-active .slide-text {
      animation: 1400ms ease 0s normal none 1 running fadeInUp; }
    .home-slideshow-type-1 .slideshow .slider_style_3.slick-active .slide-sub-heading-2,
    .home-slideshow-type-1 .slideshow .slider_style_3.slick-active .slider-content img,
    .home-slideshow-type-2 .slideshow .slider_style_3.slick-active .slide-sub-heading-2,
    .home-slideshow-type-2 .slideshow .slider_style_3.slick-active .slider-content img {
      animation: 1100ms ease 0s normal none 1 running fadeInDown; }
    .home-slideshow-type-1 .slideshow .slider_style_3.slick-active .slide-offer-text,
    .home-slideshow-type-2 .slideshow .slider_style_3.slick-active .slide-offer-text {
      animation: 1300ms ease 0s normal none 1 running fadeInUp; }
    .home-slideshow-type-1 .slideshow .slider_style_3.slick-active .btn,
    .home-slideshow-type-2 .slideshow .slider_style_3.slick-active .btn {
      animation: 1100ms ease 0s normal none 1 running fadeInUp; }
    .home-slideshow-type-1 .slideshow .slider_style_3 .slider-content,
    .home-slideshow-type-2 .slideshow .slider_style_3 .slider-content {
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slider_style_3 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_3 .slider-content {
          width: 80%; } }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slider_style_3 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_3 .slider-content {
          right: 0;
          left: 0; } }
      .home-slideshow-type-1 .slideshow .slider_style_3 .slider-content .slide_center,
      .home-slideshow-type-2 .slideshow .slider_style_3 .slider-content .slide_center {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

.home-slideshow-type-1 .slideshow .slider_style_1 .slide-sub-heading-2 {
  margin-bottom: 60px;
  display: inline-block;
  width: 100%; }
  @media screen and (max-width: 1599px) {
    .home-slideshow-type-1 .slideshow .slider_style_1 .slide-sub-heading-2 {
      margin-bottom: 50px;
      font-size: 16px !important; } }
  @media screen and (max-width: 1599px) {
    .home-slideshow-type-1 .slideshow .slider_style_1 .slide-sub-heading-2 {
      margin-bottom: 40px;
      font-size: 16px !important; } }

.home-slideshow-type-1 .slideshow .slider_style_1 .slide-heading {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  line-height: normal; }
  @media screen and (max-width: 1599px) {
    .home-slideshow-type-1 .slideshow .slider_style_1 .slide-heading {
      margin-bottom: 10px; } }

.home-slideshow-type-1 .slideshow .slider_style_1 .slider_inner_block {
  display: inline-block;
  width: 100%; }

.home-slideshow-type-1 .slideshow .slider_style_1 .slider_inner_block .slide-text {
  font-weight: 300;
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }
  @media screen and (max-width: 1599px) {
    .home-slideshow-type-1 .slideshow .slider_style_1 .slider_inner_block .slide-text {
      font-size: 30px !important; } }

.home-slideshow-type-1 .slideshow .slider_style_1 .slide-button {
  margin-top: 80px; }
  @media screen and (max-width: 1599px) {
    .home-slideshow-type-1 .slideshow .slider_style_1 .slide-button {
      margin-top: 50px; } }
  @media screen and (max-width: 1199px) {
    .home-slideshow-type-1 .slideshow .slider_style_1 .slide-button {
      margin-top: 40px; } }

.home-slideshow-type-1 .slideshow .slider_style_2 .slide-sub-heading-2 {
  margin-bottom: 80px;
  display: inline-block;
  width: 100%; }
  @media screen and (max-width: 1599px) {
    .home-slideshow-type-1 .slideshow .slider_style_2 .slide-sub-heading-2 {
      margin-bottom: 50px;
      font-size: 16px !important; } }
  @media screen and (max-width: 1199px) {
    .home-slideshow-type-1 .slideshow .slider_style_2 .slide-sub-heading-2 {
      margin-bottom: 40px;
      font-size: 16px !important; } }

.home-slideshow-type-1 .slideshow .slider_style_2 .slide-heading {
  margin-bottom: 92px;
  display: inline-block;
  width: 100%;
  line-height: normal; }
  @media screen and (max-width: 1599px) {
    .home-slideshow-type-1 .slideshow .slider_style_2 .slide-heading {
      margin-bottom: 50px; } }

.home-slideshow-type-1 .slideshow .slide-button {
  padding: 25px 30px;
  letter-spacing: 5px;
  font-size: 20px; }
  @media screen and (max-width: 1599px) {
    .home-slideshow-type-1 .slideshow .slide-button {
      padding: 20px 25px;
      letter-spacing: 3px;
      font-size: 15px; } }
  @media screen and (max-width: 1199px) {
    .home-slideshow-type-1 .slideshow .slide-button {
      padding: 15px 20px;
      letter-spacing: 2px;
      font-size: 13px; } }

/* home-slideshow-type-2 */
.home-slideshow-type-2 .grid-uniform {
  margin: 0 -15px; }
  @media screen and (max-width: 967px) {
    .home-slideshow-type-2 .grid-uniform {
      margin: 0 -10px; } }
.home-slideshow-type-2 .grid__item {
  padding: 0 15px; }
  @media screen and (max-width: 967px) {
    .home-slideshow-type-2 .grid__item {
      padding: 0 10px; } }
.home-slideshow-type-2 #home-slider-wrapper {
  float: left;
  width: 100%; }
.home-slideshow-type-2 #home-slider-wrapper {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .home-slideshow-type-2 #home-slider-wrapper .slider-des {
    padding: 0 60px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 1199px) {
      .home-slideshow-type-2 #home-slider-wrapper .slider-des {
        padding: 0 20px; } }
  .home-slideshow-type-2 #home-slider-wrapper ul {
    list-style: none;
    padding: 0; }
    .home-slideshow-type-2 #home-slider-wrapper ul li {
      position: relative; }
      .home-slideshow-type-2 #home-slider-wrapper ul li h2 {
        font-size: 70px;
        margin: 0 0 10px;
        line-height: 1; }
        @media screen and (max-width: 1599px) {
          .home-slideshow-type-2 #home-slider-wrapper ul li h2 {
            font-size: 50px; } }
        @media screen and (max-width: 967px) {
          .home-slideshow-type-2 #home-slider-wrapper ul li h2 {
            font-size: 40px; } }
        @media screen and (max-width: 767px) {
          .home-slideshow-type-2 #home-slider-wrapper ul li h2 {
            font-size: 26px; } }
      .home-slideshow-type-2 #home-slider-wrapper ul li h3 {
        text-transform: uppercase;
        font-family: Montserrat;
        margin-bottom: 20px;
        letter-spacing: em;
        line-height: 1; }
        @media screen and (max-width: 1599px) {
          .home-slideshow-type-2 #home-slider-wrapper ul li h3 {
            font-size: 30px; } }
        @media screen and (max-width: 967px) {
          .home-slideshow-type-2 #home-slider-wrapper ul li h3 {
            font-size: 20px;
            margin-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          .home-slideshow-type-2 #home-slider-wrapper ul li h3 {
            font-size: 16px;
            margin-bottom: 10px; } }
      .home-slideshow-type-2 #home-slider-wrapper ul li p {
        margin-bottom: 20px;
        font-size: 18px;
        letter-spacing: em; }
        @media screen and (max-width: 1599px) {
          .home-slideshow-type-2 #home-slider-wrapper ul li p {
            font-size: 14px;
            margin-bottom: 15px; } }
      .home-slideshow-type-2 #home-slider-wrapper ul li.slider_2_loop .slider-des {
        left: auto;
        right: 8%; }
.home-slideshow-type-2 .featured-content {
  top: 10%;
  left: 10%;
  position: absolute; }
  .home-slideshow-type-2 .featured-content h3 {
    font-size: 40px;
    line-height: 1.1;
    font-family: Open Sans; }
    @media screen and (max-width: 1199px) {
      .home-slideshow-type-2 .featured-content h3 {
        font-size: 30px; } }
    @media screen and (max-width: 967px) {
      .home-slideshow-type-2 .featured-content h3 {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .home-slideshow-type-2 .featured-content h3 {
        font-size: 18px;
        margin-bottom: 10px; } }
  .home-slideshow-type-2 .featured-content h6 {
    text-transform: inherit;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal; }
    @media screen and (max-width: 967px) {
      .home-slideshow-type-2 .featured-content h6 {
        font-size: 14px;
        margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .home-slideshow-type-2 .featured-content h6 {
        font-size: 12px; } }
  .home-slideshow-type-2 .featured-content .btn {
    font-family: Open Sans;
    padding: 12px 38px; }
    @media screen and (max-width: 1199px) {
      .home-slideshow-type-2 .featured-content .btn {
        padding: 10px 20px; } }
    @media screen and (max-width: 767px) {
      .home-slideshow-type-2 .featured-content .btn {
        font-size: 13px;
        padding: 6px 12px; } }
.home-slideshow-type-2 .middle-top,
.home-slideshow-type-2 .middle-bottom {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 567px) {
    .home-slideshow-type-2 .middle-top,
    .home-slideshow-type-2 .middle-bottom {
      width: 100%;
      margin: 0; } }
.home-slideshow-type-2 .middle-top {
  margin-bottom: 30px; }
  @media screen and (max-width: 1199px) {
    .home-slideshow-type-2 .middle-top {
      margin-bottom: 20px; } }
  @media screen and (max-width: 967px) {
    .home-slideshow-type-2 .middle-top {
      margin-bottom: 10px; } }
  .home-slideshow-type-2 .middle-top .featured-content {
    left: 8%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.home-slideshow-type-2 .middle-bottom .featured-content {
  top: 8%;
  left: 8%;
  position: absolute; }
  .home-slideshow-type-2 .middle-bottom .featured-content h3 {
    font-size: 32px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1199px) {
      .home-slideshow-type-2 .middle-bottom .featured-content h3 {
        font-size: 24px; } }
    @media screen and (max-width: 967px) {
      .home-slideshow-type-2 .middle-bottom .featured-content h3 {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .home-slideshow-type-2 .middle-bottom .featured-content h3 {
        margin-bottom: 5px; } }
  .home-slideshow-type-2 .middle-bottom .featured-content h6 {
    font-size: 14px;
    margin-bottom: 5px; }
  .home-slideshow-type-2 .middle-bottom .featured-content .btn {
    font-size: 12px;
    padding: 8px 20px; }
    @media screen and (max-width: 1199px) {
      .home-slideshow-type-2 .middle-bottom .featured-content .btn {
        padding: 10px 20px;
        font-size: 14px; } }
    @media screen and (max-width: 967px) {
      .home-slideshow-type-2 .middle-bottom .featured-content .btn {
        font-size: 13px;
        padding: 6px 12px; } }
.home-slideshow-type-2 .ovrly31 {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .home-slideshow-type-2 .ovrly31 .ovrly {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .home-slideshow-type-2 .ovrly31:hover .ovrly {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }

/* ----- Rounded Text Columns ----- */
.home-circled-blocks .grid__item {
  padding: 0 25px 30px; }
  @media screen and (max-width: 1199px) {
    .home-circled-blocks .grid__item {
      padding: 0 10px 50px; } }
  @media screen and (max-width: 767px) {
    .home-circled-blocks .grid__item {
      padding: 0 7px 50px;
      width: 80%;
      margin: 0 auto;
      float: none;
      display: table; } }
  @media screen and (max-width: 567px) {
    .home-circled-blocks .grid__item {
      width: 100%; } }
.home-circled-blocks .ovrly31 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .home-circled-blocks .ovrly31 .banner_half_img {
    display: block;
    border-radius: 100%;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .home-circled-blocks .ovrly31 .ch-info {
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden; }
    .home-circled-blocks .ovrly31 .ch-info img,
    .home-circled-blocks .ovrly31 .ch-info .ch-info-content {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home-circled-blocks .ovrly31 .ch-info h3 {
      text-transform: uppercase;
      font-weight: 500; }
      @media screen and (max-width: 967px) {
        .home-circled-blocks .ovrly31 .ch-info h3 {
          font-size: 30px; } }
    .home-circled-blocks .ovrly31 .ch-info h4 {
      margin-bottom: 0; }
      @media screen and (max-width: 967px) {
        .home-circled-blocks .ovrly31 .ch-info h4 {
          font-size: 22px; } }
    @media screen and (max-width: 967px) {
      .home-circled-blocks .ovrly31 .ch-info h6 {
        font-size: 15px; } }
    .home-circled-blocks .ovrly31 .ch-info h4,
    .home-circled-blocks .ovrly31 .ch-info h6 {
      font-weight: 400; }
    .home-circled-blocks .ovrly31 .ch-info p {
      padding: 0;
      font-size: 30px;
      margin-bottom: 5px; }
    .home-circled-blocks .ovrly31 .ch-info span {
      float: left;
      width: 100%;
      margin-bottom: 0;
      font-size: 20px; }
      @media screen and (max-width: 967px) {
        .home-circled-blocks .ovrly31 .ch-info span {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .home-circled-blocks .ovrly31 .ch-info span {
          font-size: 20px; } }
  .home-circled-blocks .ovrly31:hover .banner_half_img {
    border: 10px solid transparent;
    opacity: 0.5; }
  .home-circled-blocks .ovrly31:hover .ch-info {
    cursor: pointer;
    border: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
.home-circled-blocks .featured-content {
  margin-top: 30px;
  text-align: center;
  padding: 0 20px; }
  @media screen and (max-width: 1199px) {
    .home-circled-blocks .featured-content {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .home-circled-blocks .featured-content {
      padding: 0 7px; } }
  @media screen and (max-width: 1599px) {
    .home-circled-blocks .featured-content h4 {
      font-size: 22px; } }
  .home-circled-blocks .featured-content h5 {
    margin-bottom: 5px;
    letter-spacing: 0em; }
  .home-circled-blocks .featured-content h6 {
    text-transform: inherit;
    font-family: Montserrat; }
    @media screen and (max-width: 767px) {
      .home-circled-blocks .featured-content h6 {
        margin-bottom: 5px; } }
  .home-circled-blocks .featured-content p {
    letter-spacing: 0em; }
  .home-circled-blocks .featured-content .btn {
    padding: 10px 30px; }
    @media screen and (max-width: 1199px) {
      .home-circled-blocks .featured-content .btn {
        font-size: 12px;
        padding: 6px 12px; } }
.home-circled-blocks .view_more {
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: center; }

/* ----- Donut Chart ----- */
.home-donutchart-bar .dt-sc-donutchart-medium {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 967px) {
    .home-donutchart-bar .dt-sc-donutchart-medium {
      margin-bottom: 30px; } }
.home-donutchart-bar .dt-sc-donutchart1,
.home-donutchart-bar .dt-sc-donutchart2,
.home-donutchart-bar .dt-sc-donutchart3,
.home-donutchart-bar .dt-sc-donutchart4 {
  margin-bottom: 35px;
  font-weight: 300;
  margin: auto;
  text-align: center; }
.home-donutchart-bar .dt-sc-donutchart-title {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0 0;
  text-align: center; }
.home-donutchart-bar .dt-sc-donutchart-title,
.home-donutchart-bar .dt-sc-donutchart-medium {
  font-family: 'Open Sans', sans-serif; }

/* Blog Types */
.home-blog-type + div:not(container) .style1 {
  padding: 0 3%; }
.home-blog-type .slick-slider .slick-dots {
  bottom: 0; }

/* ----- Specification Icon Block Type2 ----- */
.specification-icon-block-type-2 .v_column_img {
  position: relative;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  margin: 120px auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media screen and (max-width: 1599px) {
    .specification-icon-block-type-2 .v_column_img {
      width: 500px;
      height: 500px; } }
  @media screen and (max-width: 967px) {
    .specification-icon-block-type-2 .v_column_img {
      width: auto;
      height: auto;
      border: none;
      margin: 50px auto; } }
  .specification-icon-block-type-2 .v_column_img img {
    margin: auto;
    display: block; }
.specification-icon-block-type-2 h5 span {
  margin-right: 10px; }
.specification-icon-block-type-2 ul {
  list-style: none;
  padding: 0; }
.specification-icon-block-type-2 p {
  font-weight: 100; }
.specification-icon-block-type-2 .grid-data-box {
  position: relative; }
@media screen and (min-width: 968px) {
  .specification-icon-block-type-2 .support_section img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
.specification-icon-block-type-2 .best-food-item {
  position: absolute;
  float: none;
  width: auto;
  padding: 0; }
  @media screen and (max-width: 967px) {
    .specification-icon-block-type-2 .best-food-item {
      width: 32%;
      position: static;
      display: inline-block;
      margin-bottom: 40px;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .specification-icon-block-type-2 .best-food-item {
      width: 48%; } }
  @media screen and (max-width: 567px) {
    .specification-icon-block-type-2 .best-food-item {
      width: 100%; } }
  .specification-icon-block-type-2 .best-food-item .img-icon {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    padding: 2px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .specification-icon-block-type-2 .best-food-item .img-icon img {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .specification-icon-block-type-2 .best-food-item .number-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 270px;
    right: 105%;
    padding: 0; }
    @media screen and (max-width: 1199px) {
      .specification-icon-block-type-2 .best-food-item .number-icon {
        width: 220px; } }
    @media screen and (max-width: 967px) {
      .specification-icon-block-type-2 .best-food-item .number-icon {
        float: right;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        padding: 25px 0 0;
        width: 100%;
        position: static;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
    .specification-icon-block-type-2 .best-food-item .number-icon h5 {
      margin: 0 0 5px; }
  .specification-icon-block-type-2 .best-food-item:nth-of-type(odd) {
    left: 27%; }
    @media screen and (max-width: 1199px) {
      .specification-icon-block-type-2 .best-food-item:nth-of-type(odd) {
        left: 22%; } }
    .specification-icon-block-type-2 .best-food-item:nth-of-type(odd) .img-icon:before {
      right: -21px; }
    .specification-icon-block-type-2 .best-food-item:nth-of-type(odd) .number-icon {
      padding-right: 20px;
      text-align: right;
      margin-top: 10px; }
      @media screen and (max-width: 967px) {
        .specification-icon-block-type-2 .best-food-item:nth-of-type(odd) .number-icon {
          margin-top: 0px;
          text-align: center;
          padding-right: 10px;
          padding-left: 10px; } }
      @media screen and (max-width: 567px) {
        .specification-icon-block-type-2 .best-food-item:nth-of-type(odd) .number-icon {
          padding-right: 0;
          padding-left: 0px; } }
  .specification-icon-block-type-2 .best-food-item:nth-of-type(even) {
    right: 27.3%; }
    @media screen and (max-width: 1199px) {
      .specification-icon-block-type-2 .best-food-item:nth-of-type(even) {
        right: 22.3%; } }
    .specification-icon-block-type-2 .best-food-item:nth-of-type(even) .img-icon:before {
      left: -21px; }
    .specification-icon-block-type-2 .best-food-item:nth-of-type(even) .number-icon {
      left: 105%;
      padding-left: 20px;
      margin-top: 10px; }
      @media screen and (max-width: 967px) {
        .specification-icon-block-type-2 .best-food-item:nth-of-type(even) .number-icon {
          padding-left: 10px;
          padding-right: 10px;
          margin-top: 0; } }
      @media screen and (max-width: 567px) {
        .specification-icon-block-type-2 .best-food-item:nth-of-type(even) .number-icon {
          padding-left: 0;
          padding-right: 0; } }
  .specification-icon-block-type-2 .best-food-item:nth-of-type(2) {
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    top: -14%;
    bottom: auto; }
    @media screen and (max-width: 1599px) {
      .specification-icon-block-type-2 .best-food-item:nth-of-type(2) {
        top: -17%; } }
    @media screen and (min-width: 968px) {
      .specification-icon-block-type-2 .best-food-item:nth-of-type(2) .img-icon {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%); } }
    @media screen and (min-width: 968px) {
      .specification-icon-block-type-2 .best-food-item:nth-of-type(2) .number-icon {
        padding: 0 0 20px; } }
  @media screen and (min-width: 968px) {
    .specification-icon-block-type-2 .best-food-item:nth-of-type(3), .specification-icon-block-type-2 .best-food-item:nth-of-type(4) {
      top: 15%;
      opacity: 1; } }
  @media screen and (min-width: 968px) {
    .specification-icon-block-type-2 .best-food-item:nth-of-type(5), .specification-icon-block-type-2 .best-food-item:nth-of-type(6) {
      top: 70%;
      opacity: 1; } }
  .specification-icon-block-type-2 .best-food-item:nth-of-type(7) {
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    bottom: -20%; }
    @media screen and (max-width: 1599px) {
      .specification-icon-block-type-2 .best-food-item:nth-of-type(7) {
        bottom: -23%; } }
    @media screen and (max-width: 567px) {
      .specification-icon-block-type-2 .best-food-item:nth-of-type(7) {
        margin: 0; } }
    .specification-icon-block-type-2 .best-food-item:nth-of-type(7) .number-icon {
      padding: 25px 0 0;
      position: static;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
      @media screen and (max-width: 967px) {
        .specification-icon-block-type-2 .best-food-item:nth-of-type(7) .number-icon {
          padding: 25px 10px 0 10px; } }
      @media screen and (max-width: 567px) {
        .specification-icon-block-type-2 .best-food-item:nth-of-type(7) .number-icon {
          padding: 25px 0 0; } }
  .specification-icon-block-type-2 .best-food-item:nth-of-type(2) .number-icon, .specification-icon-block-type-2 .best-food-item:nth-of-type(7) .number-icon {
    left: 0 !important;
    right: 0;
    margin: auto;
    text-align: center !important;
    width: 100%; }
  .specification-icon-block-type-2 .best-food-item:hover .img-icon {
    animation: shadow-pulse 1s infinite; }
    .specification-icon-block-type-2 .best-food-item:hover .img-icon:after {
      background: transparent;
      border-radius: 50%;
      -webkit-animation-name: Rotate;
      -webkit-animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-name: Rotate;
      -moz-animation-duration: 2s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: Rotate;
      -ms-animation-duration: 2s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear; }

/* ----- Specification Icon Block Type3 ----- */
.specification-icon-block-type-3 .grid-uniform,
.specification-icon-block-type-3 .support_block {
  margin: 0 -15px; }
  @media screen and (max-width: 967px) {
    .specification-icon-block-type-3 .grid-uniform,
    .specification-icon-block-type-3 .support_block {
      margin: 0 -10px; } }
.specification-icon-block-type-3 .grid__item {
  padding: 0 15px; }
  @media screen and (max-width: 967px) {
    .specification-icon-block-type-3 .grid__item {
      padding: 0 10px 20px; } }
.specification-icon-block-type-3 .wide--two-thirds {
  padding-left: 30px; }
  @media screen and (max-width: 967px) {
    .specification-icon-block-type-3 .wide--two-thirds {
      padding-left: 10px; } }
.specification-icon-block-type-3 .cms-type-6-block,
.specification-icon-block-type-3 .cms-type-6-content {
  float: left;
  width: 100%; }
.specification-icon-block-type-3 .cms-type-6-content .left_cnt,
.specification-icon-block-type-3 .cms-type-6-content .right_cnt {
  float: left;
  width: 100%; }
  .specification-icon-block-type-3 .cms-type-6-content .left_cnt h6,
  .specification-icon-block-type-3 .cms-type-6-content .right_cnt h6 {
    text-align: center;
    font-weight: 600;
    margin: 20px 0 0; }
  .specification-icon-block-type-3 .cms-type-6-content .left_cnt img,
  .specification-icon-block-type-3 .cms-type-6-content .right_cnt img {
    display: block;
    margin: auto; }
.specification-icon-block-type-3 .support_block {
  list-style: none;
  padding: 0; }
  .specification-icon-block-type-3 .support_block .support_section {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media screen and (max-width: 967px) {
      .specification-icon-block-type-3 .support_block .support_section {
        margin: 0; } }
    .specification-icon-block-type-3 .support_block .support_section h6 {
      margin-bottom: 15px;
      font-family: Montserrat; }
      @media screen and (max-width: 1599px) {
        .specification-icon-block-type-3 .support_block .support_section h6 {
          font-size: 14px; } }
    .specification-icon-block-type-3 .support_block .support_section p {
      text-align: left;
      margin: 10px 0 0;
      float: left;
      width: 100%;
      padding: 0; }
  .specification-icon-block-type-3 .support_block .support_content {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0; }
    .specification-icon-block-type-3 .support_block .support_content .support_icon {
      float: left; }
      .specification-icon-block-type-3 .support_block .support_content .support_icon a {
        font-size: 30px;
        margin-bottom: 10px; }
        @media screen and (max-width: 967px) {
          .specification-icon-block-type-3 .support_block .support_content .support_icon a {
            font-size: 20px; } }
      .specification-icon-block-type-3 .support_block .support_content .support_icon i {
        font-size: 24px;
        line-height: 64px; }
    .specification-icon-block-type-3 .support_block .support_content .support_text {
      float: left;
      width: 80%;
      padding-left: 25px;
      text-align: left; }
      @media screen and (max-width: 1199px) {
        .specification-icon-block-type-3 .support_block .support_content .support_text {
          width: 75%; } }
      .specification-icon-block-type-3 .support_block .support_content .support_text h5 {
        text-align: left;
        margin-bottom: 5px; }
      .specification-icon-block-type-3 .support_block .support_content .support_text span {
        letter-spacing: 0em;
        font-size: 18px; }
      .specification-icon-block-type-3 .support_block .support_content .support_text p {
        margin-bottom: 10px; }

/*  Home Product Tab */
.home-product-tab {
  float: left;
  width: 100%; }
  .home-product-tab .grid-uniform {
    margin: 0 -15px; }
    @media screen and (max-width: 967px) {
      .home-product-tab .grid-uniform {
        margin: 0 -10px; } }
  .home-product-tab .grid__item {
    padding: 0 15px; }
    @media screen and (max-width: 967px) {
      .home-product-tab .grid__item {
        padding: 0 10px 20px; } }
    .home-product-tab .grid__item .overlay-text {
      position: relative; }
  .home-product-tab .imageText_position h2 {
    font-size: 24px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .home-product-tab .imageText_position h2 {
        font-size: 20px; } }
  .home-product-tab .imageText_position h6 {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0; }
  .home-product-tab .dt-sc-tabs-container-section {
    float: left;
    width: 100%;
    position: relative; }
    .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header {
      float: left; }
    .home-product-tab .dt-sc-tabs-container-section .imageText_position {
      padding: 0;
      position: inherit; }
    .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs {
      border: none;
      margin-bottom: 20px;
      text-align: center; }
      .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs li {
        margin: 0; }
        .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs li a {
          border: none;
          font-size: 14px;
          text-transform: uppercase;
          padding: 10px; }
          .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs li a:before {
            display: none; }
      .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs.align-left {
        text-align: left;
        padding-right: 70px; }
      .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs.align-right {
        text-align: right;
        padding-left: 70px; }
    .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header {
      padding-left: 100px; }
      .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header.nav-top-right, .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header.nav-bottom-right {
        padding-left: 0; }
        .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header.nav-top-right + .dt-sc-tabs, .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header.nav-bottom-right + .dt-sc-tabs {
          padding-right: 100px; }
          @media screen and (max-width: 767px) {
            .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header.nav-top-right + .dt-sc-tabs, .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header.nav-bottom-right + .dt-sc-tabs {
              padding-right: 0; } }
      .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header .overlay-text {
        display: inline-block; }
      .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header + .dt-sc-tabs {
        float: right;
        width: auto; }
        @media screen and (max-width: 767px) {
          .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-header + .dt-sc-tabs {
            text-align: left;
            width: 100%; } }
    .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-content {
      float: left;
      width: 100%; }
      .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-content ul {
        padding: 0;
        margin: 0; }
        .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-content ul.tab-items:not(.slick-slider) {
          margin: 0 -15px; }
        .home-product-tab .dt-sc-tabs-container-section .dt-sc-tabs-content ul.slick-dots {
          bottom: 0; }
    .home-product-tab .dt-sc-tabs-container-section .carousel-arrow.nav-top-left, .home-product-tab .dt-sc-tabs-container-section .carousel-arrow.nav-top-right {
      top: 3px; }
      .home-product-tab .dt-sc-tabs-container-section .carousel-arrow.nav-top-left a, .home-product-tab .dt-sc-tabs-container-section .carousel-arrow.nav-top-right a {
        border-radius: 0; }
    .home-product-tab .dt-sc-tabs-container-section .carousel-arrow.nav-top-left {
      left: 0; }
    .home-product-tab .dt-sc-tabs-container-section .carousel-arrow.nav-top-right {
      right: 0; }
    .home-product-tab .dt-sc-tabs-container-section .nav-middle .prev-arrow,
    .home-product-tab .dt-sc-tabs-container-section .nav-middle .next-arrow {
      opacity: 0; }
    .home-product-tab .dt-sc-tabs-container-section:hover .nav-middle .prev-arrow,
    .home-product-tab .dt-sc-tabs-container-section:hover .nav-middle .next-arrow {
      opacity: 1; }
    .home-product-tab .dt-sc-tabs-container-section:hover .nav-middle .slick-disabled {
      opacity: 0.2; }
  .home-product-tab .image-on-left + .grid__item .dt-sc-tabs-container-section .carousel-arrow.nav-top-left {
    left: 30px; }
  .home-product-tab .image-on-left + .grid__item .dt-sc-tabs-container-section .carousel-arrow.nav-top-right {
    right: 0; }

/* Support Block */
.support-block-type {
  /* Style1 */
  /* Style2 */
  /* Style3 */
  /* Style4 */ }
  .support-block-type .support-block-inner {
    float: left;
    width: 100%; }
  .support-block-type .support-blk-section {
    float: left;
    width: 100%; }
    .support-block-type .support-blk-section .support_block {
      list-style: none;
      padding: 0;
      margin: 0 -15px; }
      @media screen and (max-width: 967px) {
        .support-block-type .support-blk-section .support_block {
          margin: 0 -10px; } }
      .support-block-type .support-blk-section .support_block .grid__item {
        padding: 0 50px;
        position: relative; }
        .support-block-type .support-blk-section .support_block .grid__item:not(:last-child):before {
          content: "";
          display: block;
          height: 50%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          border-right: 1px solid #e4e4e4;
          right: 0;
          height: 130px; }
          @media screen and (max-width: 768px) {
            .support-block-type .support-blk-section .support_block .grid__item:not(:last-child):before {
              border-right: none;
              border-bottom: 1px solid #e4e4e4;
              width: 25%;
              height: 1px;
              bottom: 0;
              top: auto;
              transform: none;
              left: 0;
              right: 0;
              margin: auto; } }
        @media screen and (max-width: 967px) {
          .support-block-type .support-blk-section .support_block .grid__item {
            padding: 10px; } }
          @media screen and (max-width: 967px) and (max-width: 768px) {
            .support-block-type .support-blk-section .support_block .grid__item {
              width: 100%;
              margin-bottom: 10px; } }
        .support-block-type .support-blk-section .support_block .grid__item .support_icon i {
          font-size: 35px; }
  .support-block-type .style1 {
    padding: 20px 0; }
    @media screen and (max-width: 967px) {
      .support-block-type .style1 .support_block {
        padding-bottom: 10px; } }
    .support-block-type .style1 .support_block li .support_section {
      padding: 35px 0; }
      @media screen and (max-width: 967px) {
        .support-block-type .style1 .support_block li .support_section {
          padding: 10px; } }
      .support-block-type .style1 .support_block li .support_section .support-wrapper {
        position: relative; }
        .support-block-type .style1 .support_block li .support_section .support-wrapper .support_text {
          position: relative; }
          .support-block-type .style1 .support_block li .support_section .support-wrapper .support_text h4 {
            margin-bottom: 10px;
            font-size: 22px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 22px; }
            @media screen and (max-width: 1599px) {
              .support-block-type .style1 .support_block li .support_section .support-wrapper .support_text h4 {
                font-size: 16px; } }
          .support-block-type .style1 .support_block li .support_section .support-wrapper .support_text p {
            font-size: 14px;
            margin-bottom: 0; }
      .support-block-type .style1 .support_block li .support_section.align-left .icon-img img, .support-block-type .style1 .support_block li .support_section.align-right .icon-img img {
        position: absolute;
        top: 0; }
      .support-block-type .style1 .support_block li .support_section.align-left .support_icon {
        position: absolute;
        top: 0;
        left: 0; }
      .support-block-type .style1 .support_block li .support_section.align-left .support_text {
        padding-left: 65px; }
      .support-block-type .style1 .support_block li .support_section.align-left .icon-img img {
        left: 0; }
      .support-block-type .style1 .support_block li .support_section.align-right .support_icon {
        position: absolute;
        top: 0;
        right: 0; }
      .support-block-type .style1 .support_block li .support_section.align-right .support_text {
        padding-right: 60px; }
      .support-block-type .style1 .support_block li .support_section.align-right .icon-img img {
        right: 0; }
      .support-block-type .style1 .support_block li .support_section.align-center .support_icon {
        margin-bottom: 25px; }
      .support-block-type .style1 .support_block li .support_section.align-center .icon-img {
        margin-bottom: 15px; }
  .support-block-type .style2 {
    margin: 50px 0; }
    .support-block-type .style2 .support_section {
      background: white;
      box-shadow: 0 0 30px rgba(24, 24, 24, 0.05);
      border-radius: 5px;
      padding: 30px; }
      .support-block-type .style2 .support_section .icon-img {
        margin-bottom: 10px; }
      .support-block-type .style2 .support_section .support_icon {
        margin-bottom: 20px; }
      .support-block-type .style2 .support_section .support_text h4 {
        font-size: 18px;
        position: relative;
        padding-bottom: 15px; }
        .support-block-type .style2 .support_section .support_text h4:after {
          content: '';
          background: #feb564;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 30px;
          height: 2px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .support-block-type .style2 .support_section .support_text p {
        margin-bottom: 0; }
      .support-block-type .style2 .support_section.align-center .support_text h4:after {
        right: 0;
        margin: 0 auto; }
      .support-block-type .style2 .support_section.align-right .support_text h4:after {
        right: 0;
        left: auto; }
      .support-block-type .style2 .support_section:hover .support_text h4:after {
        width: 45px; }
  .support-block-type .style3 {
    margin: 90px 0 70px; }
    .support-block-type .style3 li:first-child .icon-img a,
    .support-block-type .style3 li:first-child .support_icon a {
      border-radius: 50%;
      display: inline-block;
      font-size: 36px;
      width: 125px;
      height: 125px;
      line-height: 125px;
      margin-bottom: 30px;
      text-align: center; }
    .support-block-type .style3 li:nth-child(3n) .icon-img a,
    .support-block-type .style3 li:nth-child(3n) .support_icon a {
      width: 100px;
      height: 60px;
      background: #5F6062;
      position: relative;
      top: 100px;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .support-block-type .style3 li:nth-child(3n) .icon-img a:before,
      .support-block-type .style3 li:nth-child(3n) .support_icon a:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid #5F6062;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .support-block-type .style3 li:nth-child(3n) .icon-img a:after,
      .support-block-type .style3 li:nth-child(3n) .support_icon a:after {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #5F6062;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .support-block-type .style3 .support_section {
      border-radius: 15px;
      padding: 0 30px 30px; }
      .support-block-type .style3 .support_section .icon-img a {
        position: relative; }
        .support-block-type .style3 .support_section .icon-img a img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      .support-block-type .style3 .support_section .support_text h4 {
        font-size: 20px; }
  .support-block-type .style4 {
    margin: 50px 0; }
    .support-block-type .style4 .support_section {
      background: white;
      box-shadow: 0px 1px 2px 0px rgba(24, 24, 24, 0.2);
      padding: 25px; }
      .support-block-type .style4 .support_section .icon-img,
      .support-block-type .style4 .support_section .support_icon {
        border-bottom: 1px dashed #e4e4e4;
        padding-bottom: 3px; }
        .support-block-type .style4 .support_section .icon-img a,
        .support-block-type .style4 .support_section .support_icon a {
          margin-right: 10px; }
        .support-block-type .style4 .support_section .icon-img a,
        .support-block-type .style4 .support_section .icon-img h4,
        .support-block-type .style4 .support_section .support_icon a,
        .support-block-type .style4 .support_section .support_icon h4 {
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 10px; }
      .support-block-type .style4 .support_section .icon-img h4,
      .support-block-type .style4 .support_section .support_icon h4 {
        font-size: 18px; }
      .support-block-type .style4 .support_section .icon-img img {
        display: block; }
      .support-block-type .style4 .support_section .support_text {
        margin-top: 15px; }
        .support-block-type .style4 .support_section .support_text p {
          margin: 0; }
      .support-block-type .style4 .support_section.align-right .icon-img a,
      .support-block-type .style4 .support_section.align-right .support_icon a {
        margin-left: 10px;
        margin-right: 0; }

/* Wide Banner */
.home-wide-banner .wide-banner-type {
  float: left;
  width: 100%;
  padding: 150px 0;
  position: relative; }
  @media screen and (max-width: 967px) {
    .home-wide-banner .wide-banner-type {
      padding: 100px 0 70px; } }
  .home-wide-banner .wide-banner-type:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
  .home-wide-banner .wide-banner-type .banner-content {
    padding: 0 15px;
    position: relative; }
    @media screen and (max-width: 567px) {
      .home-wide-banner .wide-banner-type .banner-content {
        padding: 0 10px; } }
    .home-wide-banner .wide-banner-type .banner-content.wide--one-whole {
      float: none;
      width: 90%;
      margin: auto; }
    .home-wide-banner .wide-banner-type .banner-content h2 {
      font-size: 40px;
      line-height: normal;
      font-family: Montserrat;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .home-wide-banner .wide-banner-type .banner-content h2 {
          font-size: 30px; } }
      @media screen and (max-width: 567px) {
        .home-wide-banner .wide-banner-type .banner-content h2 {
          font-size: 24px; } }
    .home-wide-banner .wide-banner-type .banner-content h3 {
      font-size: 18px;
      font-family: Montserrat;
      font-weight: normal;
      line-height: normal;
      margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .home-wide-banner .wide-banner-type .banner-content h3 {
          font-size: 16px; } }
    .home-wide-banner .wide-banner-type .banner-content ul {
      padding: 0; }
    .home-wide-banner .wide-banner-type .banner-content .lof-clock-timer-detail li {
      background: rgba(24, 24, 24, 0.5);
      border-radius: 50%;
      display: inline-block;
      font-size: 36px;
      font-weight: bold;
      line-height: normal;
      position: relative;
      text-align: center;
      padding: 22px 10px 32px;
      margin: 0 10px;
      width: 125px;
      height: 125px; }
      @media screen and (max-width: 1599px) {
        .home-wide-banner .wide-banner-type .banner-content .lof-clock-timer-detail li {
          width: 90px;
          height: 90px;
          font-size: 30px;
          padding: 12px 0 22px; } }
      @media screen and (max-width: 767px) {
        .home-wide-banner .wide-banner-type .banner-content .lof-clock-timer-detail li {
          width: 75px;
          height: 75px;
          font-size: 22px;
          margin: 0 5px; } }
      .home-wide-banner .wide-banner-type .banner-content .lof-clock-timer-detail li:first-child {
        margin-left: 0; }
        @media screen and (max-width: 1599px) {
          .home-wide-banner .wide-banner-type .banner-content .lof-clock-timer-detail li:first-child {
            margin-left: 0; } }
      .home-wide-banner .wide-banner-type .banner-content .lof-clock-timer-detail li span {
        float: left;
        width: 100%;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px; }
        @media screen and (max-width: 967px) {
          .home-wide-banner .wide-banner-type .banner-content .lof-clock-timer-detail li span {
            font-size: 12px; } }
    .home-wide-banner .wide-banner-type .banner-content .deal-content {
      float: left;
      width: 100%;
      position: relative;
      margin-top: 10px; }
      .home-wide-banner .wide-banner-type .banner-content .deal-content p {
        margin-bottom: 30px; }
      .home-wide-banner .wide-banner-type .banner-content .deal-content .deal-btn .btn {
        padding: 14px 40px;
        margin: 0 5px; }
  .home-wide-banner .wide-banner-type .icon-section {
    padding: 0 15px; }
    @media screen and (max-width: 967px) {
      .home-wide-banner .wide-banner-type .icon-section {
        margin-top: 50px; } }
    .home-wide-banner .wide-banner-type .icon-section .grid__item {
      position: relative;
      margin-bottom: 40px; }
      .home-wide-banner .wide-banner-type .icon-section .grid__item .icon {
        float: left;
        position: relative; }
        .home-wide-banner .wide-banner-type .icon-section .grid__item .icon:before {
          position: absolute;
          height: 100%;
          width: 100%;
          background: #feb564;
          content: "";
          border-radius: 50%;
          opacity: 0.5;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .home-wide-banner .wide-banner-type .icon-section .grid__item .icon img {
          border-radius: 50%;
          display: block; }
      .home-wide-banner .wide-banner-type .icon-section .grid__item span {
        padding: 0 10px 0;
        float: left;
        width: calc(100% - 80px);
        margin-left: 15px;
        font-size: 18px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 967px) {
          .home-wide-banner .wide-banner-type .icon-section .grid__item span {
            font-size: 16px; } }
      .home-wide-banner .wide-banner-type .icon-section .grid__item:hover .icon:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }

/* Promo Video */
.video-addbox .video-banner {
  float: left;
  width: 100%;
  position: relative; }
  .video-addbox .video-banner .overlay {
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .video-addbox .video-banner.with-popup .overlay {
    z-index: 0; }
  .video-addbox .video-banner.with-popup .video-banner-block.grid-uniform {
    margin: 0 -15px; }
    @media screen and (max-width: 767px) {
      .video-addbox .video-banner.with-popup .video-banner-block.grid-uniform {
        margin: 0 -10px; } }
    .video-addbox .video-banner.with-popup .video-banner-block.grid-uniform .grid__item {
      padding: 0 15px; }
      @media screen and (max-width: 767px) {
        .video-addbox .video-banner.with-popup .video-banner-block.grid-uniform .grid__item {
          padding: 0 10px; } }
  .video-addbox .video-banner.with-popup .video-banner-block .video-image .video-text {
    position: relative; }
    @media screen and (max-width: 767px) {
      .video-addbox .video-banner.with-popup .video-banner-block .video-image .video-text {
        text-align: center;
        margin: auto; } }
    .video-addbox .video-banner.with-popup .video-banner-block .video-image .video-text img {
      display: block; }
    .video-addbox .video-banner.with-popup .video-banner-block .video-image .video-text i {
      background: white;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center; }
  .video-addbox .video-banner.with-popup .video-banner-block .video-content {
    position: relative; }
    .video-addbox .video-banner.with-popup .video-banner-block .video-content .content-inner {
      padding: 50px 30px; }
      @media screen and (max-width: 767px) {
        .video-addbox .video-banner.with-popup .video-banner-block .video-content .content-inner {
          text-align: center;
          margin: auto;
          padding: 40px 20px; } }
      .video-addbox .video-banner.with-popup .video-banner-block .video-content .content-inner h4,
      .video-addbox .video-banner.with-popup .video-banner-block .video-content .content-inner h5 {
        font-family: Montserrat; }
      .video-addbox .video-banner.with-popup .video-banner-block .video-content .content-inner p {
        margin-top: 30px; }
      .video-addbox .video-banner.with-popup .video-banner-block .video-content .content-inner img {
        margin-bottom: 20px; }
      .video-addbox .video-banner.with-popup .video-banner-block .video-content .content-inner .btn {
        margin-top: 15px;
        padding: 12px 24px; }
  .video-addbox .video-banner.promo-video {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0px 0;
    position: relative;
    height: 950px;
    overflow: hidden; }
    .video-addbox .video-banner.promo-video .promo-video__inner {
      display: inline-block;
      text-align: center;
      width: 100%;
      padding: 0 20px;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5; }
      .video-addbox .video-banner.promo-video .promo-video__inner h2 {
        font-size: 46px;
        font-weight: 500; }
        @media screen and (max-width: 967px) {
          .video-addbox .video-banner.promo-video .promo-video__inner h2 {
            font-size: 30px; } }
        @media screen and (max-width: 767px) {
          .video-addbox .video-banner.promo-video .promo-video__inner h2 {
            font-size: 24px; } }
      .video-addbox .video-banner.promo-video .promo-video__inner .short-desc p {
        max-width: 550px; }
        @media screen and (max-width: 767px) {
          .video-addbox .video-banner.promo-video .promo-video__inner .short-desc p {
            max-width: 90%; } }
      .video-addbox .video-banner.promo-video .promo-video__inner .btn {
        padding: 12px 32px; }
    .video-addbox .video-banner.promo-video video {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      -o-object-fit: cover;
      height: 100%;
      width: 100%; }

/* Testimonial Carousel */
.home-testimonial-quote {
  /* Carousel & Thumb image pagination (Sheena Type) */
  /* Center Image Carousel Type */
  /* Full Width Carousel with half column hidden */
  /* Grid Type */ }
  .home-testimonial-quote .quotes-style1 {
    padding-bottom: 40px; }
    @media screen and (max-width: 1199px) {
      .home-testimonial-quote .quotes-style1 {
        background-size: contain; } }
    .home-testimonial-quote .quotes-style1 .home-testimonials {
      position: relative;
      display: block;
      height: 0;
      width: 100%;
      max-width: 100%;
      opacity: 0;
      padding: 0;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .home-testimonial-quote .quotes-style1 .home-testimonials.ready {
        height: auto;
        opacity: 1; }
      .home-testimonial-quote .quotes-style1 .home-testimonials h2 {
        margin-bottom: 20px; }
      .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider {
        width: 60%;
        float: right;
        padding: 0 0 40px 10px;
        position: relative;
        overflow: hidden; }
        @media screen and (max-width: 1199px) {
          .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider {
            margin-top: 80px; } }
        @media screen and (max-width: 767px) {
          .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider {
            margin-top: 0;
            width: 100%; } }
        .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list {
          overflow: visible;
          margin-left: -150px; }
          @media screen and (max-width: 1199px) {
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list {
              padding: 0 50px !important;
              margin-left: -50px; } }
          @media screen and (max-width: 567px) {
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list {
              padding: 0 10px !important;
              margin-left: -5px; } }
          .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide {
            box-shadow: -5px 20px 15px rgba(0, 0, 0, 0.05);
            background: #ffffff;
            text-align: left;
            position: relative;
            padding: 80px 50px;
            margin: 10px;
            outline: none;
            opacity: 0.25;
            z-index: 1; }
            @media screen and (max-width: 1599px) {
              .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide {
                padding: 40px 30px; } }
            @media screen and (max-width: 567px) {
              .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide {
                text-align: center; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide:before {
              content: ',,';
              color: #feb564;
              font-family: 'Cormorant, serif';
              letter-spacing: -25px;
              font-size: 350px;
              line-height: 10px;
              position: absolute;
              right: 50px;
              bottom: 0;
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg);
              z-index: -1; }
              @media screen and (max-width: 1599px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide:before {
                  font-size: 180px;
                  letter-spacing: -15px;
                  right: 15px;
                  bottom: 5px; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide:before,
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .quote-author {
              -webkit-transition: all 0.5s linear;
              -moz-transition: all 0.5s linear;
              -ms-transition: all 0.5s linear;
              -o-transition: all 0.5s linear;
              transition: all 0.5s linear; }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .quote,
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .quote-author,
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .quote-job {
              float: left;
              width: 100%; }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .quote {
              margin-bottom: 30px; }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .quote-author {
              letter-spacing: 0;
              margin-bottom: 3px;
              font-weight: bold;
              font-size: 20px;
              line-height: normal; }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .quote-job {
              margin-bottom: 7px; }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .client-img {
              float: left; }
              @media screen and (max-width: 1599px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .client-img {
                  width: 24%; } }
              @media screen and (max-width: 567px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .client-img {
                  width: 100%; } }
              .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .client-img .quote-icon {
                border-radius: 100%;
                border: 5px solid #feb564; }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .client-info {
              float: left;
              text-align: left;
              margin: 8px 0 0 20px; }
              @media screen and (max-width: 1599px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .client-info {
                  width: 68%; } }
              @media screen and (max-width: 967px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .client-info {
                  margin-top: 0; } }
              @media screen and (max-width: 567px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide .client-info {
                  width: 100%;
                  margin-left: 0;
                  text-align: center; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide:hover:before {
              font-size: 280px; }
              @media screen and (max-width: 1599px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide:hover:before {
                  font-size: 200px; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide:hover .quote-author {
              color: #feb564 !important; }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quotes-slider .slick-list .slick-slide.slick-current {
              opacity: 1; }
      .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation {
        width: 39%;
        float: left; }
        @media screen and (max-width: 767px) {
          .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation {
            display: none !important; } }
        .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track {
          display: flex;
          align-items: flex-end;
          flex-direction: column; }
          .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients {
            width: auto !important;
            outline: none; }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:first-child {
              margin-right: 15%; }
              @media screen and (max-width: 1199px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:first-child {
                  margin-right: 5%; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:nth-child(2) {
              align-self: center; }
              @media screen and (max-width: 1199px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:nth-child(2) {
                  margin-left: 8%; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:nth-child(3) {
              align-self: flex-start;
              margin-left: 18%;
              margin-top: 5%; }
              @media screen and (max-width: 1199px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:nth-child(3) {
                  margin-left: 10%;
                  margin-top: 0; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:nth-child(4) {
              margin-right: 30%;
              margin-bottom: 4%;
              margin-top: -10%; }
              @media screen and (max-width: 1199px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:nth-child(4) {
                  margin-right: 35%;
                  margin-top: 0; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:nth-child(5) {
              margin-right: 5%; }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:last-child {
              align-self: flex-start;
              margin-left: 35%;
              margin-top: -5%; }
              @media screen and (max-width: 1199px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients:last-child {
                  margin-left: 17%;
                  margin-top: 0; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients .quote-icon {
              border-radius: 100%;
              border: 5px solid #feb564;
              cursor: pointer;
              margin: 0 auto;
              -webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -ms-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              transition: all 0.3s linear;
              -webkit-transform: scale(0.8);
              -moz-transform: scale(0.8);
              -ms-transform: scale(0.8);
              -o-transform: scale(0.8);
              transform: scale(0.8); }
              @media screen and (max-width: 967px) {
                .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients .quote-icon {
                  width: 85px; } }
            .home-testimonial-quote .quotes-style1 .home-testimonials .quote-navigation.slick-slider .slick-track .clients.slick-current .quote-icon {
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
      .home-testimonial-quote .quotes-style1 .home-testimonials .carousel-arrow .slick-arrow {
        display: inline-block !important;
        position: inherit; }
  .home-testimonial-quote .quotes-style2 .quotes-slider {
    width: 600px;
    margin: 0 auto;
    float: none; }
    @media screen and (max-width: 767px) {
      .home-testimonial-quote .quotes-style2 .quotes-slider {
        width: 85%; } }
    .home-testimonial-quote .quotes-style2 .quotes-slider .slick-list {
      margin: 0; }
  .home-testimonial-quote .quotes-style2 .quote-navigation {
    cursor: all-scroll;
    width: 80%;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px; }
    .home-testimonial-quote .quotes-style2 .quote-navigation .slick-slide {
      outline: none;
      padding-top: 150px;
      text-align: center;
      position: relative;
      margin-bottom: 30px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .home-testimonial-quote .quotes-style2 .quote-navigation .slick-slide:before {
        position: absolute;
        content: "\201C";
        left: 0;
        right: 0;
        margin: auto;
        font-size: 150px;
        top: 30%;
        font-family: 'Poppins', sans-serif;
        opacity: 0;
        color: #181818;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .home-testimonial-quote .quotes-style2 .quote-navigation .slick-slide img {
        border-radius: 50%;
        border: 3px solid #e4e4e4;
        cursor: pointer;
        width: 120px;
        margin-bottom: 40px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .home-testimonial-quote .quotes-style2 .quote-navigation .slick-slide .client-info {
        opacity: 0; }
      .home-testimonial-quote .quotes-style2 .quote-navigation .slick-slide.slick-current:before {
        opacity: 1;
        top: -5%; }
      .home-testimonial-quote .quotes-style2 .quote-navigation .slick-slide.slick-current img {
        border-color: #feb564;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3); }
      .home-testimonial-quote .quotes-style2 .quote-navigation .slick-slide.slick-current .client-info {
        opacity: 1; }
        .home-testimonial-quote .quotes-style2 .quote-navigation .slick-slide.slick-current .client-info .quote-author {
          font-weight: 600;
          margin-bottom: 5px; }
  .home-testimonial-quote .quotes-style3 .quotes-slider {
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .home-testimonial-quote .quotes-style3 .quotes-slider .slick-list {
      padding: 25px 0 40px; }
      .home-testimonial-quote .quotes-style3 .quotes-slider .slick-list .slick-slide {
        background: #ffffff;
        box-shadow: 0 0 30px rgba(228, 228, 228, 0.4);
        border-radius: 5px;
        padding: 60px 30px;
        margin: 25px 15px; }
        .home-testimonial-quote .quotes-style3 .quotes-slider .slick-list .slick-slide .client-img img {
          border-radius: 50%; }
        .home-testimonial-quote .quotes-style3 .quotes-slider .slick-list .slick-slide .client-info {
          margin-top: 30px; }
          .home-testimonial-quote .quotes-style3 .quotes-slider .slick-list .slick-slide .client-info .quote-author {
            margin-bottom: 5px; }
          .home-testimonial-quote .quotes-style3 .quotes-slider .slick-list .slick-slide .client-info .quote-job {
            position: relative;
            padding-bottom: 20px; }
            .home-testimonial-quote .quotes-style3 .quotes-slider .slick-list .slick-slide .client-info .quote-job:before {
              content: '-';
              display: inline-block;
              padding: 0 10px; }
          .home-testimonial-quote .quotes-style3 .quotes-slider .slick-list .slick-slide .client-info .quote-author,
          .home-testimonial-quote .quotes-style3 .quotes-slider .slick-list .slick-slide .client-info .quote-job {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase; }
  .home-testimonial-quote .quotes-style4 .quotes-slider {
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .home-testimonial-quote .quotes-style4 .quotes-slider .slick-list {
      padding: 25px 0 40px; }
      .home-testimonial-quote .quotes-style4 .quotes-slider .slick-list .slick-slide {
        background: #ffffff;
        box-shadow: 0px 4px 40px 0px rgba(160, 190, 212, 0.22);
        border-radius: 5px;
        margin: 0 15px;
        padding: 50px 30px; }
        .home-testimonial-quote .quotes-style4 .quotes-slider .slick-list .slick-slide .client-img img {
          border-radius: 50%; }
        .home-testimonial-quote .quotes-style4 .quotes-slider .slick-list .slick-slide .client-info {
          margin-top: 30px; }
          .home-testimonial-quote .quotes-style4 .quotes-slider .slick-list .slick-slide .client-info .quote-author {
            margin-bottom: 5px; }
          .home-testimonial-quote .quotes-style4 .quotes-slider .slick-list .slick-slide .client-info .quote-job {
            position: relative;
            display: block;
            padding-bottom: 20px; }
            .home-testimonial-quote .quotes-style4 .quotes-slider .slick-list .slick-slide .client-info .quote-job:after {
              content: '';
              width: 50px;
              height: 1px;
              background: #e4e4e4;
              left: 0;
              position: absolute;
              right: 0;
              margin: 0 auto;
              bottom: 0; }
        .home-testimonial-quote .quotes-style4 .quotes-slider .slick-list .slick-slide .quote p {
          margin: 20px 0 0; }
    .home-testimonial-quote .quotes-style4 .quotes-slider .slick-dots {
      bottom: -15px; }
  .home-testimonial-quote .quotes-arrow-nav {
    float: left;
    width: 100%;
    text-align: center; }
    .home-testimonial-quote .quotes-arrow-nav .slick-arrow {
      position: relative; }
