.banner-box{
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-top: 20px;
	margin-bottom: 20px;
}

.banner-box img{
	width: auto;
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
    max-height: 100%;
}

.banner-box h5{
   background-color: #d66225;
    padding: 4px 10px 3px 10px;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}

.banner-box h2{
    margin-bottom: 10px;
}

.banner-box h2 a{
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    text-decoration: none;
    color: #5fbb4f;
}

.banner-box h2 a:hover{
    color: #d66225;
}

.banner-box p{
    margin-bottom: 0px;
}

.various-updates{
    padding: 30px 0;
}

.various-updates .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #d66225;
    border-color: #d66225 #d66225 #d66225;
    border-radius: 0px;
}

.various-updates .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background-color: #5fbb4f;
}

.various-updates .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

.various-updates .nav-tabs .nav-link{
    color: #fff;
}









.various-updates .bd-example img{
    height: 400px;
}

.various-updates .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.6);
}

.various-updates .carousel-caption h5 a{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.various-updates .carousel-caption h5 a:hover{
    text-decoration: underline;
}

.various-updates .carousel-caption p{
    color: #fff;
    margin-bottom: 0px;
}

.scrollbox-content{
    height: 360px;
    overflow-y: scroll;
}

.scrollbox-content .df-bx{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 178px;
}

.scrollbox-content .df-bx a{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.scrollbox-content .df-bx a:hover{
    color: #d66225;
}

.scrollbox-content .df-bx img{
    float: left;
    margin-right: 10px;
}

.scrollbox-content .df-bx p{
    margin-bottom: 0px;
}

.news-list{
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #000;
}

.news-list li{
    list-style-type: none;
}

.news-list li i{
    padding-right: 5px;
}

.news-list li a{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
}

.news-list li a:hover{
    color: #d66225;
}

.adds_taja img{
  
    width: 100%;
    height: auto;
    max-height: 214px;

}

























