@media (max-width: 991px){
	.sec-banner{
		background-color: rgba(255, 255, 255, 0.5);
		background-blend-mode: overlay;
	}

	.hero-text p {
		color: #403f3f;
		font-size: 14.4px;
		font-weight: 500;
	}

	.navbar-light .navbar-nav .nav-link{
		padding: 8px 0 !important;
	}

	.nav-item.dropdown .dropdown-menu{
		display: none;
		opacity: 1;
		visibility: visible;
		left: 0;
		position: static;
		box-shadow: none;
	}

	.nav-item.dropdown .dropdown-menu.show{
		display: block;
	}


}

@media (max-width: 768px){
	.topbar-right{
		float: none;
		display: none;
	}
}

@media (max-width: 576px){
	.blog-latest .single-news{
		display: block;
	}

	.blog-latest .single-news .news-head{
		min-height: 250px;
		display: block;
		background-position: top center;
	}

	.blog-latest .single-news .news-head span{
		background-position: top center;	
	}

	.blog-latest .single-news .news-head,
	.blog-latest .single-news .news-body{
		width: 100%;
	}

	.section-space{
		padding: 40px 0;
	}
}




@media (min-width: 992px) and (max-width: 1200px){
	.navbar-light .navbar-nav .nav-link{
		font-size: 14px;	
	}

	.navbar-brand {
		height: 60px;
	}
}