.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: #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: #046937;
}

.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 {
    opacity: 1;
    color: #39b54a !important;
}

.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: #FFF;
    width: 7px;
    height: 7px;
    padding: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 4px solid #FFF;
    display: block;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.carousel-indicators .active {
    background: rgba(0, 0, 0, 0.8);
}

.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: 850px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#353535+0,353535+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(53, 53, 53, 0) 0%, rgba(53, 53, 53, .6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(53, 53, 53, 0) 0%, rgba(53, 53, 53, .6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(53, 53, 53, 0) 0%, rgba(53, 53, 53, .6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00353535', endColorstr='#353535', GradientType=0);
    /* IE6-9 */
}

.carousel.slide::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 148px;
    display: block;
    background: url(../images/bgSlider.png) bottom center repeat-x;
    background-size: cover;
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 60%;
    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: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.carousel-caption h2 {
    font: normal 700 2.813rem 'Nunito Sans', sans-serif;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 1rem;
    line-height: 3.1rem;
}

.carousel-caption h3 {
    font-family: 'scandiebox_oneregular';
    font-size: 3.375rem;
    color: #FFF;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 3.5rem;
}

.carousel-caption p {
    font: normal 1rem 'Nunito Sans', sans-serif;
    color: #FFF;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 1rem;
}

.carousel-caption a,
.carousel-caption a:link {
    max-width: 200px;
    font: normal 700 1.2rem 'Nunito Sans', sans-serif;
    color: #FFF;
    display: block;
    margin: auto;
    padding: 0.6rem 1.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-top: 1.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: #39b54a;
}

.carousel-caption a:visited {
    color: #FFF;
}

.carousel-caption a:hover {
    color: #FFF;
    background: #058042;
}

.carousel-caption a:active {
    color: #FFF;
    background: #058042;
}

.carousel-caption a:focus {
    color: #FFF;
    background: #058042;
}

.carousel-indicators {
    bottom: inherit;
    margin: 0;
    right: 0;
    left: 3%;
    top: 46%;
    display: none;
    z-index: 5;
}

.btnScrollDown {
    position: absolute;
    bottom: 5rem;
    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: #046937;
    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); */
    z-index: 2;
}

.btnScrollDown:hover {
    color: #FFF;
    /* background: #046937; */
}

.btnScrollDown:hover .innerbtnScrollCont {
    box-shadow: inset 0 0 0 2px #39b54a;
    background: rgba(255, 255, 255, 0.5);
}

.btnScrollDown .scroll_down {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    top: 1.875rem;
}

.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-caption {
        top: 60%;
    }
    .carousel-caption p {
        font-size: 1.3rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.9rem;
    }
    .btnScrollDown {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1400px) {
    .carousel-caption p {
        width: 75%;
    }
}

@media only screen and (max-width: 1190px) {
    .carousel-caption {
        top: 58%;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:1024px) {
    .carousel-indicators {
        left: 0;
        top: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: flex;
        bottom: 3rem;
    }
    .carousel-indicators li {
        display: inline-block;
    }
}

@media only screen and (max-width:950px) {
    .carousel-caption {
        top: 55%;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.75rem;
    }
    .carousel-caption h2 {
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    .carousel-caption h3 {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
}

@media only screen and (max-width:785px) {
    .carousel-caption h2 {
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    .carousel-caption h3 {
        font-size: 1.6rem;
    }
    .carousel-inner>figure>video,
    .backVideo,
    #playPauseButton,
    #volumeButton,
    .btnScrollDown {
        display: none;
    }
    .fallbackImg {
        display: block;
    }
    /* .carousel-indicators li {
        background: #39b54a;
    }
    .carousel-indicators .active {
        background: #046937;
    } */
    .carousel-control-next,
    .carousel-control-prev {
        font-size: 2rem;
        color: #39b54a !important;
    }
    .carousel-control-next:visited,
    .carousel-control-prev:visited {
        color: #39b54a !important;
    }
}

@media only screen and (max-width:500px) {
    .features_title h2 {
        font-size: 2.5rem;
    }
    .features_title p {
        font-size: .9rem;
    }
}