/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/



@media(max-width:768px){
	.logo{
		width: 220px !important;
	}
}
.logo{
	width: 300px;
}
.bg-primary, .btn-primary{
    background-color:#245783 !important;
}
.text-new{
   color: #ccc !important;
}
.bg-light-trans{
    background-color: #dee2e6c7 !important;
}