.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-inner{
	/*min-height:715px;*/
}
.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-item {
    height: inherit;
    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%;
    display: block;*/
    height: 256px;
    background: url(../images/bg-gradient.png) left center repeat-x;
    content: "";
    position: absolute;
     display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 22rem;
    display: block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(235, 235, 235, 0.5) 80%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(235, 235, 235, 0.5) 80%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(235, 235, 235, .95) 66%);*/
}

.carousel-caption {
    position: relative;
    top:40%;
    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 4px rgba(0,0,0,5);
    text-align: center;
}

.carousel-caption h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
     font-style: normal;
    font-size: 4.375rem;
    color: rgb(255,255,255);
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.carousel-caption h3 {
    font-family: 'Eye Catching Pro';
    font-style: normal;
    font-weight: normal;
     font-size: 5rem;
    color: rgb(255,255,255);
    margin-bottom: 0;
    line-height:0.6;
    letter-spacing: 2px;
}

.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 {
    max-width:185px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    color: rgb(255,255,255);
    display: block;
    margin: auto;
    padding: 0.6rem 1rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    margin-top: 2rem;
    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;
    border: 1px solid #fff;
}

.carousel-caption a:visited {
    color: rgb(255,255,255);
}

.carousel-caption a:hover {
    color: rgb(255,255,255);
    background: #eb9837;
}

.carousel-caption a:active {
    color: rgb(255,255,255);
    background: #eb9837;
}

.carousel-caption a:focus {
    color: rgb(255,255,255);
    background:#eb9837;
}

.carousel-indicators {
    /* bottom: 20rem; */
    margin-bottom: 0;
    z-index: 1;
	position: relative;
    right: unset;
    bottom: 0;
    top: 60%;
}
.carousel-indicators li {
    background: rgba(255,255,255,0.7);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0.8rem 0 0;
    border: none;
    border-radius: 10px;
    opacity: 1;
}
.carousel-indicators .active {
    background: rgb(255,255,255);
}
.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: rgb(227,83,13);
    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: rgb(255,255,255);
    background: rgb(252,176,64);
}

.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;
}


/*********************************************************
MEDIA QUERY
*********************************************************/
@media only screen and (max-width: 1680px) {
    .carousel-indicators {
		top: 55%;
	}

    .carousel-caption h2 {
        font-size: 4rem;
    }

    .carousel-caption h3 {
        font-size: 4.2rem;
    }

    .carousel-caption p {
        font-size: 1.3rem;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.95rem;
        max-width: 175px;
    }

    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 1330px){
    .carousel-caption h2 {
        font-size: 3.65rem;
    }
    .carousel-caption h3 {
        font-size: 3.85rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.9rem;
        max-width: 165px;
        margin-top: 1.5rem;
    }
}
@media only screen and (max-width: 1190px) {
    /*.carousel-caption {
        top: 58%;
    }*/

    .carousel-caption h2 {
        font-size: 3.15rem;
    }

    .carousel-caption h3 {
        font-size: 3.25rem;
    }

    .carousel-caption p {
        font-size: 1.2rem;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.82rem;
        max-width: 155px;
        margin-top: 1rem;
        padding: 0.5rem 1rem;
    }
}

@media only screen and (max-width:950px) {
    /*.carousel-caption {
        top: 55%;
    }*/

    .carousel-caption h2 {
        font-size: 2.65rem;
    }

    .carousel-caption h3 {
        font-size: 2.8rem;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.8rem;
        max-width: 140px;
    }
}

@media only screen and (max-width:785px) {
	.carousel-inner{
		min-height:unset;
	}
.carousel-indicators{
	position:absolute;
	right:unset;
	top:unset;
	margin: 0 auto;
    width: 100%;
}
    .carousel-inner > figure > video,
    .backVideo,
    #playPauseButton,
    #volumeButton,
    .btnScrollDown {
        display: none;
    }

    .fallbackImg {
        display: block;
    }
    .carousel-control-next,
    .carousel-control-prev {
        font-size: 2rem;
        color: rgb(1,138,182) !important;
    }

    .carousel-control-next:visited,
    .carousel-control-prev:visited {
        color: rgb(1,138,182) !important;
    }

    .carousel-caption {
       
    }

    

    .carousel-caption{
        top:49%;
    }
    .carousel-item img {
        min-height: 500px;
    }
    .carousel-indicators {
        bottom: 9rem;
    }
    .carousel-indicators li {
        width: 12px;
        height: 12px;
        margin: 0 0.6rem 0 0;
    }
    .carousel-caption h2 {
        font-size: 2.25rem;
    }

    .carousel-caption h3 {
        font-size: 2.5rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.7rem;
        max-width: 130px;
    }
    .carousel-item:after {
    height: 100px;
    background: url(../images/bg-gradient-mob.png) left center repeat-x;
	}
}
@media only screen and (max-width:580px) {
    .carousel-item img {
        min-height: 440px;
    }
    .carousel-caption h2 {
        font-size: 1.85rem;
    }
    .carousel-caption h3 {
        font-size: 1.9rem;
    }
    .carousel-caption a, .carousel-caption a:link {
        font-size: 0.65rem;
        max-width: 110px;
        padding: 0.45rem .8rem;
		margin-top: 0.5rem;
    }
}
@media only screen and (max-width:450px){
	.carousel-indicators {
		bottom: 8rem;
	}
}
@media only screen and (max-width:400px) {
    .carousel-item img {
        min-height: 380px;
    }
    .carousel-indicators {
        bottom: 8rem;
    }
    .carousel-caption h2 {
        font-size: 1.5rem;
    }
    .carousel-caption h3 {
        font-size: 1.6rem;
    }
    .carousel-caption a, .carousel-caption a:link {
        font-size: 0.55rem;
        max-width: 90px;
        padding: 0.3rem .8rem;
    }
}