/* ---------------imort css ---------- */
@import url('./libs.bundle.css');
@import url('./theme.bundle.css');
/* ----------------------------------- */

body, html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.btn-dark{
    background-color: #6e3513;
    border-color: #6e3513;
}
.btn-outline-dark{
    background-color: #6e3513 !important;
    border-color:#6e3513 !important;
}


.btn-outline-dark a{
    /* background-color: #6e3513 !important; */
    /* border-color:#6e3513 !important; */
    color: black;
}
.btn-outline-dark:hover a{
    /* background-color: #6e3513 !important; */
    /* border-color:#6e3513 !important; */
    color: #ffffff;
}

.navbar-brand img{
    border: 0px solid red;
    height: 90px;
}
.navbar {
    padding: 0.5rem 0;
    box-shadow:0px 2px 6px lightgray;
}
.btn{
    /* padding: 0.2rem 1.2rem !important;
    line-height: 29px; */
    /* height: 50px; */
}
.card-img .card-btn{
    opacity: 1;
}
.card-img .btnYellow{
    opacity: 1;
    background-color: #ffa600 !important;
    border-color: #ffa600 !important;
}
.navbar-nav li a i{
font-size: 1.5rem;
}
.bg-pattern1{
    /* background-image: url('./')!important; */
}
.navbar-boxed{
    padding: 0px !important;
}
footer ul  li a, footer h5{
    font-size: 13px;
}
footer  h4{
    font-size: 20px;
}
footer h6{
    font-size: 16px;
    text-transform: uppercase;
}
.bg-white1{
    background: rgba(255,255,255,0.6);
}
@media(max-width:640px){
    .nonedd{
        display: none;
    }
}