/*============================================================================
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 ================*/
.specification-icon-block .icon-block.style2 .left-block .block-button .btn, .specification-icon-block .icon-block.style2 .icon_wrapper .icon-content .block-link .btn, .home-slideshow-type-1 .slideshow .slider_inner_block .btn,
.home-slideshow-type-2 .slideshow .slider_inner_block .btn, .home-wide-banner .wide-banner-type .banner-content .btn {
  background: none;
  border-width: 0 0 2px;
  letter-spacing: 0.025em;
  padding: 0 0 2px;
  text-transform: uppercase; }
  .specification-icon-block .icon-block.style2 .left-block .block-button .btn:hover, .specification-icon-block .icon-block.style2 .icon_wrapper .icon-content .block-link .btn:hover, .home-slideshow-type-1 .slideshow .slider_inner_block .btn:hover,
  .home-slideshow-type-2 .slideshow .slider_inner_block .btn:hover, .home-wide-banner .wide-banner-type .banner-content .btn:hover {
    color: #000;
    box-shadow: 0 -10px 0 0 #ebbaa9 inset; }

/* Home Custom Block */
.home-custom-content .custom-content-block .custom__item {
  margin: 0 0 25px; }
  .home-custom-content .custom-content-block .custom__item:last-child {
    margin: 0; }
  .home-custom-content .custom-content-block .custom__item .custom__block-body-text {
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.5;
    max-width: 675px; }
    .home-custom-content .custom-content-block .custom__item .custom__block-body-text > *:last-child {
      margin-bottom: 0; }

/* Client Logo */
.client-logo .border-title h5 {
  font-size: 14px; }
.client-logo .border-title p {
  font-size: 28px;
  font-weight: 900;
  width: 55%; }
  @media screen and (max-width: 1199px) {
    .client-logo .border-title p {
      width: 80%; } }
.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(0, 0, 0, 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[data-rows="3"] {
      float: none;
      margin: 0 auto;
      max-width: 55%; }
      @media screen and (max-width: 1199px) {
        .client-logo .client-logo-block .slick-slider[data-rows="3"] {
          max-width: 80%; } }
    .client-logo .client-logo-block .slick-slider .slick-dots {
      bottom: -30px; }
  .client-logo .client-logo-block .carousel-arrow.nav-middle {
    top: 38%; }
    .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;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @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; }
    @media screen and (max-width: 767px) {
      .specification-icon-block .icon-block .grid__item .block-image,
      .specification-icon-block .icon-block .grid__item .block-content {
        margin-left: 10%;
        width: 80%; } }
  .specification-icon-block .icon-block .grid__item .icon_wrapper {
    position: relative;
    float: left;
    padding: 0px 70px 70px 0;
    margin: 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: 0 50px 15px 0; } }
    .specification-icon-block .icon-block .grid__item .icon_wrapper:last-child {
      padding-bottom: 0; }
    .specification-icon-block .icon-block .grid__item .icon_wrapper:hover .icon {
      top: -10px; }
    .specification-icon-block .icon-block .grid__item .icon_wrapper:hover .icon-content h4 {
      color: #b9d1db; }
    .specification-icon-block .icon-block .grid__item .icon_wrapper .icon {
      font-size: 20px;
      float: left;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      top: -5px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .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: 70px; }
      @media screen and (max-width: 1199px) {
        .specification-icon-block .icon-block .grid__item .icon_wrapper.icon-right {
          padding-right: 0;
          padding-left: 50px; } }
      .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;
  padding: 0;
  margin: 0 0 50px 0; }
  .specification-icon-block .icon-block.style1 .block-content .icon_wrapper .icon {
    display: none; }
  .specification-icon-block .icon-block.style1 .block-content .icon_wrapper .icon-content h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @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 .icon_wrapper .icon-content .desc {
    font-size: 16px;
    font-weight: 400;
    margin: 0; }
.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 .left-block .border-title {
  margin: 0; }
  .specification-icon-block .icon-block.style2 .left-block .border-title h2 {
    max-width: 80%; }
  .specification-icon-block .icon-block.style2 .left-block .border-title .short-desc p {
    font-size: 1em;
    letter-spacing: 0.025em;
    width: 100%; }
.specification-icon-block .icon-block.style2 .left-block img {
  display: block;
  margin: 0 auto; }
.specification-icon-block .icon-block.style2 .left-block .block-button {
  margin-top: 40px;
  text-align: left; }
.specification-icon-block .icon-block.style2 .icon_wrapper {
  padding: 0 !important; }
  .specification-icon-block .icon-block.style2 .icon_wrapper .icon-content {
    text-align: center; }
    .specification-icon-block .icon-block.style2 .icon_wrapper .icon-content .icon {
      position: relative;
      width: 100%; }
      .specification-icon-block .icon-block.style2 .icon_wrapper .icon-content .icon:before {
        background-color: rgba(185, 209, 219, 0.25);
        content: "";
        height: auto;
        padding-top: 75%;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 75%;
        z-index: -1;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        -webkit-animation: morph 3s linear infinite;
        animation: morph 3s linear infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused; }
      .specification-icon-block .icon-block.style2 .icon_wrapper .icon-content .icon img {
        width: 100%; }
    .specification-icon-block .icon-block.style2 .icon_wrapper .icon-content h4 {
      clear: both;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.025em;
      margin: 0 0 10px 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .specification-icon-block .icon-block.style2 .icon_wrapper .icon-content .desc {
      font-size: 16px;
      font-weight: 400; }
    .specification-icon-block .icon-block.style2 .icon_wrapper .icon-content .block-link .btn {
      font-size: 14px;
      letter-spacing: 0; }
  .specification-icon-block .icon-block.style2 .icon_wrapper:hover .icon-content .icon:before {
    -webkit-animation-play-state: running;
    animation-play-state: running; }
.specification-icon-block .icon-block .grid__item > .block-content:first-child .icon_wrapper .icon-content .icon::before {
  background: #f6edf2; }
.specification-icon-block .icon-block .grid__item > .block-content:nth-child(2) .icon_wrapper .icon-content .icon::before {
  background: #fbf5f7; }
.specification-icon-block .icon-block .grid__item > .block-content:last-child .icon_wrapper .icon-content .icon::before {
  background: #fcf7f4; }
.specification-icon-block .block-button {
  text-align: center;
  margin: 60px 0 0 0;
  position: relative;
  width: 100%; }

/* Instagram Feed */
.instagram {
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
  /* Custom Field */ }
  @media screen and (max-width: 567px) {
    .instagram {
      padding: 0 20px; } }
  .instagram .border-title {
    margin-bottom: 60px; }
    .instagram .border-title .short-desc p {
      font-family: Muli;
      margin: 0;
      padding: 0 0 15px 0;
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      width: auto; }
      .instagram .border-title .short-desc p:before {
        background: #b9d1db;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        right: 0;
        width: 50%;
        margin: auto; }
    .instagram .border-title h2 {
      line-height: normal;
      font-weight: 700;
      padding: 0;
      font-size: 35px; }
  .instagram .instagram-link {
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 10px; }
  .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%);
  /* &.slick-prev {
  left:0;
}
  &.slick-next {
  right:0;
} */ }
  .instagram .instagram-col {
    position: relative;
    margin: 10px 5px 10px; }
    .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; }
      .instagram .instagram-col .info i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        font-size: 25px; }
    .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%); }
    .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 .border-title p {
          font-size: 0.9em;
          font-weight: bold;
          letter-spacing: 0.025em; }
        .home-newsletter-block .newsletter-block.style1 .news-inner-block form {
          float: none;
          display: inline-block;
          margin-bottom: 0;
          max-width: 460px;
          padding: 0;
          width: 100%; }
          .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"] {
            display: inline-block;
            padding: 0 15px;
            height: 42px;
            font-size: 16px;
            line-height: 1.7; }
            .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"]::-webkit-input-placeholder {
              opacity: 0.6;
              color: #1a1a1a; }
            .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"]::-moz-placeholder {
              opacity: 0.6;
              color: #1a1a1a; }
            .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"]:-ms-input-placeholder {
              opacity: 0.6;
              color: #1a1a1a; }
            .home-newsletter-block .newsletter-block.style1 .news-inner-block form input[type="email"]:-moz-placeholder {
              opacity: 0.6;
              color: #1a1a1a; }
          .home-newsletter-block .newsletter-block.style1 .news-inner-block form .btn {
            border-color: transparent;
            display: inline-block;
            height: 42px;
            padding: 0 25px;
            width: auto; }
    .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: 45%;
        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; }
          .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 #000000; }
        .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;
          border: none;
          width: auto; }
    .home-newsletter-block .newsletter-block.style1 .contact-input, .home-newsletter-block .newsletter-block.style2 .contact-input {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .home-newsletter-block .newsletter-block.style1 .contact-input input[type="email"], .home-newsletter-block .newsletter-block.style2 .contact-input input[type="email"] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%; }
      .home-newsletter-block .newsletter-block.style1 .contact-input .btn, .home-newsletter-block .newsletter-block.style2 .contact-input .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        min-width: 120px; }
    .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(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 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"] {
          margin-bottom: 20px; }
        .home-newsletter-block .newsletter-block.style3 .news-inner-block input[type="email"],
        .home-newsletter-block .newsletter-block.style3 .news-inner-block .btn {
          height: 55px;
          width: 100%; }
        .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%;
    position: relative; }
    .contact-block .map-section #map img {
      display: block; }
    .contact-block .map-section iframe {
      display: block;
      width: 100%; }
    .contact-block .map-section .overlay-contact-detail,
    .contact-block .map-section .hours-detail {
      position: absolute;
      bottom: 0;
      padding: 30px 40px 40px;
      z-index: 1; }
      @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%;
          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 {
      border: 1px solid #ebbaa9;
      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:last-child {
            margin-bottom: 0; }
          .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(0, 0, 0, 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 #ebbaa9;
      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 #ebbaa9;
        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(0, 0, 0, 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(235, 186, 169, 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 #ebbaa9;
        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 .border-title h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.6px; }
  .home-faq-model .dt-sc-tabs-vertical-container .border-title .short-desc p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 70px; }
  .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:first-child {
      border-top: 1px solid #ebbaa9; }
    .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;
        -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-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion:before {
        right: 25px;
        width: 2px;
        height: 10px; }
      .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion:after {
        right: 21px;
        width: 10px;
        height: 2px; }
      .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion.active a {
        color: #b9d1db; }
      .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion.active:after {
        background-color: #b9d1db; }
      .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;
        Width: 100%;
        display: inline-block; }
    .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-content {
      border-bottom: 1px solid #ebbaa9;
      background: none;
      padding: 35px 30px 35px 30px; }
      .home-faq-model .dt-sc-tabs-vertical-container .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-content p {
        font-size: 16px;
        margin: 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 .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 .overlay-text {
    position: relative; }
    .home-product-carousel .product-carousel .overlay-text .imageText_position {
      z-index: 1; }
    .home-product-carousel .product-carousel .overlay-text:hover .ovrly {
      opacity: 1; }
  .home-product-carousel .product-carousel .product-block .carousel-arrow .slick-arrow {
    /* background:rgba(235, 186, 169, 0.4); */ }
  .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: 24px;
    font-weight: 600;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .home-product-carousel .product-carousel .imageText_position h2 {
        font-size: 20px; } }
  .home-product-carousel .product-carousel .imageText_position h6 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0; }
  .home-product-carousel .product-carousel .without-image .imageText_position {
    padding: 0;
    position: inherit; }
.home-product-carousel .layout-style-verticle .grid-uniform > .grid__item {
  padding: 0 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .home-product-carousel .layout-style-verticle .grid-uniform > .grid__item {
      margin-top: 20px; } }
  .home-product-carousel .layout-style-verticle .grid-uniform > .grid__item h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebbaa9;
    min-height: 30px; }
.home-product-carousel .layout-style-verticle .item-swatch,
.home-product-carousel .layout-style-verticle .sizes-list {
  display: none; }
.home-product-carousel .layout-style-verticle .product_loop_list {
  position: static;
  padding: 0; }
  .home-product-carousel .layout-style-verticle .product_loop_list .grid__item {
    padding: 0 !important;
    margin-bottom: 15px; }
    .home-product-carousel .layout-style-verticle .product_loop_list .grid__item .products .product-container {
      width: 26%; }
      .home-product-carousel .layout-style-verticle .product_loop_list .grid__item .products .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-verticle .product_loop_list .grid__item .products .product-container .product-button a {
          display: inline-block; }
        .home-product-carousel .layout-style-verticle .product_loop_list .grid__item .products .product-container .product-button form,
        .home-product-carousel .layout-style-verticle .product_loop_list .grid__item .products .product-container .product-button .quickview-button {
          display: inline-block; }
        .home-product-carousel .layout-style-verticle .product_loop_list .grid__item .products .product-container .product-button .product_link,
        .home-product-carousel .layout-style-verticle .product_loop_list .grid__item .products .product-container .product-button .add-to-wishlist {
          display: none; }
    .home-product-carousel .layout-style-verticle .product_loop_list .grid__item .products .product-detail {
      width: 74%;
      text-align: left;
      padding: 0 15px; }
      @media screen and (max-width: 967px) {
        .home-product-carousel .layout-style-verticle .product_loop_list .grid__item .products .product-detail {
          padding: 0 10px; } }
.home-product-carousel .layout-style-verticle .nav-top-left + .collection-title,
.home-product-carousel .layout-style-verticle .nav-top-right + .collection-title {
  text-align: right; }
  .home-product-carousel .layout-style-verticle .nav-top-left + .collection-title + .slick-slider .slick-arrow,
  .home-product-carousel .layout-style-verticle .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-verticle .nav-top-left + .collection-title + .slick-slider .slick-arrow,
      .home-product-carousel .layout-style-verticle .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-verticle .nav-top-left + .collection-title + .slick-slider .slick-arrow.prev-arrow,
    .home-product-carousel .layout-style-verticle .nav-top-right + .collection-title + .slick-slider .slick-arrow.prev-arrow {
      top: -12px; }
    .home-product-carousel .layout-style-verticle .nav-top-left + .collection-title + .slick-slider .slick-arrow.next-arrow,
    .home-product-carousel .layout-style-verticle .nav-top-right + .collection-title + .slick-slider .slick-arrow.next-arrow {
      top: 0; }
    .home-product-carousel .layout-style-verticle .nav-top-left + .collection-title + .slick-slider .slick-arrow i,
    .home-product-carousel .layout-style-verticle .nav-top-right + .collection-title + .slick-slider .slick-arrow i {
      color: #000000; }
    .home-product-carousel .layout-style-verticle .nav-top-left + .collection-title + .slick-slider .slick-arrow:hover i, .home-product-carousel .layout-style-verticle .nav-top-left + .collection-title + .slick-slider .slick-arrow:focus i,
    .home-product-carousel .layout-style-verticle .nav-top-right + .collection-title + .slick-slider .slick-arrow:hover i,
    .home-product-carousel .layout-style-verticle .nav-top-right + .collection-title + .slick-slider .slick-arrow:focus i {
      color: #b9d1db; }
.home-product-carousel .layout-style-verticle .nav-top-right + .collection-title {
  text-align: left; }
  .home-product-carousel .layout-style-verticle .nav-top-right + .collection-title + .slick-slider .slick-arrow {
    left: auto;
    right: 10px; }
    @media screen and (max-width: 1199px) {
      .home-product-carousel .layout-style-verticle .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-verticle .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-center {
    -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: center; }
  .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; }
  .imageText_position.imgtxt-middle-left {
    left: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .imageText_position.imgtxt-middle-right {
    right: 0;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .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; }

/* 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; }

/* 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 .featured-content h2 {
      font-size: 22px;
      font-family: Muli;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 5px; }
      @media screen and (max-width: 1199px) {
        .home-grid-banner .overlay .featured-content h2 {
          font-size: 18px; } }
    .home-grid-banner .overlay .featured-content h5 {
      font-size: 16px;
      font-weight: normal;
      margin: 0; }
      @media screen and (max-width: 1199px) {
        .home-grid-banner .overlay .featured-content h5 {
          font-size: 15px; } }
    .home-grid-banner .overlay .featured-content p {
      margin: 0; }
      @media screen and (max-width: 967px) {
        .home-grid-banner .overlay .featured-content p {
          font-size: 15px;
          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;
      padding: 8px 20px; }
      @media screen and (max-width: 1199px) {
        .home-grid-banner .overlay .featured-content .btn {
          font-size: 15px;
          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: 15px; } }
      .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: #000000;
      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: #000000;
      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-1,
  .home-grid-banner .grid-banner-type-2,
  .home-grid-banner .grid-banner-type-3,
  .home-grid-banner .grid-banner-type-4,
  .home-grid-banner .grid-banner-type-5,
  .home-grid-banner .grid-banner-type-6,
  .home-grid-banner .grid-banner-type-7 {
    float: left;
    width: 100%; }
  .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 {
  /* .content-info {
  padding:15px;
  opacity:0.9;
  @include at-query($max, $postlarge) {
  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 .middle-center .imageText_position {
    padding: 4em; }
    @media screen and (max-width: 1199px) {
      .home-grid-banner .grid-banner-type-4 .middle-center .imageText_position {
        padding: 1.5em; } }
  .home-grid-banner .grid-banner-type-4 .featured-content h2 {
    margin-bottom: 0; }
  .home-grid-banner .grid-banner-type-5 .featuredItems {
    padding: 0 15px; }
    @media screen and (max-width: 967px) {
      .home-grid-banner .grid-banner-type-5 .featuredItems {
        padding: 0 10px; } }
  .home-grid-banner .grid-banner-type-5 .mixed {
    margin-bottom: 0; }
    .home-grid-banner .grid-banner-type-5 .mixed .grid-uniform {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        .home-grid-banner .grid-banner-type-5 .mixed .grid-uniform {
          display: block; } }
      .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; }
        @media screen and (max-width: 1599px) {
          .home-grid-banner .grid-banner-type-5 .mixed .grid-uniform .grid__item .featured-image {
            height: 100%; } }
        @media screen and (max-width: 1599px) {
          .home-grid-banner .grid-banner-type-5 .mixed .grid-uniform .grid__item .featured-image img {
            height: 100%;
            object-fit: cover;
            object-position: center center; } }
    .home-grid-banner .grid-banner-type-5 .mixed .imageText_position {
      padding: 0 10%;
      position: relative; }
      @media screen and (max-width: 1599px) {
        .home-grid-banner .grid-banner-type-5 .mixed .imageText_position {
          padding: 10%; } }
      @media screen and (max-width: 767px) {
        .home-grid-banner .grid-banner-type-5 .mixed .imageText_position {
          padding: 35px; } }
      .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-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-size: 60px;
        font-weight: 900;
        text-transform: none; }
        @media screen and (max-width: 1199px) {
          .home-grid-banner .grid-banner-type-5 .mixed .imageText_position h2 {
            font-size: 30px; } }
        @media screen and (max-width: 767px) {
          .home-grid-banner .grid-banner-type-5 .mixed .imageText_position h2 {
            font-size: 24px; } }
      .home-grid-banner .grid-banner-type-5 .mixed .imageText_position h5 {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.025em;
        margin-bottom: 10px; }
      .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 {
            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: 100% !important;
  /*         @include at-query($max, $small) {
  width:100% !important;
} */ }
  .home-grid-banner .grid-banner-type-6 .imageText_position.imgtxt-middle-right .content-info {
    text-align: right; }
  .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, .home-gallery-block-3 .gallery-block {
  float: left;
  width: 100%;
  /* Style1 */
  /* Style2 */ }
  .home-gallery-block .gallery-block .list-gallery-items .grid__item, .home-gallery-block-3 .gallery-block .list-gallery-items .grid__item {
    overflow: hidden; }
  .home-gallery-block .gallery-block .grid__item, .home-gallery-block-3 .gallery-block .grid__item {
    padding: 0;
    position: relative;
    margin-bottom: 0;
    margin-left: -1px; }
  .home-gallery-block .gallery-block .gallery, .home-gallery-block-3 .gallery-block .gallery {
    overflow: hidden; }
    .home-gallery-block .gallery-block .gallery img, .home-gallery-block-3 .gallery-block .gallery 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 .gallery ul, .home-gallery-block-3 .gallery-block .gallery ul {
      list-style: none;
      padding: 0; }
    .home-gallery-block .gallery-block .gallery .image-overlay, .home-gallery-block-3 .gallery-block .gallery .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 .gallery .image-overlay .links, .home-gallery-block-3 .gallery-block .gallery .image-overlay .links {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 120px;
        height: 45px; }
        .home-gallery-block .gallery-block .gallery .image-overlay .links a, .home-gallery-block-3 .gallery-block .gallery .image-overlay .links a {
          display: inline-block;
          height: 45px;
          width: 45px;
          line-height: 44px;
          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 .gallery .image-overlay .links a, .home-gallery-block-3 .gallery-block .gallery .image-overlay .links a {
              height: 40px;
              line-height: 40px;
              width: 40px;
              font-size: 14px; } }
          .home-gallery-block .gallery-block .gallery .image-overlay .links a:first-child, .home-gallery-block-3 .gallery-block .gallery .image-overlay .links a:first-child {
            right: 100%;
            bottom: 0;
            left: auto; }
          .home-gallery-block .gallery-block .gallery .image-overlay .links a:last-child, .home-gallery-block-3 .gallery-block .gallery .image-overlay .links a:last-child {
            left: 100%;
            bottom: 0; }
          .home-gallery-block .gallery-block .gallery .image-overlay .links a i, .home-gallery-block-3 .gallery-block .gallery .image-overlay .links a i {
            line-height: 44px; }
            @media screen and (max-width: 967px) {
              .home-gallery-block .gallery-block .gallery .image-overlay .links a i, .home-gallery-block-3 .gallery-block .gallery .image-overlay .links a i {
                line-height: 40px; } }
    .home-gallery-block .gallery-block .gallery .image-overlay-details, .home-gallery-block-3 .gallery-block .gallery .image-overlay-details {
      left: 0;
      bottom: -100px;
      right: inherit;
      width: 100%;
      background: rgba(0, 0, 0, 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: 1599px) {
        .home-gallery-block .gallery-block .gallery .image-overlay-details, .home-gallery-block-3 .gallery-block .gallery .image-overlay-details {
          padding: 10px; } }
      .home-gallery-block .gallery-block .gallery .image-overlay-details h4, .home-gallery-block-3 .gallery-block .gallery .image-overlay-details h4 {
        font-size: 18px;
        margin: 0; }
        @media screen and (max-width: 1599px) {
          .home-gallery-block .gallery-block .gallery .image-overlay-details h4, .home-gallery-block-3 .gallery-block .gallery .image-overlay-details h4 {
            font-size: 14px; } }
      .home-gallery-block .gallery-block .gallery .image-overlay-details p, .home-gallery-block-3 .gallery-block .gallery .image-overlay-details p {
        margin: 5px 0 0; }
    .home-gallery-block .gallery-block .gallery:hover img, .home-gallery-block-3 .gallery-block .gallery: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 .gallery:hover .image-overlay .links a:first-child, .home-gallery-block-3 .gallery-block .gallery:hover .image-overlay .links a:first-child {
      right: 0;
      left: auto; }
    .home-gallery-block .gallery-block .gallery:hover .image-overlay .links a:last-child, .home-gallery-block-3 .gallery-block .gallery:hover .image-overlay .links a:last-child {
      left: 0;
      right: auto; }
    .home-gallery-block .gallery-block .gallery:hover .image-overlay-details, .home-gallery-block-3 .gallery-block .gallery:hover .image-overlay-details {
      bottom: 0; }
  .home-gallery-block .gallery-block.style1 .dt-sc-tabs-container-section, .home-gallery-block-3 .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, .home-gallery-block-3 .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, .home-gallery-block-3 .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, .home-gallery-block-3 .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, .home-gallery-block-3 .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, .home-gallery-block-3 .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, .home-gallery-block-3 .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, .home-gallery-block-3 .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, .home-gallery-block-3 .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, .home-gallery-block-3 .gallery-block.style1 .dt-sc-tabs-container .dt-sc-tabs-content .portfolio-container {
      margin: 0; }
  .home-gallery-block .gallery-block.style2 .sorting-container a, .home-gallery-block-3 .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, .home-gallery-block-3 .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, .home-gallery-block-3 .gallery-block.style2 .grid__item .image-overlay .links a,
  .home-gallery-block-3 .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, .home-gallery-block-3 .gallery-block.style2 .grid__item .image-overlay .links a,
      .home-gallery-block-3 .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, .home-gallery-block-3 .gallery-block.style2 .grid__item:hover .image-overlay .links a {
    bottom: 90%; }

.home-gallery-block-3 .gallery-block.style1 .grid__item {
  margin: 0;
  padding: 5px; }
  .home-gallery-block-3 .gallery-block.style1 .grid__item img {
    width: 100%; }
  .home-gallery-block-3 .gallery-block.style1 .grid__item .banner-images {
    margin: -5px; }
  .home-gallery-block-3 .gallery-block.style1 .grid__item .gallery img {
    -webkit-transform: none !important;
    transform: none !important; }
.home-gallery-block-3 .gallery-block.style1 .featured-image-with_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .home-gallery-block-3 .gallery-block.style1 .featured-image-with_text .section-header, .home-gallery-block-3 .gallery-block.style1 .featured-image-with_text .border-title {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .home-gallery-block-3 .gallery-block.style1 .featured-image-with_text .border-title {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 45px 50px; }
    .home-gallery-block-3 .gallery-block.style1 .featured-image-with_text .border-title .block-button {
      display: table;
      margin-top: auto;
      margin-left: auto; }

/*  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: #ebbaa9; }

/* ----- 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: Muli; }
.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(0, 0, 0, 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 {
      margin: auto;
      padding: 0 15px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 100%;
      visibility: hidden;
      opacity: 0;
      width: 30%; }
      @media screen and (max-width: 1599px) {
        .home-slideshow-type-1 .slideshow .slider-content,
        .home-slideshow-type-2 .slideshow .slider-content {
          width: 40%; } }
      @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: 90%;
          max-width: 90%;
          text-align: center;
          padding: 4%; } }
    .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 {
      margin-bottom: 20px;
      line-height: 1.2;
      font-family: Muli; }
      @media screen and (max-width: 1599px) {
        .home-slideshow-type-1 .slideshow .slide-heading,
        .home-slideshow-type-2 .slideshow .slide-heading {
          font-size: 48px !important; } }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slide-heading,
        .home-slideshow-type-2 .slideshow .slide-heading {
          font-size: 40px !important; } }
      @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 {
          font-size: 26px !important;
          line-height: 1; } }
      .home-slideshow-type-1 .slideshow .slide-heading span,
      .home-slideshow-type-2 .slideshow .slide-heading span {
        /* color:$colorPrimary; */
        font-style: italic;
        font-weight: normal; }
    .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: Muli; }
      @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 .slide-sub-heading-2,
    .home-slideshow-type-2 .slideshow .slide-sub-heading-2 {
      font-family: Muli;
      font-weight: normal;
      margin-bottom: 0; }
      @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: Muli;
      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: Muli;
      margin-bottom: 35px; }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slide-text,
        .home-slideshow-type-2 .slideshow .slide-text {
          font-size: 14px !important;
          margin-bottom: 15px; } }
      @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 .slider_inner_block .btn:hover,
    .home-slideshow-type-2 .slideshow .slider_inner_block .btn:hover {
      border-color: #ebbaa9; }
    .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-list > a,
    .home-slideshow-type-2 .slideshow .slick-list > a {
      float: left;
      line-height: 0;
      width: 100%; }
    .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;
      outline: none;
      font-size: 40px;
      opacity: 0;
      width: 60px;
      height: 60px;
      border-radius: 0;
      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: 16px;
        height: 16px;
        -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-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: 5px !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: #ebbaa9;
            color: #1a1a1a;
            border-color: #b9d1db; }
    .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: center; }
    .home-slideshow-type-1 .slideshow .slider_style_1 .slider-content,
    .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
    .home-slideshow-type-2 .slideshow .slider_style_1 .slider-content,
    .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
      left: 16%;
      right: auto;
      width: 33%; }
      @media screen and (max-width: 1599px) {
        .home-slideshow-type-1 .slideshow .slider_style_1 .slider-content,
        .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_1 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
          left: 8%;
          width: 38%; } }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slider_style_1 .slider-content,
        .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_1 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
          left: 6%; } }
      @media screen and (max-width: 767px) {
        .home-slideshow-type-1 .slideshow .slider_style_1 .slider-content,
        .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_1 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
          right: 0;
          left: 0;
          margin: auto;
          width: 54%; } }
      @media screen and (max-width: 567px) {
        .home-slideshow-type-1 .slideshow .slider_style_1 .slider-content,
        .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_1 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
          width: 80%; } }
    .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: 16%;
      left: auto; }
      @media screen and (max-width: 1599px) {
        .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
          right: 8%; } }
      @media screen and (max-width: 1199px) {
        .home-slideshow-type-1 .slideshow .slider_style_2 .slider-content,
        .home-slideshow-type-2 .slideshow .slider_style_2 .slider-content {
          right: 6%; } }
      @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: center; }
    .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; }
      @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-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: Muli;
        margin-bottom: 20px;
        letter-spacing: 0em;
        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: 0em; }
        @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: Muli; }
    @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: Muli;
    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: Muli;
    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 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: Muli; }
    @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: Muli; }
      @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: 14px;
    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: 16px;
          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 15px; }
        @media screen and (max-width: 967px) {
          .support-block-type .support-blk-section .support_block .grid__item {
            padding: 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: 0; }
      .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: 15px;
            font-size: 20px;
            font-weight: 600; }
            @media screen and (max-width: 1599px) {
              .support-block-type .style1 .support_block li .support_section .support-wrapper .support_text h4 {
                font-size: 18px; } }
          .support-block-type .style1 .support_block li .support_section .support-wrapper .support_text p {
            font-size: 16px;
            line-height: normal;
            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: 35px; }
      .support-block-type .style1 .support_block li .support_section.align-center .icon-img {
        margin-bottom: 35px; }
  .support-block-type .style2 {
    margin: 50px 0; }
    .support-block-type .style2 .support_section {
      background: white;
      box-shadow: 0 0 30px rgba(0, 0, 0, 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: #b9d1db;
          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 .support_section {
      background: white;
      border: 1px solid #ebbaa9;
      border-radius: 15px;
      padding: 0 30px 30px; }
      .support-block-type .style3 .support_section .icon-img a,
      .support-block-type .style3 .support_section .support_icon a {
        background: #ebbaa9;
        border-radius: 50%;
        display: inline-block;
        font-size: 36px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-top: -40px;
        margin-bottom: 30px;
        text-align: center; }
      .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(0, 0, 0, 0.2);
      padding: 25px; }
      .support-block-type .style4 .support_section .icon-img,
      .support-block-type .style4 .support_section .support_icon {
        border-bottom: 1px dashed #ebbaa9;
        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%;
  position: relative;
  overflow: hidden;
  padding: 100px 0; }
  @media screen and (max-width: 1199px) {
    .home-wide-banner .wide-banner-type {
      padding: 0; } }
  .home-wide-banner .wide-banner-type:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  .home-wide-banner .wide-banner-type .banner-content {
    padding: 0 50px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .home-wide-banner .wide-banner-type .banner-content {
        padding: 35px 35px 75px; } }
    @media screen and (max-width: 567px) {
      .home-wide-banner .wide-banner-type .banner-content {
        padding: 20px 20px 50px; } }
    .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: 28px;
      line-height: normal;
      margin-bottom: 25px;
      max-width: 90%; }
      @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: 20px;
      font-family: Muli;
      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: 18px; } }
    .home-wide-banner .wide-banner-type .banner-content .btn:not(:hover) {
      border-color: currentColor; }
    .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(0, 0, 0, 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-btn {
      margin: 35px 0; }
    .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;
        font-size: 20px; }
      .home-wide-banner .wide-banner-type .banner-content .deal-content .deal-title {
        float: left;
        width: 100%;
        position: relative;
        margin: 0 0 30px; }
        .home-wide-banner .wide-banner-type .banner-content .deal-content .deal-title h4 {
          font-size: 22px;
          display: inline-block;
          position: relative;
          padding: 0 0 15px 0;
          margin: 0; }
          .home-wide-banner .wide-banner-type .banner-content .deal-content .deal-title h4:before {
            background: #b9d1db;
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            background: #c7a17a;
            right: 0;
            width: 80%; }
      .home-wide-banner .wide-banner-type .banner-content .deal-content .deal-links {
        float: left;
        position: relative;
        margin: 0 0 30px 0; }
        .home-wide-banner .wide-banner-type .banner-content .deal-content .deal-links a {
          display: inline-block;
          font-size: 18px;
          font-weight: 700;
          margin-right: 50px;
          width: auto; }
          @media screen and (max-width: 967px) {
            .home-wide-banner .wide-banner-type .banner-content .deal-content .deal-links a {
              margin-right: 25px; } }
          .home-wide-banner .wide-banner-type .banner-content .deal-content .deal-links a:last-child {
            margin-right: 0; }
          .home-wide-banner .wide-banner-type .banner-content .deal-content .deal-links a span {
            -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-wide-banner .wide-banner-type .banner-content .deal-content .deal-links a:hover span {
            color: #b9d1db !important; }
  .home-wide-banner .wide-banner-type .icon-section {
    padding: 0 15px;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .home-wide-banner .wide-banner-type .icon-section .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .home-wide-banner .wide-banner-type .icon-section .icon img {
      max-width: none;
      max-height: 100%; }
      @media screen and (max-width: 767px) {
        .home-wide-banner .wide-banner-type .icon-section .icon img {
          display: block;
          margin: auto; } }
    .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 img {
          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); }
.home-wide-banner .CollectionItems {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home-parallax-banner .wide-banner-type {
  float: left;
  width: 100%;
  padding: 250px 0;
  position: relative; }
  @media screen and (max-width: 967px) {
    .home-parallax-banner .wide-banner-type {
      padding: 100px 0 70px; } }
  .home-parallax-banner .wide-banner-type:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
  .home-parallax-banner .wide-banner-type .CollectionItems {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center; }
  .home-parallax-banner .wide-banner-type .banner-content {
    padding: 0 15px;
    position: relative; }
    @media screen and (max-width: 567px) {
      .home-parallax-banner .wide-banner-type .banner-content {
        padding: 0 10px; } }
    .home-parallax-banner .wide-banner-type .banner-content.wide--one-whole {
      float: none;
      width: 35%;
      margin: 0 auto;
      display: inline-block;
      background: #fff;
      padding: 55px 80px 65px;
      border-radius: 10px; }
    .home-parallax-banner .wide-banner-type .banner-content h2 {
      font-size: 40px;
      font-family: Muli;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .home-parallax-banner .wide-banner-type .banner-content h2 {
          font-size: 30px; } }
      @media screen and (max-width: 567px) {
        .home-parallax-banner .wide-banner-type .banner-content h2 {
          font-size: 24px; } }
    .home-parallax-banner .wide-banner-type .banner-content h3 {
      font-size: 20px;
      font-family: Muli;
      font-weight: normal;
      line-height: normal;
      margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .home-parallax-banner .wide-banner-type .banner-content h3 {
          font-size: 18px; } }
    .home-parallax-banner .wide-banner-type .banner-content ul {
      padding: 0; }
    .home-parallax-banner .wide-banner-type .banner-content .lof-clock-timer-detail li {
      background: rgba(0, 0, 0, 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-parallax-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-parallax-banner .wide-banner-type .banner-content .lof-clock-timer-detail li {
          width: 75px;
          height: 75px;
          font-size: 22px;
          margin: 0 5px; } }
      .home-parallax-banner .wide-banner-type .banner-content .lof-clock-timer-detail li:first-child {
        margin-left: 0; }
        @media screen and (max-width: 1599px) {
          .home-parallax-banner .wide-banner-type .banner-content .lof-clock-timer-detail li:first-child {
            margin-left: 0; } }
      .home-parallax-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-parallax-banner .wide-banner-type .banner-content .lof-clock-timer-detail li span {
            font-size: 12px; } }
    .home-parallax-banner .wide-banner-type .banner-content .deal-content {
      float: left;
      width: 100%;
      position: relative;
      margin: 0; }
      .home-parallax-banner .wide-banner-type .banner-content .deal-content p {
        margin-bottom: 50px;
        font-size: 20px; }
  .home-parallax-banner .wide-banner-type .icon-section {
    padding: 0 15px; }
    @media screen and (max-width: 967px) {
      .home-parallax-banner .wide-banner-type .icon-section {
        margin-top: 50px; } }
    .home-parallax-banner .wide-banner-type .icon-section .grid__item {
      position: relative;
      margin-bottom: 40px; }
      .home-parallax-banner .wide-banner-type .icon-section .grid__item .icon {
        float: left;
        position: relative; }
        .home-parallax-banner .wide-banner-type .icon-section .grid__item .icon:before {
          position: absolute;
          height: 100%;
          width: 100%;
          background: #b9d1db;
          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-parallax-banner .wide-banner-type .icon-section .grid__item .icon img {
          border-radius: 50%;
          display: block; }
      .home-parallax-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-parallax-banner .wide-banner-type .icon-section .grid__item span {
            font-size: 16px; } }
      .home-parallax-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: 40px 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: 35px 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: Muli; }
      .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%; }

/*** Special Testimonial Carousel ***/
.dt-sc-special-testimonial-details-holder {
  text-align: center; }
  .dt-sc-special-testimonial-details-holder .testimonial-content {
    padding: 0 15%;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px; }
    @media screen and (max-width: 567px) {
      .dt-sc-special-testimonial-details-holder .testimonial-content {
        padding: 0 5%; } }
    .dt-sc-special-testimonial-details-holder .testimonial-content:before {
      content: ""; }

.dt-sc-special-testimonial-images-holder {
  margin: 0 auto;
  float: none; }
  @media screen and (min-width: 768px) {
    .dt-sc-special-testimonial-images-holder {
      width: 60%; } }
  @media screen and (min-width: 1199px) {
    .dt-sc-special-testimonial-images-holder {
      width: 34%; } }
  .dt-sc-special-testimonial-images-holder .slick-slide {
    text-align: center; }
  .dt-sc-special-testimonial-images-holder .slick-list {
    padding: 0 !important; }
  .dt-sc-special-testimonial-images-holder h5 {
    margin-bottom: 0; }
  .dt-sc-special-testimonial-images-holder .category_image img {
    border-radius: 50%;
    float: none;
    display: inline-block;
    margin: 0;
    width: 110px;
    cursor: pointer;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1; }
  .dt-sc-special-testimonial-images-holder .category_text {
    opacity: 0; }
    .dt-sc-special-testimonial-images-holder .category_text span {
      display: inline-block;
      font-size: 16px; }

.dt-sc-special-testimonial-images-holder .slick-center .category_text {
  opacity: 1; }
