
body{
    font-family: 'Poppins-Regular';
    font-size: 15px;
    font-weight: normal;
    background-color: #ffffff;
}

a, ul, li{ text-decoration: none; list-style: none; padding: 0;margin: 0;}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

  @font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.ttf?24mjpv') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-phone:before {
    content: "\e942";
  }
  .icon-envelop:before {
    content: "\e945";
  }
  .icon-location2:before {
    content: "\e948";
  }
  .icon-compass:before {
    content: "\e949";
  }
  .icon-clock:before {
    content: "\e94e";
  }
  .icon-google-plus:before {
    content: "\ea8b";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  
/*======Global Css=====*/
.txt-green { color: #35BA1E; font-family: 'Poppins-ExtraBold';}
.line { border-bottom: 3px #35BA1E solid; width: 20%; }
.btn-green { background: #35BA1E; border-radius: 50px; border: none; outline: none; color: #ffffff; padding: 10px 28px; }

@media(min-width: 768px) {
    .pad-lr {
        padding: 0px 100px;
    }
}

/*======Social Links=====*/
.social-link {
    padding-top: 6px;
}
.social-link ul {
    padding: 0;
    margin: 0;
}
.social-link ul li {
    list-style: none;
    display: inline;
    padding-right: 10px;
}

.social-link ul li a {
    text-decoration: none;
}
.icon-google-plus:before,  .icon-facebook:before, .icon-twitter:before {
    padding: 7px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    color: white;
    background: #010101;
}  
    
/*=======Topbar======*/
.topbar {
    background: #00A54F;
    color: #fff;
    font-size: 14px;
    visibility: hidden;
    display: none;
}

@media(min-width: 768px) {
    .topbar {
        visibility: visible;
        display: block;
    }
}
  
/*======Navbar=======*/
    .navbar .navbar-brand img {
        width: 80%;
    }
    .navbar{
        padding: 5px 0;
    }
    .bg-black {
        background: #010100;
    }
    .navbar-dark .navbar-nav .nav-link{
        color: #fff;
        text-transform: uppercase;
    }
    .navbar-dark .navbar-nav .nav-link:hover{
        color: #00A54F;
    }
    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active{
        color: #00A54F;
    }
    .nav-item{
        padding-left: 15px;
    }
    .nav-link {
        font-family: 'Poppins-SemiBold';
    }
    .navbar-collapse ul{
        margin-top: 20px;
        font-size: 14px;
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
        background-color: #010101;
    }
    .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    .dropdown-item.active, .dropdown-item:active {
        background-color: #00A54F;
    }
    .dropdown-item {
        color: #ffffff;
    }
    .dropdown-item:hover{
        background: #00A54F;
        color: #ffffff;
    }

    @media(min-width: 768px){
        .sticky {
            position: fixed;
            top: 0;
            width: 100%;
            box-shadow: 0px 2px 20px 0px #202122;
        }
        .navbar-collapse ul{
            margin-top: 0;
        }
        .navbar{
            color: #fff;
            z-index: 1111;
            padding: 10px 0;
        }
        .navbar .navbar-brand img {
            width: 100%;
        }
    }

/*=====Slider======*/

    .carousel-item img {
        width: 100%;
    }
    
    .carousel-caption {
        padding-bottom: 250px;
        height: 260px;
        width: 260px;
        background-color: #35BA1E;
        border-radius: 50%;
        color: #ffffff;
        left: 10%;
        bottom: 15%;
        position: absolute;
        z-index: 10;
        visibility: hidden;
        display: none;
        animation-delay: 1s;
        -moz-animation-delay: 1s;
        -webkit-animation-delay: 1s;        
    }
    .carousel-caption .circle-content {
        padding: 40px;
    }
    .carousel-caption h4 {
        font-family: 'Poppins-Bold';
        animation-delay: 2s;
        -moz-animation-delay: 2s;
        -webkit-animation-delay: 2s;
    }
    .carousel-caption p {
        font-size: 14px;
        text-align: center;
        animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
    }
    
    .carousel-control-next, .carousel-control-prev {
        visibility: hidden;
    }

    .carousel .carousel-indicators {
        bottom: -5px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        margin: 1px 2px;
    }
    .carousel-indicators li {	
        background: #efefef;
        border: 4px solid #efefef;
    }
    .carousel-indicators li.active {
        color: #fff;
        background: #35BA1E;
        border: 5px double;    
    } 

    @media(min-width: 768px) {
        .carousel-caption {
            visibility: visible;
            display: block;
        }

        .carousel .carousel-indicators {
            bottom: 10px;
        }
    }


/*========About Us========*/
    .about-us h4, .services h4, .works h4, .why h4, .testimonials h4, .brands h4, .products h4, .inner-about-us h4, .sauna-content h4, .steam-content h4, .contact-content h4 {
        color: #010101;
        font-family: 'Poppins-ExtraBold';
    }
    .about-us p, .works p, .why p {
        color: #585858;
    }
/*========services========*/
    .services {
        background: url(../images/bg-service.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .services h4, p {
        color: #ffffff;
        line-height: 25px;
    }

    .img-box img{
        width: 100%;
    }

    .service-desc b {
        color: #35BA1E;
        font-size: 16px;
    }

    /*======Products==========*/
    .products {
        margin-top: 80px;
    }
    .products ul {
        margin: 0;
        padding: 0;
    }

    .pagination-box {
        display: flex;
        justify-content: center;
    }

    *, *::after, *::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      *::after, *::before {
        content: '';
      }
      
    .cd-items ul {
        padding: 0;
    }
    .cd-items li h6 {
        color: #000000;
        font-weight: bold;
        padding: 30px 0;
        font-size: 15px;
    }
    .cd-items li p b span{
        color: #35BA1E;
        font-weight: bold;
    }
    .cd-items li a {
        color: #35BA1E;
        text-decoration: none;
    }
    .cd-items {
        padding: 1em 0;
      }
      @media only screen and (min-width: 768px) {
        .cd-items {
          padding: 2em 0 0;
        }
      }
      @media only screen and (min-width: 1024px) {
        .cd-items {
          padding: 4em 0 0;
        }
      }
      
      .cd-item {
        border:  1px solid #f1f1f1;
        position: relative;
        margin: 0 0 1em;
        background: #ffffff;
        box-shadow: 0px 3px 40px 1px rgb(190, 190, 190, 0.5);
      }
      @media(min-width: 768px) {
        .cd-item {
         
          box-shadow: none;
        }
      }
      .cd-item:hover {
        box-shadow: 0px 3px 40px 1px rgb(190, 190, 190, 0.8);
        transition: all 0.8s;
        transform: translate(0px, 8px);
      }
      .cd-item > img {
        display: block;
        width: 60%;
      }
      @media only screen and (min-width: 768px) {
        .cd-item {
          width: 48%;
          float: left;
          margin: 0 4% 2em 0;
        }
        .cd-item:nth-child(2n) {
          margin-right: 0;
        }
      }
      @media only screen and (min-width: 1024px) {
        .cd-item {
          width: 22%;
          float: left;
          margin: 0 4% 2.8em 0;
        }
        .cd-item:nth-child(2n) {
          margin-right: 4%;
        }
        .cd-item:nth-child(4n) {
          margin-right: 0;
        }
        .cd-item.empty-box::after {
          /* box visible as placeholder when the .cd-quick-view zooms in */
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }
      
      .cd-trigger {
        position: absolute;
        height: 50px;
        line-height: 50px;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 1);
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s, background-color 0.2s;
        -moz-transition: opacity 0.2s, background-color 0.2s;
        transition: opacity 0.2s, background-color 0.2s;
      }
      .no-touch .cd-trigger:hover {
        background: rgba(0, 0, 0, 1);
      }
      @media only screen and (min-width: 1024px) {
        .cd-trigger {
          /* always visible on small devices */
          visibility: visible;
          opacity: 1;
        }
      }
      @media only screen and (min-width: 1170px) {
        .cd-trigger {
          /* only visible on hover on big devices */
          opacity: 0;
        }
      }
      
      @media only screen and (min-width: 1170px) {
        .no-touch .cd-item:hover .cd-trigger {
          opacity: 1;
        }
      
        .touch .cd-item .cd-trigger {
          opacity: 1;
        }
      }
      .cd-quick-view {
        /* quick view non available on small devices */
        display: none;
      }
      @media only screen and (min-width: 1024px) {
        .cd-quick-view {
          display: block;
          position: fixed;
          max-width: 900px;
          visibility: hidden;
          /* Force Hardware Acceleration in WebKit */
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          will-change: left, top, width;
          z-index: 1;
        }
        .cd-quick-view:after {
          content: "";
          display: table;
          clear: both;
        }
        .cd-quick-view.is-visible {
          /* class added when user clicks on .cd-trigger */
          visibility: visible;
        }
        .cd-quick-view.animate-width {
          /* class added at the end of the first zoom-in animation */
          background-color: #ffffff;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          -webkit-transition: box-shadow 0.3s;
          -moz-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
          padding:15px!important;
        }
      }
      
      .cd-slider-wrapper {
        position: relative;
        display: inline-block;
        float: left;
      }
      .cd-slider-wrapper:after {
        content: "";
        display: table;
        clear: both;
      }
      
      .cd-slider {
        float: left;
      }
      .cd-slider li {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }
      .cd-slider li img {
        display: block;
        width: 100%;
        max-width: 400px;
        padding: 20px 0 20px 20px;
      }
      .cd-slider li.selected {
        position: relative;
        z-index: 3;
      }
   
      .add-content .cd-slider {
        margin-right: 3em;
      }
      
      .cd-slider-navigation {
        opacity: 0;
      }
      .add-content .cd-slider-navigation {
        opacity: 1;
      }
      
      .cd-slider-navigation li {
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
      }
      .cd-slider-navigation li:first-child {
        left: 0;
      }
      .cd-slider-navigation li:last-child {
        /* equal to the .cd-slider-wrapper margin-right */
        right: 3em;
      }
      .cd-slider-navigation li a {
        display: block;
        width: 40px;
        height: 50px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        opacity: 0;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.2s, background 0.2s;
        -moz-transition: opacity 0.2s, background 0.2s;
        transition: opacity 0.2s, background 0.2s;
      }
      .cd-slider-navigation li a::before, .cd-slider-navigation li a::after {
        /* create arrows in CSS */
        position: absolute;
        top: 18px;
        left: 14px;
        display: inline-block;
        background: #ffffff;
        height: 3px;
        width: 12px;
      }
      .cd-slider-navigation li a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      .cd-slider-navigation li a::after {
        -webkit-transform: translateY(7px) rotate(-45deg);
        -moz-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
        -o-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
      }
      .add-content .cd-slider-navigation li a {
        opacity: .2;
      }
      .no-touch .cd-slider-navigation li a:hover {
        background: rgba(71, 55, 78, 0.8);
        opacity: 1;
      }
      .touch .cd-slider-navigation li a {
        opacity: 1;
      }
      .cd-slider-navigation li:first-child a::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      .cd-slider-navigation li:first-child a::after {
        -webkit-transform: translateY(7px) rotate(45deg);
        -moz-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
      }
      
      .cd-item-info {
        position: absolute;
        padding: 3em 3em 3em 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s, visibility 0s;
        -moz-transition: opacity .3s, visibility 0s;
        transition: opacity .3s, visibility 0s;
      }
      .cd-item-info h4 {
        font-size: 18px;
        /* font-size: 1.75rem; */
      }
      .cd-item-info h6 {
        line-height: 1.6;
        margin: 1em 0;
        font-size: 15px;
        font-weight: bolder;
        color: #010101;
      }
      .cd-item-info h6 .price {
          background-color: #35BA1E;
          padding: 10px 15px;
          color: #ffffff;
      }
      .cd-item-info p {
        line-height: 1.6;
        margin: 1em 0;
        font-size: 15px;
        color: #585858;
      }
      .cd-item-info .cd-item-action li {
        display: inline-block;
        margin-right: 1em;
      }
      .cd-item-info .cd-item-action li:first-child {
        margin-left: -4px;
      }
      
      .add-content .cd-item-info {
        /* class added at the end of the width animation, used to show the content */
        position: relative;
        visibility: visible;
        opacity: 1;
      }
      .add-content .cd-item-info h2 {
        -webkit-animation: cd-slide-in 0.3s;
        -moz-animation: cd-slide-in 0.3s;
        animation: cd-slide-in 0.3s;
      }
      .add-content .cd-item-info p {
        -webkit-animation: cd-slide-in 0.4s;
        -moz-animation: cd-slide-in 0.4s;
        animation: cd-slide-in 0.4s;
      }
      .add-content .cd-item-info .cd-item-action {
        -webkit-animation: cd-slide-in 0.5s;
        -moz-animation: cd-slide-in 0.5s;
        animation: cd-slide-in 0.5s;
      }
      
      @-webkit-keyframes cd-slide-in {
        0% {
          -webkit-transform: translate3d(-40px, 0, 0);
        }
        100% {
          -webkit-transform: translate3d(0, 0, 0);
        }
      }
      @-moz-keyframes cd-slide-in {
        0% {
          -moz-transform: translate3d(-40px, 0, 0);
        }
        100% {
          -moz-transform: translate3d(0, 0, 0);
        }
      }
      @keyframes cd-slide-in {
        0% {
          -webkit-transform: translate3d(-40px, 0, 0);
          -moz-transform: translate3d(-40px, 0, 0);
          -ms-transform: translate3d(-40px, 0, 0);
          -o-transform: translate3d(-40px, 0, 0);
          transform: translate3d(-40px, 0, 0);
        }
        100% {
          -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);
        }
      }
      .cd-close {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline-block;
        width: 30px;
        height: 30px;
        /* image replacement */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        visibility: hidden;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
        -moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
        transition: transform .3s 0s, visibility 0s .3s;
      }
      .cd-close::before, .cd-close::after {
        /* close icon in css */
        position: absolute;
        top: 12px;
        left: 5px;
        display: inline-block;
        height: 4px;
        width: 20px;
        background: #0a0a0a;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      .cd-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      .cd-close::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
      }
      .no-touch .cd-close:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
      }
      .add-content .cd-close {
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
        transition: transform .3s 0s, visibility 0s 0s;
      }
      
    /*======Recent works=======*/
    .works {
        background: url(../images/bg-work.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .box {
        background: #ffffff;
        box-shadow: 0px 3px 40px 1px rgb(190, 190, 190, 0.5);
        margin: 20px 0;
    }
    @media(min-width: 768px) {
        .box {
            background: #ffffff;
            box-shadow: none;
            margin: 0;
        }
    }
    .box:hover {
        box-shadow: 0px 3px 40px 1px rgb(190, 190, 190);
        transition: all 0.8s;
        transform: translate(0px, 8px);
    }
    .works-desc a {
        color: #010101;
        font-size: 16px;
        text-decoration: none;
    }

    .works-desc a:hover {
        color: #35BA1E;  
    }

    /*====Why body charge mantra===*/
    .why {
        margin-bottom: 80px;
    }
    .media {
        cursor: pointer;
    }
    .mb-6 {
        margin-bottom: 0px;
    }
    @media(min-width: 768px) {
        .mb-6 {
            margin-bottom: 50px;
        } 
    }

/*=========Inquery=========*/
    .inquery {
        background: url(../images/bg-test1.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        /* margin-top: 80px; */
    }
    .inquery-desc h4 {
        color: #ffffff;
        font-size: 25px;
        font-family: 'Poppins-Bold';
    }
    .icon-compass:before {
        color: #ffffff;
        font-size: 15px;
        /* padding-right: 8px; */
    }
    .btn-send {
        background: #35BA1E;
        color: #ffffff;
        padding: 10px 15px;
        border: none;
        border-radius: 0;
        margin-left: -5px;
    }
    .inquery-desc .form-group input {
        width: 80%;
        padding: 10px;
        border: none;
        border-radius: 0;
        display:inline-block;
    }
    .inquery-desc .form-group input, .inquery-desc .form-group .btn-send{
        display: inline !important;
    }
@media(min-width: 320px) {
    .inquery-desc .form-group input {
        width: 69%;
    }
}

/*========Testimonial=========*/
    .slider {
        width: 100%;
    }

    .slick-slide img {
        width: 100%;
    }

    .slick-slide {
        transition: all ease-in-out .3s;
        margin: 0;
    }

    .testimonials {
        margin-top: 80px;
    }

    .testimonial p {
        color: #585858;
    }

    .item {
        color: #585858;
        overflow: hidden;
        min-height: 120px;
        font-size: 14px;
    }

    .media {
        position: relative;
        padding: 0 0 0 20px;
    }

    .media img {
        width: 60px;
        height: 60px;
        display: block;
        border-radius: 50%;
    }

    .testimonial-wrapper {
        padding: 0 10px;
    }

    .testimonial {
        color: #585858;
        position: relative;
        padding: 25px;
        background: #f9f9f9;
        border: 1px solid #f9f9f9;
        border-radius: 3px;
        margin-bottom: 15px;
    }

    .testimonial::after {
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background: #f9f9f9;
        border: 1px solid #f9f9f9;
        border-width: 0 0 1px 1px;
        position: absolute;
        bottom: -8px;
        left: 46px;
        transform: rotateZ(-46deg);
    }

    .overview {
        padding: 3px 0 0 15px;
    }

    .overview .details {
        padding: 5px 0 8px;
    }

    .overview b {
        text-transform: uppercase;
        color: #35BA1E;
    }

    .slick-dots li button {
        font-size: 14;
        line-height: 0;
        display: block;
        width: 18px;
        height: 18px;
        padding: 5px;
        cursor: pointer;
        color: #efefef;
        border: 0;
        outline: none;
        background: #efefef;
    }

    .slick-dots {
        bottom: -60px;
    }
    .slick-dots li button:hover,
    .slick-dots li button {
        border: none;
        border-radius: 50%;
        color: #efefef;
        background: #efefef;
    }

    .slick-dots li button:before {
        font-size: 42px;
        line-height: 17px;
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        content: '•';
        text-align: center;
        color: #efefef;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
      .slick-dots li.slick-active button:before {
        color:#35BA1E !important;
        opacity: 1;
        border: 1px solid #35BA1E;
        border-radius: 50%;
    }

/*==========Brands===========*/
    .brands {
        margin-top: 150px;
    }
    .brands p {
        color: #585858;
    }

    #brandSlider {
        position: relative;
    }
  @media (max-width: 767px) {
    #brandSlider {
      border-color: transparent;
    }
  }
  #brandSlider .MS-content {
    margin: 15px 5%;
    overflow: hidden;
    white-space: nowrap;
  }
  @media (max-width: 767px) {
    #brandSlider .MS-content {
      margin: 0;
    }
  }
  #brandSlider .MS-content .item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border-right: none;
    width: 25%;
  }
  .item img {
      width: 90%;
  }

  @media (max-width: 1200px) {
    #brandSlider .MS-content .item {
      width: 25%;
    }
  }
  @media (max-width: 992px) {
    #brandSlider .MS-content .item {
      width: 33.3333%;
    }
  }
  @media (max-width: 767px) {
    #brandSlider .MS-content .item {
      width: 50%;
    }
  }
  #brandSlider .MS-content .item p {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
  }

  /*=======Footer=========*/
  .footer {
      background: #0a0a0a;
  }
  .footer p {
      color: #585858;
  }
  .social-links ul {
      margin: 0;
  }
  .footer .social-links ul li {
      list-style: none;
      display: inline-block;
      margin-right: 10px;
  }
  .footer .social-links ul li a{
      text-decoration: none;
  }
  .footer .social-links .icon-facebook:before,  .footer .social-links .icon-google-plus:before,  .footer .social-links .icon-twitter:before {
      background: #35BA1E;
  }

  @media(min-width: 768px) {
      .useful-links {
          margin-left: 60px;
      }
  }
  .useful-links b, .links ul li a, .contacts b, .no-email li a, .address li, .fb-widget b  {
    font-family: 'Poppins-Medium';
    color: #585858;
  }

  .links ul {
      padding: 0;
      margin: 0;
  }

  .links ul li {
      list-style: none;
      display: block;
      line-height: 25px;
  }

  .links ul li a, .no-email li a {
    text-decoration: none;
  }

  .links ul li a:hover, .no-email li a:hover, .no-email li a b:hover {
    color: #35BA1E;
  }

  .reserved {
      background: #000000;
      padding: 8px 0;
  }

  .reserved p, .reserved p a {
      color: #585858;
      font-size: 14px;
  }

  .reserved p a:hover {
      color: #35BA1E;
      text-decoration: none;
  }
  

/*====Inner Pages======*/

    /*====About Us====*/
    .inner-about-us .img-box img, .about-us-content .img-box img {
        width: 100%;
    }

    .inner-about-us .img-box, .sauna .img-box, .steam .img-box, .contact .img-box, .works .img-box  {
        position: relative;
        left: 0;
        top: 0;
    }

    .inner-about-us .img-box h4, .sauna .img-box h4, .steam .img-box h4, .contact .img-box h4, .works .img-box h4 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 20px;
        font-family: 'Poppins-Bold';
    }

    @media(min-width: 768px) {
        .inner-about-us .img-box h4, .sauna .img-box h4, .steam .img-box h4, .contact .img-box h4, .works .img-box h4 {
            font-size: 30px;
        }
    }

    .inner-about-us p, .sauna-content p, .steam-content p, .contact-content p {
        color: #585858;
    }

    .about-us-content .img-box img {
        box-shadow: 0px 3px 40px 1px rgb(190, 190, 190, 0.5);
        margin: 40px 0;
    }

    .quick-service {
        background: #f9f9f9;
    }
    .quick-service .box, .quick-service .box p{
        color: #585858;
        text-align: center;
        padding: 20px;
    }


/*==========Contact Us==========*/
    .contact .form-group input, .contact-content form textarea {
        background: #f9f9f9;
        color: #585858;
        font-size: 15px;
    }

    .contact-content form {
        background: #ffffff;
        padding: 20px;
        box-shadow: 0px 3px 40px 1px rgb(190, 190, 190, 0.5);
       
    }
    .contact-content form .form-control, .contact-content form textarea {
        border: none;
        border-radius: 0;
        color: #585858;
        padding: 25px;
        width: 100%;
    }
   
    .btn-send-msg {
        background: #35BA1E;
        color: #ffffff;
        padding: 10px 15px;
        border: none;
        border-radius: 0;
        width: 100%;
        font-family: 'Poppins-Medium';
    }
    .icon-clock:before, .icon-envelop:before, .icon-location2:before, .icon-phone:before {
        color: #585858;
        font-size: 18px;
        padding-right: 20px;
    }
    .contact-content ul {
        margin-top: 20px;
        padding: 0;
        list-style: none;
    }

    .contact-content ul li {
        display: block;
        line-height: 50px;
    }

    .contact-content ul li a {
        color: #585858;
        text-decoration: none;
    }
  
    .contact-content ul li a:hover {
        color: #35BA1E;
    }

    /*=========Google Map========*/
    .mapouter {
        text-align: right;
        height: 400px;
        width: 100%;
    }

    .gmap_canvas {
        overflow: hidden;
        background: none!important;
        height: 400px;
        width: 100%;
    }
    .mapouter .gmap_canvas iframe {
        width: 100%;
        height: 400px;
    }

    /*=====Widget========*/
    .widget iframe {
        width: 100%;
        height: 200px; 
        border: none;
        overflow: hidden;
    }

    /* Page loder */
    .loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url(../images/Preloader_1.gif) center no-repeat #fff;
    }