.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: #40093d;
}

.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: #40093d !important;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
    font-size: 2rem;
}

.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: left center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.home_banner .carousel-inner {
    height: 100vh;
}

.home_banner .glass_effect {
    width: 50rem;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

.carousel-caption {
    text-align: left;
    left: 0;
    bottom: 29vh;
    width: 50rem;
    padding: 2rem 3rem 2rem 7rem;
}

.carousel-caption h2 {
    font: normal 700 1.5625rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}

.carousel-caption h2::after {
    content: ' ';
    height: 3px;
    width: 100px;
    background-color: #FFF;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-left: 1rem;
}

.carousel-caption h3 {
    font: bold 3.4rem 'Libre Baskerville', serif;
    color: #FFF;
    margin: 1rem 0;
    text-transform: capitalize;
}

.carousel-caption p {
    font: normal 600 1rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    margin-bottom: 0;
}

.carousel-caption a,
.carousel-caption a:link,
.carousel-caption a:visited {
    font: normal 700 1.125rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    display: inline-block;
    padding: 0.9rem 1.5rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    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: #27b67a;
}

.carousel-caption a:hover,
.carousel-caption a:active,
.carousel-caption a:focus {
    color: #FFF;
    background: #875875;
}

.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 {
    width: 2%;
    bottom: 3rem;
    top: auto;
    z-index: 8;
}

.carousel-control-next {
    right: auto;
    margin-left: 1.5rem;
}

.carousel-control-prev {
    left: auto;
}


/******* MEDIA QUERY ****** jj*/

@media only screen and (max-width:1880px) {
    .home_banner .glass_effect,
    .carousel-caption {
        width: 48rem;
    }
}

@media only screen and (max-width:1700px) {
    .home_banner .glass_effect,
    .carousel-caption {
        width: 42rem;
    }
}

@media only screen and (max-width: 1680px) {
    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:1600px) {
    .home_banner .glass_effect,
    .carousel-caption {
        width: 42rem;
    }
    .carousel-caption h3 {
        font-size: 3rem;
    }
}

@media only screen and (max-width:1500px) {
    .home_banner .glass_effect,
    .carousel-caption {
        width: 36rem;
    }
    .carousel-caption h3 {
        font-size: 2.5rem;
    }
    .carousel-caption {
        bottom: 24vh;
    }
}

@media only screen and (max-width:1400px) {
    .home_banner .glass_effect,
    .carousel-caption {
        width: 36rem;
    }
    .carousel-caption h3 {
        font-size: 2.5rem;
    }
    .carousel-caption {
        bottom: 24vh;
    }
}

@media only screen and (max-width:1300px) {
    .home_banner .glass_effect,
    .carousel-caption {
        width: 32rem;
    }
    .carousel-caption h3 {
        font-size: 2.2rem;
    }
    .carousel-caption {
        bottom: 24vh;
    }
}

@media only screen and (max-width:1190px) {
    .home_banner .glass_effect,
    .carousel-caption {
        width: 30rem;
    }
    .carousel-caption h3 {
        font-size: 2rem;
    }
    .carousel-caption {
        bottom: 17vh;
    }
    .carousel-caption p {
        font-size: 0.9rem;
    }
    .carousel-caption h2::after {
        width: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .home_banner .glass_effect,
    .carousel-caption {
        width: 30rem;
    }
    .carousel-caption h3 {
        font-size: 2rem;
    }
    .carousel-caption {
        bottom: 17vh;
    }
    .carousel-caption p {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:991px) {
    .home_banner .glass_effect {
        width: 100%;
        height: 44%;
        bottom: 0;
        position: absolute;
        background-position: bottom center;
        background-size: initial;
        background-image: inherit;
    }
    .carousel-caption h3 {
        font-size: 1.8rem;
        margin: 0.7rem 0;
    }
    .carousel-caption {
        bottom: 5rem;
        right: unset;
        margin: 0 auto;
        padding: 0 4rem;
        text-align: center;
        width: 100%;
    }
    .carousel-item {
        background-position: center;
    }
    .carousel-caption p {
        font-size: 0.9rem;
    }
    .home_banner .carousel-inner {
        height: auto;
    }
    .carousel-control-next {
        left: 2rem !important;
    }
    .carousel-control-prev {
        right: 2rem !important;
    }
    .carousel-control-next,
    .carousel-control-prev {
        bottom: 0.5rem;
        top: auto;
        z-index: 8;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .carousel-caption a,
    .carousel-caption a:link,
    .carousel-caption a:visited {
        margin-top: 0.9rem;
    }
}

@media only screen and (max-width:785px) {
    .carousel-caption {
        bottom: 3rem;
    }
    .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-item:after {
        content: normal;
    }
}

@media only screen and (max-width:768px) {
    .carousel-caption {
        bottom: 3rem;
    }
    .carousel-caption h3 {
        font-size: 1.5rem;
    }
    .carousel-caption a,
    .carousel-caption a:link,
    .carousel-caption a:visited {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:600px) {
    .carousel-caption {
        padding: 0 2rem;
    }
    .carousel-caption h2 {
        font-size: 1.3rem;
    }
    .carousel-caption p {
        font-size: 0.8rem;
    }
    .carousel-caption a,
    .carousel-caption a:link,
    .carousel-caption a:visited {
        padding: .6rem 1.5rem;
    }
}

@media only screen and (max-width:450px) {
    .carousel-caption {
        padding: 0 1rem;
    }
    .carousel-caption h2 {
        font-size: 1rem;
    }
    .carousel-caption h3 {
        font-size: 1.1rem;
    }
}