
.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: 2rem;
    bottom: 10rem;
    z-index: 10;
    cursor: pointer;
    background: var(--light-blue);
    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: 2rem;
    bottom: 14rem;
}

    .videoVolumnOnOffButton:hover,
    .videoPlayPause:hover {
        background: var(--light-blue-hover);
    }

    .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: 0.8;
    width: 5%;
}

.carousel-control-next {
    right: 11rem;
}

.carousel-control-prev {
    left: 11rem;
}

    .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: #FFF !important;
        opacity: 1;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    font-size: 2rem;
    background: none;
}

    .carousel-control-prev-icon:before {
        content: "\f060";
    }

    .carousel-control-next-icon:after {
        content: "\f061";
    }

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.8);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.mobile-view .carousel-indicators li {
    width: 15px;
    height: 15px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    border: none;
    margin: 0 2px;
    border: none;
}

.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;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(64, 64, 64, 0.4);
        z-index: 0;
    }



.carousel-caption {
    position: absolute;
    top: 55%;
    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 5px rgba(0, 0, 0, 5);
    text-align: center;
}

    .carousel-caption h2 {
        font: normal 400 1.7rem 'Open Sans', Arial, sans-serif;
        color: #FFF;
        letter-spacing: 0.09rem;
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing: 3px;
    }

    .carousel-caption h3 {
        font: 700 3.5rem 'Amiri', Arial, sans-serif;
        color: #FFF;
        margin: 0;
        letter-spacing: 3px;
        font-variant: small-caps !important;
    }

    .carousel-caption p {
        font: italic 1.5rem 'Open Sans', Arial, sans-serif;
        color: #FFF;
        margin-bottom: 0;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        max-width: 170px;
        font: normal 700 1rem 'Open Sans', Arial, sans-serif;
        color: var( --white) !important;
        background: var(--dark-blue) !important;
        display: block;
        margin: auto;
        padding: 1rem;
        margin-top: 1rem;
        border: none;
        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: var(--white);
        letter-spacing: 1px;
        border-radius: 5px;
    }

        .carousel-caption a:visited {
            color: var( --white) !important;
            background: var(--dark-blue) !important;
        }

        .carousel-caption a:hover,
        .carousel-caption a:active,
        .carousel-caption a:focus {
            color: var(--dark-blue) !important;
            background: var(--white) !important;
        }

.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
    display: none;
}



.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 .carousel-indicators {
    bottom: 2rem;
    display: flex;
    z-index: 1;
}

    .mobile-view .carousel-indicators li {
        background: rgba(255, 255, 255, 1);
    }

    .mobile-view .carousel-indicators .active {
        background: rgba(255, 255, 255, 0.8);
    }

.mobile-view .carousel-control-next,
.mobile-view .carousel-control-prev {
    font-size: 2rem;
    color: #018AB6 !important;
    display: none;
}

    .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: 3rem 4rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: var(--dark-blue);
}
/*
    .mobile-view .carousel-caption:before {
        content: "";
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 60px;
        display: block;
        z-index: 500;

    }*/

.overlay {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background: rgba(64, 64, 64, 0.4);
    display: none;
}


.mobile-view .carousel-caption h2 {
    font-size: 1.25rem;
    color: var(--white);
    margin-bottom: 0;
}

.mobile-view .carousel-caption h3 {
    font-size: 2.5rem;
    color: var(--white);
}

.mobile-view .carousel-caption p {
    font-size: 1rem;
    color: var(--white);
}

.mobile-view .carousel-caption a,
.mobile-view .carousel-caption a:link {
    font-size: 0.9rem;
    color: var(--white) !important;
    background: var(--lightest-blue) !important;
    max-width: 150px;
    margin-top: 0;
    padding: 0.8rem;
}


    .mobile-view .carousel-caption a:hover,
    .mobile-view .carousel-caption a:active,
    .mobile-view .carousel-caption a:focus {
        color: var(--lightest-blue) !important;
        background: var(--white) !important;
    }
/*Mobile banner end*/
/******* MEDIA QUERY *******/
@media only screen and (max-width: 1680px) {

    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }

    .carousel-control-next {
        right: 5rem;
    }

    .carousel-control-prev {
        left: 5rem;
    }
}

@media only screen and (max-width:950px) {
    .carousel-control-next {
        right: 2rem;
    }

    .carousel-control-prev {
        left: 2rem;
    }
}

@media only screen and (max-width:768px) {
  

    .mobile-view {
        top: 7.6rem;
    }

        .mobile-view .carousel-caption {
            padding: 3rem 2rem 4rem 2rem;
        }
}

@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;
    }
}

@media only screen and (max-width:581px) {
    .mobile-view {
        top: 6.3rem;
    }

    .menuIcon:after {
        margin-top: 2px;
    }

    .mobile-view .carousel-caption h2 {
        font-size: 1rem;
        color: var(--white);
    }

    .mobile-view .carousel-caption h3 {
        font-size: 1.8rem;
        color: var(--white);
    }

    .mobile-view .carousel-caption p {
        font-size: 0.9rem;
        color: var(--white);
    }

    .mobile-view .carousel-caption a, .mobile-view .carousel-caption a:link {
        font-size: 0.6rem;
        max-width: 110px;
    }

    .mobile-view .carousel-caption {
        padding: 2rem 2rem 3rem 2rem;
    }

    .carousel-caption a, .carousel-caption a:link {
        padding: 0.5rem;
    }

    .mobile-view .carousel-indicators {
        bottom: 1.3rem;
    }

        .mobile-view .carousel-indicators li {
            width: 10px;
            height: 10px;
        }
}

#AlertCarouselModal .carousel-control-next, #AlertCarouselModal .carousel-control-prev {
    color: #18487a !important;
    font-size: 1.5rem !important;
    width: 8% !important
}

    #AlertCarouselModal .carousel-control-next:hover,
    #AlertCarouselModal .carousel-control-next:active,
    #AlertCarouselModal .carousel-control-next:focus,
    #AlertCarouselModal .carousel-control-prev:hover,
    #AlertCarouselModal .carousel-control-prev:active,
    #AlertCarouselModal .carousel-control-prev:focus {
        color: #77B0E5 !important;
    }

#AlertCarouselModal .carousel-control-next {
    right: 0 !important;
}

#AlertCarouselModal .carousel-control-prev {
    left: 0 !important;
}
