.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: rgb(14, 158, 199);
	padding: 1em;
	width: 60px;
	color: rgb(255, 255, 255);
	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: rgb(252, 176, 64);
}

.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 {
	font-size: 3rem;
	color: rgb(255, 255, 255) !important;
	opacity: 1;
}

.carousel-control-next:visited,
.carousel-control-prev:visited {
	color: rgb(255, 255, 255) !important;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: rgb(252, 176, 64) !important;
	opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background: none;
}

.carousel-control-prev-icon:before {
	content: "\f104";
}

.carousel-control-next-icon:after {
	content: "\f105";
}

.carousel-indicators li {
	background: rgba(255, 255, 255, 0.8);
}

.carousel-indicators .active {
	background: rgba(252, 176, 64, 0.8);
}

.carousel-item {
	height: inherit;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

/* .carousel-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: block;
    background: url(../images/bgSlider.png) left center repeat-x;
} */

.carousel-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	bottom: auto;
	width: 100%;
	padding: 1rem;
	text-align: center;
	text-shadow: 0 0 1rem rgb(0, 0, 0);
}

.carousel-caption h2 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.75rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #8c2425;
	margin: 0;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.carousel-caption h3 {
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.563rem;
	color: rgb(255, 255, 255);
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.carousel-caption p {
	font: italic 1.5rem "Open Sans", Arial, sans-serif;
	color: rgb(255, 255, 255);
	margin-bottom: 0;
}

.carousel-caption a,
.carousel-caption a:link {
	width:250px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    color: #fff;
    display: block;
    margin: auto;
    margin-top:1rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    border-radius: none;
    text-transform: uppercase;
    text-shadow: none;
   	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
    background: none;
    letter-spacing: 1px;
    border-bottom: 2px solid #008576;
    background: rgba(0 ,133, 118,0.8);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.carousel-caption a:visited {
	color: rgb(255, 255, 255);
}

.carousel-caption a:hover {
	color: rgb(255, 255, 255);
	background: #008576;
}

.carousel-caption a:active {
	color: rgb(255, 255, 255);
	background: #008576
}

.carousel-caption a:focus {
	color: rgb(255, 255, 255);
	background: #008576;
}

.carousel-indicators {
	bottom: 4.8rem;
	margin-bottom: 0;
}

.btnScrollDown {
	position: absolute;
	bottom: 9rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 2rem;
	display: block;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
	z-index: 1;
}
.btnScrollDown h6 {
	position: absolute;
	color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: uppercase;
	margin: 0;
}
.innerbtnScrollCont {
	position: relative;
	width: inherit;
	height: inherit;
}

.innerbtnScrollCont i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: inherit;
	color: inherit;
}

.bgSlider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(../images/bgSlider.png) left bottom repeat-x;
}
/*Mobile banner*/
.mobile-view .carousel-inner > figure > video,
.mobile-view .backVideo,
.mobile-view #playPauseButton,
.mobile-view #volumeButton
/* .mobile-view .btnScrollDown */ {
	display: none;
}

.mobile-view .fallbackImg {
	display: block;
}

.mobile-view .carousel-indicators {
	bottom: 1rem;
}

.mobile-view .carousel-indicators li {
	background: rgba(22, 87, 81, 0.8);
}

.mobile-view .carousel-indicators .active {
	background: rgba(252, 176, 64, 0.8);
}

.mobile-view .carousel-control-next,
.mobile-view .carousel-control-prev {
	font-size: 2rem;
	color: rgb(1, 138, 182) !important;
}

.mobile-view .carousel-control-next:visited,
.mobile-view .carousel-control-prev:visited {
	color: rgb(1, 138, 182) !important;
}

.mobile-view .carousel-item:after {
	content: normal;
}

.mobile-view .carousel-caption {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	margin-left: 0;
	padding: 2rem 2rem 3rem 2rem;
	text-shadow: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	background: #0c5146;
}

/* .mobile-view .carousel-caption:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 60px;
	display: block;
	z-index: 500;
	background: url(../images/bgSlider.png) left center repeat-x;
} */

.mobile-view .carousel-caption h2 {
	font-size: 1.8rem;
}

.mobile-view .carousel-caption h3 {
	font-size: 0.9rem;
}

.mobile-view .carousel-caption p {
	font-size: 1rem;
	color: rgb(22, 87, 81);
}

.mobile-view .carousel-caption a,
.mobile-view .carousel-caption a:link {
	font-size: 0.7rem;
}
/*Mobile banner end*/

/*********************************************************
MEDIA QUERY
*********************************************************/
@media only screen and (max-width: 1680px) {
	/* .carousel-caption {
		top: 62%;
	} */

	.carousel-caption h2 {
		font-size: 3.3rem;
	}

	.carousel-caption h3 {
		font-size: 1.4rem;
	}

	.carousel-caption p {
		font-size: 1.3rem;
	}

	.carousel-caption a,
	.carousel-caption a:link {
		font-size: 0.9rem;
	}

	/* .btnScrollDown {
		width: 45px;
		height: 45px;
		font-size: 1.5rem;
	} */
}

@media only screen and (max-width: 1190px) {
	/* .carousel-caption {
		top: 58%;
	} */

	.carousel-caption h2 {
		font-size: 3rem;
	}

	.carousel-caption h3 {
		font-size: 1.1rem;
	}

	.carousel-caption p {
		font-size: 1.2rem;
	}

	.carousel-caption a,
	.carousel-caption a:link {
		font-size: 0.8rem;
	}
}

@media only screen and (max-width: 950px) {
	/* .carousel-caption {
		top: 55%;
	} */

	.carousel-caption h2 {
		font-size: 2.7rem;
	}

	.carousel-caption h3 {
		font-size: 1rem;
	}

	.carousel-caption a,
	.carousel-caption a:link {
		font-size: 0.75rem;
	}
}

@media only screen and (max-width: 768px) {
	.btnScrollDown {
		bottom: 1.8rem;
	}
	.mouse {
		width: 28px;
		height: 39px;
		border-radius: 12px;
		border: 3px solid #fff;
	}
	.btnScrollDown h6 {
		font-size: 0.8rem;
	}
	.mouse::before {
		top: 1.3rem;
		bottom: 5px;
	}
	.mouse::after {
		top: 1.3rem;
		bottom: 5px;
		width: 6px;
		height: 9px;
		border: 2px solid #fff;
	}
}

@media only screen and (max-width: 480px) {
	.mobile-view .carousel-caption h2 {
		font-size: 1.45rem;
		letter-spacing: 2px;
	}
	.mobile-view .carousel-caption h3 {
		font-size: 0.73rem;
		letter-spacing: 2px;
	}
}
