/*

 Theme Name:   Daliya

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Nineteen Child Theme

 Author:       Chiranjit Das

 Author URI:   http://example.com

 Template:     twentynineteen

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twenty-nineteen-child

*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

a {
    text-decoration: none;
    transition: .5s;
}

@media (max-width: 768px) {
    .container {
        padding-inline: 30px;
    }
}

/* body {
    overflow-x: hidden;
} */

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    /* background-color: rgba(255, 255, 255, 0.15); */
    background: #351113;
}

.page-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header.is-sticky {
    position: fixed;
    width: 100%;
    /* backdrop-filter: blur(10px); */
    animation: slideDown 0.35s ease-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}



@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* navbar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-family: "Lato", sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        padding: 23px 0;
        position: relative;
    }

    .navbar-expand-lg .navbar-nav .nav-link::before {
        content: "";
        position: absolute;
        bottom: 20px;
        border-bottom: 2px solid #b2832c;
        width: 0;
        height: 2px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu>li:hover>.submenu {
        top: 0;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu>li>.submenu {
        display: block;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu>li {
        position: relative;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin-inline: 12px;
    }

    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .show>.nav-link::before,
    .navbar-light .navbar-nav .nav-link:focus::before,
    .navbar-light .navbar-nav .nav-link:hover::before {
        width: 100%;
        transition: width 1s;
    }

    .logo-img {
        width: 180px;
        margin-right: 20px;
    }


    .navbar-expand-lg .navbar-collapse {
        width: calc(100% - 160px);
    }

    .navbar-expand-lg .navbar-nav {
        flex-wrap: wrap;
    }


    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #b2832c;
    }




    .navbar-nav .dropdown .dropdown-menu {
        display: block;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        font-family: "Lato", sans-serif;
        color: #351113;
        font-size: 16px;
        font-weight: 700;
    }

    .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,
    .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
        color: #b2832c !important;
        background-color: transparent;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu>li .dropdown-toggle::after {
        right: 8px;
        position: absolute;
        top: 15px;
        transform: rotate(270deg);
    }
}

.navbar-light .navbar-brand {
    margin-right: 0;
    display: inline-block;
    padding: 0;

}

/* .navbar-light .navbar-brand::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -57px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: circle(70% at 50% 0);
} */

.navbar-light .navbar-brand img {
    position: relative;
    z-index: 9;
    margin-bottom: -30px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); */
}

.bar1,
.bar2,
.bar3 {
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
    display: inline-block;
}

.change .bar1 {
    transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -8px) rotate(45deg);
}


@media (max-width: 1399px) {
    .logo-img {
        width: 120px;
        position: relative;
    }

    .navbar-light .navbar-brand img {
        width: 100%;
    }

    .page-header nav>.container {
        align-items: flex-start;
    }

    .navbar-light .navbar-brand {
        top: 0;
    }

    .navbar-expand-lg .navbar-collapse {
        width: calc(100% - 130px);
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin-inline: 7px;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link::before {
        bottom: 0;
    }
}


@media (max-width: 991px) {
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        display: flex;
        flex-direction: column;
        border: 1px solid #fff;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-inline: 0 !important;
        font-family: "Lato", sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #b2832c !important;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin-inline: 0 !important;
    }

    .navbar-light .navbar-toggler {
        margin-block: 10px;
    }

    .navbar-light .navbar-brand::before {
        bottom: -38px;
    }

    .navbar-expand-lg .navbar-collapse {
        width: 100%;
        padding-block: 50px;
    }
}

@media (max-width: 768px) {
    .logo-img {
        width: 100px;
    }
}



/* About us
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about-us {
    background-color: #b2832c;
    position: relative;
    overflow: hidden;
    background-image: url(./images/about_back.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.middile-left img {
    max-width: 100%;
}

.middile-right ul {
    display: inline-block;
    list-style: none;
    background: #fff;
    padding: 45px 50px;
    border-radius: 10px 50px 10px 50px;
    margin-bottom: 0;
}

.middile-right .icon-text {
    margin-left: 20px;
    font-family: 'Butler_Medium';
    font-weight: 500;
    font-size: 24px;
    color: #351113;
}

.middile-right ul li {
    margin-bottom: 30px;
}

.middile-right ul li:last-child {
    margin-bottom: 0;
}


.middle-right-inner::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(./images/back-right.jpg);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    width: 50% !important;
    left: 100% !important;
    transform: translateX(-50%) !important;
    background-size: cover;
}

.about-us .container {
    position: relative;
    z-index: 2;
}

.about-us-inner {
    padding-block: 125px;
}

.middile-right ul li .icon {
    max-width: 67px;
}

@media (max-width: 991px) {
    .middile-right {
        margin-top: 70px;
    }

    .middile-right .middle-right-inner {
        width: 100%;
    }

    .middile-right ul {
        width: 100%;
    }

    .about-us-inner {
        padding-block: 70px;
        padding-bottom: 130px;
    }

    .middile-right .icon-text {
        font-size: 20px;
    }

    .middle-right-inner::before {
        display: none;
    }

    .middile-right ul {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .middile-right ul {
        padding: 30px 15px;
    }

    .middile-right ul li {
        margin-bottom: 20px;
    }

    .middile-right .icon-text {
        font-size: 18px;
        margin-left: 0;
    }

    .middile-right ul li .icon {
        max-width: 50px;
    }

    .middile-right ul li .icon img {
        max-width: 70%;
    }

    .about-us-inner {
        padding-bottom: 110px;
    }

    .middile-right {
        margin-top: 50px;
    }
}

/* Common para
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.common_para_area {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 40px;
}

.common_para_area::before {
    content: "";
    width: 180px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.common_para_area::after {
    content: "";
    width: 60px;
    height: 10px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.common_para_area.brown::before {
    background: #fff;
}

.common_para_area.brown::after {
    background: #351113;
}

.common_para_area.brown h2 {
    color: #fff;
}

.common_para_area.brown h3 {
    color: #351113;
}

.common_para_area.brown p {
    color: #fff;
}

.common_para_area h2 {
    font-family: 'Butler_Medium';
    font-weight: 500;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
}

.common_para_area h3 {
    font-family: 'Butler_Medium';
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-bottom: 0;
    max-width: 100%;
    margin: 0 auto;
}

.common_para_area p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
    position: relative;
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 0;
}

.common_para_area.gold::before {
    background: #b2832c;
}

.common_para_area.gold::after {
    background: #351113;
}

.common_para_area.gold h2 {
    color: #b2832c;
}

.common_para_area.gold h3 {
    color: #351113;
}

.common_para_area.gold p {
    color: #351113;
}

.common_para_area.white-gold h2 {
    color: #fff;
}

.common_para_area.white-gold h3 {
    color: #b2832c;
}

.common_para_area.white-gold p {
    color: #fff;
}

.common_para_area.white-gold::before {
    background: #fff;
}

.common_para_area.white-gold::after {
    background: #b2832c;
    ;
}

@media (max-width: 1280px) {
    .common_para_area h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .common_para_area h2 {
        font-size: 20px;
    }

    .common_para_area h3 {
        font-size: 26px;
    }

    .common_para_area p {
        font-size: 16px;
    }

    .common_para_area {
        position: relative;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .common_para_area h2 {
        font-size: 18px;
    }

    .common_para_area h3 {
        font-size: 24px;
    }

    .common_para_area p {
        padding: 10px 0;

    }

    .common_para_area::after {
        height: 7px;
        bottom: -2px;
    }

    .common_para_area::before {
        height: 3px;
    }

    .common_para_area {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
}

.common-aos {
    overflow-x: hidden;
}

.common-gap {
    padding-block: 80px;
    padding-bottom: 125px;
}

@media (max-width: 991px) {
    .common-gap {
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .common-gap {
        padding-top: 30px;
    }
}

/* button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button-sec .read-more {
    font-family: 'Butler_Medium';
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #351113;
    display: inline-block;
    border-radius: 20px 0 20px 0;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);

}


.button-sec .read-more span {
    position: relative;
    outline: 1px solid #ffffff;
    outline-offset: -10px;
    z-index: 9;
    border-radius: 20px 0 20px 0;
    padding: 16px 36px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.button-sec .read-more span i {
    margin-top: 3px;
}

.button-sec .read-more:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #b2832c;
    border-radius: 20px 0 20px 0;
}

.button-sec.gold .read-more {
    background: #b2832c
}

.button-sec.gold .read-more:before {
    background-color: #351113
}

.button-sec .read-more:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

@media (max-width: 991px) {
    .button-sec .read-more {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .button-sec .read-more span {
        padding: 14px 30px;
    }
}

/* service
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.service {
    background-color: #fdf7f0;
    position: relative;
    z-index: 9;

}

.service::before {
    content: "";
    position: absolute;
    top: -39px;
    width: 100%;
    height: 39px;
    background-image: url(./images/service_top.png);
}

.service-left-inner ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.service-left-inner ul li {
    margin-bottom: 20px;
    display: inline-block;
    width: 50%;
    padding-right: 20%;
}

.service-left-inner ul li:nth-child(even) {
    padding-left: 20%;
    padding-right: 0;
}

.service-left-inner ul li:nth-child(even) .para-left {
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
}

.service-left-inner ul li:nth-child(even) .para-right {
    text-align: right;
}

.service-left-inner ul li a {
    display: flex;
    text-decoration: none;
}

.service-left-inner ul li .para-left .span-h2 {
    display: inline-block;
    width: 100%;
}

.service-left-inner ul li .para-left {
    display: inline-block;
    text-align: right;
    padding-right: 20px;
    width: 85%;
}

.service-left-inner ul li .para-right {
    width: 15%;
}

.service-left-inner ul li .para-right .span-h3 {
    font-family: "Lato", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #b2832c;
}

.service-left-inner ul li .para-left .span-h2 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #351113;
    display: inline-block;
    border-bottom: 4px solid #351113;
    padding-bottom: 10px;
    padding-top: 10px;
    width: auto;
}

.service-left-inner ul li .para-left .span-p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #8f8a7e;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.service-left-inner ul li a:hover .para-left .span-p {
    color: #351113
}

.service-left-inner ul li a:hover .para-left .span-h2 {
    font-weight: bold;
}

.service-left-inner ul li a:hover .para-right .span-h3 {
    color: #351113;
}

.service-right .service-left-inner ul li .para-left {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
}

.service-middile img {
    max-width: 100%;
}

.service-middile-inner {
    margin-bottom: 100px;
}

.service-middile {
    max-width: 35%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

@media (max-width: 991px) {
    .service-left-inner ul li {
        width: 100%;
        padding-right: 0;
    }

    .service-left-inner ul li:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }

    .service-left-inner ul li:nth-child(odd) a {
        flex-direction: row-reverse;
    }

    .service-left-inner ul li .para-left {
        text-align: left;
        padding-right: 0;
        width: auto;
    }

    .service-left-inner ul li .para-right {
        width: auto;
    }

    .service-left-inner ul li:nth-child(odd) a .para-left {
        padding-left: 20px;
    }

    .service-middile {
        max-width: 100%;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        margin-bottom: 20px;
    }

    .service-middile-inner {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column-reverse;
    }

    .service-left-inner ul li .para-right .span-h3 {
        font-size: 30px;
    }

    .service-left-inner ul li .para-left .span-h2 {
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 16px;
    }

    .service-left-inner ul li .para-left .span-p {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .service-middile-inner {
        margin-bottom: 20px;
    }
}

/* how it work
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.how_it_work-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.how_it_work {
    position: relative;
    z-index: 9;
    padding-bottom: 100px;
}

.how_it_work:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 39px;
    background-image: url(./images/white_top.png);
    transform: rotate(180deg);
}

.how_it_work::before {
    content: "";
    position: absolute;
    top: -39px;
    width: 100%;
    height: 39px;
    background-image: url(./images/white_top.png);
}

.how_it_work-inner ul li .para-right .span-h2 {
    font-family: 'Butler_Medium';
    font-size: 100px;
    font-weight: 700;
    color: #351113;
}

.how_it_work-inner ul li .para-left {
    display: inline-block;
    text-align: right;
    padding-right: 50px;
    text-align: left;
    padding-left: 20px;
}

.how_it_work-inner ul li .para-left .span-h3 a {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #b2832c;
    display: inline-block;
    border-bottom: 4px solid #351113;
    padding-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    text-decoration: 0;
    min-height: 106px;
}

.how_it_work-inner ul li {
    display: flex;
    width: 33.33%;
    margin-bottom: 50px;
}

.how_it_work-inner ul li .para-left .span-p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #351113;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}

.how-work-para p {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #351113;
    text-align: center;
}

.how-work-para p a {
    color: #b2832c;
    position: relative;
}

.how-work-para {
    padding-bottom: 50px;
}

.how-work-para p a::before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #b2832c;
    width: 0;
    height: 2px;
}

.how-work-para p a:focus::before,
.how-work-para p a:hover::before {
    width: 100%;
    transition: width 1s;
}

@media (max-width: 1280px) {
    .how_it_work-inner ul li {
        width: 50%;
    }

    .how_it_work-inner ul li .para-right .span-h2 {
        font-size: 70px;
    }

    .how_it_work-inner ul li .para-left .span-h3 a {
        font-size: 26px;
        padding-bottom: 10px;
        padding-top: 10px;
        min-height: auto;
    }

    .how-work-para p {
        font-size: 26px;
        padding-bottom: 50px;
    }

    .how-work-para {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .how_it_work-inner ul li {
        width: 50%;
        margin-bottom: 30px;
    }

    .how_it_work-inner ul li .para-right .span-h2 {
        font-size: 60px;
    }

    .how_it_work-inner ul li .para-left .span-h3 a {
        font-size: 24px;
        padding-bottom: 10px;
        padding-top: 10px;
        min-height: auto;
    }

    .how_it_work-inner ul li .para-left .span-p {
        font-size: 16px;
    }

    .how-work-para p {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .how-work-para {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .how_it_work-inner ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    .how_it_work-inner ul li .para-right .span-h2 {
        font-size: 40px;
    }

    .how_it_work-inner ul li .para-left .span-h3 a {
        font-size: 20px;
        padding-top: 0;
    }

    .how_it_work-inner ul li .para-left .span-h3 a br {
        display: none;
    }

    .how-work-para p {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .how_it_work {
        padding-bottom: 70px;
    }
}

/* catering design
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.catering-category {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.catering-category figure {
    position: relative;
    float: left;
    overflow: hidden;
    flex-wrap: wrap;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
}

.catering-category figure.left {
    width: 40%;
}

.catering-category figure.right {
    width: 60%;
}

figure.effect-ming {
    background: #351113;
    max-height: 600px;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 100%;
    height: 100%;
    object-fit: cover;

    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

figure.effect-ming:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 4px solid #b2832c;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
    margin: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    position: relative;
    width: 100%;
}


figure.effect-ming h2 a {
    font-family: 'Butler_Medium';
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

figure.effect-ming h2::before {
    content: "";
    width: 180px;
    height: 4px;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
}

figure.effect-ming h2::after {
    content: "";
    width: 60px;
    height: 10px;
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #b2832c;
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

@media (max-width: 1280px) {
    .catering-category figure.left {
        width: 45%;
    }

    .catering-category figure.right {
        width: 55%;
    }

    figure.effect-ming {
        max-height: 400px;
    }

    figure.effect-ming h2 a {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .catering-category figure.left {
        width: 50%;
    }

    .catering-category figure.right {
        width: 50%;
    }

    figure.effect-ming h2 a {
        font-size: 30px;
    }

    figure.effect-ming {
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    figure.effect-ming h2::before {
        height: 3px;
    }

    figure.effect-ming h2::after {
        height: 7px;
    }

    .catering-category figure.left,
    .catering-category figure.right {
        width: 100%;
    }

    figure.effect-ming h2 a {
        font-size: 26px;
    }

}

/* catering menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.catering_menus .card {
    background-color: #fdf7f0;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    border-radius: 10px 50px 10px 50px;
    border: 0;
}

.catering_menus {
    padding-bottom: 100px;
}

.catering_menus .owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.catering_menus .owl-theme .owl-nav {
    margin-top: 10px
}

.catering_menus .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.catering_menus .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.catering_menus .owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousels.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #b2832c;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #351113
}

.owl-carousel.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catering_menus .owl-carousel .owl-stage {
    display: flex;
}

.catering_menus .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.catering_menus .owl-carousel .owl-item .item,
.catering_menus .owl-carousel .owl-item .card {
    height: 100%;
}

.catering_menus .owl-carousel .owl-item .card-image {
    height: 300px;
}

.catering_menus .owl-carousel .owl-item .card-body {
    padding: 80px 20px;
    text-align: center;
    padding-top: 40px;
}

.catering_menus .owl-carousel .owl-item .item {
    position: relative;
}

.catering_menus .owl-carousel .owl-item {
    padding-bottom: 100px;
}

.catering_menus .owl-carousel .download-sec {
    position: absolute;
    bottom: -75px;
    width: 150px;
    height: 150px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catering_menus .owl-carousel .download-sec .btn i {
    margin-top: 5px;
}

.catering_menus .owl-carousel .owl-item .card-body .card-title {
    font-family: 'Butler_Medium';
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #351113;
}

.catering_menus_slider {
    margin-bottom: 50px;
}

.catering_menus .owl-carousel .download-sec .btn {
    position: relative;
    display: block;
    box-sizing: content-box;
    border-radius: 100%;
    border: none;
    outline: none !important;
    background: #FFFFFF;
    width: 50px;
    height: 60px;
}

.catering_menus .owl-carousel .download-sec .btn:hover:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.catering_menus .owl-carousel .download-sec .btn:hover:after {
    content: "";
    position: absolute;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    transition: all 200ms;
}

.catering_menus .owl-carousel .download-sec .btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.catering_menus .owl-carousel .download-sec .btn {
    border: 20px solid #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #b2832c;
    border-radius: 50%;
    background-color: #351113;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
}

.catering_menus .owl-carousel .download-sec .btn:hover {
    color: #fff;
    background-color: #b2832c;
    border: 20px solid #351113;
}

.catering_menus {
    position: relative;
}

.catering_menus::before {
    content: "";
    position: absolute;
    top: -15px;
    width: 100%;
    height: 39px;
    background-image: url(./images/white_top.png);
}

@media (max-width: 1280px) {
    .catering_menus .owl-carousel .owl-item .card-image {
        height: 250px;
    }

    .catering_menus .owl-carousel .owl-item .card-body .card-title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .catering_menus .owl-carousel .owl-item .card-image {
        height: 350px;
    }

    .catering_menus .owl-carousel .owl-item .card-body .card-title {
        font-size: 24px;
    }

    .catering_menus_slider {
        margin-bottom: 40px;
    }

    .catering_menus .owl-carousel .owl-item {
        padding-bottom: 70px;
    }

    .owl-carousel.owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 768px) {
    .catering_menus_slider {
        margin-bottom: 30px;
    }

    .catering_menus {
        padding-bottom: 70px;
    }
}


/* parallax
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.parallax {
    padding-block: 120px;
    position: relative;
}

.parallax .common_para_area {
    margin-bottom: 70px;
}

.parallax:before {
    content: "";
    position: absolute;
    top: -25px;
    width: 100%;
    height: 39px;
    background-image: url(./images/white_top.png);
    transform: rotate(180deg);
}

.parallax:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 39px;
    background-image: url(./images/white_top.png);
}

@media (max-width: 991px) {
    .parallax .common_para_area {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .parallax {
        padding-block: 80px;
    }

    .parallax .common_para_area {
        margin-bottom: 40px;
    }
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

/* testimonial
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.faq-sec .common_para_area {
    margin-bottom: 50px;
}

.faq-sec {
    padding-bottom: 100px;
}

.faq-sec-inner .owl-dots {
    position: relative;
    top: -50px;
}

.testimonial_sec-text p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #351113;
    font-weight: 700;
    font-style: italic;
}

.testimonial_sec-text .author {
    font-family: 'Bulgatti';
    font-size: 18px;
    color: #b2832c;
    font-weight: normal;
    margin-bottom: 0;
}

.testimonial_sec-text .quote-text {
    padding-left: 50px;
}

.testimonial_sec-img img {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 1px solid #fff;
}

.testimonial_sec-img {
    padding: 20px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.testimonial_sec {
    margin-bottom: 50px;
}

.accordian_sec {
    margin-top: 85px;
}

.accordian_sec h3 {
    font-family: 'Butler_Medium';
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-bottom: 0;
    margin: 0 auto;
}

.accordian_sec .accordion {
    margin-top: 85px;
}

.accordian_sec .accordion-button {
    background-color: #b2832c;
    font-family: "Lato", sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    padding-right: 50px;
    position: relative;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    outline: none;
}

.accordian_sec .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #351113;
    box-shadow: none;
}

.accordian_sec .accordion-body {
    padding: 20px;
    background: #fdf7f0;
    color: #351113;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

.accordian_sec .accordion-body a,
.accordian_sec .accordion-body code {
    color: #b2832c;
    font-weight: 700;
}

.accordian_sec .accordion-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 24px;
}

.accordian_sec .accordion-button:focus {
    outline: none;
}

.accordian_sec .accordion-button::after {
    background: url(./images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    height: 100%;
    background-position: center !important;
}

.accordian_sec .accordion-button:not(.collapsed)::after {
    background: url(./images/arrow.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

@media (max-width: 1280px) {
    .accordian_sec {
        margin-top: 60px;
    }

    .accordian_sec .accordion {
        margin-top: 60px;
    }

    .accordian_sec .accordion-button {
        font-size: 20px;
    }

    .accordian_sec .accordion-body {
        font-size: 18px
    }

    .faq-sec {
        padding-bottom: 70px;
    }

    .testimonial_sec-text .quote-text {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .accordian_sec h3 {
        font-size: 30px;
    }

    .testimonial_sec-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .testimonial_sec {
        margin-bottom: 30px;
    }

    .faq-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .accordian_sec .accordion-button {
        font-size: 18px;
    }

    .accordian_sec .accordion-body {
        font-size: 16px;
    }

    .testimonial_sec-img {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }

    .faq-sec-inner .owl-dots {
        top: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .accordian_sec h3 {
        font-size: 24px;
    }

    .testimonial_sec-text p,
    .testimonial_sec-text .author {
        font-size: 16px;
    }

    .faq-sec-inner .owl-dots {
        top: 0;
        margin-bottom: 30px;
    }
}

/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
    background-image: url(./images/footer-bottom.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

footer:after {
    content: "";
    position: absolute;
    top: -25px;
    width: 100%;
    height: 39px;
    background-image: url(./images/white_top.png);
    transform: rotate(180deg);
    z-index: 3;
}

footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #351113;
    opacity: .5;
    z-index: 1;
}

.footer-top {
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
    padding-top: 110px;
}

.footer-top h5 {
    font-family: 'Butler_Medium';
    font-weight: 700;
    font-size: 30px;
    color: #b2832c;
    margin-bottom: 30px;
}

.footer-top li,
.footer-top p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    position: relative;
    color: #fff;
}

.footer-top li span {
    display: inline-block;
    width: 100%;
}

.footer-top li span:first-child {
    color: #bdb8b2
}

.footer-top .list li {
    padding-left: 25px;
}

.footer-top .list li::before {
    content: "";
    width: 9px;
    height: 14px;
    position: absolute;
    background: url(./images/arrow_left.png);
    left: 0px;
    top: 7px;
}

.footer-top li a {
    color: #fff;
}

.footer-top li a:hover {
    color: #b2832c;
}

.footer-top .location li {
    padding-left: 0;
}

.footer-top .location li span {
    display: inline-block;
    width: auto;
}

.footer-top .location li a i {
    min-width: 35px;
    color: #b2832c;
}

.social_icon {
    padding-left: 0;
    display: inline-block;
    width: 80%;
    margin-top: 10px;
}

.social_icon li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
    float: left;
}

.social_icon li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #b2832c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_icon li a:hover {
    background: #FFF;
}

.social_icon li a i {
    color: #FFF;
    font-size: 27px;
}

.social_icon li a:hover i {
    color: #351113;
}

.footer-top .newsletter input {
    border: 0;
    border-radius: 0;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    background: #fdf7f0;
}

.footer-top .newsletter .btn {
    display: inline-block;
    background: #b2832c;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #fff;
    border: 1px solid #b2832c;
    border-radius: 0;
    padding-block: 16px;
    white-space: nowrap;
}

.footer-top .newsletter .btn:hover {
    background: #351113;
    border: 1px solid #ffffff;
}

.footer-top .newsletter input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #351113;
}

.footer-top .newsletter input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #351113;
}

.footer-top .newsletter input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #351113;
}

.footer-top .newsletter input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #351113;
}

.footer-bottom {
    background: #b2832c;
    position: relative;
    z-index: 2;
    padding-block: 21px;
}

.footer-bottom p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    .social_icon {
        width: 100%;
    }

    .footer-top .newsletter .btn {
        padding-block: 10px;
    }

    .footer-top {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .footer-bottom {
        padding-block: 15px;
    }

    .footer-top .newsletter .btn {
        font-size: 16px;
    }

    .social_icon li a i {
        font-size: 20px;
    }

    .social_icon li a {
        width: 40px;
        height: 40px;
    }

    .footer-top h5 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .footer-top .newsletter input::-webkit-input-placeholder,
    .footer-top .newsletter input::-moz-placeholder,
    .footer-top .newsletter input:-ms-input-placeholder,
    .footer-top .newsletter input:-moz-placeholder {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .footer-top h5 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .footer-top li,
    .footer-top p,
    .footer-bottom p {
        font-size: 16px;
    }
}

/* top to bottom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#top_to_bottom_button {
    display: inline-block;
    background: #351113;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px 2px;
    position: fixed;
    bottom: 46px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

#top_to_bottom_button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    position: relative;
    top: -2px;
}

#top_to_bottom_button:hover {
    cursor: pointer;
    background-color: #b2832c;
}

#top_to_bottom_button:active {
    background-color: #b2832c;
}

#top_to_bottom_button.show {
    opacity: 1;
    visibility: visible;
}

.parallax-slider {
    max-width: 100% !important;
}

/*about us start*/
/*common banner start*/
.common-banner {
    padding-top: 0;
    position: relative;
}

.common-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.common-banner .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    z-index: 1;
}

.common-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #351113;
    opacity: .5;
    z-index: 1;
}

.common-banner h1 {
    font-family: 'Butler_Medium';
    font-weight: 700;
    color: #FFFFFF;
    font-size: 70px;
    margin-bottom: 0;
}
@media (max-width: 1280px) {
    .common-banner h1 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .common-banner h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .common-banner h1 {
        font-size: 40px;
    }

    .common-banner {
        padding-top: 0px;
    }

    .common-banner .container {
        padding-top: 54px;
    }
}

@media (max-width: 768px) {
    .common-banner h1 {
        font-size: 30px;
    }

    .common-banner {
        padding-top: 54px;
    }

    .common-banner .container {
        padding-top: 54px;
    }

    .common-banner img {
        min-height: 250px;
    }
}

/*common banner end*/
/*breadcrumb start*/

.breadcrumb {
    gap: 5px;
    margin-block: 30px;
    margin-top: 70px;
    padding-left: 14px;
}

.breadcrumb li {

    position: relative;
}

.breadcrumb li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fdf7f0;
    padding: 13px 15px;
    transform: skew(-25deg, 0deg);
    height: 100%;
    z-index: -1;
}

.breadcrumb li a {
    font-family: "Lato", sans-serif;
    color: #351113;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 15px;
    display: inline-block;
}

.breadcrumb li:first-child a {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}

.breadcrumb-item+.breadcrumb-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #fffcf8;
    padding: 13px 15px;
    transform: skew(-25deg, 0deg);
    height: 100%;
    z-index: -1;
}

.breadcrumb li.active {
    position: relative;
    color: #b2832c;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-weight: 600;
    padding-left: 0;
    padding: 12px 15px;
    top: 0;
}

.breadcrumb li:first-child::after {
    content: "";
    position: absolute;
    left: -13px;
    width: 32px;
    z-index: -1;
    height: 51px;
    background: #fdf7f0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

@media (max-width: 1280px) {
    .breadcrumb {
        margin-block: 50px;
        padding-left: 10px;
    }

    .breadcrumb li a,
    .breadcrumb li.active {
        font-size: 16px;
        padding: 7px 13px;
    }

    .breadcrumb li:first-child::after {
        height: 38px;
        left: -9px;
    }
}

@media (max-width: 991px) {
    .breadcrumb {
        margin-block: 40px;
    }
}

@media (max-width: 768px) {
    .breadcrumb {
        margin-block: 30px;
    }

    .breadcrumb li a,
    .breadcrumb li.active {
        font-size: 15px;
    }

    .breadcrumb li:first-child::after {
        height: 35px;
    }
}

/*breadcrumb end*/
/*contact page css start*/

.b-gap-0 {
    margin-bottom: 30px;
}

.contact_first_sec-left {
    padding-bottom: 100px;
}

.contact_first_sec-left h2 {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #b2832c;
}

.contact_first_sec-left p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #351113;
}

.form_sect {
    background-color: #fdf7f0;
    position: relative;
    z-index: 9;
    padding-bottom: 270px;

}

.form_sect::before {
    content: "";
    position: absolute;
    top: -39px;
    width: 100%;
    height: 39px;
    background-image: url(./images/service_top.png);
}

.form_sect::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 39px;

    background-image: url(./images/white_top.png);
}

.cform_sect-left .mb-3 {
    margin-bottom: 20px !important;
}

.cform_sect-left .tab_sec {
    display: inline-block;
    list-style: none;
    background: #fff;
    padding: 45px 50px;
    border-radius: 10px 50px 10px 50px;
    margin-bottom: 0;
    width: 100%;
    margin-top: -110px;
    position: relative;
    z-index: 9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.form_sect-last ul {
    padding-left: 0;

}

.form_sect-last li {
    display: flex;
    margin-bottom: 60px;
}

.form_sect-last li:last-child {
    margin-bottom: 0;
}

.form_sect-last .download-sec {
    width: 130px;
    height: 130px;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_sect-last .download-sec .btn i {
    margin-top: 5px;
}


.form_sect-last .download-sec .btn {
    position: relative;
    display: block;
    box-sizing: content-box;
    border-radius: 100%;
    border: none;
    outline: none !important;
    background: #FFFFFF;
    width: 50px;
    height: 60px;
}

.form_sect-last .download-sec .btn:hover:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-bordero 1500ms ease-out infinite;
}

.form_sect-last .download-sec .btn:hover:after {
    content: "";
    position: absolute;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    transition: all 200ms;
}

.form_sect-last .download-sec .btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

@keyframes pulse-bordero {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.form_sect-last .download-sec .btn {
    border: 13px solid #fdf7f0;
    color: #fff;
    border-radius: 50%;
    background-color: #b2832c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.form_sect-last .download-sec .btn:hover {
    color: #fff;
    background-color: #b2832c;
    border: 20px solid #351113;
}

.cform_sect-left {
    padding-right: 40px;
}

.form_sect-last {
    padding-left: 40px;
    padding-top: 50px;
}

.form_sect-last .para-left {
    padding-left: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cform_sect-left h2 {
    font-family: 'Butler_Medium';
    font-size: 35px;
    padding-bottom: 25px;
    font-weight: 700;
    color: #351113;
}

.form_sect-last h2 {
    font-family: 'Butler_Medium';
    font-size: 35px;
    padding-bottom: 40px;
    font-weight: 700;
    color: #351113;
}

.form_sect-last .para-left h3 {
    font-family: 'Butler_Medium';
    font-size: 24px;
    font-weight: 700;
    color: #351113;
}

.form_sect-last .para-left p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #b2832c;
}

.form_sect-last .para-left p a {
    color: #b2832c;
    display: inline-block;
    width: 100%;
}

.form_sect-last .para-left p a:hover {
    color: #351113;
}

.cform_sect-left .form-control,
.cform_sect-left .form-select {
    background: #fdf7f0;
    border: 0;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #351113;
    font-weight: 600;
    border-radius: 5px;
    resize: none;
    padding-block: 18px;
}

.form-control::placeholder {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #351113;
    font-weight: 600;
}

.form-control::-ms-input-placeholder {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #351113;
    font-weight: 600;
}

.cform_sect-left .button-sec {
    padding-top: 6px;
}

.form_map-inner {
    margin-top: -170px;
    z-index: 9;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 125px;
}

.cform_sect-left .form-select {
    background-image: url(./images/down.arrow.png);
    background-repeat: no-repeat;
    background-position: 96%;
    -moz-appearance: none;
    background-color: #fdf7f0;
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.cform_sect-left textarea {
    min-height: 235px;
}

@media (max-width: 1280px) {
    .contact_common {
        max-width: 700px;
        margin: 0 auto;
    }

    .contact_common .common_para_area {
        padding-bottom: 30px;
    }

    .contact_first_sec-left h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .form_sect-last .para-left {
        padding-left: 30px;
    }

    .form_sect-last .para-left p {
        font-size: 16px;
    }

    .cform_sect-left .tab_sec {
        padding: 45px 30px;
    }

    .cform_sect-left h2 {
        font-size: 30px;
        padding-bottom: 25px;
    }
}

@media (max-width:991px) {
    .contact_common {
        max-width: 400px;
        margin: 0 auto;
    }

    .contact_common .common_para_area {
        padding-bottom: 20px;
    }

    .contact_first_sec-left h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact_first_sec-left p {
        font-size: 16px;
    }

    .contact_first_sec-left {
        padding-bottom: 50px;
    }

    .contact_first_sec-last {
        align-items: center !important;
        padding-bottom: 100px;
    }

    .cform_sect-left {
        padding-right: 0;
    }

    .form_sect-last {
        padding-left: 20px;
    }

    .form_sect-last h2 {
        padding-bottom: 20px;
        font-size: 30px;
    }

    .form_sect-last li {
        margin-bottom: 30px;
    }

    .form_sect-last .download-sec {
        width: 100px;
        height: 100px;
    }

    .form_sect-last .download-sec .btn {
        width: 30px;
        font-size: 25px;
        height: 40px;
    }

    .form_sect-last .para-left h3 {
        font-size: 22px;
    }

    .cform_sect-left h2 {
        font-size: 30px;
        padding-bottom: 30px;
    }

    .cform_sect-left .form-control,
    .cform_sect-left .form-select {
        font-size: 16px;
        padding-block: 14px;
    }

    .form-control::placeholder {
        font-size: 16px;
    }

    .form-control::-ms-input-placeholder {
        font-size: 16px;
    }

    .cform_sect-left textarea {
        min-height: 160px;
    }

    .form_sect {
        padding-bottom: 200px;
    }

    .form_sect .nav-tabs .nav-link,
    .form_sect .nav-tabs .nav-item.show .nav-link,
    .form_sect .nav-tabs .nav-link.active,
    .form_sect .nav-tabs .nav-link:focus,
    .form_sect .nav-tabs .nav-link:hover {
        font-size: 16px;
    }

    .cform_sect-left h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }
}

/* contact us end */
/* footer top start */
.footer_bottom-inner {
    min-height: 350px;
}

.footer_bottom img {
    height: 100%;
    object-fit: cover;
}

.footer_bottom .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding-top: 37px;
}

.footer_bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #351113;
    opacity: .5;
    z-index: 1;
}

.footer_bottom+footer:after {
    display: none;
}

.footer_bottom h2 {
    font-family: 'Butler_Medium';
    font-weight: 700;
    color: #FFFFFF;
    font-size: 48px;
    margin-bottom: 0;
}

.footer_bottom p {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.footer_bottom:after {
    content: "";
    position: absolute;
    top: -25px;
    width: 100%;
    height: 39px;
    background-image: url(./images/white_top.png);
    transform: rotate(180deg);
    z-index: 3;
    left: 0;
    right: 0;
}

@media (max-width: 1280px) {
    .footer_bottom h2 {
        font-size: 40px;
    }

    .footer_bottom p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .footer_bottom h2 {
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .foot_boot_sec {
        align-items: center !important;
    }

    .footer_bottom p {
        font-size: 16px;
    }
}

/* footer top end */
/* service para start */
.service_planing {
    background-color: #fdf7f0;
    position: relative;
    z-index: 9;
    padding-block: 80px;
    padding-bottom: 100px;
}

.service_planing::before {
    content: "";
    position: absolute;
    top: -39px;
    width: 100%;
    height: 39px;
    background-image: url(./images/service_top.png);
}

.service_planing::after {
    content: "";
    position: absolute;
    bottom: -38px;
    width: 100%;
    height: 39px;
    background-image: url(./images/service_top.png);
    transform: rotate(180deg);
}

.service_planing+.footer_bottom:after {
    display: none;
}

.service_planing_left img {
    max-width: 100%;
    border-radius: 10px;
}

.service_planing_left_top {
    padding-bottom: 100px;
}

.service_planing_left_bottom {
    padding-top: 100px;
}

.service_planing_left {
    position: relative;
    padding-right: 30px;
}

.service_planing_right {
    padding-left: 30px;
}

.service_planing_left::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 53%;
    height: 70%;
    background-color: #b2832c;
    z-index: -1;
    border-radius: 10px;
    outline: 25px solid #e0d4c4;
}

.service_para h2 {
    font-family: 'Butler_Medium';
    font-weight: 500;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 3px;
    color: #b2832c;
}

.service_para h3 {
    font-family: 'Butler_Medium';
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0;
    margin: 0 auto;
    color: #351113;
}

.service_para p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
    position: relative;
    margin: 0 auto;
    padding-bottom: 0;
    color: #351113;
}

.service_para ul {
    list-style: none;
    column-count: 2;
    padding-left: 0;
    padding-block: 20px;
}

.service_para ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #351113;
}

.service_para ul li i {
    padding-right: 10px;
    color: #351113;
}

@media (max-width:1280px) {
    .service_planing_left {
        padding-right: 15px;
    }

    .service_planing_right {
        padding-left: 15px;
    }

    .service_planing {
        padding-block: 60px;
        padding-bottom: 80px;
    }

    .service_para h3 {
        font-size: 30px;
    }
}

@media (max-width:991px) {

    .service_planing_left {
        padding-right: 12px;
        width: 100%;
        max-width: 100%;
    }

    .service_planing_left_bottom {
        padding-top: 100px;
        width: 50%;
        display: flex;
        justify-content: flex-start;
        padding-right: 0;
    }

    .service_planing_left_top {
        padding-bottom: 100px;
        width: 50%;
        justify-content: flex-end;
        display: flex;
    }

    .service_planing_left {
        padding-right: 12px;
        justify-content: center;
    }

    .service_planing_left .row {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .service_planing_right {
        padding-top: 30px;
    }

    .service_para h3 {
        font-size: 24px;
    }

    .service_para h2 {
        font-size: 18px;
    }

    .service_para p,
    .service_para ul li {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .service_planing_left .row {
        flex-direction: column;
    }

    .service_planing_left_top {
        padding-bottom: 15px;
        padding-right: 100px;
        width: 100%;
    }

    .service_planing_left img,
    .service_planing_left_bottom img {
        width: 100%;
    }

    .service_planing_left_bottom {
        padding-top: 15px;
        padding-left: 100px;
        width: 100%;
    }

    .service_planing_left::before {
        width: 67%;
    }

    .service_planing {
        padding-block: 40px;
        padding-bottom: 60px;
    }

    .footer_bottom {
        min-height: 200px;
    }
}

.service_list ul {
    padding-left: 0;
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
}

.service_list ul li {
    background: #fdf7f0;
    padding-inline: 12px;
}

.service_list ul li .service_list_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_list_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.service_list_right h2 {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #b2832c;
    display: inline-block;
    border-bottom: 4px solid #351113;
    padding-bottom: 15px;
    width: auto;
    margin-bottom: 30px;
    position: relative;
}

.service_list_right p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #361113;
    display: inline-block;
    width: 100%;
}

.service_list_right ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #361113;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-inline: 0;
}

.service_list_right ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    left: -27px;
    position: absolute;
    background: #b2832c;
    border-radius: 50px;
    top: 10px;

}

.service_list_right ul {
    padding-left: 27px;
    margin-bottom: 30px;
}

.service_list ul li:nth-child(even) .row {
    flex-direction: row-reverse;
}

.service_list_left {
    padding: 0;
}

.service_list {
    padding-top: 50px;
    padding-bottom: 130px;
}

@media (max-width:1280px) {
    .service_list {
        padding-top: 10px;
        padding-bottom: 110px;
    }
}

@media (max-width:991px) {
    .service_list ul li {
        border-radius: 10px;
    }

    .service_list ul li .service_list_left img {
        border-radius: 10px 10px 0 0;
    }

    .service_list_right {
        padding: 30px;
        padding-bottom: 40px;
    }

    .service_list_right h2 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .service_list_right p,
    .service_list_right ul li {
        font-size: 16px;
    }

    .service_list_right ul li {
        margin-bottom: 5px !important;
    }

    .service_list ul li {
        margin-bottom: 30px;
    }

    .service_list_right ul {
        margin-bottom: 20px;
    }

    .service_list {
        padding-top: 10px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .service_list_right h2 {
        font-size: 22px;
    }

    .service_list_right {
        padding: 20px;
        padding-bottom: 30px;
    }

    .service_list {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

/* service para end*/
/* our menu start*/
.menu_common h3 {
    max-width: 770px;
}

.our_menu_first_sec {
    display: flex;
}

.our_menu_first_sec-left {
    width: 60%;
    background-color: #fdf7f0;
    position: relative;
    z-index: 9;

}

.our_menu_first_sec-left-inner,
.our_menu_first_sec-left-inner_layer {
    height: 100%;
}

.our_menu_first_sec-left-inner_layer {
    padding: 80px;
}

.our_menu_first_sec-last {
    width: 40%;
    background-color: #b2832c;
    position: relative;
    z-index: 9;
    padding: 80px;
    margin-top: -4px;
}

.our_menu_first_sec-last::before {
    content: "";
    position: absolute;
    top: -39px;
    width: 100%;
    height: 39px;
    left: 0;
    background-image: url(./images/our_menu_top.png);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.our_menu_first_sec-last::after {
    content: "";
    position: absolute;
    bottom: -38px;
    width: 100%;
    height: 39px;
    left: 0;
    background-image: url(./images/our_menu_top.png);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.our_menu_first_sec-left::before {
    content: "";
    position: absolute;
    top: -39px;
    width: 100%;
    height: 39px;
    left: 0;
    background-image: url(./images/service_top.png);
}

.our_menu_first_sec-left::after {
    content: "";
    position: absolute;
    bottom: -38px;
    width: 100%;
    height: 39px;
    left: 0;
    background-image: url(./images/service_top.png);
    transform: rotate(180deg);
}

.our_menu_first_sec-last.cform_sect-left form {
    margin-top: 0;
    display: inline-block;
    list-style: none;
    background: #fff;
    padding: 45px 50px;
    border-radius: 10px 50px 10px 50px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    z-index: 9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.form_sect .nav-tabs .nav-item.show .nav-link,
.form_sect .nav-tabs .nav-link.active,
.form_sect .nav-tabs .nav-link:focus,
.form_sect .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #351113;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    border-color: #351113 #351113 #351113;
}

.form_sect .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #b2832c;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    background: #b2832c;
    color: #ffffff;
}

.form_sect .nav-tabs {
    border-bottom: 0;
}

.form_sect .cform_sect-left .nav-tabs {
    gap: 10px;
}

.our_menu_first_sec-left ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-inline: -20px;
}

.our_menu_first_sec-left ul li {
    width: 50%;
    padding-inline: 20px;
    margin-bottom: 40px;
}

.our_menu_first_sec-left ul li .col-sec {
    background: #fff;
    padding: 25px;
    border-radius: 5px 20px 5px 20px;
}

.our_menu_first_sec-left ul li .col-sec h2,
.our_menu_first_sec-left ul li:last-child .new h2 {
    font-family: 'Butler_Medium';
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    color: #351113;
}

.our_menu_first_sec-left ul li .col-sec select {
    -moz-appearance: none;
    color: #ffffff;
    background-color: #b2832c;
    -webkit-appearance: none;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    appearance: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(./images/white_down.png);
    background-repeat: no-repeat;
    background-size: 14px 9px;
    padding-block: 10px;
    box-shadow: none;
    border: 0;
}

.our_menu_first_sec-last.cform_sect-left form {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    bottom: 100px;
}

.our_menu_first_sec-left-inner::before {
    content: "";
    position: absolute;
    top: -26px;
    width: 100%;
    height: 206px;
    left: 0;
    background-image: url(./images/icon_1.png);
    background-repeat: no-repeat;
    z-index: 1;
}

.our_menu_first_sec-left-inner_layer {
    position: relative;
}

.our_menu_first_sec-left-inner_layer::before {
    content: "";
    position: absolute;
    bottom: 15%;
    width: 100%;
    height: 300px;
    left: -12px;
    background-image: url(./images/icon_3.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
}

.our_menu_first_sec-left-inner_layer::after {

    background-image: url(./images/icon_4.png);
    content: "";
    position: absolute;
    bottom: 0;
    bottom: -35px;
    width: 100%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: right;
    background-size: contain;
    max-height: 600px;

}

.our_menu_first_sec-left-inner::after {
    background-image: url(./images/icon_2.png);
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: -11px;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: right;
    background-size: contain;
    max-height: 300px;
}

@media (max-width:1280px) {
    .our_menu_first_sec-left ul li {
        width: 100%;
        padding-inline: 0;
        margin-bottom: 20px;
    }

    .our_menu_first_sec-last {
        padding-left: 30px;
        /* margin-top: 0; */
        padding-right: 30px;
        padding-block: 30px;
    }

    .our_menu_first_sec-left {
        margin: 0;
    }

    .our_menu_first_sec-left-inner {
        margin: 0;
        padding: 0;
    }

    .our_menu_first_sec-left ul {
        margin-inline: 0;
    }

    .our_menu_first_sec-left-inner_layer::after {
        bottom: -33px;
        max-height: 400px;
    }

    .our_menu_first_sec-left-inner_layer {
        padding: 30px;
    }
}

@media (max-width:991px) {

    .our_menu_first_sec-left ul li .col-sec h2,
    .our_menu_first_sec-left ul li:last-child .new h2 {
        font-size: 25px;
    }

    .contact_common.menu_common {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .our_menu_first_sec-last.cform_sect-left form {
        padding: 30px;
    }

    .our_menu_first_sec-left ul li .col-sec select {
        font-size: 16px;
        padding-block: 8px;
    }

    .our_menu_first_sec-left ul li .col-sec {
        padding: 20px;
    }

    .our_menu_first_sec-left-inner::before {
        background-size: contain;
        height: 150px;
    }

    .our_menu_first_sec-left-inner::after {
        max-height: 200px;
    }

    .our_menu_first_sec-left-inner_layer::before {
        height: 200px;
    }

    .our_menu_first_sec-left-inner_layer::after {
        bottom: -33px;
        max-height: 250px;
    }
}

@media (max-width:767px) {

    .our_menu_first_sec-left,
    .our_menu_first_sec-last {
        width: 100%;
    }

    .our_menu_first_sec {
        flex-direction: column;
    }

    .our_menu_first_sec-left ul {
        margin-inline: 0;
        max-width: 540px;
        margin: 0 auto;
        padding-inline: 30px;
    }

    .our_menu_first_sec-last.cform_sect-left form {
        margin-inline: 0;
        max-width: 480px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }


    .our_menu_first_sec-last {
        display: flex;
        margin-top: 0;
    }

    .our_menu_first_sec-left-inner_layer {
        padding-right: 0;
        padding-bottom: 70px;
        padding-left: 0;
    }

    .our_menu_first_sec-left ul li .col-sec h2,
    .our_menu_first_sec-left ul li:last-child .new h2 {
        font-size: 20px;
    }

    .our_menu_first_sec-last::before {
        top: -38px;
    }

    .our_menu_first_sec-left-inner_layer::after {
        bottom: -33px;
        max-height: 300px;
    }

    .our_menu_first_sec-left-inner::after {
        right: 0;
    }

    .customer_love_left {
        position: relative;
        left: -1px;
    }
}

@media (max-width: 580px) {
    .our_menu_first_sec-last.cform_sect-left form {
        padding: 30px 25px;
    }
}


.our_menu_first_sec-left ul li:last-child .new {
    padding: 25px;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 25px;
}

.our_menu_first_sec-left .new .form-group {
    display: block;
    margin-bottom: 15px;
}

.our_menu_first_sec-left .new .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.our_menu_first_sec-left .new .form-group label {
    position: relative;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #351113;
}

.our_menu_first_sec-left .new .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fdf7f0;
    border: 2px solid #fdf7f0;
    padding: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
}

.our_menu_first_sec-left .new .form-group input:checked+label {
    font-weight: bold;
}

.our_menu_first_sec-left .new .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    width: 6px;
    height: 14px;
    border: solid #351113;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.our_menu_first_sec-left ul {
    position: relative;
    z-index: 9;
}

.our_menu_first_sec-left ul li:last-child {
    width: 100%;
}

.our_menu_first_sec-left ul li:last-child .new form {
    display: flex;
    flex-wrap: wrap;
}

.our_menu_first_sec-left ul li:last-child .new form .form-group {
    width: 50%;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .our_menu_first_sec-left ul li:last-child .new form .form-group {
        width: 100%;
    }
}

.customer_love .col_img {
    display: block;
    width: 100%;
    position: relative;
    max-width: 322px;
    transform: rotate(5deg);
}


.customer_love .col_img::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #b2832c;
    z-index: -9;
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 0% 100%);
}

.customer_love .col_img img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 93%);
    transform: rotate(-5deg);
    position: relative;
    top: 10px;
    left: 15px;
}

.customer_love_left {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer_love_right {
    padding-block: 25px;
    display: flex;
    align-items: center;
}

.customer_love_right h2 {
    font-family: 'Butler_Medium';
    font-size: 35px;
    font-weight: 700;
    color: #351113;
}

.customer_love_right p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.customer_love_right span {
    font-family: 'Bulgatti';
    font-size: 18px;
    color: #b2832c;
    font-weight: 400;
}

.customer_love_left .col_text {
    background: #351113;
    width: 180px;
    height: 134px;
    margin-top: -50px;
    position: relative;
    z-index: 9;
    border-radius: 0 80px 80px 80px;
    overflow: hidden;
}

.customer_love_left .col_text .row {
    height: 100%;
}

.customer_love_left .col_text .col_text_left {
    color: #fff;
    padding-left: 35px;
    padding-top: 20px;
    padding-right: 0;
    font-family: "Lato", sans-serif;

}

.customer_love_left .col_text .col_text_left span {
    z-index: 9;
    line-height: 20px;
    font-size: 20px;
    position: relative;
}

.customer_love_left .col_text .col_text_right {
    background: #b2832c;
    border-radius: 50px 0 50px 50px;
    padding: 0;
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.customer_love_left .col_text .col_text_right span {
    z-index: 9;
    position: relative;
    left: -10px;
    top: 10px;
}

.customer_love {
    padding-top: 125px;
}

@media (max-width: 1280px) {
    .customer_love_right h2 {
        font-size: 30px;
    }

}

@media (max-width: 991px) {
    .customer_love_right h2 {
        font-size: 25px;
    }

    .customer_love_left .col_text .col_text_left span {
        font-size: 18px;
    }

    .customer_love_left .col_text .col_text_right {
        font-size: 30px;
    }

    .customer_love_right p,
    .customer_love_right span {
        font-size: 16px;
    }

    .customer_love_left .col_text .col_text_right span {
        top: 15px;
    }

    .customer_love_left .col_text {
        width: 160px;
        height: 125px;
    }
}

@media (max-width: 768px) {
    .customer_love {
        padding-top: 100px;
    }

    .customer_love_left .col_text .col_text_right {
        font-size: 25px;
    }

    .customer_love_left .col_text .col_text_left span {
        font-size: 16px;
        line-height: 18px;
    }

    .customer_love_left .col_text {
        width: 130px;
        height: 103px;
    }

    .customer_love_left .col_text .col_text_left {
        padding-left: 25px;
        padding-top: 10px;
    }

    .customer_love_left .col_text .col_text_right span {
        top: 10px;
    }

    .customer_love_left .col_text .col_text_right {
        margin-top: 30px;
    }
}

.road_sec_main {
    max-width: 100%;
    position: relative;
    background-color: #efe9e3;
    z-index: 9;
}

.road_sec_main img {
    width: 100%;
    object-fit: contain;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    background-position: center;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.road_sec_main::after {
    content: "";
    position: absolute;
    bottom: -39px;
    width: 100%;
    height: 39px;
    left: 0;
    background-image: url(./images/menu_top.png);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    z-index: 9;
}

.road_sec_main::before {
    content: "";
    position: absolute;
    top: -39px;
    width: 100%;
    height: 39px;
    left: 0;
    background-image: url(./images/menu_top.png);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.road_sec_main+footer:after {
    display: none;
}

.road_sec_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 90px;
}

.road_sec_inner h2 {
    font-family: 'Butler_Medium';
    font-size: 35px;
    font-weight: 700;
    color: #351113;
    margin-bottom: 20px;
    text-align: center;
}

.road_sec_inner p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #351113;
    text-align: center;
}

.road_sec_inner img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    min-height: auto;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 1280px) {
    .road_sec_inner {
        padding-block: 50px;
    }

    .road_sec_inner img {
        margin-bottom: 20px;
    }

    .road_sec_inner h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .road_sec_inner p {
        margin-bottom: 0;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .road_sec_inner h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .road_sec_inner p {
        font-size: 16px;
    }

    .road_sec_inner {
        padding-block: 30px;
    }

    .road_sec_inner {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .road_sec_inner p {
        font-size: 14px;
    }

    .road_sec_inner h2 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .road_sec_inner img {
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
    }
}

/*blog page start**/
.blog_menu_first {
    margin-top: 100px;
}

.blog_menu_first .card-image {
    position: relative;
}

.blog_menu_first .card-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #351113;
    opacity: .5;
    z-index: 1;
}

.blog_menu_first .card-body .card-title {
    font-family: 'Butler_Medium';
    font-weight: 700;
    color: #351113;
    font-size: 24px;
    margin-bottom: 0;
}

.blog_menu_first .card-body .card-text {
    font-size: 20px;
    color: #9a9a9a;
    font-family: "Lato", sans-serif;
}

.blog_menu_first .card-body {
    padding: 40px 24px;
    padding-bottom: 120px;
    position: relative;
}

.blog_menu_first .card {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
}

.blog_menu_first .card .btn {
    font-family: 'Butler_Medium';
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #b2832c;
    border: 0;
    font-family: "Lato", sans-serif;
    border-radius: 6px;
    padding: 11px 30px;
    z-index: 1;
    text-transform: capitalize;
    position: absolute;
    bottom: 50px;
    overflow: hidden;
}

.blog_menu_first .card .btn:after {
    content: '';
    position: absolute;
    background-color: #351113;
    z-index: -1;
    padding: 0.25em 0.5em;
    display: block;
    transition: all 0.35s;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
}

.blog_menu_first .card .btn:hover::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.35s;
}

.our_menu_first.blog_menu_first ul li:last-child {
    width: 50%;
}

.blog_menu_first .card-image .category {
    position: absolute;
    bottom: 30px;
    z-index: 9;
    right: 35px;
    background: rgb(0 0 0 / 50%);
    padding: 20px;
    color: #fff;
    padding: 11px 30px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 50%);
    overflow: hidden;
    z-index: 1;
    font-family: "Lato", sans-serif;
}

.blog_menu_first .card-image .category:after {
    content: '';
    position: absolute;
    background-color: #000;
    z-index: -1;
    padding: 0.25em 0.5em;
    display: block;
    transition: all 0.35s;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
}

.blog_menu_first .card-image .category:hover::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.35s;
}

.blog_menu_first .card-body_inner {
    margin-bottom: 40px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #9a9a9a;
}

.blog_menu_first .card-body_inner b {
    color: #000;
}

.our_menu_first_sec-left .pagination {
    padding-left: 20px;
    gap: 5px;
    margin-block: 70px;
}

.our_menu_first_sec-left .pagination li {
    width: auto !important;
    margin-bottom: 0;
    padding-inline: 0 !important;
}

.our_menu_first_sec-left .pagination li:last-child {
    width: auto !important;
}

.our_menu_first_sec-left .pagination li a {
    background: #b2832c;
    color: #fff;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.our_menu_first_sec-left .pagination li a:hover,
.our_menu_first_sec-left .pagination li a:focus,
.our_menu_first_sec-left .pagination li a.active {
    background: #351113;
}

.c-form {
    position: relative;
    border-radius: 10px;
    z-index: 9;
    background: #b2832c;
    padding: 97px 50px;
    margin: 0;
    margin-bottom: 10px;
}

.c-form .form-group.col_b textarea {
    resize: none;
    height: 100%;
}

.c-form .button-sec .read-more {
    width: 100%;
}

.c-form .col_a input {
    height: 100%;
}

.blog_menu_first .card .btn {
    z-index: 9;
}

@media (max-width: 1760px) {
    .c-form .button-sec {
        width: 100%;
        margin-top: 20px;
        display: flex;
    }

    .c-form .button-sec .read-more {
        width: auto;
    }

    .c-form .col_b {
        width: 60%;
    }

    .c-form .col_a {
        width: 40%;
    }
}

@media (max-width: 1280px) {
    .c-form {
        padding: 50px 20px;
    }

    .our_menu_first_sec-left .pagination {
        padding-left: 0;
    }

    .our_menu_first.blog_menu_first ul li,
    .our_menu_first.blog_menu_first ul li:last-child {
        width: 50%;
        padding-inline: 15px;
    }

    .our_menu_first.blog_menu_first .load_more ul {
        margin-inline: -15px;
    }

    .our_menu_first.blog_menu_first .load_more ul.pagination {
        margin-inline: 0
    }

    .blog_menu_first .card-body .card-text {
        font-size: 16px;
    }

    .blog_menu_first .card-body .card-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .blog_menu_first .card-image .category,
    .blog_menu_first .card .btn {
        padding: 7px 20px;
        font-size: 16px;
    }

    .blog_menu_first .card-body_inner {
        margin-bottom: 20px;
    }

    .blog_menu_first .card-body {
        padding: 30px 20px;
        padding-bottom: 90px;
        position: relative;
    }

    .blog_menu_first .card .btn {
        bottom: 30px;
    }

    .blog_menu_first .card-image .category {
        bottom: 15px;
        right: 15px;
    }

    .blog_menu_first .card-body_inner {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .blog_menu_first .card-body_inner .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .c-form .button-sec {
        width: 100%;
        margin-top: 20px;
        display: flex;
    }

    .c-form .button-sec .read-more {
        width: auto;
    }

    .c-form .col_b {
        width: 100%;
        margin-top: 20px;
    }

    .c-form .col_a {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .c-form {
        padding-inline: 18px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        width: calc(100% - 60px);
    }

    .our_menu_first_sec-left .pagination {
        padding-left: 30px;
    }

    .our_menu_first.blog_menu_first .load_more ul {
        max-width: 100%;
    }

    .our_menu_first.blog_menu_first .load_more {
        display: flex;
        flex-direction: column;
        animation: c;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 575px) {
    .our_menu_first_sec-left ul {
        padding-inline: 12px;
    }

    .our_menu_first_sec-left .pagination {
        padding-left: 12px;
    }

    .c-form {
        padding-inline: 10px;
        max-width: 515px;
        margin: 0 auto;
        margin-inline: 30px;
        margin-bottom: 30px;
    }

    .our_menu_first_sec-left .pagination {
        padding-left: 29px;
    }

    .our_menu_first_sec-left ul {
        padding-inline: 30px;
    }

    .our_menu_first.blog_menu_first ul li:last-child {
        width: 100%;
    }

    .our_menu_first.blog_menu_first .load_more ul {
        margin-inline: 0;
    }

    .our_menu_first.blog_menu_first ul li,
    .our_menu_first.blog_menu_first ul li:last-child {
        width: 100%;
        padding-inline: 0;
    }

}

.cblog_sect-right {
    padding-inline: 25px;
}

.cblog_sect-right .search_box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.cblog_sect-right .search_box .input-group {
    flex-direction: column;
}

.cblog_sect-right .search_box label {
    font-family: 'Butler_Medium';
    font-weight: 700;
    color: #351113;
    font-size: 24px;
    margin-bottom: 10px;
}

.cblog_sect-right .search_box input.form-control {
    font-weight: 400;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #fff;
    background: #351113;
    padding-block: 16px;
}

.cblog_sect-right .search_box .btn {
    background-color: transparent !important;
    border: 0 !important;
    color: #fff;
    font-size: 24px;
}

.cblog_sect-right .search_box .input-group-append {
    position: absolute;
    bottom: 6px;
    right: 0;
    background: transparent;
}

.cblog_sect-right .search_box .fa-search:before {
    color: #fff
}

.cblog_sect-right .text_box {
    margin-block: 50px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;

}

.cblog_sect-right .text_box h2 {
    font-family: 'Butler_Medium';
    font-weight: 700;
    color: #351113;
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.cblog_sect-right .text_box p {
    font-size: 18px;
    color: #fff;
    font-family: "Lato", sans-serif;
}

.search_accordian .accordion-item {
    background-color: transparent;
    border: 0;
    margin-top: 70px;
}

.search_accordian .accordion-item .accordion-button {
    padding: 0;
    background: transparent;
    padding-bottom: 0;
    color: #351113;
    border: 0;
    font-family: 'Butler_Medium';
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    box-shadow: none;
}

.search_accordian .accordion-item .accordion-body {
    padding: 0;
    color: #fff;
}

.search_accordian .accordion-item .accordion-body ul {
    list-style: none;
    padding-left: 0;
}

.search_accordian .accordion-item .accordion-body li {
    width: 100% !important;
    margin-bottom: 15px;
}

.search_accordian .accordion-button:not(.collapsed)::after {
    background-image: url(./images/white_down.png);
    background-size: 14px 9px;
}

.search_accordian .accordion-button::after {
    background-image: url(./images/white_down.png);
    background-size: 14px 9px;
}

.search_accordian .img_div {
    max-width: 135px;
    height: 90px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.search_accordian .img_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search_accordian .accordion-item .accordion-body li p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
}

.search_accordian .accordion-item .accordion-body li .date {
    font-size: 14px;
    color: #e4dede;
    font-family: "Lato", sans-serif;
}

.i-left {
    width: 150px;
}

.i-right {
    width: calc(100% - 150px);
}

@media (max-width: 1280px) {

    .search_accordian .accordion-item .accordion-body li,
    .search_accordian .accordion-item .accordion-body li:last-child {
        padding-inline: 0;
    }
}

@media (max-width: 991px) {
    .cblog_sect-right {
        width: 100%;
        padding-inline: 30px;
        padding-top: 70px;
    }

    .cblog_sect-left {
        width: 100%;
        padding-bottom: 70px;
    }

    .cblog_sect-left .our_menu_first_sec-left-inner::after {
        right: 0;
    }

    .cblog_sect_main {
        display: flex;
        flex-direction: column;
    }

    .search_accordian .accordion-item .accordion-body li p {
        font-size: 16px;
    }

    .cblog_sect-right .search_box input.form-control {
        padding-block: 10px
    }

    .cblog_sect-right .search_box .btn {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .cblog_sect-right {
        flex-direction: column;
    }

    .cblog_sect-right .search_box {
        width: 100%;
    }

    .cblog_sect-right .text_box {
        margin-block: 0;
        margin-bottom: 50px;
    }

    .cblog_sect-right .search_box {
        margin-bottom: 50px;
    }

    .search_accordian .accordion-item {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .cblog_sect-right .search_box {
        margin-bottom: 50px;
        padding: 20px;
    }

    .blog_listing_p {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .i-left {
        width: 100px;
    }

    .i-right {
        width: calc(100% - 120px);
    }
}

.cform_sect-left .tag h2 {
    font-family: 'Butler_Medium';
    font-weight: 700;
    color: #351113;
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.cform_sect-left .tag ul {
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
}

.cform_sect-left .tag li:last-child {
    width: 100% !important;
}

.cform_sect-left .tag {
    margin-block: 70px;
}

.cform_sect-left .tag li a,
.cform_sect-left .tag li:last-child a {
    font-size: 18px;
    border: 2px solid #fff;
    color: #fff;
    font-family: "Lato", sans-serif;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
}

.cform_sect-left .tag li a:hover {
    border: 2px solid #351113;
    background: #351113;
}

@media (max-width: 1280px) {
    .cform_sect-left .tag li {
        width: 100% !important;
        padding-inline: 0 !important;
    }
}

@media (max-width: 991px) {

    .cform_sect-left .tag li a,
    .cform_sect-left .tag li:last-child a {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 12px;
    }

    .cform_sect-left .tag {
        margin-bottom: 0;
    }
}

@media (max-width:768px) {
    .cform_sect-left .tag {
        margin-top: 20px;
    }
}

.our_blog_jarallax h2 {
    font-family: 'Butler_Medium';
    font-weight: 500;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.our_blog_jarallax h3 {
    font-size: 48px;
    font-family: 'Butler_Medium';
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .our_blog_jarallax h2 {
        font-size: 20px;
    }

    .our_blog_jarallax h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.gallery_sec .grid {}

.gallery_sec .grid-item {
    margin-bottom: 20px;
    width: 25%;
    padding-inline: 10px;

}

.gallery_sec .grid-item img {
    width: 100%;
}

.gallery_sec .grid-item--width1 {
    width: 25%;
}

.gallery_sec .grid-item--width2 {
    width: 50%;
}

.gallery_sec .image_wrap {
    border-radius: 10px 50px 10px 50px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff;
}

.gallery_sec .image_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #351113;
    opacity: .5;
    z-index: 1;
}

.gallery_sec .image_wrap a {
    display: inline-block;
    width: 100%;
}

.gallery_sec .image_wrap a span {
    position: absolute;
    top: 0;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_sec .image_wrap a span:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    background-color: #b2832c;
    z-index: 1;
    border-radius: 50%;
}

.gallery_sec .image_wrap a span img {
    width: auto;
    z-index: 9;
    max-width: 30px;
}

.lightbox {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
    top: 0 !important;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lightboxOverlay {
    max-width: 100%;
}

.lb-data .lb-number {
    font-weight: 500;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    margin-top: 10px;
}

.gallery_sec {
    background-color: #b2832c;
    position: relative;
    z-index: 9;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}

.gallery_sec::before {
    content: "";
    position: absolute;
    top: -38px;
    width: 100%;
    height: 39px;
    transform: rotate(180deg);
    background-image: url(./images/yellow_bottom.png);
}

.gallery_sec::after {
    content: "";
    position: absolute;
    bottom: -38px;
    width: 100%;
    height: 39px;
    background-image: url(./images/yellow_bottom.png);
}

.gallery_sec+.footer_bottom:after {
    display: none;
}



.button-area .button {
    display: inline-block;
    padding: 7px 21px;
    /* margin: 30px 5px; */
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #351113;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    margin-inline: 17px;
    font-weight: bold;
    border-radius: 5px !important;
}

.button-area .button:hover {
    background-color: #351113;
    color: #fff;
}

.button-area .button.active {
    background-color: #351113;
    color: #fff;
}

.button-area input[type=checkbox] {
    display: none;
}

.btn-toolbar {
    justify-content: center;
}

/* input[type="checkbox"]:checked {
    background-color: red !important;
    transform: scale(1.25);
} */
.button_row:has(input[type="checkbox"]:checked) {
    background-color: #351113;
    color: #fff;
}

.button-area {
    margin-bottom: 60px;
}

.gallery_sec_inner {
    position: relative;
}

.gallery_sec_inner::before {
    content: "";
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(./images/gallery_top.png);
    background-repeat: no-repeat;
    z-index: -1;
    object-fit: contain;
    background-size: 450px;
    opacity: 0.5;
}

.gallery_sec_inner::after {
    background-image: url(./images/gallery_bot.png);
    content: "";
    position: absolute;
    bottom: 0;
    bottom: -100px;
    width: 100%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left bottom;
    background-size: contain;
    max-height: 400px;
    opacity: 0.5;
}

@media (max-width: 1280px) {

    .gallery_sec .grid-item {
        padding-inline: 5px;
    }

    .gallery_sec .image_wrap {
        border: 3px solid #fff;
    }

    .gallery_sec .image_wrap a span img {
        max-width: 25px;
    }

    .gallery_sec .image_wrap a span:before {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 991px) {
    .gallery_sec .grid-item {
        width: 33.33%;
    }

    .button-area {
        margin-bottom: 40px;
    }

    .gallery_sec {
        padding-top: 50px;
        padding-bottom: 70px;
        margin-top: 80px;
    }

    .gallery_sec_inner::before {

        top: -37px;
        background-size: 300px;
    }

    .gallery_sec_inner::after {
        background-size: 170px;
        bottom: -46px;
    }
}

@media (max-width:767px) {
    .gallery_sec .grid-item {
        width: 50%;
    }

    .button-area {
        margin-bottom: 30px;
    }

    .button-area {
        margin-bottom: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .button-area .button {
        margin-inline: 5px !important;
        margin-bottom: 10px;
    }

    .button-area .button {
        width: auto;
        flex: inherit;
    }

    .gallery_sec {
        padding-top: 50px;
        padding-bottom: 70px;
        margin-top: 60px;
    }

    .gallery_sec_inner::before {

        top: -37px;
        background-size: 300px;
    }

    .gallery_sec_inner::after {
        background-size: 170px;
        bottom: -46px;
    }
}

@media (max-width:525px) {
    .gallery_sec .grid-item {
        width: 100%;
        padding-inline: 0;
    }

    .gallery_sec .grid {
        padding-inline: 0;
    }
}

/*about*/
.about_common .common_para_area h3 {
    max-width: 80%;
}

.about_common .common_para_area.gold p {
    max-width: 100%;
}

.about_first {
    width: 100%;
    background-color: #fdf7f0;
    position: relative;
    padding-block: 50px;
    padding-bottom: 10px;
    z-index: 9;
}

.about_first::before {
    content: "";
    position: absolute;
    top: -39px;
    width: 100%;
    height: 39px;
    left: 0;
    background-image: url(./images/service_top.png);
}

.about_first::after {
    content: "";
    position: absolute;
    bottom: -38px;
    width: 100%;
    height: 39px;
    left: 0;
    background-image: url(./images/service_top.png);
    transform: rotate(180deg);
}

.about_first_right .button-sec {
    position: relative;
    display: inline-block;
    width: 100%;
    /* height: 100%; */
}

.about_first_right .button-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about_first_right .img1 {
    border-radius: 20px;
    margin-bottom: 0;
    width: 80%;
    position: relative;
    z-index: 9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 3px solid #fff;
    float: right;

    overflow: hidden;
}

.about_first_right .img2 {
    border-radius: 20px;
    width: 70%;
    position: relative;
    margin-top: -20%;
    margin-bottom: -20%;
    z-index: 9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 3px solid #fff;
    float: left;
    overflow: hidden;
}

.about_first_right {
    padding-left: 30px;
    display: flex;
    align-items: flex-start;
}

.about_first_left {
    padding-right: 30px;
}

.mission-vision h2 {
    font-family: 'Butler_Medium';
    font-size: 35px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    color: #b2832c;
}

.mission-vision p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #351113;
}

.mission-vision {
    margin-bottom: 50px;
}

@media (max-width:1280px) {
    .mission-vision h2 {
        font-size: 30px;
        padding-bottom: 0;
    }

    .mission-vision p {
        font-size: 16px;
    }

    .mission-vision {
        margin-bottom: 30px;
    }
}

@media (max-width:991px) {
    .about_first_right {
        padding-left: 12px;
    }

    .about_first_left {
        padding-right: 12px;
    }

    .about_first {
        padding-top: 30px;
        margin-top: 100px;
    }
}



.about_slider .img_div_main .img_div {
    height: 100%;
    max-height: 700px;
}

.about_slider .img_div_main .img_div img {
    height: 100%;
    WIDTH: 100%;
    object-fit: cover;
    object-position: top;
}

.about_slider {
    position: relative;
    margin-block: 70px;
    margin-bottom: 6px;
}

.about_slider #sync1 .item .text_div {
    display: flex;
    height: calc(100% - 134px);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    position: relative;
}

.about_slider #sync1 .item {
    color: #331414;
    height: 100%;
}

.about_slider #sync1 .item .row {
    height: 100%;
}

.about_slider #sync2 {
    max-width: 50%;
    position: absolute;
    bottom: 0;
    float: right;
    right: 0;
    height: 134px;
    background: #fff;
    padding-left: 6px;
}

.about_slider #sync1 .owl-item .text_div img {
    width: auto;
}

.about_slider .heading_h2 {
    margin-top: 180px;
    margin-bottom: 100px;
    padding-inline: 30px;
}

.about_slider #sync1 .owl-item .text_div h2,
.about_slider .heading_h2 h2 {
    font-family: 'Butler_Medium';
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-bottom: 0;
    max-width: 450px;
    color: #351113;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 30px;
}

.about_slider #sync1.owl-carousel .owl-item {
    overflow: hidden;
    height: 700px;
}

.about_slider #sync1 .owl-item .text_div h3 {
    font-family: 'Butler_Medium';
    font-weight: 500;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    color: #b2832c;
    margin-bottom: 20px;
}

.about_slider #sync1 .item .text_div::after {
    background-image: url(./images/about_left_l.png);
    content: "";
    position: absolute;
    bottom: 0;
    bottom: -6px;
    width: 100%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left bottom;
    background-size: contain;
    max-height: 400px;
    opacity: 0.5;
}

.about_slider #sync1 .owl-item .text_div p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #351113;
    text-align: center;
    max-width: 80%;
}

.about_slider #sync1.owl-theme .owl-prev {
    left: 30px;
    display: inline-block;
    background: rgb(53 17 19 / 60%);
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    border-radius: 10px 2px;
    bottom: 46px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

.about_slider #sync1.owl-theme .owl-next {
    display: inline-block;
    background: rgb(53 17 19 / 60%);
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    border-radius: 10px 2px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

.about_slider #sync1.owl-theme .owl-prev svg,
.about_slider #sync1.owl-theme .owl-next svg {
    padding: 10px;
}

.about_slider #sync1.owl-theme .owl-prev svg path,
.about_slider #sync1.owl-theme .owl-next svg path {
    stroke-width: 2px !important;
    stroke: #ffffff !important;
}

.about_slider #sync1.owl-theme .owl-prev:hover,
.about_slider #sync1.owl-theme .owl-next:hover {
    background: #b2832c;

}

.about_slider #sync2 .item {
    background: #c9c9c9;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    height: 100%;
}

.about_slider #sync2.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_slider #sync2 .current .item {
    background: #ffffff;
    margin: 0;
    height: 100%;
}

.about_slider #sync2 .current .item img {
    height: 100%;
    object-fit: cover;
}

.about_slider #sync2.owl-carousel .owl-stage-outer,
.about_slider #sync2.owl-carousel .owl-stage {
    height: 100%;
}

.about_slider #sync2.owl-carousel .owl-item {
    height: 100%;
    filter: grayscale(100%);
}

.about_slider #sync2.owl-carousel .owl-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000;
    opacity: .5;
    z-index: 1;
}

.about_slider #sync2.owl-carousel .owl-item.current {
    filter: none;
}

.about_slider #sync2.owl-carousel .owl-item.current::before {
    display: none;
}

.about_slider #sync2.owl-carousel .owl-nav {
    position: absolute;
}

.about_slider #sync2 .item h1 {
    font-size: 18px;
}

.about_slider #sync2 .current .item {
    background: #ffffff;
}


.about_slider .owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}

.about_slider .owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #d6d6d6;
}

.about_slider #sync1.owl-theme {
    position: relative;
}

.about_slider #sync1.owl-theme .owl-next,
.about_slider #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

@media (max-width:1580px) {
    .about_slider #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    .about_slider #sync1.owl-theme .owl-next {
        right: 10px;
    }
}

@media (max-width:1520px) {
    .about_slider #sync1.owl-carousel .owl-item {
        height: 600px;
    }

    .about_slider .img_div_main .img_div {
        max-height: 600px;
    }




}

@media (max-width:1280px) {
    .about_slider #sync1 .owl-item .text_div h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about_slider #sync1 .owl-item .text_div h2,
    .about_slider .heading_h2 h2 {
        font-size: 30px;
    }

    .about_slider #sync1 .owl-item .text_div p {
        font-size: 16px;
    }

    .about_slider .heading_h2 {
        margin-top: 100px;
        margin-bottom: 70px;
    }

}

@media (max-width:991px) {
    .about_slider #sync1.owl-carousel .owl-item {
        height: auto;
    }


    .about_slider #sync2 {
        max-width: 100%;
        position: relative;
        bottom: 0;
        float: none;
        right: 0;
        padding-left: 0;
        overflow: hidden;
        border-top: 6px solid #fff;
    }

    .about_slider .heading_h2 {
        margin-top: 170px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .about_slider #sync1 .item .text_div {
        height: 100%;
    }

    .about_slider #sync1.owl-theme .owl-next,
    .about_slider #sync1.owl-theme .owl-prev {
        top: inherit;
        bottom: 19%;
    }

    .about_slider #sync1.owl-carousel .owl-item {
        height: 100%;
    }

    .about_slider .img_div_main .img_div {
        height: 500px;
    }

    .about_slider #sync1 .owl-item .text_div p {
        max-width: 100%;
        font-size: 16px;
    }

    .about_slider #sync1 .owl-item .text_div h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about_slider #sync1 .owl-item .text_div h2,
    .about_slider .heading_h2 h2 {
        font-size: 28px;
    }

    .about_slider #sync1 .owl-item .text_div img {
        max-height: 100px;
    }
}

@media (max-width:767px) {

    .about_slider #sync2,
    .about_slider #sync2.owl-carousel .owl-stage-outer,
    .about_slider #sync2.owl-carousel .owl-stage {
        height: 100px;
    }

    .about_slider .img_div_main .img_div {
        height: 400px;
    }

    .about_slider #sync1.owl-theme .owl-next,
    .about_slider #sync1.owl-theme .owl-prev {
        bottom: 30%;
    }

    .about_slider .heading_h2 {
        margin-top: 130px;
    }
}

.about_slider+.footer_bottom:after {
    display: none;
}

/*service details*/
.service_details_first .hlf_a {
    height: 50%;
    padding-block: 8px;
}

.service_details_first .hlf_a img,
.service_details_first .full_a img {
    height: 100%;
    object-fit: cover;
}

.service_details_first .full_a {
    overflow: hidden;
    padding-block: 8px;
}

.service_details_first .full_a img {
    margin: 0 !important;
}

.service_details_first .mission-vision {
    margin-bottom: 0;
}

.service_details_first .mission-vision .button-sec {
    margin-top: 50px;
}

.service_details_first .mission-vision h2 {
    padding-bottom: 20px;
}

.service_details_first.about_first {
    padding-block: 60px;
    padding-bottom: 70px;
    margin-top: 100px;
}

.service_details_inner::after {
    background-image: url(./images/about_left_l.png);
    content: "";
    position: absolute;
    bottom: 0;
    bottom: -27px;
    width: 100%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: left bottom;
    background-size: contain;
    max-height: 400px;
    opacity: 0.5;
}

@media (max-width:991px) {
    .service_details_first.about_first {
        padding-block: 30px;
        padding-bottom: 50px;
        margin-top: 70px;
    }

    .service_details_first .mission-vision {
        margin-bottom: 50px;
    }
}

.ser_d_sec .accordion-body img {
    max-width: 100%;
    border-radius: 10px;
}

.bengali_sec h2 {
    font-family: 'Butler_Medium';
    font-size: 40px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    color: #351113;
}

.bengali_sec h3 {
    font-family: 'Butler_Medium';
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    color: #351113;
}

.ser_d_sec p,
.bengali_sec p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #351113;
}

.bengali_sec {
    margin-block: 50px;
}

.bengali_sec.map_sec iframe {
    border-radius: 10px;
    overflow: hidden;
    margin-block: 50px;
}

.bengali_sec_form {
    display: inline-block;
    list-style: none;
    background: #fff;
    padding: 45px 50px;
    border-radius: 10px 50px 10px 50px;
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    z-index: 9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width:991px) {

    .ser_d_sec p,
    .bengali_sec p {
        font-size: 16px;
    }
}












/*** service start ***/
.details_cat ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.details_cat ul li {
    width: 25%;
    padding: 16px;
}

.details_cat .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    background: #fdf7f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);

}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: #b2832c;
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .card-img-top,
.service-item .card-img-top_overup {
    max-width: 100%;
    max-height: 100%;
    height: 150px;
    padding: 20px;
}

.service-item .card-text-top {
    margin-bottom: 20px;
}

.service-item .card-img-top_wrap {
    position: relative;
}

.service-item .card-img-top_overup {
    opacity: 0;
    transition: 1s;
    position: absolute;
    top: 0;
}

.service-item:hover .service-content-icon .card-img-top_overup {
    opacity: 1;
    transition: 1s;
}

.service-item .card-img-top img,
.service-item .card-img-top_overup img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-item .service-content-icon h4,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon h4 {
    color: #ffffff;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
    border: 1px solid #ffffff;
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
    transition: 1s !important;
    font-family: 'Butler_Medium';
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #351113;
    display: inline-block;
    border-radius: 20px 0 20px 0;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    position: relative;
    border: 1px solid #351113;
}

.service-item .card-text-top h4 {
    font-family: 'Butler_Medium';
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #351113;
}

.service-item .card-text-top p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #351113;
}

/*** Services End ***/

.service_details_two_sec .carousel-indicators button.thumbnail {
    width: 100px;
}

.service_details_two_sec .carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

.service_details_two_sec .carousel-indicators {
    position: static;
}

.service_details_two_sec .carousel {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.ser_d_sec .bengali_sec {
    margin-bottom: 0;
}

.ser_d_sec .accordian_sec {
    margin-top: 30px;
}

.ser_d_sec .accordian_sec .accordion {
    margin-top: 0;
}

.right_instagram img {
    max-width: 100%;
}

.right_instagram_sec {
    height: 100px;
}

.right_instagram_sec a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.right_instagram_sec a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right_instagram_sec a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
}

.right_instagram_sec a i {
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0px);
    transition: all 0.35s;
    color: var(--e-global-color-primary);
    z-index: 2;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #FFFFFF;
    display: flex;
    color: #b2832c;
    ;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.right_instagram_sec a:hover i {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.right_instagram_sec a:hover:before {
    opacity: 1;
    visibility: visible;
}

.zom_contact {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}

.zom_contact .back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zom_contact .back {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
}

.zom_contact .overlay {
    padding: 35px 30px 0 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zom_contact .overlay h2 {
    font-family: 'Butler_Medium';
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}

.zom_contact .overlay p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.right_link_sec_col ul {
    list-style: none;
    padding-left: 0;
}

.right_link_sec_col li {
    margin-bottom: 15px;
}

.right_instagram {
    padding-top: 50px;
}

.right_link_sec_col {
    padding-top: 50px;
}

.service_details_two_sec {
    padding-top: 70px;
}

.right_instagram h3,
.right_link_sec_col h3 {
    font-family: 'Butler_Medium';
    font-size: 30px;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #351113;
}

.right_link_sec_col h3 {
    font-size: 40px;
}

.right_link_sec_col li a {
    background-color: #fdf7f0;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #351113;
    font-weight: 400;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    padding-left: 40px;
}

.right_link_sec_col li a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 15px;
    top: 24px;
    border-radius: 20px;
    background-color: #b2832c;
}

.right_link_sec_col li a:hover {
    background-color: #b2832c;
    color: #fff;
}

.right_link_sec_col li a:hover::before {
    background-color: #fff;
}

.zom_contact .overlay .con a {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.zom_contact .overlay .con {
    margin-block: 20px;
}

.zom_contact .back::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #351113;
    opacity: .5;
    z-index: 1;
}
h1:not(.site-title)::before, h2::before {
	background: none;
	content: "";
	display: none;
	height: 0;
	margin: 0;
	width: 0;
}


.innerpage_body{
    background: #fdf7f0;
}
.archive .page-header, .search .page-header, .error404 .page-header {
	margin: 0;
}
@media (max-width: 1280px) {
    .right_instagram_sec {
        height: auto;
        max-height: 200px;
    }

    .zom_contact .back img {
        height: auto;
    }

    .bengali_sec h2,
    .right_link_sec_col h3 {
        font-size: 35px;
    }

    .bengali_sec h3 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {

    .ser_d_sec p,
    .bengali_sec p,
    .service-item .card-text-top p {
        font-size: 16px;
    }

    .bengali_sec h3 {
        font-size: 25px;
    }

    .bengali_sec h2,
    .right_link_sec_col h3 {
        font-size: 30px;
    }

    .right_link_sec_col {
        padding-top: 30px;
    }

    .service-item .card-img-top,
    .service-item .card-img-top_overup {
        height: 100px;
    }

    .details_cat ul li {
        width: 33.33%;
    }

    .bengali_sec {
        margin-block: 30px;
    }

    .bengali_sec_form {
        padding: 30px;
        margin-top: 30px;
    }

    .bengali_sec_form.cform_sect-left .form-control,
    .bengali_sec_form.cform_sect-left .form-select {
        margin-bottom: 20px;
    }

    .bengali_sec_form.cform_sect-left .mb-3 {
        margin-bottom: 0 !important;
    }

    .bengali_sec.map_sec iframe {
        margin-block: 30px;
    }

    .right_instagram {
        padding-top: 30px;
    }

    .zom_contact {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .zom_contact .overlay .con {
        margin-block: 0;
        margin-bottom: 20px;
    }

    .bengali_sec h3 {
        font-size: 24px;
    }

    .ser_d_sec .accordian_sec .accordion-body img {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-item .card-text-top h4,
    .zom_contact .overlay h2 {
        font-size: 22px;
    }

    .details_cat ul li {
        width: 50%;
    }

    .right_link_sec_col li a,
    .zom_contact .overlay p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .zom_contact .back img {
        height: 100%;
    }

    .details_cat ul li .p-4 {
        padding: 20px !important;
    }

    .right_instagram h3,
    .right_link_sec_col h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .bengali_sec h3,
    .zom_contact .overlay .con a {
        font-size: 22px;
    }

    .ser_d_sec .accordian_sec {
        margin-top: 10px;
    }
}

@media (max-width: 580px) {
    .details_cat ul li {
        width: 100%;
    }

    .right_instagram_sec {
        height: auto;
        max-height: 150px;
    }
}