/*@import url("https://fonts.googleapis.com/css?family=Roboto:900&display=swap");*/

* {
    box-sizing: border-box;
}


/*.controls-container {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
    z-index: 2;
}

.control {
    background-color: #fff;
    cursor: pointer;
    opacity: 0.5;
    margin: 6px;
    height: 40px;
    width: 5px;
    transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active,
.control:hover {
    background-color: #fff;
    opacity: 1;
    transform: scale(1.2);
}
.hh {
    display: none;
}
.hh.active{
    display: block;
}*/



@keyframes scale {
  50% {
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

@keyframes grow {
    0%,
    20% {
        transform: scale(1);
    }

    75%,
    100% {
        transform: scale(1.15);
    }
}
.content__wr.bannerContent__wr img {
    max-height: 130px;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    animation: scale 5s linear infinite;
        margin: 0 auto;
}
h2.banner-m {
    display: none;
}
.content__wr.bannerContent__wr {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 999;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 15px; */
}
.content__wr.bannerContent__wr h2 {
        color: #F4B764;
        font-family: inherit;
        /* position: absolute; */
        font-size: 42px;
        text-align: center;
        /* left: 0; */
        /* right: 0; */
        /* margin: auto; */
        font-weight: 900;
        opacity: 0;
        transition: 5s all ease;
        transition-delay: 0.3s;
        margin-top: 60px;
        margin-bottom: 20px;
}
.item__wr.bannerItem__wr {
    position: relative;
}
.item__wr.bannerItem__wr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252c30;
    z-index: 0;
    opacity: 0.7;
}
p.text-md {
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
    padding: 0 460px;
    opacity: 0;
    transition: 5s all ease;
    transition-delay: 0.3s;
    margin-bottom: 30px;
}
.parentSec__wr .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}
.parentSec__wr .owl-dots {
    right: 50px !important;
    width: auto !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 4;
}
.bannerslider_wr .bannerItem__wr{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*position: absolute;
    top: 0;
    left: 0;*/
    opacity: 0;
    height: 100vh;
    width: 100%;
    /*  transform: scale(1);*/
    transition: opacity 0.6s ease;
}
.bannerslider_wr .owl-item.active .bannerItem__wr{
    animation: grow 4s linear forwards;
    opacity: 1;
}
.bannerslider_wr .owl-item.active .bannerItem__wr h2,
.bannerslider_wr .owl-item.active .bannerItem__wr p{
    opacity: 1;
}
.pageHeader__wr {
    position: absolute;
    width: 100%;
    left: 0;
    top: 266px;
    z-index: 1024;
}
.parentSec__wr .owl-theme .owl-dots .owl-dot.active span, .parentSec__wr .owl-theme .owl-dots .owl-dot:hover span {
    background: #f4b764;
}
.parentSec__wr .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 25px 0;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.parentSec__wr button.owl-dot.active {
    position: relative;
}

.parentSec__wr button.owl-dot.active:before {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 2px solid #f4b764;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.parentSec__wr .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}
.content__wr.bannerContent__wr a {
    border: 1px solid #f4b764;
    background: #f4b764;
    padding: 5px 20px 5px 20px;
/*    padding: 10px 26px 10px 26px;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    color: #fff;
    background-color: #f4b764;
    text-align: center;
    text-decoration: none;
    border-radius: 36px;
    font-size: 14px;
}
.content__wr.bannerContent__wr a:hover {
    background: transparent;
    color: #f4b764;
}
a.h-logo {
    border:unset !important;
    padding: unset !important;
    transition: unset !important;
    font-weight:unset !important;
    color: unset !important;
    background-color:unset !important;
    text-align: center;
    text-decoration: none;
    border-radius:unset !important;
    font-size: unset !important;
}
a.h-logo:hover {
    background: unset;
    color: unset;
}
.social-media-slider {
    position: absolute;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    z-index: 11;
}
.social-media-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-media-slider li {
    list-style: none;
    margin-bottom: 10px;
}
.social-media-slider a {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 12px;
}
.social-media-slider a:hover{
    color:#f4b764;
}
span.header {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #f4b764;
    white-space: nowrap;
    display: block;
    position: relative;
    margin-top: 110px;
    margin-bottom: 0px;
    right: -4px;
}
span.header span {
    white-space: nowrap;
    bottom: 0;
    display: inline-block;
    -webkit-transform: rotate(270deg) translateX(-50%) translateY(-50%);
    -moz-transform: rotate(270deg) translateX(-50%) translateY(-50%);
    -o-transform: rotate(270deg) translateX(-50%) translateY(-50%);
    -ms-transform: rotate(270deg) translateX(-50%) translateY(-50%);
    transform: rotate(270deg) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
span.header:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -85px;
    width: 0px;
    height: 32px;
    border-right: 1px solid #f4b764;
    border-color: #f4b764;
}
header.pageHeader__wr .container__wr {
    padding-left: 0;
    padding-right: 0;
}
.navBarNav__wr > li > a.active {
    color: #f4b764;
}
/**start count**/
section.count {
    margin-top: -70px !important;
    position: relative;
    z-index: 10;
    overflow: visible !important;
}
.services-sc {
    position: relative;
}
.services-sc > div:nth-child(1) {
    padding-right: 0;
}
.services-sc article {
    padding: 36px 0 36px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 135px;
    text-align: center;
}

.services-sc > div:nth-child(1) article {
    padding-left: 60px;
    background-color: #f8d525;
    background-color: #f4b764;
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 100px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 100px;
    background-clip: padding-box;
}
.services-sc article img {
    display: inline-block;
    vertical-align: middle;
    line-height: 65px;
}
.services-sc article .count-heading {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    text-align: left;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.3em;
    transition: color 0.5s ease;
    font-family: "Playfair Display", serif;
}
.services-sc > div:nth-child(1) .count-heading {
    color: #fff;
}
.services-sc article .count-heading span {
    display: block;
}
.services-sc > div:nth-child(1) .count-heading span {
    color: #252C30;
}
.services-sc > div:nth-child(2) {
    background-color: #252c30;
}
.services-sc > div:nth-child(2) .count-heading {
    color: #fff;
}
.services-sc > div:nth-child(2) .count-heading span {
    color: #f4b764;
}
.services-sc > div:nth-child(3) {
    padding-left: 0;
}
.services-sc > div:nth-child(3) article {
    background-color: #f4b764;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 100px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 100px;
    background-clip: padding-box;
}
.services-sc > div:nth-child(3) .count-heading {
    color: #fff;
}
.services-sc > div:nth-child(3) .count-heading span {
    color: #252c30;
}
/**start about**/
section.about_wr {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.abt-content {
    position: relative;
    padding: 35px 0;
}
h3.subheading {
    font-style: italic;
    color: #f4b764;
    font-size: 16px;
    z-index: 3;
    position: relative;
    margin: 0;
    font-weight: 700;
    line-height: 1.3em;
    font-family: "Playfair Display", serif;
}
h4.b-heading {
    color: #252c30;
    line-height: 1.4em;
    z-index: 3;
    position: relative;
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    padding: 0 280px;
    margin-top: 10px;
    font-family: "Playfair Display", serif;
}

p.heading-text {
    zoom: 1;
    filter: alpha(opacity = 3);
    -webkit-opacity: 0.03;
    -moz-opacity: 0.03;
    opacity: 0.03;
    z-index: 1;
    /* font-family: 'Playfair Display', sans-serif; */
    /* font-family: var(--font-headers), sans-serif; */
    font-weight: 700;
    font-weight: 900;
    font-size: 150px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 60px;
    margin: 16px auto 0px;
}
.abt-para p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    max-width: 620px;
    visibility: visible;
    transform: scale(1);
    opacity: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* font-family: "Playfair Display", serif; */
    margin-bottom: 40px;
}
.abt-list {
    margin-top: 70px;
}
.block-icon {
    list-style: none;
    padding: 0;
}
.block-icon.align-center {
    text-align: center;
}
.block-icon.icon-top {
    /* margin: 0 -30px; */
}
.block-icon.align-center li {
    text-align: center;
}
.block-icon.icon-top li {
    padding: 0 15px;
}
.block-icon.layout-cols6 li {
    position: relative;
}
.block-icon.layout-cols6 .icon {
    background-color:#f4b764;
    text-align: center;
}
.block-icon.icon-top .icon {
    margin: 0 auto 10px;
    width: 85px;
    height: 85px;
    display: inline-block;
    line-height: 76px;
    font-size: 36px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.block-icon.layout-cols6 .header {
    color: #252c30 !important;
    font-family: "Playfair Display", serif;
    margin: 15px 0 10px;
    font-weight: 900;
    font-size: 18px;
}
.block-icon.icon-top .descr {
    font-size: 14px;
    line-height: 24px;
    padding: 0 50px;
}
.block-icon.layout-cols6 li:after {
    content: "";
    width: 120px;
    border-bottom: 1px dashed #252C30;
    display: block;
    position: absolute;
    right: -60px;
    top: 50px;
}
.block-icon.layout-cols6 li:last-child:after {
    display: none;
}
.abt-btn {
    margin-top: 30px;
}
.abt-btn a {
    border: 1px solid #252c30;
    /* background: #f4b764; */
    padding: 10px 26px 10px 26px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    color: #fff;
    background-color: #252c30;
    text-align: center;
    text-decoration: none;
    border-radius: 36px;
    font-size: 14px;
}
.abt-btn a:hover {
    background: transparent;
    color: #f4b764;
    border-color: #f4b764;
}
/**start happyclient**/
section.happyclient {
    padding: 100px 0 100px;
    text-align: center;
    background: #252c30;
}
.client-review h2 {
    font-size: 200px;
    line-height: 230px;
    color: #f4b764;
    font-weight: 900;
    font-family: 'Playfair Display', sans-serif;
}
.client-review h3 {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    line-height: 1.3em;
    font-family: 'Playfair Display', sans-serif;
}
.client-review p {
    color: #fff;
    font-weight: 900;
    margin-top: 40px;
}
section.quality {
    background-color: #f4b764;
    padding: 32px 0;
}
.q-left span {
    transition: 0.4s;
}
.q-left h3 {
    font-size: 30px;
    font-weight: 900;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    line-height: 1.3em;
    text-align: center;
    margin: 9px 0 16px;
}
.p-line-before {
    display: block;
    padding-left: 100px;
    position: relative;
}
.p-line-before:before {
    content: "";
    border-top: 0px solid #252C30;
    width: 80px;
    left: 30px;
    top: 0;
    position: absolute;
    display: block;
    bottom: 0;
    margin: auto;
    height: 1px;
    right: auto;
    background: #252C30;
}
.q-left:hover span {
    transform: scale(1.1);
    color: #658A54;
    transition: 0.4s;
    cursor: pointer;
}
.q-right {
    text-align: center;
    position: relative;
    display: block;
    /* margin: 64px 0 16px; */
}
.q-right img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.q-heading-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
h3.whtup-heading {
    color: #fff;
    font-weight: 900;
}

/**end happyclient**/
section.herbal {
    padding: 90px 0 60px;
}
section.herbal .row {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.h-left h3 {
    color: #252c30;
    line-height: 1.4em;
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 24px;
}
.h-img img {
    width: 100%;
}
.h-left p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 40px;
}
.h-left a {
    border: 1px solid #f4b764;
    background: #f4b764;
    padding: 10px 26px 10px 26px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    color: #fff;
    background-color: #f4b764;
    text-align: center;
    text-decoration: none;
    border-radius: 36px;
    font-size: 14px;
}
.h-left a:hover {
    background: transparent;
    color: #f4b764;
}
article.parentSec__wr.client-logo-slide {
    padding: 40px 0;
}
/**start product**/
article.parentSec__wr.product__wr {
    background: #e6e6e6;
    text-align: center;
    padding: 60px 0 60px;
}
.abt-content {
    position: relative;
    padding: 35px 0;
}
h3.subheading {
    font-style: italic;
    color: #f4b764;
    font-size: 16px;
    z-index: 3;
    position: relative;
    margin: 0;
    font-weight: 700;
    line-height: 1.3em;
    font-family: "Playfair Display", serif;
}
h4.p-heading {
    color: #252c30;
    line-height: 1.4em;
    z-index: 3;
    position: relative;
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    padding: 0 280px;
    margin-top: 10px;
    font-family: "Playfair Display", serif;
}
p.heading-text {
    zoom: 1;
    filter: alpha(opacity = 3);
    -webkit-opacity: 0.03;
    -moz-opacity: 0.03;
    opacity: 0.03;
    z-index: 1;
    font-family: 'Playfair Display', sans-serif;
    /* font-family: var(--font-headers), sans-serif; */
    font-weight: 700;
    font-weight: 900;
    font-size: 150px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 0;
    margin: 0px auto 0px;
    /* font-family: "Open Sans", sans-serif !important; */!i;!;
}
.service-p figure {
    /* position: relative; */
    /* float: left; */
    /* overflow: hidden; */
    /* width: 100%; */
    /* background-color: #fff; */
    /* cursor: pointer; */
    /* font-family: Poppins; */
    /* border-radius: 4px; */
}
.service-p figure img {
    position: relative;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.bottom-gradient-do_more {
    /* background: rgba(0, 0, 0, 0) linear-gradient(0deg, #000 0, rgba(0, 0, 0, .2) 23%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* transform: translateY(100%); */
    /* transition: all .5s ease 0s; */
    /* height: 55px; */
    /* width: 100%; */
    /* top: auto; */
}

.service-p figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    max-height: 40px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.do_more-grid-title {
    color: #f4b764;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    /* margin-bottom: 0; */
/*    font-family: "Playfair Display", serif;*/
    text-align: center;
    /* margin-top: 20px; */
}
.product-l ul li:nth-child(1) a {
    /* color: red !important; */
    font-family: "Playfair Display", serif;
}
.headline-center h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    color: #f4b764;
}
.headline-center p {
    font-size: 16px;
    color: #252c30;
}
.product-l {
    position: sticky;
    top: 50px;
}
 section.product-details th {
    text-align: center;
}
section.product-details td {
    text-align: center;
}

.do_more-grid-desc {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}
.service-p figure:hover img {
    /* -webkit-transform: scale(1.1); */
    /* transform: scale(1.1); */
}
.service-p figure:hover .bottom-gradient-do_more {
    /* background:rgba(0,0,0,0.5); */
    /* transform: translateY(0); */
}
.service-p figure:hover figcaption {
    /* height: auto; */
    /* max-height: 200px; */
    /* bottom: -10px; */
}
.product-i__wr .owl-nav {
    position: absolute;
/*    top: -66px;*/
    top: 0;
    right: 0;
    width: 92px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: #fff;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #f4b764;
    width: 35px;
    height: 35px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #252c30;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.abt-btn.read-btn {
    margin-top: 50px;
}
.men-pro-item {
    position: relative;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    margin: 10px;
}
.men-thumb-item {
    position: relative;
}
.men-thumb-item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
    padding: 30px 50px 20px;
        width: 260px;
}
.men-thumb-item:hover {
    cursor: pointer;
}
.men-thumb-item {
    position: relative;
}
.men-thumb-item .pro-image-front {
    opacity: 1;
    visibility: visible;
}
.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.men-pro-item:hover .pro-image-front {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
}
.men-pro-item:hover .pro-image-back {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
    background: #f7f7f7;
}
.item-info-product {
    text-align: center;
    margin: 5px 0 0;
}
.item-info-product h4 a {
    font-size: 20px;
    color: #FF9F02;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.item-info-product h4 {
    color: #555;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    margin-top: 5px;
    text-shadow: none;
}
.info-product-price {
    margin: 5px 0;
    color: #686868;
    text-align: justify;
    font-size: 15px;
}
.product-flrx {
    justify-content: center;
    align-items: center;
    display: flex
;
}
/**end product**/
/**start video**/
section.videoarea {
    margin-top: -478px;
}
h2.video-heading {
    font-size: 60px;
    color: #f4b764;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
    font-family: "Playfair Display", serif;
}
.bg-video {
    background-color: #252c30;
    padding-top: 596px;
}
.vide {
    z-index: 10;
    text-align: center;
    position: relative;
    display: block;
}
.vide span.image {
    display: inline-block;
    position: relative;
    z-index: 2;
    max-height: 520px;
    overflow: hidden;
}
.vide span.image:before {
    zoom: 1;
    filter: alpha(opacity = 50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
.vide span.image:before {
    background-color: #252c30a6;
    zoom: 1;
    filter: alpha(opacity = 95);
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.vide span.image img {
    position: relative;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
        width: 100%;
}
.vide span.play {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../images/icon/video-play.png");
    background-position: 54% 50%;
    background-repeat: no-repeat;
    display: block;
    width: 116px;
    height: 116px;
    background-color: #f4b764;
    border: 12px solid #fff;
    z-index: 11;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.vide .descr {
    display: block;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vide:after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 90%;
    height: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.6);
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.6);
}
/**end video**/
section.client_wr {
    padding: 60px 0 60px;
}
.client-c-heading h3 {
    color: #252c30;
    line-height: 1.4em;
    z-index: 3;
    /* position: relative; */
    /* margin: 0; */
    font-size: 36px;
    font-weight: 900;
    /* padding: 0 280px; */
    /* margin-top: 10px; */
    text-align: center;
    margin-bottom: 35px;
    font-family: "Playfair Display", serif;
}
.client-l ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0;
}
.client-l li {
    list-style: none;
/*    padding: 0 30px;*/
    padding: 0 10px;
}
.wpb_single_image.vc_align_center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vc_custom_1579288050346 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.client_wr .vc_single_image-wrapper {
    position: relative;
    overflow: hidden;
}
.wpb_single_image a {
    border: none;
    outline: 0;
}
.client_wr img:first-child {
    -webkit-filter: grayscale(100%);
    /* filter: grayscale(100%); */
}
.client_wr .vc_single_image-wrapper img {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease, transform 0.4s ease;
}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.client_wr .vc_single_image-wrapper:hover img:not(.ltx-img-hover) {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.client_wr .vc_single_image-wrapper .ltx-img-hover {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.client_wr .vc_single_image-wrapper:hover .ltx-img-hover {
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
/**start product-deatils**/
section.product-details {
    padding: 100px 0 60px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.product-l .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.product-l .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.product-l .list-group-item.active, .product-l .list-group-item.active:hover, .product-l .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #f26201;
    border-color: #f26201;
}
.product-l .list-group-item a {
    color: #252c30;
    text-decoration: none;
    font-weight: 500;
}
.product-l .list-group-item a:hover, .product-l .list-group-item a:focus {
    color: #f26201;
    text-decoration: none;
}
.list-group-item a.active {
    color: #f26201;
}

/**end product-details**/
/**start footer**/
#ltx-logo-footer {
    background:url("../images/background/footer-1-bg.png");
    background-position: 50% 50%;
    background-repeat:  no-repeat;
    background-color:#252c30;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 0 0;
    overflow: hidden;
    padding-bottom: 50px;
}
#ltx-logo-footer span.logo-footer {
    display: inline-block;
    float: left;
    margin-top: 60px;
}
#ltx-logo-footer .logo-footer img {
    max-width: 170px;
    height: auto;
}
#ltx-logo-footer .ltx-social {
    float: right;
    padding-top: 8px;
}
#ltx-logo-footer .ltx-social ul {
    float: right;
    margin-left: -12px;
    margin-bottom: 0;
}
#ltx-logo-footer .ltx-social li {
    display: inline-block;
    margin-left: 12px;
    margin-top: 0;
}

#ltx-logo-footer .ltx-social li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: block;
    color: #fff;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    background: #f4b764;
}
#ltx-logo-footer .ltx-social li a:hover {
    background-color: #ffffff;
    color: #252c30;
}
#ltx-logo-footer .ltx-social .follow-us_wr {
    color: #fff;
    color: #fff;
    float: right;
    line-height: 50px;
    font-size: 16px;
    position: relative;
}
#ltx-logo-footer .ltx-social .follow-us_wr:after {
    content: "";
    display: inline-block;
    width: 14px;
    margin-bottom: 4px;
    margin-left: 8px;
    border-bottom: 2px solid #fff;
}
#ltx-widgets-footer {
    background:url("../images/background/footer-2-bg.png");
    background-position: 50% 100%;
    background-repeat:  no-repeat;
    background-color: #252c30;
    color: #fff;
    padding:35px 0 100px 0;
    position: relative;
    overflow: hidden;
}

#ltx-widgets-footer:before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity = 8);
    -webkit-opacity: 0.08;
    -moz-opacity: 0.08;
    opacity: 0.08;
}
.footer-widget-area div, .footer-widget-area p {
    line-height: 1.8em;
    font-size: 14px;
}
.footer-widget-area .widget:last-child {
    margin-bottom: 0;
}
.footer-widget-area .widget_text {
    width: 75%;
    text-align: center;
}
.footer-widget-area .header-widget {
    padding: 0px 0px 0;
    margin: 18px 0 36px 0;
    font-size: 28px;
    line-height: 1.2em;
    color: #f4b764;
    position: relative;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}
.footer-widget-area div, .footer-widget-area p {
    line-height: 1.8em;
    font-size: 14px;
}
.social-icons-list {
    list-style: none;
    /* margin: 14px 0 60px 0; */
    /* padding: 0; */
}
.widget ul, .page-content ul {
    /* padding-left: 0; */
}
.footer-widget-area .widget_ltx_icons ul {
    display: inline-block;
    text-align: left;
    /* margin: 0; */
    /* padding: 0; */
    margin-left: 32px;
    margin-top: 10px;
}
.footer-widget-area .social-icons-list {
    margin-top: 0;
}
.footer-widget-area .social-icons-list li {
    text-transform: none;
    margin: 0px !important;
    /* padding: 5px 0; */
    font-weight: 600;
    margin-bottom: 7px !important;!i;!;!imx;!imx;!ix;!x;
    display: inline-block;
}

.social-icons-list .icon__wr {
    display: inline-block;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bsWhite__wr);
    position: absolute;
    left: 0;
    top: 0;
}
ul.social-icons-list p {
    margin-bottom: 0;
}
.footer-widget-area .social-icons-list a:hover {
    color: #f4b764;
}
.footer-widget-area .social-icons-list a {
    font-size: 16px;
    text-decoration: none;
    /* margin: 0; */
    /* padding: 0; */
    line-height: 1.8em;
    /* margin-bottom: 18px; */
}
.color-main {
    color: #f4b764;
}
.footer-widget-area a:not(.btn) {
    color: #fff;
}
.footer-widget-area .social-icons-list .fa {
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icons-list li span.fa {
    color: #f4b764;
    width: 48px;
    /* margin-left: -16px; */
    vertical-align: middle;
    text-align: center;
}
.widget_ltx_navmenu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    /* column-count: 2; */
}
.footer-widget-area .widget_pages ul, .footer-widget-area .widget_categories ul, .footer-widget-area .widget_archive ul, .footer-widget-area .widget_ltx_navmenu ul, .footer-widget-area .widget_nav_menu ul {
    list-style: none;
    margin: 0 0 0 -30px;
    padding: 0;
    float: none;
}
.footer-widget-area .widget_pages ul li, .footer-widget-area .widget_categories ul li, .footer-widget-area .widget_archive ul li, .footer-widget-area .widget_ltx_navmenu ul li, .footer-widget-area .widget_nav_menu ul li {
    padding: 0;
    margin: 0;
    float: none;
    margin-left: 30px;
}

.footer-widget-area .widget_pages ul li a, .footer-widget-area .widget_categories ul li a, .footer-widget-area .widget_archive ul li a, .footer-widget-area .widget_ltx_navmenu ul li a, .footer-widget-area .widget_nav_menu ul li a {
    display: block;
    font-size: 14px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-weight: 400;
    margin: 0;
    padding: 0 0 15px 0;
    text-decoration: none;
}
.footer-widget-area a:not(.btn) {
    color: #fff;
}
.footer-widget-area .widget_pages ul li a:before, .footer-widget-area .widget_categories ul li a:before, .footer-widget-area .widget_archive ul li a:before, .footer-widget-area .widget_ltx_navmenu ul li a:before, .footer-widget-area .widget_nav_menu ul li a:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " \f105";
    font-size: 18px;
    font-weight: 600;
    margin-right: 9px;
    margin-top: -4px;
    vertical-align: middle;
    color: #f4b764;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div#ltx_navmenu-2 {
    margin: 0 auto;
    text-align: center;
}
.footer-widget-area .widget_pages ul li a:hover, .footer-widget-area .widget_categories ul li a:hover, .footer-widget-area .widget_archive ul li a:hover, .footer-widget-area .widget_ltx_navmenu ul li a:hover, .footer-widget-area .widget_nav_menu ul li a:hover {
    color: #f4b764;
}
.copyright-block {
    position: relative;
    color: #fff;
    text-align: left;
    padding: 25px 0 25px;
    overflow: hidden;
}
#ltx-widgets-footer + .copyright-block {
    background-color: #141719;
}
.copyright-block p {
    margin-bottom: 0;
}
.copyright-block a {
    color: #f4b764;
    text-decoration: none;
    text-align: center;
}

.copyright-block .go-top {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #252C30;
    color: #fff;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.copyright-block .go-top:hover {
    color: #fff;
    background-color: #f4b764;
}
.copyright-block .go-top span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f4b764;
}
.copyright-block .go-top:hover span{
    color: #fff;
}
/**end footer**/
.got-to-btn #button {
  display: inline-block;
  background-color: #222;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 17px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-weight: 300;
  text-decoration: none;
  /* color: #f4b764; */
}
.got-to-btn #button::after {
  content: "\f077";
  font-family: FontAwesome;
  /* font-weight: 500; */
  font-style: 500;
  /* font-size: 2em; */
  line-height: 33px;
  color: #f4b764;
}
.got-to-btn #button:hover {
  cursor: pointer;
  background-color: #f4b764;
  color: #fff;
}
.got-to-btn #button:active {
  background-color: #555;
}
.got-to-btn #button.show {
  opacity: 1;
  visibility: visible;
}
.got-to-btn #button:hover:after {
    color: #fff;
}
.sticky-menu-bar {
    position: fixed;
    top: 50%;0%; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -75px;
    /* width: 150px; */
    z-index: 9;
    /* height: auto; */
}
.sticky-menu-bar a {
    display: block;
    text-align: center;
    padding: 14px;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
    transform: rotate(-90deg);
    /* right: 32px; */
    width: 189px;
    z-index: 9;
    height: auto;
    text-decoration: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    line-height: 20px;
}
.Message {
    background: #F4B764;
    height: 130px;
}