.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: 7rem;
    z-index: 10;
    cursor: pointer;
    background: #57b8d9;
    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: 7rem;
}

.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
    background: #0a4570;
}

.videoVolumnOnOffButton i,
.videoVolumnOnOffButton span.i,
.videoPlayPause i,
.videoPlayPause span.i {
    font-size: 1.5rem;
    font-weight: 100;
}

.videoPlayPause i,
.videoPlayPause span.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: 2rem;
    color: #fff !important;
    opacity: 1;
    width: 2%;
    font-weight: 400 !important;
    bottom: auto;
    top: 54%;
}

.carousel-control-prev {
    left: 7rem;
}

.carousel-control-next {
    right: 7rem;
}

.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: #2466a4 !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 li {
    background: rgba(255, 255, 255, 0.8);
}

.carousel-indicators .active {
    background: rgba(252, 176, 64, 0.8);
}

.carousel-item {
    height: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 46rem;
        background: -moz-linear-gradient( to top, rgb(209 209 209 / 0%) 0%, rgb(35 35 35 / 60%) 95%);
        background: -webkit-linear-gradient( to top, rgb(209 209 209 / 0%) 0%, rgb(35 35 35 / 60%) 95%);
        background: linear-gradient( to top,rgb(209 209 209 / 0%) 0%, rgb(35 35 35 / 70%) 95%);
        z-index: 1;
    }

.carousel-item:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 159px;
    display: block;
    background: url(../images/bgSlider.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
}

.carousel-caption {
    position: absolute;
    top: 57%;
    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: 53%;
    padding: 1rem;
    text-align: center;
   
}

    .carousel-caption h2 {
        font-family: "Open Sans",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 0.5;
        text-shadow: 0 0 5px rgb(72 72 74);
    }

    .carousel-caption h3 {
        font-family: "Martel",serif;
        font-style: normal;
        font-weight: 600;
        font-size: 3.438rem;
        color: #fff;
        margin-bottom: 0;
        text-transform: capitalize;
        text-shadow: 0 0 5px rgb(72 72 74);
    }

    .carousel-caption p {
        font: italic 1.5rem "Open Sans", Arial, sans-serif;
        color: #fff;
        font-size: 1.2rem;
        width:75%;
        margin:0 auto;
        text-shadow: 2px 2px 3px rgba(0,0,0,.95);
    }

.carousel-caption a,
.carousel-caption a:link {
    max-width: 200px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff;
    display: block;
    padding: 0.7rem 1.5rem;
    margin-top: 1.5rem !important;
    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: #2466a4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    letter-spacing: 0.5px;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
}

.carousel-caption a:visited {
    color: #fff;
}

.carousel-caption a:hover,
.carousel-caption a:active,
.carousel-caption a:focus {
    background-color:#2f6650;
}

.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
    display: none;
    z-index: 8;
}

.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,
.innerbtnScrollCont span.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 .mobile-banner {
    display: block;
    height: 420px;
    background-size: cover;
    background-position: center;
}

.mobile-view .carousel-indicators {
    bottom: 3.5rem;
    display: flex;
}

.mobile-view .carousel-indicators li {
    background: rgba(255, 255, 255, 0.9);
    height: 13px;
    width: 13px;
    border-radius: 13px;
    border: none;
}

.mobile-view .carousel-indicators .active {
    background: rgb(255, 255, 255);
}

.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-item::before {
    height: 22rem;
}

.mobile-view .carousel-caption {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-left: 0;
    padding: 2rem 1.5rem 5rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: #153351;
}

.mobile-view .carousel-caption h2 {
    font-size: 1.15rem;
}

.mobile-view .carousel-caption h3 {
    font-size: 2rem;
}

.mobile-view .carousel-caption p {
    font-size: 1rem;
}

.mobile-view .carousel-caption a,
.mobile-view .carousel-caption a:link {
    font-size: 0.8rem;
    max-width: 142px;
    padding: 0.5rem 1.5rem;
}

.mobile-view .carousel-caption a:hover,
.mobile-view .carousel-caption a:active,
.mobile-view .carousel-caption a:focus {
    background: url(../images/caption-mob.png) center center no-repeat;
    background-size: contain;
}

.mobile-view .carousel-caption::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
    z-index: 500;
    background: url(../images/bgSlider.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}


/*Mobile banner end*/


/******* MEDIA QUERY *******/

@media only screen and (max-width: 1680px) {
    .carousel-caption h2 {
        font-size: 1.6rem;
    }
    .carousel-caption h3 {
        font-size: 3.15rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 1rem;
        max-width: 176px;
        margin-top: 1.2rem !important;
    }
    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
    .carousel-control-next,
    .carousel-control-prev {
        font-size: 1.7rem;
    }
    .carousel-control-prev {
        left: 3rem;
    }
    .carousel-control-next {
        right: 3rem;
    }
    .carousel-item::before {
        height: 40rem;
    }
}

@media only screen and (max-width: 1330px) {
    .carousel-caption h2 {
        font-size: 1.45rem;
    }
    .carousel-caption h3 {
        font-size: 2.85rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.95rem;
        max-width: 163px;
        margin-top: 1rem !important;
         margin-bottom: 1rem !important;
    }
    .carousel-item::before {
        height: 35rem;
    }
    .carousel-caption p
    {
         font-size: 1.1rem;
    }
}

@media only screen and (max-width: 1190px) {
    .carousel-caption h2 {
        font-size: 1.3rem;
    }
    .carousel-caption h3 {
        font-size: 2.5rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.85rem;
        max-width: 155px;
    }
}

@media only screen and (max-width: 991px) {
    .carousel-caption h2 {
        font-size: 1.2rem;
    }
    .carousel-caption h3 {
        font-size: 2.3rem;
    }
    .carousel-control-next,
    .carousel-control-prev {
        font-size: 1.5rem;
    }
    .carousel-control-prev {
        left: 1rem;
    }
    .carousel-control-next {
        right: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-view .mobile-banner {
        height: 310px;
    }
    .mobile-view .carousel-item::before {
        height: 18rem;
    }
    .mobile-view .carousel-caption {
        padding: 2rem 0.5rem 4.3rem;
    }
    .mobile-view .carousel-caption h2 {
        font-size: 1em;
    }
    .mobile-view .carousel-caption h3 {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .mobile-view .carousel-caption a,
    .mobile-view .carousel-caption a:link {
        font-size: 0.75rem;
        max-width: 125px;
    }
    .mobile-view .carousel-indicators li {
        height: 11px;
        width: 11px;
    }
}