body {
    font-family: 'Rubik', sans-serif !important;
}

a {
    font-family: 'Rubik', sans-serif !important;
}

h1 {
    font-family: 'Rubik', sans-serif !important;
}

h2 {
    font-family: 'Rubik', sans-serif !important;
}

h3 {
    font-family: 'Rubik', sans-serif !important;
}

h4 {
    font-family: 'Rubik', sans-serif !important;
}

h5 {
    font-family: 'Rubik', sans-serif !important;
}

p {
    font-family: 'Rubik', sans-serif !important;
}

span {
    font-family: 'Rubik', sans-serif !important;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

.transparent {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 99;
}

.navigation {
    background: #fff;
}


/*===========================
    HEADER MENU css 
===========================*/

.header-top {
    border-bottom: 1px solid #eceff8;
}

.header-top .header-social ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 25px 0;
}

.header-top .header-social ul li:last-child {
    margin-right: 0;
}

.header-top .header-social ul li a {
    color: rgba(44, 44, 44, 0.3);
    font-size: 18px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.header-top .header-social ul li a:hover {
    color: #000;
}

.header-top .header-info ul li {
    display: inline-block;
    padding: 25px 30px;
    border-right: 1px solid #eceff8;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-top .header-info ul li {
        padding: 25px 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-top .header-info ul li {
        padding: 25px 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-top .header-info ul li:first-child {
        border-left: 1px solid #eceff8;
    }
}

.header-top .header-info ul li p {
    font-size: 16px;
    color: #2c2c2c;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-top .header-info ul li p {
        font-size: 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-top .header-info ul li p {
        font-size: 15px;
    }
}

.header-top .header-info ul li p img {
    margin-right: 10px;
}

.header-top .header-info ul li p a {
    color: #000;
}


/* ====== Navigation sticky ===== */

.navigation.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-animation: sticky 2s;
    -moz-animation: sticky 2s;
    -o-animation: sticky 2s;
    animation: sticky 2s;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navigation.sticky {
        padding-bottom: 20px;
    }
}

@media (max-width:767px) {
    .navigation.sticky {
        padding-bottom: 20px;
    }
}

.navigation.sticky .logo {
    min-width: 0px !important;
    max-width: auto !important;
    height: auto !important;
    transition: all .3s !important;
}

.navigation.sticky .main-menu .nav-menubar>li>a {
    padding: 22px 0;
    color: #000 !important;
}

.navigation.sticky .search-cart {
    padding: 24px 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navigation.sticky .search-cart {
        padding: 0;
        top: 27px;
    }
}

@media (max-width:767px) {
    .navigation.sticky .search-cart {
        padding: 0;
        top: 27px;
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.nav-menubar {
    margin-top: 0.7rem;
    margin-bottom: 0rem;
}


/* .navigation.sticky .nav-menubar {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
} */

.header-menu .logo p {
    color: #6fae3a;
    font-weight: 500;
    font-size: 18px;
    margin: 1.3rem 0rem 1.3rem 0.5rem;
}

.header-menu .logo span {
    color: #000;
    line-height: 1;
    font-size: 12px;
    font-weight: 100;
}

.header-menu .logo {
    position: relative;
    z-index: 9999;
    display: flex;
    min-width: 154px !important;
    max-width: auto !important;
    height: auto !important;
    transition: all .3s !important;
}

.header-menu .main-menu .nav-menubar>li {
    margin-left: 30px;
    position: relative;
    display: inline-block;
}

.header-menu .main-menu .nav-menubar>li:first-child {
    margin-left: 0;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-menu .main-menu .nav-menubar>li {
        margin-left: 15px;
    }
    .nav-menubar {
        padding: 0px;
    }
}

.header-menu .main-menu .nav-menubar>li>a {
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    padding: 25px 0;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-menu .main-menu .nav-menubar>li>a {
        font-size: 14px;
        color: #000 !important;
        padding: 10px 0px;
    }
}

.header-menu .main-menu .nav-menubar>li a.active,
.header-menu .main-menu .nav-menubar>li:hover>a {
    color: #6fae3a !important;
}

.header-menu .main-menu .nav-menubar>li .sub-menu {
    position: absolute;
    top: 115%;
    left: 0;
    width: 220px;
    background-color: #fff;
    padding: 5px 20px;
    border-top: 2px solid #d2a264;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.header-menu .main-menu .nav-menubar>li .sub-menu li {
    border-bottom: 1px solid rgba(255, 74, 90, 0.3);
    position: relative;
}

.header-menu .main-menu .nav-menubar>li .sub-menu li:last-child {
    border-bottom: 0;
}

.header-menu .main-menu .nav-menubar>li .sub-menu li a {
    display: block;
    font-size: 14px;
    padding: 9px 0;
    color: #2e3038 !important;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.header-menu .main-menu .nav-menubar>li .sub-menu li a.active,
.header-menu .main-menu .nav-menubar>li .sub-menu li:hover>a {
    padding-left: 5px;
    color: #000 !important;
}

.header-menu .main-menu .nav-menubar>li .sub-menu li .sub-menu {
    left: 111%;
    top: 0;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}

.header-menu .main-menu .nav-menubar>li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-menu .main-menu .nav-menubar>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-menu .search-cart {
    padding: 31px 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-menu .search-cart {
        padding: 0;
        position: absolute;
        right: 60px;
        top: 33px;
        z-index: 9999;
    }
}

@media (max-width:767px) {
    .header-menu .search-cart {
        padding: 0;
        position: absolute;
        right: 55px;
        top: 33px;
        z-index: 9999;
    }
}

.header-menu .search-cart ul {
    margin-right: 10px;
}

.header-menu .search-cart ul li {
    display: inline-block;
    margin-left: 15px;
}

.header-menu .search-cart ul li:first-child {
    margin-left: 0;
}

.header-menu .search-cart ul li a {
    font-size: 18px;
    color: #2c2c2c;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-menu .search-cart ul li a {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .header-menu .search-cart ul li a {
        font-size: 16px;
    }
}

.header-menu .search-cart ul li .cart {
    position: relative;
}

.header-menu .search-cart ul li .cart span {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 12px;
    background-color: #ff5e00;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}


/* ===================
Slider Style css
====================== */

.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -160px;
    line-height: 82vh;
    text-align: center;
}

.Modern-Slider .item .img-fill .color-change {
    text-align: left !important;
    left: 700px !important;
}

.Modern-Slider .item .img-fill .color-change-a {
    text-align: left !important;
    top: 20px !important;
    left: 240px !important;
}

.Modern-Slider .item .img-fill .color-change-b {
    text-align: left !important;
    left: 440px !important;
}

.Modern-Slider .item .smart {
    color: #000 !important;
}

.Modern-Slider .item .believe {
    color: #222 !important;
}

.Modern-Slider .item .img-fill .slider-img-a {
    display: none;
}

.Modern-Slider .item .info>div {
    display: inline-block!important;
    vertical-align: middle;
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 45px;
    display: block !important;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    height: 45px;
    background: rgba(111, 154, 78, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .NextArrow:hover {
    background-color: #6fae3a;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.Modern-Slider .NextArrow:before {
    content: '\f105';
}

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block !important;
    width: 45px;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    height: 45px;
    background: rgba(111, 154, 78, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
    transition: all 0.5s ease 0s;
}

.Modern-Slider .PrevArrow:hover {
    background-color: #6fae3a;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.Modern-Slider .PrevArrow:before {
    content: '\f104';
}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255, 255, 255, .20);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: #6fae3a;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
    text-transform: uppercase;
    color: #000;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 3rem;
}

.Modern-Slider .item h5 {
    margin: 0;
    padding: 0;
    /* font:15px/30px RalewayR; */
    color: #6fae3a;
    margin-top: 20px;
    font-weight: 600;
    font-size: 2.5rem;
    overflow: hidden;
    width: 100%;
    animation: fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3 {
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
    animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
    animation: Slick-FastSwipeIn 1s both;
}


/* ==== Slider Image Transition === */

@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}


/* =============
 Slick Slider Css
 ============= */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}


/* ====================
About our css
======================= */

.section-top {
    padding-top: 60px;
}

.smriti-top-a {
    margin-top: 1.5rem !important;
}

.smriti-main h2 {
    position: relative;
    font-size: 26px;
    margin: 0;
    right: 0%;
    color: #000;
    font-weight: 600;
}

.smriti-main span {
    border: 1px solid #6fae3a;
    width: 50px;
    position: absolute;
    height: 3px;
    background: #6fae3a;
}

.smriti-main p {
    color: #585858;
    text-align: justify;
}


/* == Video section == */

#video {
    width: 100%;
    height: auto;
    margin: auto;
}

video {
    width: 100.2%;
    height: auto;
    cursor: pointer;
    webkit-box-shadow: 0 6px 22px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, .3);
}


/*======= Spinner load =======*/

.poster {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: rotateZ(45deg);
}

.poster .cube {
    position: relative;
    transform: rotateZ(45deg);
}

.poster .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
}

.poster .cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    animation: cube 1.08s infinite linear both;
    transform-origin: 100% 100%;
}

.poster .c2 {
    transform: scale(1.1) rotateZ(90deg);
}

.poster .c3 {
    transform: scale(1.1) rotateZ(180deg);
}

.poster .c4 {
    transform: scale(1.1) rotateZ(270deg);
}

.poster .c2:before {
    animation-delay: 0.135s;
}

.poster .c3:before {
    animation-delay: 0.27s;
}

.poster .c4:before {
    animation-delay: 0.405s;
}

@keyframes cube {
    0%,
    10% {
        transform: perspective(70px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(70px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(70px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes bg-pan-top {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* ==================
What is Smriti Meditation? 
============== */

.ayur-med-what {
    margin-top: 1.5rem;
}

.ayur-med-what h2 {
    position: absolute;
    font-size: 26px;
    margin: 0;
    left: 13%;
    color: #000;
    font-weight: 600;
}

.ayur-med-what span {
    border: 1px solid #6fae3a;
    width: 50px;
    position: relative;
    height: 3px;
    background: #6fae3a;
}

.ayur-med-what p {
    color: #585858;
    margin-bottom: 0px;
    text-align: justify;
}

.ayr-image-box {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    webkit-box-shadow: 0 6px 22px 0 rgba(0, 0, 0, .3) !important;
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, .3) !important;
}

.ayr-image-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ayr-image-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* ===================
Our Mission  css
====================== */

.our-mission-bg {
    background-image: url(../img/our-banner-image.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    overflow: hidden;
}

.mb-60 {
    margin-bottom: 60px;
}

.our-bg-vis {
    padding: 96px 50px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.our-bg-vis:hover {
    background: #222;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}

.our-bg-vis:hover h4 {
    color: #6fae3a;
    transition: .3s ease-in-out;
}

.our-bg-vis:hover p {
    color: #fff;
    transition: .3s ease-in-out;
}

.our-bg-vis p {
    color: #585858;
    margin-top: 20px;
}

.our-bg-vis h4 {
    font-weight: 700;
}

.our-bg-mis {
    padding: 72px 50px;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    min-height: 305px;
}

.our-bg-mis p {
    color: #585858;
    margin-top: 20px;
}

.our-bg-mis h4 {
    font-weight: 700;
}

.our-bg-mis:hover {
    background: #222;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}

.our-bg-mis:hover h4 {
    color: #6fae3a;
    transition: .3s ease-in-out;
}

.our-bg-mis:hover p {
    color: #fff;
    transition: .3s ease-in-out;
}

.our-img-or img {
    transition: .3s ease-in-out;
}

.our-img-or:hover img {
    transform: translateY(-10px);
    transition: .3s ease-in-out;
}


/* ===================
SERVICES css
====================== */

.section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-head h2 {
    position: relative;
    font-size: 26px;
    margin: 0;
    text-align: center;
    /* left: 32%; */
    color: #000;
    font-weight: 600;
}

.title-head span {
    border: 1px solid #6fae3a;
    width: 50px;
    position: relative;
    bottom: 30px;
    right: 17%;
    height: 3px;
    background: #6fae3a;
}

.ayur-service-sub .ayur-service {
    padding: 36px 35px !important;
    background: #6fae3a;
}

.ayur-service-sub .ayur-service h2 {
    font-size: 23px;
    color: #fff;
}

.ayur-service-sub .ayur-service p {
    font-size: 15px;
    text-align: justify;
    margin: 0;
    color: #dadada;
}

.ayur-service-sub-a .ayur-service-a {
    padding: 36px 35px !important;
}

.ayur-service-sub-a .ayur-service-a h2 {
    font-size: 23px;
    color: #000;
}

.ayur-service-sub-a .ayur-service-a p {
    font-size: 15px;
    text-align: justify;
    margin: 0px;
    color: #585858;
}

.ayur-imag {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.ayur-imag img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ayur-imag:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ayur-service-obj {
    padding: 20px 20px;
}

.ayur-service-obj h2 {
    font-size: 22px;
}

.ayur-service-obj ul {
    padding: 0px;
}

.ayur-service-obj ul li {
    list-style: none;
    display: flex;
}

.ayur-service-obj ul li p {
    font-size: 14px;
    margin: 9px 0px 5px 10px;
}


/* ===================
Blog  css
====================== */

.title-blog h2 {
    position: absolute;
    font-size: 26px;
    margin: 0;
    left: 43%;
    color: #000;
    font-weight: 600;
}

.title-blog span {
    border: 1px solid #6fae3a;
    width: 50px;
    position: relative;
    bottom: 0;
    top: 0;
    height: 3px;
    background: #6fae3a;
}

.ayur-blog-head .ayur-blog h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px
}

.ayur-blog-head .ayur-blog h6 {
    font-size: 14px;
    margin-top: 10px;
}

.ayur-blog-head .ayur-blog p {
    margin-top: 20px;
    font-size: 13px;
    text-align: justify;
    color: #585858;
}

.ayur-blog-head .ayur-blog a {
    background: #6fae3a;
    padding: 8px 10px;
    color: #fff;
    border: 1px solid transparent;
    font-size: 14px;
    border-bottom: 1px solid #c6c6c6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ayur-blog-head .ayur-blog a:hover {
    background: #fff;
    color: #6fae3a;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #cc66cc;
}

.ayur-blog {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 20px;
}

.ayur-blog-head {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.ayur-blog-head img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ayur-blog-head:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Blog More  */

.recent-all ul li {
    list-style: none;
}

.input-area {
    width: 100%;
    border: 1px solid #c6c6c6;
    font-size: 14px;
    padding: 8px 8px;
}

.news-we p {
    font-size: 14px;
    color: #777777;
    margin: 0px;
}

.news-we span {
    font-size: 14px;
    color: #6fae3a;
    margin-bottom: 10px;
}

.news-we h3 {
    font-size: 12px;
    color: #6fae3a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.recent-all ul {
    padding: 0px;
}

.recent-all ul li img {
    float: left;
    margin-right: 20px;
}

.recent-all ul li p {
    font-size: 12px;
    margin: 0px;
}

.recent-all ul li h5 {
    font-size: 10px;
    text-align: left;
    color: #7b7979;
    font-style: italic;
    letter-spacing: 0.8px;
    margin-top: 10px;
}

.news-awa-a .news-pad i {
    padding-right: 10px;
    padding-bottom: 20px;
    color: #6fae3a;
    font-size: 14px !important;
}

.news-awa-a .news-pad a {
    font-family: 'Quicksand', sans-serif;
    color: #707173;
    font-size: 14px !important;
    padding-right: 10px;
}

.news-awa-a .news-pad {
    padding: 15px 0px;
    background-color: #fff;
}

.news-awa-a .news-pad h4 {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding-top: 5px;
    padding-right: 10px;
    letter-spacing: 1.5px;
    color: #6fae3a;
    transition: all 0.5s ease;
}

.news-awa-a .news-pad h2 {
    border-top: 1px solid #eaeaea;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.5;
    color: #5a5858;
}

.news-awa-a .news-pad span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    padding-left: 8px;
    color: #6fae3a;
    border-left: 1px solid #d4d4d4;
}

.news-awa-a h3 {
    font-size: 14px;
    color: #636262;
    margin-bottom: 12px;
}

.news-awa-a .news-pad p {
    font-size: 14px;
    color: #707173;
    text-align: justify;
    letter-spacing: 0.5px;
}


/* ====================
Home Background css
======================= */

.background-image {
    position: relative;
    text-align: center;
    color: white;
}

.background-image a {
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    transform: translate(-50%, -50%);
    font-weight: 700;
}

.background-image a:hover {
    color: #6fae3a;
}


/* ===================
GET IN  css
====================== */

.get-bg {
    background: #6fae3a;
}

.get_in {
    padding: 11rem 3rem;
}

.get_in h1 {
    color: #fff;
}


/* ====================
IMAGE FIXED area css
======================= */

.image-fixed-area {
    position: relative;
    text-align: center;
}

.title-area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.title-area h3 {
    color: #98c639;
}

.title-area span {
    color: #fff;
    font-weight: 700;
}


/* ===================
OUR TEAM SECTION css
====================== */

.testim {
    width: 100%;
    position: relative;
    top: 0%;
    background: #f1f1f1;
}

.ayur-our-head h2 {
    position: absolute;
    font-size: 26px;
    margin: 0;
    left: 38.5%;
    color: #000;
    font-weight: 600;
}

.ayur-our-head span {
    border: 1px solid #6fae3a;
    width: 50px;
    position: relative;
    bottom: 0;
    top: 0;
    height: 3px;
    background: #6fae3a;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    display: contents;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #6fae3a;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0;
    display: block;
    z-index: 1;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgb(156, 155, 155);
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #6fae3a;
    border-color: #6fae3a;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 30px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #6fae3a;
    font-size: 18px;
    margin: 15px 0 25px;
}

.testim .cont div p {
    font-size: 14px;
    color: #424242;
    text-align: justify;
    width: 60%;
    margin: 1rem auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}


/* ===================
Our Chief Patron css
====================== */

.ayur-our-chief h2 {
    position: absolute;
    font-size: 26px;
    margin: 0;
    left: 31%;
    color: #000;
    font-weight: 600;
}

.ayur-our-chief span {
    border: 1px solid #6fae3a;
    width: 50px;
    position: relative;
    bottom: 0;
    top: 0;
    height: 3px;
    background: #6fae3a;
}

.chef-head h4 {
    margin-top: 10px;
    color: #6fae3a;
}

.chef-head h6 {
    font-weight: 100;
    font-size: 14px;
}

.chef-p p {
    font-size: 14px;
    color: #777777;
    text-align: justify;
}


/* ====================
Our Focus
======================= */

.test-main-a {
    margin-top: 2rem;
}

.katz-mission .test-main-a h2 {
    position: absolute;
    font-size: 26px;
    margin: 0;
    left: 14%;
    color: #000;
    font-weight: 600;
}

.katz-mission .test-main-a span {
    border: 1px solid #6fae3a;
    width: 50px;
    position: relative;
    bottom: 0;
    top: 0;
    height: 3px;
    background: #6fae3a;
}

.katz-mission .test-main-a p {
    color: #565656;
    margin-top: 1rem;
    font-size: 14px;
    text-align: justify;
}

.lead-imag {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.lead-imag img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.lead-imag:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* ==================
CALL US ccs
===================== */

.call-us {
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 3px solid #318146;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, .2);
    z-index: 999999;
    -webkit-transform: scale(01);
    transform: scale(1);
    transition: .3s ease-in;
}

.call-us:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    box-shadow: 4px 4px 5px 0 rgba(71, 71, 71, 0.5);
}


/* * ==================
 WhatsApp Chat css  
===================== */

.floating_btn {
    position: fixed;
    bottom: 75px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}


/* =================
Top Button ccs
==================== */

#return-to-top {
    position: fixed;
    bottom: 90px;
    right: 25px;
    background: linear-gradient(90deg, rgb(14, 119, 60) 0%, rgba(70, 151, 59, 0.8) 80%);
    width: 50px;
    height: 50px;
    z-index: 999999;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 14px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: linear-gradient(90deg, rgb(14, 119, 60) 0%, rgba(10, 20, 8, 0.8) 80%);
}

#return-to-top:hover i {
    color: #fff;
    top: 4px;
}


/* ====================
FOOTER css
==================== */

.footer-area {
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 80%) 80%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-widget p {
    color: #c8c9cc;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif !important;
}

.single-widget h3 {
    color: #fff;
    font-size: 16px;
}

.footer-menu {
    padding: 10px 0px;
    margin: 0;
}

.footer-area .single-widget ul li {
    margin-bottom: 10px;
    color: #fff;
    list-style: none;
    transition: .3s ease-in-out;
}

.footer-area .single-widget ul li:hover {
    padding-left: 10px;
    transition: .3s ease-in-out;
}

.footer-area .single-widget ul li i {
    padding-right: 10px;
    color: #fff;
    transition: .3s ease-in-out;
}

.footer-area .single-widget ul li a {
    color: #fff;
    transition: .3s ease-in-out;
    font-size: 14px;
    text-decoration: none;
}

.footer-area .single-widget ul li a:hover {
    color: #6fae3a !important;
    transition: .3s ease-in-out;
}

.footer-contact .footer-border p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.footer-contact .footer-border span {
    display: flex;
}

.single-widget-c h3 {
    color: #fff;
    font-size: 16px;
}

.footer-contact {
    padding: 10px 0px;
    margin: 0;
}

.footer-contact .footer-border i {
    color: #fff;
    padding-right: 10px;
}

.footer-contact .footer-border a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-contact .footer-border a:hover {
    color: #6fae3a !important;
    transition: .3s ease-in-out;
}

.footer-contact li {
    margin-bottom: 5px;
    list-style: none;
}

.foot-top {
    margin-top: 2rem;
}

.single-widget-fa i {
    margin-right: 20px;
    color: #fff;
    padding: 8px 10px;
    border: 1px solid #9a9a9a;
}

.single-widget-fa i:hover {
    color: #6fae3a;
    border: 1px solid #6fae3a;
    transition: .3s ease-in-out;
}


/* ======================
FOOTER bottom area
====================== */

.footer-bottom {
    background-color: #222;
    padding: 10px 5px;
}

.footer-bottom ul li {
    color: #e6e6e6;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}