.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
    content: "\f1db";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.backVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125vh;
}

.videoVolumnOnOffButton,
.videoPlayPause {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    z-index: 10;
    cursor: pointer;
    background: #0E9EC7;
    padding: 1em;
    width: 60px;
    color: #FFF;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

.videoPlayPause {
    right: 9rem;
    bottom: 4rem;
}

.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
    background: #40093d;
}

.videoVolumnOnOffButton i,
.videoPlayPause i {
    font-size: 1.5rem;
    font-weight: 100;
}

.videoPlayPause i {
    font-weight: 600;
}

.player .vp-player-layout {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    position: fixed !important;
}

.fallbackImg {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
	display: none;
}

.carousel-indicators li {
	display: none;
}

.carousel-item {
    height: inherit;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.carousel-inner:after {
	content: " ";
	position: absolute;
	display: block;
	width: 354px;
	height: 321px;
	background: url("../images/herographic.png") left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	right: 0;
	bottom: 3rem;
    z-index: 1;
}

.carousel-caption {
    left: -5px;
    right: -5px;
    height: 100%;
    width: 40%;
    bottom: 0;
    background: rgb(255 255 255 / 10%);
    -webkit-backdrop-filter: brightness(1.5) blur(7px);
    backdrop-filter: brightness(.99) blur(15px);
	text-align: left;
}

.carousel-caption .caption-content {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 2rem 0 10rem;
}

.carousel-caption .caption-content .logoContainer {
	width: 237px;
    height: 199px;
	background: url("../images/logo.png") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 2.5rem;
}

.carousel-caption .caption-content h2 {
	color: #fff;
	font: normal 600 1.25rem 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 10px rgba(150, 150, 150, 0.86);
	letter-spacing: 2px;
	margin: 0;
}

.carousel-caption .caption-content p {
	color: #fff;
	font: bold 2.5rem 'Martel', serif;
	text-shadow: 1px 1px 10px rgba(150, 150, 150, 0.86);
	margin: 0 0 2rem;
}

.carousel-caption .caption-content a {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	padding: .8rem 1.5rem;
	text-shadow: 1px 1px 10px rgba(150, 150, 150, 0.86);
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
	border-radius: 0.3rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.carousel-caption .caption-content a:visited {
	color: #fff;
}

.carousel-caption .caption-content a:hover,
.carousel-caption .caption-content a:focus,
.carousel-caption .caption-content a:active {
	color: #fff;
	background: #e78c0d;
	border: 1px solid #e78c0d;
}

.btnScrollDown {
	display: none;
}




/******* MEDIA QUERY ****** */

@media only screen and (max-width:1800px) {
    
	.carousel-caption .caption-content p {
		font-size: 2.2rem;
	}
	
	.carousel-caption .caption-content h2 {
		font-size: 1.05rem;
	}
}

@media only screen and (max-width:1650px) {
    
	.carousel-caption .caption-content p {
		font-size: 2rem;
	}
	
	.carousel-caption .caption-content h2 {
		font-size: 1rem;
	}
	
	.carousel-caption .caption-content a {
		font-size: .75rem;
	}
}

@media only screen and (max-width:1550px) {
    
	.carousel-caption .caption-content {
		padding: 0 2rem 0 6rem;
	}
}

@media only screen and (max-width:1360px) {
    
	.carousel-caption {
		min-width: 30.5rem;
	}
	
	.carousel-caption .caption-content .logoContainer {
		width: 195px;
		height: 166px;
	}
	
	.carousel-caption .caption-content p {
		font-size: 1.8rem;
	}
	
	.carousel-caption .caption-content h2 {
		font-size: .85rem;
	}
}

@media only screen and (max-width:1200px) {
    
	.carousel-caption .caption-content {
		padding: 0 2rem 0 4rem;
	}
	
	.carousel-inner:after {
		width: 250px;
		height: 245px;
	}
}

@media only screen and (max-width:820px) {
    
	.carousel-item {
		background-position: center;
	}
	
	.carousel-inner:after {
		width: 190px;
    	height: 215px;
		bottom: 0;
	}
	
	.carousel-caption {
		width: 100%;
		top: auto;
		left: 0;
    	right: 0;
		height: 20rem;
		min-width: auto;
	}
	
	.carousel-caption .caption-content {
		top: 50%;
	}
	
	.carousel-caption .caption-content .logoContainer {
		width: 145px;
		height: 122px;
		margin: 0 auto 1rem;
	}
	
	.carousel-caption .caption-content {
		padding: 0 2rem;
	}
	
	.carousel-caption .caption-content h2,
	.carousel-caption .caption-content p,
	.carousel-caption .caption-content a {
		text-align: center;
	}
	
	.carousel-caption .caption-content a {
		display: block;
		width: 8.5rem;
		margin: 0 auto;
	}
	
	.carousel-caption .caption-content p {
		margin: 0 0 1rem;
	}
}

@media only screen and (max-width:500px) {
	
	.carousel-caption .caption-content h2 {
		font-size: .75rem;
	}
	
	.carousel-caption .caption-content p {
		font-size: 1.5rem;
	}
	
	.carousel-caption .caption-content a {
		padding: .55rem 1rem;
		width: 7.5rem;
	}
}

@media only screen and (max-width:480px) {

	.carousel-caption .caption-content p {
		font-size: 1.2rem;
	}
	
	.carousel-caption .caption-content h2 {
		font-size: .6rem;
	}
	
	.carousel-caption .caption-content .logoContainer {
		width: 115px;
		height: 94px;
	}
	
	.carousel-caption {
		height: 16rem;
	}
}

@media only screen and (max-height:820px) and (min-width:820px) {
    
	.carousel-caption .caption-content .logoContainer {
		width: 180px;
		height: 152px;
	}
	
	.carousel-caption .caption-content p {
		font-size: 1.8rem;
	}
	
	.carousel-caption .caption-content a {
		padding: .75rem 1.25rem;
	}
	
	.carousel-caption .caption-content {
		top: 60%;
	}
}

@media only screen and (max-height:820px) {
    
	
}