.news-content {
	text-align: justify;
}

.news-content h2{
	text-align: left !important;
	margin-bottom: 15px;
	line-height: 1.3;
}

.adv-img-half-content {
	height: 180px !important;
}

.img-box.adv-img-half-content .caption {
	padding: 5px 10px !important;
	background: rgba(4, 4, 4, 0.7) !important;
	top: 0;
	bottom: unset;
}

.advs-box-content h3 {
	font-size: 20px;
	text-decoration: underline;
	text-transform: initial !important;
}

.footer-parallax .container {
	padding-top: 0 !important;
}

@media (min-width: 1200px) {
	.navbar-nav {
		float: right !important;
	}
}

@media (max-width: 480px) {
	.videobox img {
		height: -webkit-fill-available;
    	object-fit: cover;
	}

	.section-bg-video .videobox {
		height: 100%;
	}
}