/*Custome css for Project add font */

:root {
    /* --themeColor: rgb(0, 128, 0);
    --#044453   */
    --themeColor: #502814;
    

}

body {

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

}

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

nav {
    transition: 0.6s all;
}




#carouselExampleSlidesOnly 
.carousel-item {
    max-height: 550px;
    height: 550px;
}

.carousel-item {
    max-height: 540px;
    height: 540px;
}
.carousel-item img {

    height: 100%;
}

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

.navbar-toggler {
    background-color: #fff;
}

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

    height: 1.5em;
}

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

.green_bg {
    background-color: #502814;
}

.green_text {
    color: #502814;
}

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

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

.scrolled .container {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    border-bottom: 1px solid rgb(0, 128, 0);

}

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

.alert {
    font-size: 0.8em;
}

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

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


.offcanvas-body .nav-link {
    color: hsl(120, 100%, 25%);
}

.offcanvas-body .nav-link {
    padding: 9px;
    border-radius: 6px;
}

.offcanvas-body .nav-link.active,
.offcanvas-body .nav-link:focus,
.offcanvas-body .nav-link:hover {
    background: green;

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

/*inner pages*/
.hover-list a {
    transition: 0.6s all;
}

.hover-list a:hover {
    background-color: var(--themeColor);
    color: #fff;
    padding-left: 10px;
}

.hover-list a:hover img {

    filter: brightness(69.5);

}

.no-icon::after {
    display: none;
}

.no-icon {
    text-decoration: none;
    background: none !important;
}

/*News_and_Updates*/

.News_and_Updates ul li a,
.textwidget ul li a {
    font-size: 13px;

}

.News_and_Updates ul,
.textwidget ul {
    list-style: circle !important;
}

@media (max-width:640px) {
    .carousel-item {
        max-height: 300px;
        height: 300px;
    }

    .p-5 {
        padding: 2em !important;
    }
}

.bg-success {
    background-color: var(--themeColor) !important;
}

.new-all {
    font-size: 15px;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	

.btn-more{
    background: var(--themeColor); color: #fff;
}

h5{
    font-size: 1.25rem;
    background: #143c3c;
    color: #ffff; font-weight: 500;
    padding: 7px;
}



.News_and_Updates ul li a, .textwidget ul li a{
    color:#000; text-decoration: none; font-size: 14px;
}