.nunito {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.blog-content-box .sub-title {
	font-size: 15px;
	/*margin-right: 5px;*/
}

.section-title h2 {
	font-family: "Nunito", sans-serif;
	font-weight: 900;
	margin: 8px 0;
	text-transform: uppercase;
}

.fancy-icon-box-two .icon {
	width: 80px;
	height: 80px;
	font-size: 36px;
}

.interes .single-features-item-two .content h3.title {
	text-transform: none;
}

.slide-caption h2 {
	font-family: "Nunito", sans-serif !important;
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-hero {
    position: relative;
    overflow: hidden;
}

.background-video-content {
    position: relative;
    z-index: 1;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-popup {
	font-size: 40px;
	padding-left: 5px;
	color: #F7921E;
}