/*Custome css for Project add font */

body {

    font-family: 'Verdana', sans-serif;

}
:root{
--theme-color: 
#94b444  ;
}

.top_nav {
    background-color: rgba(255, 255, 255, 0.94) !important;
}

nav {
    transition: 0.6s all;
}

.carousel-item {
    max-height: 500px;
    height: 500px;
}

.carousel-item img {

    height: 100%;
}

.dropdown-menu.show {
    transition: 0.6s all;
}

.navbar-toggler {
    background-color: var(--theme-color);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1em;

    height: 1.5em;
}

.owl-carousel {
    transition: 0.6s all;
}

.green_bg {
    background-color: var(--theme-color);
}

.green_text {
    color: var(--theme-color);
}

.text-justify {
    text-align: justify;
}

.scrolled {
    top: -18px !important;
    margin: 0px;
}

.scrolled .container {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    border-bottom: 1px solid var(--theme-color);

}

.scrolled .container .top_nav {
    margin-bottom: 0px !important;
    background: #fff !important;
}

.alert {
    font-size: 0.8em;
}

.footer-link a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.footer-text {
    font-size: 13px;
}

.nav-link {
    color: var(--theme-color);
}

.nav-link {
    font-size: 15px;
    padding: 9px;
    border-radius: 6px;
}

.nav-link.active,
.nav-link:focus,
.nav-link:hover {
    background: var(--theme-color);

    border-radius: 6px;
    color: #fff !important;
}