.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;
}

.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-indicators .active {
    background: white;
}

.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 {
    }

.carousel-caption,
.carousel-indicators {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: auto;
    width: 40rem;
    height: 100%;
    /*text-shadow: 0 0 5px rgba(0, 0, 0, 5);*/
    text-align: center;
    background: var(--color-black-gradient);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    padding: 2rem 5rem 8rem 5rem;
    z-index: 9;
}

    .carousel-caption h2 {
        font: normal 500 1.2rem var(--primary-font);
        color: #FFF;
        text-transform: uppercase;
        margin-bottom: 0;
        padding: .6rem 0;
    }

    .carousel-caption h3 {
        font: bold 5rem var(--secondary-font);
        color: #FFF;
        text-transform: uppercase;
    }

    .carousel-caption p {
        font: normal 1.2rem var(--primary-font);
        color: #FFF;
        margin-bottom: 0;
        padding-top: 2rem;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        max-width: 200px;
        font: normal 700 1.2rem 'Open Sans', Arial, sans-serif;
        display: block;
        color: var(--secondary-color);
        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: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }

        .carousel-caption a:after {
            content: "\f101";
            font-family: 'Font Awesome 5 Pro';
            font-style: normal;
            font-variant: normal;
            display: inline-block;
            text-rendering: auto;
            margin-left: 1rem;
        }

        .carousel-caption a:visited {
            color: var(--secondary-color);
        }

        .carousel-caption a:hover,
        .carousel-caption a:active,
        .carousel-caption a:focus {
            color: var(--primary-color--light);
        }

.carousel-caption img.smaller-img:first-of-type {
    width: 20%;
}
.carousel-caption h2.smaller-h2 {
    font-size: 1rem;
}
.carousel-caption h3.smaller-h3 {
    font-size: 3rem;
}
.carousel-caption p.smaller-p {
    font-size: 1rem;
	padding-top: 1rem;
}
.carousel-caption a.smaller-a {
    font-size: 0.8rem !important;
}

.carousel-indicators {
    padding-bottom: 3.5rem;
    margin: 0;
    background: none;
    flex-flow: row;
    align-items: end;
    justify-content: center;
    height: 10px;
    top: auto;
    bottom: 0;
}

    .carousel-indicators li {
        border-radius: 50%;
        width: 12px;
        height: 12px;
        background: var(--color-silver);
        border: 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;
}

.icon-scroll {
    position: absolute;
    width: 32px;
    height: 50px;
    bottom: 3rem;
    border: 2px solid var(--color-silver);
    border-radius: 1.3rem 1.3rem 1.5rem 1.5rem;
    transform: translate(50%,-50%);
    left: 50%;
    z-index: 1;
    font-family: var(--primary-font);
    display: flex;
    justify-content: center
}

    .icon-scroll:before {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        top: 10px;
        border: 2px solid var(--color-silver);
        border-style: solid;
        border-radius: 4px;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
        animation-name: scroll;
        animation-timing-function: ease-out;
    }

    .icon-scroll:after {
        content: "SCROLL DOWN";
        position: absolute;
        color: var(--color-silver);
        font-size: .95rem;
        font-weight: 600;
        width: 150px;
        bottom: -2rem;
        left: -2.8rem;
        letter-spacing: 1px;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
        animation-name: scroll;
    }



/*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;*/
}

    .mobile-view .carousel-indicators li {
        background: var(--color-grey);
    }

    .mobile-view .carousel-indicators .active {
        background: white;
    }

.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: 1rem 2rem 3rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: var(--color-black);
}

/*    .mobile-view .carousel-caption:before {
        content: "";
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 60px;
        display: block;
        z-index: 500;
        background: url(../images/bgSlider.png) left center repeat-x;
    }*/
.mobile-view .banner-image {
    min-height: 400px;
    object-fit: cover;
}

.mobile-view .carousel-caption .siteLogo {
    width: 100px;
}

.mobile-view .carousel-caption h2 {
    font-size: 0.8rem;
    color: #fff
}

.mobile-view .carousel-caption h3 {
    font-size: 2.5rem;
    color: #fff;
}

.mobile-view .carousel-caption p {
    font-size: .8rem;
    color: #fff;
}

.mobile-view .carousel-caption a,
.mobile-view .carousel-caption a:link {
    font-size: 0.875rem;
}


/*Mobile banner end*/


/******* MEDIA QUERY *******/

@media only screen and (max-width: 1680px) {
    .carousel-caption {
        /*top: 62%;*/
    }

        .carousel-caption h2 {
            font-size: 1.5rem;
        }

        .carousel-caption h3 {
            font-size: 5.5rem;
        }

        .carousel-caption p {
            font-size: 1.3rem;
        }

        .carousel-caption a,
        .carousel-caption a:link {
            font-size: 1.2rem;
        }

    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1190px) {

    .icon-scroll {
        display: none;
    }

    .carousel-caption,
    .carousel-indicators {
        width: 100%;
    }

    .carousel-caption {
        height: auto;
        top: auto;
        bottom: 0;
        padding-bottom: 3rem;
        padding-top: 1rem;
    }

    .carousel-indicators {
        padding-bottom: 1.5rem;
    }

    .carousel-caption h2 {
        font-size: 1.3rem;
    }

    .carousel-caption h3 {
        font-size: 5rem;
    }

    .carousel-caption p {
        font-size: 1.2rem;
        padding-top: 1rem;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 1rem;
        margin-top: .5rem;
    }
}

@media only screen and (max-width:950px) {
    .carousel-caption {
        /*top: 55%;*/
    }

        .carousel-caption h2 {
            font-size: 1.2rem;
        }

        .carousel-caption h3 {
            font-size: 4rem;
        }

        .carousel-caption a,
        .carousel-caption a:link {
            font-size: 0.75rem;
        }
}

@media only screen and (max-width:600px) {
    .carousel-caption h2 {
        font-size: 0.7rem;
    }

    .carousel-caption h3 {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }
}


@keyframes scroll {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}
