.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: #0E9EC7;
    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: #FCB040;
}

.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;
}

/*ensure that video fills the container so you cannot see the fallback image*/
video#videoHome {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.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: #7eb191 !important;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
}

.carousel-control-prev-icon:before {
    content: "\f104";
    font-weight: 400;
}

.carousel-control-next-icon:after {
    content: "\f105";
    font-weight: 400;
}

.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: 245px;
    display: block;
    background: url(../images/mountain-mask.png) left center repeat-x;
    background-size: cover;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.carousel-caption {
    position: absolute;
    top: 46%;
    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 0.1rem;
    text-align: left;
}

.carousel-caption h2 {
    font: normal 600 1.5625rem "Montserrat", sans-serif;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.carousel-caption h3 {
    font: 700 2.5rem "Montserrat", sans-serif;
    text-transform: capitalize;
    color: #fff;
    margin: 0.3em 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.carousel-caption p {
    font: normal 1rem/2 "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.carousel-caption a,
.carousel-caption a:link {
    font: normal 700 1.1rem "Montserrat", sans-serif;
    color: #0b109f;
    display: inline-block;
    padding: 0.9rem 2rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.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: #fff;
}

.carousel-caption a:visited {
    color: #0b109f;
}

.carousel-caption a:hover {
    color: #fff;
    background: #0b109f
}

.carousel-caption a:active {
    color: #fff;
    background: #0b109f;
}

.carousel-caption a:focus {
    color: #fff;
    background: #0b109f;
}

.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
}

.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;
}

.carousel-control-next,
.carousel-control-prev {
    top: auto;
    bottom: 33%;
    width: 4%;
}

.carousel-control-next {
    right: auto;
    margin-left: 2rem;
}

.carousel-control-prev {
    left: auto;
}


/******* MEDIA QUERY ******jj*/

@media only screen and (max-width: 1700px) {
    .carousel-caption h3 {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 1650px) {
    .carousel-caption h3 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 1550px) {
    .carousel-caption h3 {
        font-size: 2.1rem;
    }
}

@media only screen and (max-width: 1500px) {
    .carousel-caption p {
        font-size: 0.9rem;
        letter-spacing: 0.5px;
    }
}

@media only screen and (max-width: 1400px) {
    .carousel-caption p {
        font-size: 0.9rem;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width: 1350px) {
    .carousel-caption h3 {
        font-size: 2rem;
    }
    .carousel-caption p {
        font-size: 0.8rem;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width: 1350px) {
    .carousel.slide .container .col-sm-6 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media only screen and (max-width: 1190px) {
    
    .carousel-caption {
        /* top: 58%; */
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:992px) {
    .carousel-control-prev-icon:before,
    .carousel-control-next-icon:after {
        display:none !important;
    }
}

@media only screen and (max-width:991px) {
    .carousel.slide .container .col-sm-6 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        margin: 0 auto;
    }
    .carousel-caption {
        text-align: center;
    }
}

@media only screen and (max-width:950px) {
    .carousel-caption {
        top: 55%;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width:850px) {
    .carousel.slide .container .col-sm-6 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media only screen and (max-width:802px) {

    .carousel-caption {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        background: #f0f0f8;
    }

    .carousel-caption:after {
        content: normal;
    }

    .carousel-item .carousel-caption:after {
        content: "";
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 100px;
        display: block;
        background: url(../images/mountain-mask.png) left center repeat-x;
        background-size: cover;
    }

    .carousel-item {
        background-position: top center;
        -webkit-background-size: auto 75%;
        -moz-background-size: auto 75%;
    }

    .carousel-item:after {
        height: 100px;
    }

    .carousel-caption h2 {
        color: #212529;
        text-shadow: none;
    }

    .carousel-caption h3 {
        font-size: 1.75rem;
        color: #0b109f;
        text-shadow: none;
    }

    .carousel-caption p {
        color: #212529;
        text-shadow: none;
    }
    
    .carousel-caption a,
    .carousel-caption a:link {
        margin-top: 0.5rem;
        box-shadow: 0px 0px 4px rgba(0,0,0,.35);
    }
}

@media only screen and (max-width:785px) {
    .carousel.slide .container .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 1000%;
        max-width: 100%;
    }
    
    
    .carousel-inner>figure>video,
    .backVideo,
    #playPauseButton,
    #volumeButton,
    .btnScrollDown {
        display: none;
    }
    .fallbackImg {
        display: block;
    }
    .carousel-indicators {
        bottom: 1rem;
    }
    .carousel-indicators li {
        background: rgba(22, 87, 81, 0.8);
    }
    .carousel-indicators .active {
        background: rgba(252, 176, 64, 0.8);
    }
    .carousel-control-next,
    .carousel-control-prev {
        font-size: 2rem;
        color: #FFF !important;
    }
    .carousel-control-next:visited,
    .carousel-control-prev:visited {
        color: #FFF !important;
    }
}

@media only screen and (max-width:650px) {
    .carousel-caption h2 {
        font-size: 1.2rem;
    }
    .carousel-caption h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width:600px) {
    .carousel-caption h2 {
        font-size: 1.1rem;
    }
    .carousel-caption p {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:550px) {
    .carousel-caption h2 {
        font-size: 1rem;
    }
    .carousel-caption h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:460px) {
    .carousel-caption h2 {
        font-size: 1rem;
    }
    .carousel-caption h3 {
        font-size: 1.2rem;
    }
    .carousel-caption p {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:400px) {
    .carousel.slide .container .col-sm-6 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .carousel-caption h2 {
        font-size: 0.9rem;
    }
    .carousel-caption h3 {
        font-size: 1rem;
    }
}

@media only screen and (max-width:340px) {
    .carousel.slide .container .col-sm-6 {
        padding-left: 1px;
        padding-right: 1px;
    }
}