/* Misc */
.radius-sm {
	border-radius: 0.25rem !important;
}

/* Header */
.site-header .extra-nav {
	padding-left: 10px !important;
}

/* Banner */
.video-background-content > .text-center .section-head.text-first {
	text-align: left !important;
}
.video-background-content > .text-center .section-head.text-last {
	text-align: right !important;
}
.video-background-content > .text-center .section-head.text-first {
	text-align: left !important;
}

.video-background-content .section-head .video-btn-actions,
.video-background-content > .text-center .section-head .video-btn-actions {
	justify-content: center !important;
}
.video-background-content > .text-center .section-head.text-first .video-btn-actions {
	justify-content: flex-start !important;
}
.video-background-content > .text-center .section-head.text-last .video-btn-actions {
	justify-content: flex-end !important;
}


@media (max-width: 767.98px) {
	.site-header .extra-nav {
		position: absolute;
		right: 80px;
	}
}

.aos-animate {
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;

	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;

	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
