.logo{
	width: 100%;
	background: transparent;
}



.widget-title {
    border-bottom: 2px solid #289dcc;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 30px;
}
.widget-title > span{
    background-color:#81d742;
}
.posted-on{
	font-size: 12px;
    font-weight: 500;
    color: grey;
 }
 .card-text-sub-news{
 	font-size: 15px;
 }
 .side-image{
 	padding: 3px;
 }

 .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.nav-link{
	display: block;
    float: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
    text-transform: uppercase;
}

.nav-item:hover{
	background: #289dcc;
}
.bg-dark{
	/*border-top: 3px solid #289dcc;*/
}

.title_span{
    color: #fff;
    font-weight: 500;
    padding-right: 5px;
    padding-left: 5px;
}

._requried{
    color: red;
}
.slider_image{
    width: 100%;
    height: auto;
}

.pdl-10{
    padding-left: 10px !important;
}
.pd-10{
    padding: 10px;
}
.image_possition{
    width: 50%;
    float: left;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .logo_image{
    width: 100%;
  }
}

.welcome_speach {
  background: #e0f1f7;
    border-radius: 500px 0px;
    margin-bottom: 50px;
    padding: 30px;
}

.dob_name{
     z-index: 99999;
}
.dob_name_span{
    padding: 5px;
    background: #c4bea7;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    font-weight: bold;
}
.dob_des{

}
.dob_des_span{
    background: #c79c82;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 500;
    white-space:nowrap;
}