.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: 12.5rem;
    bottom: 8rem;
    z-index: 10;
    cursor: pointer;
    background: #16573f;
    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: 17rem;
    bottom: 8rem;
}

.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
    background: #6ca652;
}

.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: #FFF !important;
    opacity: 1;
}

.carousel-control-next:visited,
.carousel-control-prev:visited {
    color: #FFF !important;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #FCB040 !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-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;
    left: 0;
    right: 0;
    top: 0;
	height: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(24,62,49,1) 0%, rgba(24,62,49,0) 100%);
	z-index: 2;
}

.carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	height: 100%;
    display: block;
    background: rgba(51,51,51,.30);
	z-index: 1;
}


.carousel-caption {
    position: absolute;
    top: auto;
	left: 0;
	right: 0;
    bottom: 330px;
    width: 100%;
    padding: 1rem 10rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 5);
    text-align: left;
	z-index: 3;
}

.carousel-caption h2 {
    font: normal 400 1.7rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
	letter-spacing: 2px;
}

.carousel-caption h3 {
	
}

.carousel-caption p {
    font: normal 700 3.25rem 'Libre Baskerville', serif;
    color: #FFF;
    margin-bottom: 0;
	text-transform: uppercase;
}

.carousel-caption a,
.carousel-caption a:link {
    max-width: 175px;
    font: normal 700 1rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    background: none;
    text-align: left;
    border: none;
    letter-spacing: 1px;
}

.carousel-caption a:visited {
    color: #FFF;
}

.carousel-caption a:hover,
.carousel-caption a:active,
.carousel-caption a:focus {
    color: #6ca652;
}

.carousel-indicators {
	position: absolute;
    bottom: 290px;
	left: auto;
	right: auto;
	top: auto;
	margin: 0;
	justify-content: left;
	padding: 0 10rem;
	z-index: 3;
}

.carousel-indicators li {
	width: 20px;
    height: 20px;
	border: none;
	background: rgba(255, 255, 255, 0.7);
	-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: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	border-radius: 50%;
}

.carousel-indicators .active {
    background: rgba(255, 255, 255, 1);
}

.btnScrollDown {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2rem;
    color: #E3530D;
    display: block;
    width: 50px;	
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgba(255, 255, 255, 0.75);
}

.btnScrollDown:hover {
    color: #FFF;
    background: #FCB040;
}

.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;
}

.ql-weather-cont {
    width: 225px;
    position: absolute;
    bottom: 12rem;
    right: 10rem;
    z-index: 3;
}




/*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;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mobile-view .carousel-indicators li {
    background: rgba(22,87,63,0.8);
	width: 15px;
    height: 15px;
}


.mobile-view .carousel-control-next,
.mobile-view .carousel-control-prev {
    font-size: 2rem;
    color: #018AB6 !important;
}

.mobile-view .carousel-control-next:visited,
.mobile-view .carousel-control-prev:visited {
    color: #018AB6 !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: 4rem 2rem 3rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: #f2f8ee;
}

.mobile-view .carousel-caption h2 {
    font-size: .9rem;
    color: #183e31;
	text-align: center;
}
 
.mobile-view .carousel-caption p {
    font-size: 1.5rem;
    color: #183e31;
	text-align: center;
}

.mobile-view .carousel-caption a,
.mobile-view .carousel-caption a:link {
    font-size: 0.7rem;
	color: #16573f;
	margin: 1rem auto 0;
    text-align: center;
}

.mobile-view .carousel-caption a:hover,
.mobile-view .carousel-caption a:link:hover {
	color: #6ca652;
}


/*Mobile banner end*/


/******* MEDIA QUERY *******/

@media only screen and (max-height: 840px) {
    
	.carousel-caption {
		bottom: 280px;
	}
	
	.carousel-indicators {
		bottom: 260px;
	}
	
	.ql-weather-cont {
		bottom: 8rem;
	}
}

@media only screen and (max-height: 765px) {
    
	.carousel-caption {
		bottom: 250px;
	}
	
	.carousel-indicators {
		bottom: 225px;
	}
	
	.ql-weather-cont {
		bottom: 6rem;
	}
}

@media only screen and (max-height: 680px) {
    
	.carousel-caption {
		bottom: 210px;
	}
	
	.carousel-indicators {
		bottom: 185px;
	}
	
	.ql-weather-cont {
		bottom: 4rem;
	}
}

@media only screen and (max-height: 640px) {
    
	.carousel-caption {
		bottom: 180px;
	}
	
	.carousel-indicators {
		bottom: 155px;
	}
}

@media only screen and (max-height: 590px) {
    
	.carousel-caption {
		bottom: 150px;
	}
	
	.carousel-indicators {
		bottom: 135px;
	}
}

@media only screen and (max-width: 1600px) {
    
	.carousel-caption {
		padding: 1rem 6rem;
	}
	
	.carousel-indicators {
		padding: 0 6rem;
	}
	
	.ql-weather-cont {
		right: 6rem;
	}
}

@media only screen and (max-width: 1350px) {
    
	.carousel-caption {
		padding: 1rem 4rem;
	}
	
	.carousel-caption p {
		font-size:  3rem;
	}
	
	.carousel-caption h2 {
		font-size:  1.5rem;
	}
	
	.carousel-caption a, .carousel-caption a:link {
		max-width: 165px;
		font-size: 0.9rem;
	}
	
	.carousel-indicators {
		padding: 0 4rem;
	}
	
	.ql-weather-cont {
		right: 4rem;
	}
}

@media only screen and (max-width:1280px) {

	.carousel-caption {
		padding: 1rem 2rem;
	}
	
	.carousel-indicators {
		padding: 0 2rem;
	}
	
	.ql-weather-cont {
		right: 2rem;
	}
}

@media only screen and (max-width:785px) {
    
	.ql-weather-cont {
		display: none;
	}
	
	.mobile-view .carousel-item {
		position: relative;
	}
	
	.carousel-item:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 100%;
		display: block;
		background: linear-gradient(180deg, rgba(24,62,49,1) 0%, rgba(24,62,49,0) 100%);
		z-index: 1;
	}
	
	
}

@media only screen and (max-width:700px) {
   
	.carousel-item:before {
		height: 70%;
	}
}

@media only screen and (max-width:700px) {
   
	.carousel-item:before {
		height: 70%;
	}
	
	
}