.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: #7f9c39;
    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: #f6b64a;
}

.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: 2rem;
    color: #fff !important;
    opacity: 1;
    width: 3%;
    font-weight: 400 !important;
}

.carousel-control-prev {
    left: 12rem;
}

.carousel-control-next {
    right: 12rem;
}

.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: #efa641 !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);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	border-radius: 50%;
	width: 20px;
    height: 0px;
}

.carousel-indicators .active {
    background: rgba(255,255,255, 1);
}

.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::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	height: 200px;
    display: block;
    padding: 0;
    background: rgb(51,51,51);
	background: -moz-linear-gradient(0deg, rgba(51,51,51,.0) 0%, rgba(51,51,51,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(51,51,51,.0) 0%, rgba(51,51,51,1) 100%);
	background: linear-gradient(0deg, rgba(51,51,51,.0) 0%, rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
    /* z-index: 1; */
}

.carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
    /* z-index: 1; */
}

.carousel-caption {
    position: absolute;
    top: 54%;
    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-shadow: 0 0 7px rgba(0, 0, 0, 5);
    text-align: center;
}

.carousel-caption h2 {
	display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 0;
    line-height: 0.9;
}

.carousel-caption h3 {
    font-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.813rem;
    color: #fff;
    margin-bottom: 0;
}

.carousel-caption p {
	color: #fff;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    text-transform: capitalize;
    font-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 1px;
}

.carousel-caption a,
.carousel-caption a:link {
    font: normal 700 1rem "Open Sans", Arial, sans-serif;
    color: #fff;
    margin: auto;
    padding: 0.7rem 4rem;
    margin-top: .5rem;
    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: rgba(246,182,74,.9);
    position: relative;
    display: inline-block;
	letter-spacing: 1px;
}


.carousel-caption a:visited {
    color: #fff;
}

.carousel-caption a:hover {
    background: rgba(127,156,57,.9);
}

.carousel-caption a:active {
    background: rgba(127,156,57,.9);
}

.carousel-caption a:focus {
    background: rgba(127,156,57,.9);
}

.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
	z-index: 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;
}

.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 .mobile-banner {
    display: block;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.mobile-view .carousel-indicators {
    bottom: 1rem;
}

.mobile-view .carousel-indicators li {
    background: rgba(51,51,51, 0.8);
}

.mobile-view .carousel-indicators .active {
    background: rgba(140,140,140, 0.8);
}

.mobile-view .carousel-control-next,
.mobile-view .carousel-control-prev {
    font-size: 2rem;
    top: 91.5%;
    bottom: auto;
    display: inline-block;
    position: absolute;
    font-weight: 300 !important;
}

.mobile-view .carousel-control-prev {
    left: 46%;
    right: auto;
}

.mobile-view .carousel-control-next {
    right: 46%;
    left: auto;
}

.mobile-view .carousel-control-next:visited,
.mobile-view .carousel-control-prev:visited {
    color: #fff !important;
}

.mobile-view .carousel-control-prev-icon,
.mobile-view .carousel-control-next-icon {
    width: auto;
    height: auto;
}

.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 1rem 4rem 1rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: #bfbfbf;
}

.mobile-view .carousel-caption:before {
    
}
/*
.mobile-view .carousel-item::before {
    background: rgba(0, 0, 0, 0.15);
}*/

.mobile-view .carousel-caption h2 {
    font-size: 1rem;
    color: #333333;
    line-height: 1.1;
}

.mobile-view .carousel-caption h3 {
    /*font-size: 1.35rem;*/
    color: #333333;
}

.mobile-view .carousel-caption p {
    font-size: 2.25rem;
    color: #333333;
}

.mobile-view .carousel-caption a,
.mobile-view .carousel-caption a:link {
   font-size: 0.85rem;
    /* margin-top: 1.1rem;*/
    padding: 0.5rem 1.5rem;
}

.mobile-view .carousel-caption a::after {
    /*content: none;*/
}

.mobile-view .carousel-caption a:hover {
    /*background: #006fb9;*/
}




/*Mobile banner end*/


/******* MEDIA QUERY *******/

@media only screen and (max-width: 1680px) {
    /*.carousel-caption h2 {
        font-size: 4rem;
    }
    .carousel-caption h3 {
        font-size: 2.5rem;
    }
    .carousel-caption p {
        font-size: 1.3rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.93rem;
    }
    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
    .carousel-control-prev {
        left: 3rem;
    }
    .carousel-control-next {
        right: 3rem;
    }*/
}

@media only screen and (max-width: 1330px) {
    /*.carousel-caption h2 {
        font-size: 3.6rem;
    }
    .carousel-caption h3 {
        font-size: 2.2rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.9rem;
        padding: 0.7rem 1.7rem;
    }
    .carousel-control-prev {
        left: 3rem;
    }
    .carousel-control-next {
        right: 3rem;
    }
    .carousel-control-next,
    .carousel-control-prev {
        font-size: 1.7rem;
    }*/
}

@media only screen and (max-width: 1190px) {
	
	.carousel-item::before {
		top: 65px;
		height: 180px;
		background: rgb(51,51,51);
		background: -moz-linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.7791491596638656) 40%, rgba(51,51,51,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.7791491596638656) 40%, rgba(51,51,51,0) 100%);
		background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.7791491596638656) 40%, rgba(51,51,51,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
	}
	
	.carousel-item:after {
		top: 180px;
		background: rgb(51,51,51);
		background: -moz-linear-gradient(0deg, rgba(51,51,51,0.2) 0%, rgba(51,51,51,0.2) 70%, rgba(51,51,51,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(51,51,51,0.2) 0%, rgba(51,51,51,0.2) 70%, rgba(51,51,51,0) 100%);
		background: linear-gradient(0deg, rgba(51,51,51,0.2) 0%, rgba(51,51,51,0.2) 70%, rgba(51,51,51,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
	}
	
	.home-bar {
		display: none;
	}
	
	.carousel-indicators li {
    	border-top: 5px solid transparent;
		width: 15px;
	}
	
    /*.carousel-caption h2 {
        font-size: 3.1rem;
    }
    .carousel-caption h3 {
        font-size: 2rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.85rem;
    }*/
}

@media only screen and (max-width: 600px) {
	
	.carousel-item::before {
		height: 150px;
	}
	
    .mobile-view .mobile-banner {
		height: 250px;
	}
}


@media only screen and (max-width: 480px) {
	
	.carousel-item::before {
		height: 100px;
	}
	
	.mobile-view .mobile-banner {
		height: 180px;
    	margin-top: 4rem;
	}
	
    .mobile-view .carousel-caption h2 {
        font-size: .85rem;
    }
	
    .mobile-view .carousel-caption p {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 480px) {
	
	.mobile-view .mobile-banner {
		height: 150px;
    	margin-top: 4rem;
	}
}