/********** Template CSS **********/
:root {
    --primary: #5B8C51;
    --secondary: #EDDD5E;
    --light: #F7F7F7;
    --dark: #404A3D;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}




/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: #fff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background: #515151;
    color: #fff;
}

.logout{
    cursor: pointer;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    height: 70px;
    padding: 0px;
}

.bg-color{
    background-color: #3f1703;
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #ccc;
    font-size: 17px;
    font-weight: 400;
    outline: none;
}

.display-1{
    font-size: 2.5rem !important;
    line-height: 1.5;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ccc;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family:'Roboto' sans-serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        background: #632a0d;
        margin-top: 70px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #3f1703;
    border: 10px solid #3f1703;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.55);
    border-color: rgba(0,0,0,0.1);
    background: #fff;
}


.page-header {
    background: url(../img/banner_3.png) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 5px;
    left: -40px;
    background: #632a0d;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 6px;
    left: -60px;
    background:#632a0d;
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: var(--secondary);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
    color: var(--dark);
    background: var(--secondary);
}


/*** Product ***/
.product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.6);

}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
    color: #fff;
}

.product-item:hover .product-overlay {
    opacity: 1;
    padding-top: 0;
}

.read-more{
    background: #632a0d;
    color: #fff;
    border-color: #632a0d;
}

.about_img{
width: 100%;
}

.about_us{
   font-size: 30px;
    font-weight: 600;
    color: #632a0d;
}

.footer_bg{
 
    border-radius: 25px 25px 0px 0px;
}

.newsletter{
    color: #fbf7ba;
}
.text-primary {
    color: #632a0d !important;
}


.contact_us img{
    width: 20px;
    margin-right: 10px;
}
.about_us_why{
     font-size: 36px;
    font-weight: 600;
     color: #fbf7ba;
}
.about_bg_color {
    background-color: #60280c;
}

.about_img_mt{
    margin-top: -133px;
}

.btn-secondary:active{
    background-color: #7ca374;
    border-color: #7ca374;
}
.about_img_mt_1{
    margin-top: -120px;
}

.line-dash{
    position: relative;
}

.line-dash::before{
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    height: 1px;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
    border:1px dashed;
}

.right-dash-line{
  
    height: 1px;
    transform: translateY(-50%);
    z-index: -1;
    border-right:1px dashed;
}

.bg-primary1{
     background-image: linear-gradient(#d6c8a7, #dacdac);
}

.display-6{
        font-size: 20px;
    font-weight: 400;
    color: #632a0d !important;
}

.bg-primary1 p {
    color: #632a0d;
}
.about_txt_color{
    color: #fbf7ba;
}

.bg_color_desi{
    /*background:url('../../assets/img/background.png') ;*/
    background-position: center;
    color: #632a0d;
    background-color: #EAE3D1;
}

.bg-secondary {
    background-color: #632a0d !important;
}

.btn-secondary {
    background-color: #632a0d !important;
    border-color: #632a0d;
}


.bg_color_list h1{
    font-size: 35px !important;
    color: #632a0d;
}

.bg_color_list{
background: #e0c5999c;
}

.desi_ghee li{
 font-size: 20px;
 line-height: 2.5;
 color: #632a0de3;
}

.btn-primary{

background-color: #3f1703;
border-color: #3f1703;

}
/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .btn {
    border-color: transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}


/*** Testimonial ***/

.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: "\f10d";
    font-family:'Roboto' sans-serif;
    font-weight: 900;
    font-size: 200px;
    color: #EEEEEE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
    background: #3f1703;
}

.copyright-bg{
background-color: #515151;
}

.copyright {
    background-color: #515151;
}

.copyright a{
    color:#fbf7ba;
}
.copyright span{
    color:#fbf7ba;
}

.reserved{
    color: #fbf7ba;
}

.reserved a{
     color: #fbf7ba !important;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family:'Roboto' sans-serif;
    font-weight: 900;
    margin-right: 10px;
    display: none;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.navbar-brand{ position: absolute;
    left: 30px;
    right: auto;
   
    padding: 0px;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    background:transparent;
    width: 96px;
    height:auto;
    /* box-shadow:0px 6px 15px 0px #ccccccd1;  */
}
.top_header{
    background-color: #eae3d1
}
.bg-dark {
    background-color: #eae3d1 !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #632a0d;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
    font-weight: 500;
    font-size: 17px;
}

.contact_us{
    color: #fbf7ba;
}

.navbar-toggler{
    position: absolute;
    right: 10px;
}

.cow_dung_bg {
    background: #eae3d1;
}

.cow_dung_bg p{
color:#632a0d;
}

.download{
    font-size: 25px;
    color: #632a0d;
}


@media (min-width: 1200px){
.display-3 {
    font-size: 2rem;
}


}


@media (max-width: 425px){
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}

.container-fluid{
    
  
    
}


.section-title{
margin-top: 20px;
font-size: 20px;
}


}

/* @media (max-width: 375px){
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}

.container-fluid{
    padding-right: 10px !important;
    padding-left: 10px !important
}

.section-title{
margin-top: 20px;
font-size: 20px;
}

} */


.bg_color_dash{
    background-image: url(../img/background_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.side_top_images{
    background-image: url(../img/dashboard_about.png);
    background-repeat: no-repeat;
    background-size: cover;
   
}

.top img{
    width: 1250px;
    height: 42px;
}

.dash_image{
    position: relative;
}

.special_info{
position: absolute;
top: 40%;
left: 27%;
}

.image_text{
    color:#fbf7ba;
    font-size: 35px;
    letter-spacing: 5px;
}

.dash_content h3{
    font-size: 23px !important;
    color: #632a0d;

}

.dash_content p{
    font-size: 20px !important;
    color: #632a0d;
    margin-bottom: 0px !important;

}

.commune_info_bg{
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    border: 1px solid #632a0d78;
}

.commune_info_bg p{
    color: #632a0d; 
    font-weight: 500;
}

.bg {
    background: #3f1703;
    padding: 10px 17px;
    color: #f9f0de;
    border-radius: 10px 10px 0px 0px;
}
.service-details__choose {
    position: relative;
    display: block;
}
.camp {
    font-size: 20px !important;
    font-weight: 400;
    color: #f9f0de;
    overflow-wrap: anywhere !important;
    margin-bottom: 0px;
}
.date {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 0px;
}

.time_event {
    font-size: 16px;
    display: block;
    margin-bottom: 0px !important;
    color: #fff !important;
}

.boxShdow{
    background: #dbcfbc;
}

.event_description{
    margin-bottom: 0px !important;
    color: #f9f0de!important;
}

.tabBottomColour{
border-top: 2px dotted #3f1703;
}

.book_now1 {
    float: left;
    background-color: #3f1703;
    color: white;
    border: 1px solid #3f1703;
    border-radius: 5px;
    font-weight: 500;
    padding: 6px 15px;

}

.border_box{
    background: #dbcfbc;
}


.form-control{
    border: none;
    border-radius: 4px;
    height: 45px;
    background: #cdc0aa;
    appearance: auto !important;
}
.form-control:disabled, .form-control:read-only {
    background-color: #cdc0aa !important;
    opacity: 1;
}

.product-details__quantity .quantity-box input {
    border-radius: 5px;
    height: 45px;
    border: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: 'Maven Pro', sans-serif;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--agrion-gray);
    background-color: #cabaa2;
}

.product-details__quantity .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--agrion-gray);
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 1px;
    background-color: #cabaa2;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.product-details__quantity .quantity-box button.sub {
    bottom: 5px;
    top: auto;
    border-top: 1px solid #ece9e0;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: auto;
    border-radius: 0px;
    height: 50px;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #632a0d;
    color: #f9f0de;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    border: 0;
}

.continue {
    border: 1px solid #3f1703;
    border-radius: 10px;
}

.product-details__title{
    font-size: 24px;
    color: #632a0d;
}

.Special_Price{
    font-size: 20px;
    color: #054805;
}

.span{
    font-size: 20px;
    color: #054805;
    font-weight: 600;

}

thead {
    background: #632a0d !important;
}
.table_bg{
    background: #dbcfbc;
}

.table>:not(caption)>*>*{
    padding: 20px !important;
}

.table_bg thead tr{
color: #fff !important;
} 


tr:first-child th:last-child { border-top-right-radius: 10px; }
tr:first-child th:first-child { border-top-left-radius: 10px; }
tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }

tr:first-child td { border-top-style: solid; }
tr td:first-child { border-left-style: solid; }


.hide-show-icon {
    display: flex;
    position: absolute;
    top: 32px;
    right: 0;
    padding: 12px;
    cursor: pointer;
}

.eye-icon{
    position: relative;
}

.philosophy_text{
    background-color: #c3ae8e;
    border-radius: 0px 0px 10px 10px;
    height: 200px;
    overflow-y: scroll;
}

.philosophy_text p{
    color:#632a0d;
}

.bg_color_shop{
    background-color: #eae3d1;
}

.product__all-single{
    border:1px solid #00000073;
    border-radius: 5px;
    
}

.product-name{
    font-size: 18px !important;
    color: #632a0d;
}

.product__all-price{
    font-weight: 600;
    color: #632a0d;

}

#sidebar{
    height: fit-content;
    background-color: #632a0d;
}

.components li {
    padding: 10px 0px;
}

.sidebar-header{
    background: #482411;
}

.sidebar-header h3{
font-size: 20px;
}

.bg_login h3{
    font-size: 25px;
}

.error-messg{
    color: red !important;
}

.table td{
    color:#403d3d !important;
}

.mtt-55{
    padding-top: 70px;
}


.cow_villege p {
    color:#403d3d !important;
}

.cow_villege ul li {
    color:#403d3d !important;
}

.active1{
    color: #d9c07e !important;;
    font-weight:500 ;
  }

  p {
    color:#403d3d !important;
}

.footer p{
    color:#B0B9AE !important;
}

.text-light{
    color:#B0B9AE !important;
}

.footer i {
    color:#fff !important;
}

label{
    color:#403d3d !important;
}

.time1{
    color:#403d3d !important;
}

.mobile_event_detail{
    color:#403d3d !important;
}

.caption{
    color:#403d3d !important;  
}

.cart-sale{
    border-radius: 50%;
    border: 1px solid green;
    width: 20px;
    height: 20px;
    display: block;
    background-color: green;
    position: absolute;
    right: 5px;
    top: -5px;
    
}