:root {
    --body-color: #424B5C;
    --primary-color: #6E9EFA;
    --headding-color: #222222;
    --section-bg: #F8F8F8;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}

::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}

::selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1,
h2 {
    color: #556B2F;

}

a {
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #e51c57;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

p {
    color: #000000c9;
    line-height: 28px;
    font-size: 16px;
}

.text-right {
    text-align: right;
}

.tab-pane.fade {
    transition: all 0.6s ease-out;
    transform: translateY(1rem);
}

.tab-pane.fade.show {
    transform: translateY(0rem);
}

/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
    z-index: 99;
}

.scroll-area i {
    width: 45px;
    height: 45px;
    background-color: #e51c57;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

/*
 * #-Header
*/
.header-top {
    background: var(--section-bg);
    padding: 14px 0px;
}

.header-left a {
    font-size: 14px;
    color: var(--body-color);
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
}

.header-left span {
    font-size: 14px;
    color: var(--body-color);
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    padding: 0px 10px;
}

.header-left a:hover {
    color: var(--primary-color);
}

.header-right .social-icon {
    display: inline-block;
}

.header-right .talk-btn {
    display: inline-block;
    margin-left: 60px;
}

.header-right .social-icon span {
    display: inline-block;
    padding: 0px 15px;
    font-size: 14px;
}

.header-right .social-icon span a {
    color: var(--body-color);
}

.header-right .social-icon span a:hover {
    color: var(--primary-color);
}

.header-right .talk-btn a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--body-color);
    display: flex;
    align-items: center;
}

.header-right .talk-btn a i {
    padding-left: 8px;
    font-size: 20px;
    color: var(--primary-color);
}

.header-right .talk-btn a:hover {
    color: var(--primary-color);
}

.header-right .top-menu {
    display: inline-block;
    margin-left: 15px;
}

.header-right .top-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header-right .top-menu ul li {
    display: inline-block;
    padding: 0px 15px;
}

.header-right .top-menu ul li:last-child {
    padding-right: 0px;
}

.header-right .top-menu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--body-color);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header-right .top-menu ul li a:hover {
    color: var(--primary-color);
}

/*
 * Header Bottom
*/
.header-bottom {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.menu {
    float: right;
}

.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu ul li {
    display: inline-block;
    position: relative;
}

.menu ul li a {
    display: inline-block;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 500;
    padding: 36px 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    line-height: 24px;
}

.menu ul li:hover>a {
    color: var(--primary-color);
}

.transparent-header-2 .menu ul li a {
    padding: 30px 20px;
}

.header-bottom.transparent-header.sticky .menu ul li a {
    color: var(--body-color);
}

.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children::after {
    color: var(--body-color);
    ;
}

.header-bottom.transparent-header.sticky .menu ul li:hover>a {
    color: var(--primary-color);
}

.transparent-header-2 .menu nav ul li>ul>li:hover>ul {
    top: -3px;
}

.transparent-header-2 .menu nav ul li>ul>li a {
    padding: 15px 14px;
}

.menu nav ul li>ul {
    position: absolute;
    display: block;
    max-width: 200px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 18px 43px rgb(90 90 90 / 14%);
    width: 200px;
    left: 0;
    right: 0px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    transform: scaleY(0);
    transform-origin: top center;
}

.menu nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    right: 0px;
    transform: scaleY(1);
}

.menu nav ul li>ul>li {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px;
    padding: 0px;
}

.menu nav ul li>ul>li a::after {
    content: "+";
    clear: both;
    display: block;
    position: absolute;
    top: 49%;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
}

.menu nav ul li>ul>li:hover>a {
    color: var(--primary-color);
}

.menu nav ul li>ul>li:hover>a::after {
    opacity: 1;
    visibility: visible;
}

.menu nav ul li>ul>li:hover>a {
    color: var(--primary-color) !important;
}

.menu nav ul li>ul>li li>a:hover {
    color: #fff;
}

.menu nav ul li>ul>li a {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
    color: var(--body-color);
    margin: 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.menu nav ul li>ul>li:last-child a {
    border-bottom: none;
}

.menu nav ul>li>ul>li>ul {
    left: 200px;
    top: 0px;
}

.menu nav ul li>ul>li:hover>ul {
    left: 100%;
}

.menu ul li.menu-item-has-children {
    position: relative;
}

.menu nav ul li>ul>li a::after {
    content: " ";
    clear: both;
    display: block;
    position: absolute;
    top: 29%;
    left: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--primary-color);
}

.menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}

.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}

.menu ul li ul li.menu-item-has-children::after {
    transform: rotate(-90deg);
    top: 30%;
}

.header-bottom-right {
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.header-bottom.transparent-header {
    background: rgba(255, 255, 255);
    z-index: 999;
    position: relative;
}

.transparent-header .menu ul li a {
    color: #333333;
}

.transparent-header .menu ul li:hover>a {
    color: #556B2F;
}

.transparent-header .menu ul li.menu-item-has-children::after {
    color: #fff;
}

.transparent-header .menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}

.transparent-header .menu nav ul li>ul>li a {
    color: var(--body-color);
}

.transparent-header .menu nav ul li>ul>li a {
    color: var(--body-color);
}

.transparent-header .menu nav ul li>ul li.menu-item-has-children::after {
    color: var(--body-color);
    ;
}

.header-bottom.transparent-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.transparent-header .canvas_open_full a {
    color: #000000;
}

.transparent-header.sticky .canvas_open_full a {
    color: var(--body-color);
}

.hero-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.hero-caption h5 {
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    color: #556B2F;
    margin-bottom: 2px;
}

.hero-caption h1 {
    font-weight: 500;
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 0px;
    color: #E51C57;
    font-family: "Akaya Kanadaka", system-ui;
}

.hero-caption p {
    padding-left: 35px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .hero-caption h2 {
        font-size: 62px;
        line-height: 72px;
        margin-bottom: 20px;
    }

    .hero-caption p {
        margin-bottom: 20px;
    }
}

.hero-area .shap-img img {
    position: absolute;
}

.hero-area .shap-img img.shap6 {
    bottom: 10%;
    right: 35%;
}

.hero-area .shap-img img.shap5 {
    top: 0%;
    left: 51%;
    width: 180px;
}

.hero-area .shap-img img.shap4 {
    left: 46%;
    top: 10%;
}

.hero-area .shap-img img.shap3 {
    left: 38%;
    top: 15%;
}

.hero-area .shap-img img.shap2 {
    bottom: 1%;
    left: 3%;
}

.hero-area .shap-img img.shap1 {
    left: 10%;
    top: 33%;
}

.hero-slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero-image {
    margin-top: 10px;
}

.hero-slider-full .owl-nav span.hero-nav {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all .3s ease;
    border-radius: 50%;
    font-size: 24px;
}

.hero-slider-full .owl-nav span.hero-nav:hover {
    background: var(--primary-color);
    color: #fff;
}

.hero-slider-full .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 20px;
}

.hero-slider-full .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 20px;
}

.active .hero-slider-item h1,
.active .hero-slider-item a,
.active .hero-slider-item p,
.active .hero-slider-item h5 {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.6s;
}

.active .hero-slider-item h5 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.active .hero-slider-item p {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.active .hero-slider-item a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.active .hero-slider-item .hero-image img {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.hero-slider-area .shap-img img {
    position: absolute;
    z-index: 9;
    width: auto;
}

.hero-slider-area .shap-img img.shap1 {
    left: 10%;
    top: 35%;
}

.hero-slider-area .shap-img img.shap4 {
    left: 46%;
    top: 10%;
}

.hero-slider-area .shap-img img.shap3 {
    right: 10%;
    top: 7%;
}

.hero-slider-area .shap-img img.shap6 {
    right: 37%;
    bottom: 15%;
}

.hero-slider-item .hero-caption {
    overflow: hidden;
    top: 50%;
    position: absolute;
    left: 20%;
    transform: translate(-50%, -50%);
}

.hero-slider-area.hero-slider-2 {
    margin-top: 0px;
}

.hero-slider-full2 .owl-nav span.hero-nav {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    transition: all .3s ease;
    border-radius: 0%;
    font-size: 24px;
}

.hero-slider-full2 .owl-nav span.hero-nav:hover {
    background: #fdb707;
    color: #fff;
}

.hero-slider-full2 .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0px;

}

.hero-slider-full2 .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 0px;
}

.hero-slider-full2 .owl-dots {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -0%);
}

.hero-slider-item.slider2 {
    z-index: 9;
    padding-top: 150px;
    padding-bottom: 150px;
}

.heroslider__button {
    padding-top: 60px;
}

.heroslider__button a {
    background: #556B2F;
    border-radius: 25px;
    color: #ffffff;
    font-size: 20px;
    padding: 8px 15px;
    line-height: normal;
    display: inline-block;
}


@media (max-width: 1400px) {
    .hero-slider-full2 .hero-slider-item.slider2 {
        padding-top: 240px;
        padding-bottom: 180px;
    }
}

@media (max-width:1400px) {
    .hero-slider-full2 .hero-slider-item.slider2 {
        padding-top: 240px;
        padding-bottom: 180px;
    }
}

/* .hero-slider-item.slider2:after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -9;
    background: linear-gradient(104.22deg, rgba(34, 34, 34, 0.32) 0.25%, rgba(34, 34, 34, 0.8) 20.65%, rgba(34, 34, 34, 0.1) 99.81%);
} */
.hero-slider-area.hero-slider-2 .shap-img img.shap4 {
    left: 42%;
    top: 20%;
}

.hero-slider-area.hero-slider-2 .shap-img img.shap3 {
    right: 10%;
    top: 18%;
}

.hero-slider-item.slider2 .hero-caption h5 {
    color: #556B2F
}

.hero-slider-item.slider2 .hero-caption h2 {
    color: #fff;
    position: relative;
}

.hero-slider-item.slider2 .hero-caption h2 span {
    display: flex;
    align-items: center;
    width: 80px;
}

.unlock-img {
    width: 86px;
}

.hero-slider-item.slider2 .hero-caption h2 span:before {
    border: #eb4c45 solid 1px;
    border-radius: 51px;
    content: '';
    top: 0px;
    left: 0px;
    position: absolute;
    width: 400px;
    height: 90px;
}

.hero-slider-item.slider2 .hero-caption p {
    color: #fff;
    max-width: 65%;
}

@media (max-width:1600px) {
    .hero-area .shap-img img.shap1 {
        left: 4%;
    }

    .hero-slider-area .shap-img img.shap1 {
        left: 4%;
    }
}

@media (max-width:1400px) {
    .hero-area .shap-img img.shap1 {
        left: 0;
    }

    .hero-slider-area .shap-img img.shap1 {
        left: 0%;
    }
}

/*
 * #-Info Area
*/
.logo a img {
    max-width: 100%;
}

/*
 * #-Button
*/
.readmore a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.readmore a,
.active .hero-slider-item p,
.active .hero-slider-item h5,
.our-brand-text p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.6s;
}

.button-1 {
    height: 50px;
    display: inline-flex;
    align-items: center;
    background: #fdb707;
    justify-content: center;
    border-radius: 45px;
    position: relative;
    padding: 0px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
    padding-right: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
}

.button-1 i {
    /*  margin-left: 23px; */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background:#2b5585; */
    border-radius: 50%;
    color: #000000;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.button-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    background: #2b5585;
    z-index: -1;
    border-radius: 45px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.button-1:hover:after {
    left: 0px;
}

.button-1:hover {
    color: #fff;
}

/* .button-1:hover i{
    color: #000000;
    background: #fff;
} */
.button-2 {
    padding: 12px 22px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background: #fdb707;
    border-radius: 50px;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--primary-color);
}

.button-2 i {
    font-size: 16px;
    margin-left: 8px;
}

.button-2:hover {
    color: var(--primary-color);
    background: #fff;
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}

.video-btn span {
    display: none;
}

.menu-pt .tittle-heading h2,
.chef-part .tittle-heading h2 {
    font-size: 100px;
    color: #FDB707;
}

.pt-100 {
    padding-top: 100px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mt-100 {
    margin-top: 100px;
}

.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
    background-color: #e51c57;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.owl-dots button.owl-dot {
    background: #dddddd;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    position: relative;
    margin-right: 5px;
}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    /* // transform: scale(0.9); */

    /* // transition: all 0.5s ease-in-out;  */
    margin: 15px 0;
}

.menuslider .owl-item .item .box {
    -webkit-transition: 0.4s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.menuslider .owl-item.center .item .box {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

.owl-item.active.center .cover,
.owl-item.active.center .box {
    opacity: 1;
}

.owl-item.active.center .bottom-tittle {
    opacity: 0;
}

.zoom-ef {
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.zoom-ef:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);

}

/*
 *================= #-Mobile Menu=============*/

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 20px 0px 30px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
    display: block;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 10px;
}

.offcanvas_main_menu li a {
    display: block;
    padding: 15px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed82;
    padding-left: 25px;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    line-height: 24px;
}

.offcanvas_main_menu li a:hover {
    color: var(--primary-color);
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 0px;
    background: #fff;
}

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.offcanvas_footer span a {
    font-size: 14px;
}

.offcanvas_footer span a:hover {
    color: var(--primary-color);
}

.slinky-theme-default a:not(.back) {
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
    background: inherit;
    color: var(--primary-color);
}

.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.mobile-logo {
    padding-left: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.mobile-logo img {
    width: 60%;
}

.canvas_open {
    cursor: pointer;
    z-index: 999;
    position: relative;
    display: block;
}

.canvas_open span {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 8px 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.canvas_open.white span {
    background: #fff;
}

.canvas_open span:nth-child(2) {
    transition: all 0.4s ease-in-out;
    position: relative;
}

.canvas_open span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.white span:nth-child(2)::before {
    background: #fff;
}

.canvas_open span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.white span:nth-child(2)::after {
    background: #fff;
}

.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}

.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}

.canvas_open.active span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.canvas_open.active.white span:nth-child(2)::after {
    background: #fff;
}

.canvas_open.active span:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.canvas_open.active span:nth-child(3) {
    opacity: 0;
    visibility: hidden;
}

.canvas_open span:nth-child(2) {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 5px 0px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.canvas_open.active span:nth-child(2) {
    position: relative;
    width: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #ededed82;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}

.offcanvas_main_menu li span.menu-expand i {
    line-height: 1;
    padding-top: 5px;
}

.offcanvas_menu_wrapper::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}

.offcanvas_menu_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas_main_menu li .sub-menu li a {
    padding: 12px 15px;
    padding-left: 38px;
    font-size: 15px;
}

.offcanvas_main_menu li .sub-menu span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #cfcdd5;
}

.canvas_open_full {
    display: none;
}

/*
 * Sticky
*/
.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.mt--2 .hero-slider-item {
    margin-top: -2px;
}

.header-bottom.transparent-header .logo img.bg-transparent-logo {
    display: none;
}

.header-bottom.transparent-header.sticky .logo img {
    display: none;
}

.header-bottom.transparent-header.sticky .logo img.bg-transparent-logo {
    display: block;
}

.button-area-about-footer span {
    display: none;
}

.banner-statck {
    background: #556b2f;
    padding: 15px 0px;
    text-align: center;

}

.banner-statck__inner {
    position: relative;
}

.banner-statck__inner h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}

.banner-statck__inner h3 span {
    display: block;
    font-weight: 100;
    font-size: 20px;
}

.banner__border-right:before {
    border-right: #ffffff solid 1px;
    position: absolute;
    right: -75px;
    content: '';
    width: 1px;
    height: 80px;
}

/*.elevating__main .elevating__box{
    padding: 0px 130px 0px 125px;
}*/

.elevating__main .elevating__box {
    padding: 0px 30px 0px 30px;
}

.elevating__main .elevating__box h2 {
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 30px;
}

.elevating__main .elevating__box p {
    font-size: 18px;
}

.elevating__main .elevating__box h2 span {
    color: #E51C57;
}

.evevating-button a {
    /* background: #E51C57; */
    background: #556B2F;
    color: #ffffff !important;
    padding: 11px 25px;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 400;
    transition: all ease-in-out 0.5s;

}

.evevating-button2 a {
    background: #E51C57;
    /* background: #556B2F; */
    color: #ffffff !important;
    padding: 11px 25px;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 400;
    transition: all ease-in-out 0.5s;

}

.evevating-button a:hover {
    background: #556B2F;
}

.elevating__right-img {
    overflow: hidden;
}

.elevating__border {
    border-radius: 15px;
}

.elevating__border-l {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.elevating__border-r {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.elevating__li-text {
    margin-top: 10px;
}

.elevating__li-text li {
    font-size: 18px;
}

.best-place__bg-img {
    background: url('../../assets/img/footer.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
}

.best-place__bg-img:after {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    position: absolute;
    z-index: 1;
}

.best-place__cotent-part {
    z-index: 22;
    position: relative;
}

.best-place__cotent-part h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 800;
    padding-bottom: 20px;
}

.best-place__cotent-part p {
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;

}

.best-place__call-us2 {
    position: fixed;
    left: 10px;
    bottom: 40px;
    z-index: 22;

}

.best-place__call-us {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 22;
}

.best-place__call-us .best-place__bg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 73px;
}

.best-place__bg img {
    border-radius: 10px;
}

/* .best-place__call-us .best-place__bg{
    width: 80px;
    height: 80px;
    background: #E51C57;
    border-radius: 50%;
    text-align: center;
    line-height:73px;
} */
.footer-bg {
    background: #556B2F;
    padding: 20px 0px;
}

.copy-right p,
.copy-right-link {
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.copy-right-link a {
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.copy-right-link a:hover {
    text-decoration: underline;
}

.footer-bg__social-icon ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-bg__social-icon ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: #ffffff solid 1px;
    text-align: center;
    line-height: 35px;
    margin: 0px 5px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.footer-bg__social-icon ul li:hover {
    background: #E51C57;
    border: #E51C57 solid 1px;
}

/* ===================anout us page ========================*/

.breadcrumb__bg {
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
    background-color: #e51c57;
   
}
.breadcrumb__bg h2{
    color: white!important;
}

.breadcrumb__content .title {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
}
.pb-100 {
    padding-bottom: 100px;
}
.about__contect__right h5 {
    text-transform: uppercase;
    color: #e51c57;
    padding-bottom: 10px;

}

.tittle-h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;

}

.about__contect__right h2 {
    font-weight: 700;
    padding-bottom: 25px;
}

.about__teams {
    background: #f3f7fd;
    padding: 80px 0px;
}

.about-our__mission {
    padding: 0px 60px;
}

.about-our__mission img {
    padding-bottom: 15px;
}

.about-our__mission h4 {
    font-size: 25px;
    font-weight: 700;
    color: #556B2F;
}



.about-whyus {
    padding: 0px 0px;
}

.about-whyus img {
    padding-bottom: 15px;
	width: 70px;
}

.about-whyus h4 {
    font-size: 16px;
    font-weight: 700;
    color: #556B2F;
}

.about-whyus p {
    color: #000000c9;
    line-height: 22px;
    font-size: 15px;
    padding-top: 10px;
}
.about__teams_card {
    position: relative;
    background: radial-gradient(#111 50%, #000 100%);
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
}

.shine-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* .about__teams_card img {
    transform: scale(1.3);
    transition: 0.3s ease-out;
} */

.about__teams_card:hover img {
    transform: scale(1.1) translateY(-20px);
    opacity: 0.3;
}

.about__teams_overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
}

.about__teams_text-h1 {
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease-out;
    color: #ffffff;
    font-size: 24px;
}

.about__teams_text-p {
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease-out 0.2s;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    padding-top: 12px;
    text-align: justify;
}

.about__teams_card:hover .about__teams_overlay .about__teams_text-h1 {
    opacity: 1;
    transform: translateY(0);
}

.about__teams_card:hover .team__content-three {
    opacity: 0;
}

.about__teams_card:hover .about__teams_overlay .about__teams_text-p {
    opacity: 1;
    transform: translateY(0);
}

.team__content-three {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.team__content-three .title {
    margin-bottom: 2px;
    color: #333a25;
    font-size: 24px;
    font-weight: 600;
}

.team__content-three span {
    display: block;
    color: #333e1f;
    font-size: 14px;
}

.team__thumb-three img {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    width: 100%;
}

.section-title h2 {
    font-size: 25px;
    margin-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: uppercase;


}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.contact__info .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 50px;
}

.list-wrap li {
    list-style: none;
}

.contact__info .list-wrap li .icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b8c99da8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    color: var(--tg-theme-secondary);
    font-size: 20px;
    flex: 0 0 auto;
}

.contact__info .list-wrap li .content .title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;

}

.main-contact-page .contact-wrap {
    max-width: unset;
    background-color: #edece8;
    border-radius: 8px;
    padding: 35px 40px 40px;
    margin-left: 30px;
}

.main-contact-page .contact-wrap .form-group {
    margin-bottom: 15px;
}

.main-contact-page .contact-wrap .form-control {
    background-color: #f5f6fa;
    border-color: 1px solid #e5e5e7;
}

.form-control {
    height: 40px;
    border: 1px solid #e1e1e4 !important;
    background-color: #f5f6fa;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.main-contact-page .contact-wrap .form-control {
    background-color: #f5f6fa;
    border-color: 1px solid #e5e5e7;
}

.main-contact-page .contact-wrap .default-btn {
    margin: auto;
    display: inline-block;
    cursor: pointer;
}

.default-btn:hover {
    color: var(--main-color);
    border-color: #964b00 !important;
    background-color: transparent;
}

.default-btn {
    font-size: 14px;
    color: #fff;
    padding: 15px 40px;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    background-color: #556B2F;
    border-radius: 1.5em;
    border: 1px solid #556B2F;
    margin-bottom: -4px;
    text-transform: uppercase;
}

.size20 {
    min-height: 100px !important;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


/* ==========================
Bandhu by Holistic
============================ */

.elevating__box ul {
    padding: 0;
    margin: 0;
}



.elevating__box li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.elevating__box li i {
    color: #e51c57;
    margin-right: 15px;
}

.uspdiv {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.uspdiv .container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
#yearslider h3{
    font-size: 20px;
}
#yearslider img{
    width: 100px;
}

.slider_col {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider .row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.offers1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    margin: 0 10px;
}

.slider_col::-webkit-scrollbar {
    display: none;
}

#yearslider .item {
    /* display: flex; */
    min-width: 20%;
    box-sizing: border-box;
    text-align: center;
    margin: 50px 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

.nurses .row {
    margin: 30px auto 50px;
    justify-content: space-around;
}
.subContainer .card,
.nurses .card{
    border: none;
}
.subContainer img,
.nurses img{
    border-radius: 10px;
}




/* ==========================
Residences for Seniors
============================ */
.gallery .container {
    width: 900px;
    display: flex;
    overflow-x: scroll;
}

.subContainer {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    padding: 10px;
    margin: 0 25px;
}

.gallery .container::-webkit-scrollbar {
    display: none;
}

.gallery .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

#prevBtn,
#nextBtn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 40px;
    background-color: red;
    color: #FFF;
    border-radius: 100%;
}

.subContainer .card:hover {
    cursor: pointer;
}

.backBtn span,
.nxtBtn span {
    display: none;
}




/* ==========================
blog-part
============================ */
.blog-div {
    border-radius: 4px;
    overflow: hidden;
}

.shadow-sm-big {
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, .075) !important;
}

.blog-img {
    border-radius: 4px;
    overflow: hidden;
}

.blog-content {
    padding: 15px;
}

.admin-info span {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #555;
    margin-right: 20px;
}

.blog-content h6 {
    font-size: 18px;
    margin: 15px 0px 10px;
    font-weight: 700;
    color: #556b2f;
}

.blog-content h6 a {
    color: #556b2f;
    transition: all 0.5s;
}

.blog-content h6 a:hover {
    color: #e51c57;
}

.book-now a {
    background: #556b2f;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    top: 30%;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 170px;
    z-index: 2222;
}

.instagram-main {
    background: #b8c99d4d;
    padding: 70px 0px;
    margin-top: 60px;
}

.ins-tittle h2 span {
    color: #E51C57;
}

/* service */
.border-r {
    border-radius: 15px;
}

.pbmit-tabs .pbmit-tab-list {
    padding: 60px 30px 0;
}

.pbmit-tab-list h2 {
    font-size: 25px;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
}

.pbmit-tab-list ul {
    list-style-type: none;
    padding: 0;
    padding-top: 36px;
}

.pbmit-tab-list ul li:not(:last-child) {
    margin-bottom: 18px;
}

.pbmit-tab-list ul li {
    font-weight: 400;
    padding-left: 0px;
}

.pbmit-tab-list ul li span i {

    padding-right: 15px;
    font-size: 13px;
    line-height: 16px;
    left: 0;
    top: 4px;
    font-weight: 300;
    color: #000000;
}