/* ============ Basic design =========== */
:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}



.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 5px;
    bottom: 5px;
    z-index: 99;
}

.bg-hero {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: contain;
}

.bg-quote {
    background: url(../img/quote.jpg) top right no-repeat;
    background-size: contain;
}



@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }

    .bg-quote {
        background-size: cover;
    }

    .border-5 {
        border-width: 0px !important;
    }

    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}

@media (max-width:767px) {

    .f_wrp .d-flex {
        display: block !important;
    }

    h6 {
        text-align: center !important;
    }

}

@media (max-width:576px) {
    .h2_font h2 {
        font-size: 35px !important;
    }

    .f_wrp .d-flex {
        display: block !important;
    }

}

/* ========= End Basic design ========= */




/* ========= Index Page Design ========= */

/* ========= topbar_section ========== */

.topbar_section {
    background-color: #de9e48;
}

.text-dark {
    color: #372c2e !important;
}

.text-secondary {
    color: #372c2e !important;
}

@media(max-width: 992px) {

    .topbar-sm .fa-twitter,
    .topbar-sm .fa-youtube {
        border: 1px solid #ffe6c4;
        background: #ffe6c4;
        color: #372c2e !important;
        padding: 10px;
        border-radius: 50%;
    }

    .topbar-sm .fa-facebook-f {
        border: 1px solid #ffe6c4;
        background: #ffe6c4;
        color: #372c2e !important;
        padding: 10px 14px;
        border-radius: 50%;
    }

    .topbar-sm .fa-linkedin-in,
    .topbar-sm .fa-instagram {
        border: 1px solid #ffe6c4;
        background: #ffe6c4;
        color: #372c2e !important;
        padding: 10px 12px;
        border-radius: 50%;
    }

}



/* =======topbar_section end ========= */


/* =========== Header_section =========== */

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 20px;
    color: var(--light);
    outline: none;
    transition: .5s;
    text-align: center;
}

.header_logo_{
    background:#fff !important; 
    border-radius:10px !important;
}

/* .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
} */

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #daa520;
}

@media (max-width: 1900px) {
    .navbar-dark .navbar-nav .nav-link {
        position: relative;
        /* margin-left: 14px; */
        margin-left: 25px;
        padding: 35px 0;
        /* font-size: 14px; */
        font-size: 19px;
        border-color: #faebd7 !important;
        outline: none;
        transition: .5s;
        text-align: center;
    }


}

@media(max-width: 1500px) {

    .navbar-dark .navbar-nav .nav-link {
        position: relative;

        margin-left: 20px;
        padding: 35px 0;

        font-size: 17px;

    }
}
@media(max-width: 1450px) {
    .h1_font h1 {
        font-size: 41px !important;
    }

    .logo_font span {
        font-size: 18px !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        position: relative;

        margin-left: 25px;
        padding: 35px 0;

        font-size: 17px;

    }
}

@media(max-width: 1400px) {

    .navbar-dark .navbar-nav .nav-link {
        position: relative;

        margin-left: 20px;
        padding: 35px 0;

        font-size: 17px;

    }
}

@media(max-width: 1300px) {
    .h1_font h1 {
        font-size: 41px !important;
    }

    .logo_font span {
        font-size: 18px !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        position: relative;

        margin-left: 14px;
        padding: 35px 0;

        font-size: 17px;

    }
    .h5-small{
        font-size: 15px !important;
    }

    .h5-small-h6{
        font-size: 14px;
    }
}


@media(max-width: 1200px) {
    .h1_font h1 {
        font-size: 34px !important;
    }

    .logo_font span {
        font-size: 16px !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        position: relative;
        margin-left: 10px;
        padding: 35px 0;
        font-size: 16px;

    }
    
}

@media(max-width: 991px) {
    .h1_font h1 {
        font-size: 26px !important;
    }

    .fs-4 {
        font-size: 17px !important;
    }

    .t_center {
        text-align: center;
    }

}

@media(max-width: 767px) {
    .t_center {
        text-align: center;
    }

}

@media (min-width: 992px) and (max-width: 1100px) {
    .navbar-dark .navbar-nav .nav-link {
        position: relative;
        margin-left: 10px;
        padding: 35px 0;
        font-size: 14px;
        color: var(--light);
        outline: none;
        transition: .5s;
        text-align: center;
    }

    .logo_font span {
        font-size: 14px !important;
    }



}

@media (min-width: 992px) {

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }



    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {

    /* .navbar-toggler-icon {
        background-image: url(../img/ch4.png) !important;
    } */

    .navbar-dark .navbar-nav .nav-link {
        background: #ffe6c4;
        border-radius: 10px;
        margin: 5px 0;
        color: #372c2e;
        margin-left: 0;
        padding: 5px 0;
    }

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #daa520 !important;
    }
}

@media (max-width: 576px) {
    .span_text span {
        font-size: 21px !important;

    }

}


@media (max-width: 400px) {
    .span_text span {
        font-size: 16px !important;

    }
}


.navbar {
    background-color: #372c2e !important;
}

.logo_font span {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.logo_font span:hover {
    color: #daa520;
}

.text-primary {
    color: #faebd7 !important;
}

.border-primary {
    border-color: #de9e48 !important;
}

.navbar-collapse {
    width: 100%;
}

.navbar-brand img {
    height: auto;
    width: 60px;
}


.border-end {
    border-right: 0px solid #dee2e6 !important;
}

.border-end1 {
    border-right: 2px solid #dee2e6 !important;
}

@media (max-width:992px) {
    .border-end1 {
        border-right: 0px solid #dee2e6 !important;
    }

}

@media (max-width:576px) {
    .chartant-sm1 {
        display: block;
    }

}

@media (min-width:576px) {
    .chartant-sm1 {
        display: none;
    }

}

.chartant-sm,
.chartant-sm1 {
    flex: auto !important;

}


.chartant-sm1 span {
    font-size: 25px;
    font-weight: 600;
}

.chartant-sm .telephone {
    background: #0088ff;
    text-align: center;
    padding: 7px 0px 0px 9px;
    border-radius: 101px;
    height: 40px;
    width: 40px;
    color: white;
    border: 2px solid white;
}

.chartant-sm .message {
    background: #ffa500;
    text-align: center;
    padding: 8px 0px 0px 8px;
    border-radius: 101px;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    color: white;
    border: 2px solid white;
}

.chartant-sm .whatsapp {
    background: #47f01f;
    text-align: center;
    padding: 8px 0px 0px 8px;
    border-radius: 101px;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    color: white;
    border: 2px solid white;
}

.dropdown-menu {
    border-radius: 0px;
    color: white;
    background-color: #fff;
    
}

.dropdown-item {
    color: #372c2e;
    padding: 5px 10px;
    font-weight: 600;
    border-bottom: 1px solid #372c2e;
}

.dropdown-item:hover {
    background-color: #372c2e;
    color: #fff;
}

@media (max-width:992px) {
    .dropdown-menu {
        background-color: rgba(255, 255, 255, 0);
        border-radius: 15px;
        text-align: center;
        margin: 5px;
    }
    .dropdown-item {
        color: #372c2e;
        margin: 2px 0;
        border-radius: 10px;
        padding: 5px;
        font-weight: 600;
        background-color: white;
    }
}


/* ======= Header_section end ========= /*


/* ============ banner_section ============*/

.banner_section {
    background-color: #de9e48;
}


.btn-secondary-banner {
    color: #de9e48 !important;
    background-color: #372c2e !important;
    border-color: #372c2e !important;
}

.btn-secondary-banner:hover {
    background-color: #de9e48 !important;
    border-color: #372c2e !important;
    color: #372c2e !important;
}


.btn-outline-secondary-banner {
    background-color: #de9e48 !important;
    border-color: #372c2e !important;
    color: #372c2e !important;
}

.btn-outline-secondary-banner:hover {
    color: #de9e48 !important;
    background-color: #372c2e !important;
    border-color: #372c2e !important;
}



/* ============ End banner_section ============/*


/* =========== about_section ========== */
.about_section {
    background-color: #faebd2;
}

@media(max-width: 460px) {
    .about_section h1 {
        font-size: 25px !important;
        text-align: center;
    }

}

.about_section h1,
.about-start h1,
.about-end h1 {
    color: #372c2e;
}


.about_section p,
.about-start p,
.about-end p {
    color: #563727;
    font-size: 18px;
}

.about_section h2 {
    background: #563727;
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    border-radius: 50px 50px 0px 0px;
}

.about_section img {
    /* object-fit: cover; */
    border-radius: 0px;
}

.about-start,
.about-end {
    background: #de9e48;
    border-radius: 0px;
}


@media (min-width: 1200px) {
    .about-start {
        margin-left: 30px;
    }

    .about-end {
        margin-right: 30px;
    }

}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }

}

.btn-secondary-about {
    color: #de9e48;
    background-color: #563727 !important;
    border-color: #372c2e !important;
}

.btn-secondary-about:hover {
    color: #372c2e;
    background-color: #de9e48 !important;
    border-color: #372c2e !important;
}

/* =========== end about_section ==========/*


/* ========== service_section ========== */

.service_section h2 {
    background: #563727;
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    border-radius: 0px 0px 50px 50px;
    margin-bottom: 30px;
}



.service-item {
    border-radius: 0px;
    background: #de9e48;
    transition: .5s;
}

.service-item:hover {
    background-color: #fac773;
    opacity: 0.8;
}



.service-item .service-icon{
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: #2f4f4f;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item h3{
    color: #372c2e;
}

.service-item .service-icon div {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ba6c05e3;
    transition: .5s;
}

.service-item .service-icon div img {
    transform: rotate(45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div {
    background: #7a431d;
}

.service-item:hover .service-icon i{
    color: #fac773;
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}



@media(max-width: 576px) {
    .service_section h2 {
        font-size: 30px !important;
        margin: 0 10px;
    }

}



/* ========= service_section ========= /*


/* ========== Quote_section ========== */

.Quote_section {
    background-color: #563727;

}

.Quote_section .content_bg {
    border-radius: 0px;
    background-color: #de9e48;
}

.Quote_section .content_bg p {
    color: #563727;
    font-size: 19px;
}

.Quote_section .content_bg h1 {
    color: #372c2e;
    font-size: 19px;
}

.Quote_section .content_bg1 {
    border-radius: 0px;
    background-color: #de9e48;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.75);
}

.Quote_section .content_bg1 h1 {
    color: #372c2e;


}

.Quote_section .content_bg1 input,
select {
    background-color: #ffffff !important;
    color: #000;
    height: 55px;
}

.Quote_section .content_bg1 textarea {
    background-color: #ffffff !important;
    color: #000;
}

.Quote_section .content_bg1 input,
select {
    background-color: #ffffff !important;
    color: #000;
}

.btn-primary-quotes {
    color: #de9e48;
    background-color: #563727;
    border: 1.5px solid #372c2e;
    font-size: 18px;
}

.btn-primary-quotes:hover {
    color: #372c2e;
    background-color: #de9e48;
    border-color: #372c2e;
}

@media(max-width: 1400px) {
    .content_bg h1 {
        font-size: 25px !important;
        text-align: center !important;
    }

}

@media(max-width: 768px) {

    .Quote_section .content_bg h1,
    p {
        font-size: 16px;
    }

}

/* ============ Quote_section ============ */

/* =========== gallery_section ===========*/

.col_pad {
    padding: 49px 40px;
}

.gallery_section {
    background-color: #ffe6c4;
}

.gallery_section .div1 p,
.team-item1 .div1 p {
    color: #fff;
}

.team-item1 {
    position: relative;
    margin-bottom: 0px;
}

.team-item1 img {
    border-radius: 0px;
}

.gallery_section h2 {
    color: #ffffff;
    background: #563727;
    text-align: center;
    font-size: 3rem;
    border-radius: 50px 50px 0px 0px;
    margin-bottom: 8px;
}

.gallery_section .div1,
.team-item1 .div1 {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #563727de;
    color: #fff !important;
    background-size: cover;
    right: 0;
    left: 0;
    padding: 10px;
    bottom: 0;
    z-index: 1;
}

.gallery_section p {
    margin: 0;
    line-height: 25px;
}

.bg-primary-gallery {
    border-radius: 0px;
    color: #563727;
    background: #de9e48;
    text-align: center;
}

.bg-primary-gallery h1 {
    color: #372c2e;
}


.btn-secondary-gallery {
    color: #fff;
    background: #563727;
    border: 1px solid #372c2e;
    text-align: center;
}

.btn-secondary-gallery:hover {
    color: #563727;
    background: #de9e48;
    border: 1px solid #372c2e;
}

@media(max-width: 1400px) {
    .p_font {
        font-size: 20px !important;
    }

    .col_pad {
        padding: 25px !important;
    }
}

@media(max-width: 1200px) {
    .p_font {
        font-size: 15px !important;
    }

    .gh1_font {
        font-size: 30px !important;
    }

    .col_pad {
        padding: 18px !important;
    }
}

@media(max-width: 992px) {
    .mt_g {
        margin-top: 20px !important;
    }
}

@media(max-width: 460px) {
    .gallery_section h1 {
        font-size: 25px !important;
        text-align: center;
    }

}


/* ==========gallery_section========= */

/* ========= Video_section======== */

.video_section h2 {
    color: #ffffff;
    background: #563727;
    text-align: center;
    font-size: 3rem;
    border-radius: 0px 0px 50px 50px;
    margin-top: 8px;
}

.btn-secondary-video {
    color: #fff;
    background: #563727;
    border: 1px solid #372c2e;
    text-align: center;
}

.btn-secondary-video:hover {
    color: #563727;
    background: #de9e48;
    border: 1px solid #372c2e;
}

@media (min-width:1200px) {

    .video_section iframe {
        height: 315px;
    }

}

@media (min-width:768px) {

    .video_section iframe {
        height: 250px;
    }

}

@media (max-width:768px) {

    .video_section iframe {
        height: 220px;
    }

}

@media (max-width:400px) {

    .video_section iframe {
        height: 175px;
    }

}


/* ========= End Video_section ========= */

/* ========= clientele_section ========= */

.clientele_section h2 {
    color: #ffffff;
    background: #563727;
    text-align: center;
    font-size: 3rem;
    border-radius: 50px 50px 0px 0px;
    margin-bottom: -50px;
    margin-top: 8px;
}

.bg-primary-clientele {
    background: #de9e48;
    margin: 60px 0;
}

.vertical_carousel img {
    border-radius: 50px;
    width: 70% !important;
    margin: auto;
    display: block;
}

.var_owl {
    transform: rotate(90deg);
    width: 70%;
    height: auto;
    margin-top: 10px;
}

.vertical_carousel {
    transform: rotate(90deg);
    margin-top:10px;
}

.item {
    transform: rotate(-90deg);
    border-radius: 50%;
}

.vertical_carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(100% - 33px);
}

div.vertical_carousel .owl-nav .owl-prev,
div.vertical_carousel .owl-nav .owl-next {
    font-size: 36px;
    top: unset;
    bottom: 15px;
}

.testimonial-item i,
p,
div {
    color: #372c2e;
}

.testimonial-item h3, 
.testimonial-item h5
.testimonial-item span {
    color: #372c2e;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #372c2e;
    border: 1px solid #372c2e;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #372c2e;
    background: transparent;
    border: 1px solid #372c2e;
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

@media(max-width: 576px) {
    .clientele_section h2 {
        font-size: 30px !important;
        margin: 0 10px;
    }

}

/* ========= End clientele_section ========= */


/* ========= team_section ========= */


.team_section {
    background-color: #faebd2;
}

.team_section h2 {
    color: #fcfeff;
    background: #563727;
    text-align: center;
    font-size: 3rem;
    border-radius: 0px 0px 50px 50px;
    margin-bottom: -30px;
    margin-top: -50px;
}

.team_section h4 {
    font-size: 20px !important;
    color: #372c2e;
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-item img {
    border-radius: 0px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #de9e48a1;
    color: #372c2e;
    background-size: cover;
    border-radius: 0px;
    height: 90px;
    padding: 0 10px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}



.btn-secondary-team {
    color: #ffffff;
    background-color: #563727;
    border: 1px solid #372c2e;
}

.btn-secondary-team:hover {
    color: #372c2e;
    background-color: #56372700;
    border: 1px solid #372c2e;
}

.h1_team {
    font-size: 38px;
}

@media(max-width: 1400px) {
    .team_section h4 {
        font-size: 18px !important;
    }

    .team_page h4 {
        font-size: 18px !important;
    }

    .team-text {
        padding: 0 5px !important;
    }

}

@media(max-width: 1200px) {
    .team_section h4 {
        font-size: 16px !important;
    }

    .team_page h4 {
        font-size: 16px !important;
    }

}

@media(max-width: 540px) {
    .h1_team {
        font-size: 25px !important;
    }

}

/* ========= End team_section ========= */


/* ========= blog_section ========= */

.blog_section {
    background: #faebd2;
}

.blog_section h2 {
    color: #ffffff;
    background: #563727;
    text-align: center;
    font-size: 3rem;
    border-radius: 50px 50px 0 0;
    margin-bottom: -30px;
    margin-top: 10px;
}

.bg-primary-blog {
    background-color: #daa520;
}

.bg-secondary-blog {
    background-color: #2f4f4f;
    width: 60px;
    height: 100px;
}

.bg-primary-blog a {
    color: #372c2e !important;
}

.bg-primary-blog a:hover {
    color: #ffffff !important;
}

.border-top-blog {
    border-top: 1px solid #002d2d;
}

.border-top-blog small {
    color: #002d2d;
}

.btn-secondary-blog {
    background-color: #563727;
    border: 1px solid #372c2e;
    color: #fff;
}

.btn-secondary-blog:hover {
    background-color: transparent;
    border: 1px solid #372c2e;
    color: #372c2e;
}

/* ========= End blog_section ========= */

/* ========= faq_section ========= */
.faq_section h2 {
    color: #ffffff;
    background: #563727;
    text-align: center;
    font-size: 3rem;
    border-radius: 0px 0px 50px 50px;
}

.bg-primary-faq {
    background-color: #de9e48;
    margin-bottom: 8px;
}

.accordion-items {
    width: 100%;
    background: linear-gradient(to bottom right, #fff, #f7f7f7);
    background: #daa520;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3),
        0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
}

.accordion-heading {
    border-radius: 10px;
    color: #ffffff;
    background-color: #563727;
    font-size: 18px;
    border-bottom: 2px solid #de9e48;
    letter-spacing: 0.8px;
    padding: 15px;
    cursor: pointer;

}

.accordion-heading:hover {
    color: #ffffff;
    background-color: #563727a8;
    border-radius: 10px;
}

.accordion-heading:nth-last-child(2) {
    border-bottom: 0;
}


.accordion-heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}

.accordion-heading:nth-last-child(2):hover {
    border-radius: 0 0 3px 3px;
}

.accordion-heading::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #f5f5f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    color: #daa520;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 10px;
}


.active.accordion-heading::before {
    transform: rotate(-180deg);
}

.not-active.accordion-heading::before {
    transform: rotate(0deg);
}

.accordion-content {
    display: none;
    border-radius: 10px;
    background: #faebd2;
    color: #372c2e;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
}

/* ========= End faq_section ========= */


/* ========= footer_section ========= */


.footer_section {
    background-color: #563727;
    color: #002d2d;
}

.footer_section span {
    color: #fff;
}

.footer_section .newsletter-p {
    color: #fff;
}

.footer_section .text-secondary {
    color: #fff !important;
}

.text-primary-footer-h4-newsletter {
    color: #fff;
    margin: 10px auto;
}

.text-primary-footer-h4-newsletter hr {
    width: 10%;
    margin: auto;
    height: 2px;
}

.text-primary-footer-h4,
.text-primary-footer-a,
.text-primary-footer-h6 {
    color: #fff;
}

.text-primary-footer-a:hover {
    color: #daa520;
}

.copyright {
    background-color: #372c2e;
}

.copyright p {
    color: #faebd2 !important;
}

.copyright a {
    color: #daa520 !important;
}

.copyright a:hover {
    color: #faebd2 !important;
}

.btn-primary-footer {
    margin: 0 1px;
    border: 1px solid #372c2e;
    color: #372c2e;
    background-color: #ffffff;
}

.about_us_span{
    color: #002d2d;
}

.f_wrp .btn-lg-square {
    width: 40px;
    height: 40px;
}

.f_wrp .btn-lg {
    padding: 7px 5px;
    font-size: 18px;
}

.btn-primary-footer:hover {
    color: #ffffff;
    background-color: #372c2e;
    border: 1px solid #372c2e;
}

.btn-primary-footer-signup {
    color: #ffffff;
    background-color: #372c2e;
    border: 1px solid #fff;
}

.btn-primary-footer-signup:hover {
    color: #372c2e;
    background-color: #ffffff;
    border: 1px solid #fff;
    box-shadow: none !important;
}

.visitor_today{
    background-color: #372c2e; 
    color: #fff; 
    padding: 10px 5px;
}
.visitor_today h5,
.visitor_today p{
    color: #fff; 
}

.total_visitor{
    background-color: #fff; 
    color: #372c2e; 
    padding: 10px 5px;
}
.total_visitor h5,
.total_visitor p{
    color: #372c2e; 
}


@media (min-width:992px) and (max-width:1200px) {
    .f_wrp .btn-lg-square {
        width: 40px;
        height: 35px;
    }
    
    .f_wrp .btn-lg {
        padding: 5px 5px;
        font-size: 17px;
    }
}

@media (max-width:992px) {
    .w-7 {
        width: 25% !important;
    }

}
@media (max-width:768px) {
    .text-primary-footer-h4-newsletter hr {
        width: 25%;
        margin: auto;
        height: 2px;
    }

}
@media (max-width:400px) {
    .input-group input{
        padding: 10px !important;
    }

}

/* ========= End footer_section ========= */


/* ========= End index Page ========= */


/* ========= Magnific Popup CSS section ========= */


.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    /*-webkit-backface-visibility: hidden;*/
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    display: none;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
        * Remove all paddings around the image on small screen
        */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* ========= End Magnific Popup CSS section ========= */

/* ========= sub page section ========= */
.bg-primary-hero {
    background-color: #de9e48;
}

.bg-primary-hero h1 {
    color: #2d4f4f;
}

.bg-primary-hero .btn-secondary {
    border: 1px solid #372c2e;
    background-color: #372c2e;
    color: #ffffff;
}

.bg-primary-hero .btn-secondary:hover {
    border: 1px solid #372c2e;
    background-color: transparent;
    color: #372c2e;
}

/* ========= End Sub Page section ========= */


/* ========= About page ========= */

.about-page img {
    border-radius: 0px;
    object-fit: cover;
}

/* ========= End About page ========= */


/* ========= service page ========= */

.service-page h1,
.service-page p {
    color: #372c2e;
}

.bg-primary-service {
    background-color: #de9e48;
    border-radius: 15px;
}

.bg-primary-service h1,
.bg-primary-service p {
    color: #de9e48;
}

.bg-primary-service1 h1,
.bg-primary-service1 p {
    color: #de9e48;
}

.bg-primary-service1 {
    background-color: #ededed;
    border-radius: 15px;
}

.bg-primary-service img,
.bg-primary-service1 img {
    border-radius: 50%;
    height: auto;
    width: 250px;
}

.service_bg {
    background-color: #563727;
    object-fit: cover;
}

.btn-service-page {
    background-color: #563727;
    border: 1px solid #563727;
    color: #ffffff;
    padding: 10px 25px !important;
}

.btn-service-page:hover {
    color: #563727;
    border: 1px solid #563727;
    background-color: #ffffff;
}

@media (max-width:576px) {

    .bg-primary-service img {
        height: auto;
        width: 170px;
    }
}

/* ========= End service page ========= */


/* ========= Gallery page ========= */

.gallery-page h2 {
    background: #372c2e;
    text-align: center;
    font-size: 3rem;
    border-radius: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    border: 2px solid #372c2e;
}

@media (max-width:576px) {

    .gallery-page h2 {
    
        font-size: 2rem;
       
    }
}

/* ========= End Gallery page ========= */

/* ========= team page ========= */

.team-page h1 {
    color: #372c2e;
}

.team-page h4 {
    font-size: 20px !important;
    color: #372c2e !important;
}

.modal-header img {
    width: 100%;
    margin: auto;
    display: block;
}

.modal h5 {
    font-size: 25px;
    color: #372c2e;
}

.modal .modal-name {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.modal-content {
    background-color: #faebd2;
}

.modal-footer button {
    background-color: red;
    color: #faebd2;
    border: 1px solid red;
}

.modal-footer button:hover {
    background-color: #faebd2;
    color: #2f4f4f;
    border: 1px solid #2f4f4f;
}

@media (max-width:992px) {
    .modal h5 {
        font-size: 20px;
    }


}

@media (max-width:768px) {
    .modal-header img {
        width: 60% !important;

    }
}

@media (max-width:400px) {
    .modal-header img {
        width: 80% !important;

    }

    .modal h5 {
        font-size: 18px;
    }
}


/* ========= End team page ========= */

/* ========= Blog page ========= */

.blog-page h1 {
    color: #372c2e;
}

.blog-item {
    background-color: #de9e48;
    border-radius: 0px;
}

.blog-item img {
    border-radius: 0px;
}

.blog-item .bg-secondary {
    background-color: #372c2e !important;
    width: 70%;
}

.blog-item small {
    color: #372c2e;
}

.blog-item a {
    color: #372c2e;
}

.blog-item a:hover {
    color: #faebd2;
}


.blog-item .blog-link {
    border-bottom: 1px solid #2f4f4f;
}

@media (max-width:576px) {
    .blog-item .bg-secondary {
        width: 80%;
    }
}

@media (max-width:400px) {
    .blog-item .bg-secondary {
        width: 90%;
    }

    .blog-item a {
        font-size: 18px;
    }

    .blog-item p {
        font-size: 16px;
    }
}

/* ========= End Blog page ========= */

/* ========= Blog-detail page ========= */

.blog-detail h1 {
    color: #372c2e;
    font-size: 30px;
}

.sidebar h3 {
    color: #372c2e !important;
}

.sidebar img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.sidebar .tags a {
    color: #372c2e;
    border: 1px solid #372c2e;
}

.sidebar .tags a:hover {
    color: #fff;
    background-color: #372c2e;
    border: 1px solid #372c2e;
}

.bg-primary1 a {
    color: #372c2e;
}

.bg-primary1 a:hover {
    color: #de9e48;
}

.sidebar .bg-primary1 {
    background-color: #de9e48;
}

@media (min-width:768px) and (max-width:992px) {
    .sidebar img {
        width: 200px;
        height: 200px;
    }

    .sidebar a {
        font-size: 30px !important;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .sidebar a {
        font-size: 17px;
    }

}

@media (max-width:576px) {
    .sidebar a {
        font-size: 17px;
    }
    .blog-detail h1 {
        font-size:23px;
    }

}

@media (max-width:400px) {
    .sidebar a {
        font-size: 16px;
    }

}

/* ========= End Blog-detail page ========= */

/* ========= contact page ========= */

.bg-primary-contact-page-1 {
    margin-top: -200px;
    z-index: 1;
}

.bg-primary-contact-page {
    background-color: #de9e48;
    border-radius: 0px;
}

.contact-item {
    background: #de9e48;
    border-radius: 0px;
    transition: .5s;
    border-radius: 25px;
    height: 250px;
}

.contact-item .contact-icon {
    padding: 10px 10px !important;
    border-radius: 50%;
    margin-top: 0px;
}
.contact-item .contact-icon i {
    font-size: 25px;
    transition: .5s;
    background: #372c2e;
    color: white;
    padding: 12px 15px;
    border-radius: 50%;
}



.contact-icon i:hover {
    background: #fff;
    color: #372c2e;
}


.contact-item h3 {
    color: #372c2e;
}

.contact-page p {
    color: #372c2e;
    font-size: 18px;
    font-weight: 700;
}


.contact-item .contact-icon div {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.contact-page-a {
    color: #372c2e;
    font-size: 20px;
    font-weight: 600;
}
.contact-page-a:hover {
    color: #fff;
    font-size: 20px;
}

@media (max-width: 400px) {
    .contact-item .contact-icon1 {
        margin-top: -65px;
    }
    .contact-item {
        height: auto;
    }
}

.contact-page h1 {
    color: #002d2d;
}

.bg-primary-contact-page input {
    height: 55px;
}

.bg-primary-contact-page button {
    border: 1px solid #372c2e;
    background-color: #372c2e;
    color: #ffffff;
}

.bg-primary-contact-page button:hover {
    border: 1px solid #372c2e;
    background-color: #ffffff;
    color: #372c2e;
}

.contact-page h3 {
    text-align: center;
    color: #372c2e;
    padding-bottom: 10px;
}

.contact-page-h4 {
    color: #372c2e;
}

@media (max-width:1200px) {
    .bg-primary-contact-page-1 {
        margin-top: -150px;
        z-index: 1;
    }

}

@media (max-width:992px) {
    .contact-page iframe {
        height: 380px;
    }

}

@media (max-width:768px) {
    .bg-primary-contact-page-1 {
        margin-top: 0px;
        z-index: 1;
    }

}


/* ========= End contact page ========= */


/* =========  Terms  page ========= */

.terms-page {
    background-color: #de9e48;
}

.terms-page h2 {
    background: #372c2e;
    text-align: center;
    font-size: 40px;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #faebd2;
}

.terms-page .div1 {
    background: #563727;
    padding: 20px 10px;
    text-align: left;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #faebd2;
}

.terms-page .div1 p {
    color: #faebd2;
}

@media (max-width:768px) {
    .terms-page h2 {
        font-size: 30px;
    }   
}

/* ========= End Terms  page ========= */