/*Custome css for Project add font */

:root {
    /* --themeColor: rgb(0, 128, 0);
    --#044453   */
    --themeColor: #502814;
     --color-dark: #222;
  --paragraph-gray: #222;
  --primary: #143c3c;
  --gray: #d3dfef;
  --primary-light: #a7cfe0;
  --color-white: white;
  --transparent: rgba(0, 0, 0, 0);
  --dark-gray: #666666;
  --light-blue: #ebeffd;
  --white: #fff;
  --dark-green: #095c0b;
    

}



body {

    font-family: 'Verdana', sans-serif;

}

.top_nav {
    background-color: rgba(255, 255, 255, 0.94) !important;
}

nav {
    transition: 0.6s all;
} 


.nav-link{
    padding: 6px 9px;
    
}
.dropdown-item{
    color: #000 !important; font-size: 13px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: #502814;
    color:#fff !important;
}
.dropdown-menu.show {
    transition: 0.6s all;
    background: #fff;
    
}
#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: #143c3c;
}

.green_text {
    
    font-weight:400 !important;
}

.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: 13px;
}

.team_area{ padding:20px 30px; background-color: #f1f1f1;}
.team_area .team-item{ margin-bottom: 15px;
    display: flex;
    font-size: 14px;
    align-items: center;
    line-height: 26px;
    font-weight: 500;}
.team_area .team-item img{ width:218px; border: solid 1px #f1f1f1; margin-right: 20px;}


/* ============ 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;
}


.nav-link{
    font-weight: a;
}
.bg-success {
    background-color: #502814 !important;
}
tr,
        td,
        th {
            border: 1px solid #ccc;
        }
table  {     font-size: 13px; }
td p{
    margin-bottom: 0.5rem;
}

.fancybox img{
    width:100%;}
    
.data  h3{
    font-size:15px !important;
}
.newsBox{
  overflow: hidden;
  border:solid 2px var(--primary);
  border-radius: 10px;
  /*height: 470px;*/
  width: 100%;
  max-width: 400px;
  /*position: absolute;*/
  top: 0;
  right: 0
}

.newsBox h4{
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  margin: 0;
  padding: 11px 15px;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
}
.News_and_Updates ul li a, .textwidget ul li a{
    color:#000; text-decoration: none; font-size: 14px;
}
.verticalScoller{
  position: relative;
}
.verticalScoller ul{
    padding: 0;
    list-style: none;
    margin: 0
}
.verticalScoller li{
    padding:15px 20px;
    border-bottom: 1px solid #e9e9e9;
    letter-spacing: -0.3px;
    line-height: normal;
}
.verticalScoller li.odd{
    background: #fafafa;
}
.verticalScoller li:after {
    content: '';
    display: block;
    clear: both;
}
.verticalScoller a{
    font-size: 15px;
    display: block;
}