/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Section 0 intro video (::before) **/
#section-0 .intro-video::before {
	background: linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.75) 100%)
!important;
}

/** General >> Section container section 0 **/
.section-container #section-0 {
	height: calc(85vh + 200px) !important;
}

/** General >> Section 0 heading 2 **/
#section-0 h2 {
	margin-top: 0 !important;
	margin-bottom: -1rem !important;
}

/** General >> Section 0 intro text (::before) **/
#section-0 .intro-text {
	margin-bottom: 2rem !important;
}

/** General >> Elementor pagination link **/
.elementor-pagination a {
	background-color: #dadee0 !important;
	padding: 9.5px !important;
	border-radius: 5px !important;
}
.elementor-pagination a:hover {
	background-color: #022744 !important;
	padding: 9.5px !important;
	border-radius: 5px !important;
	color: white !important;
}
.current {
	background-color: #022744 !important;
	padding: 9.5px !important;
	border-radius: 5px !important;
	color: white !important;
}
.current:hover {
	background-color: #dadee0 !important;
	padding: 9.5px !important;
	border-radius: 5px !important;
	color: #022744 !important;
}

