.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 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: 209px;
    display: block;
    background: url(../images/bgSlider.png) left center repeat-x;
}*/

.carousel-caption {
    position: absolute;
    top: auto;
    bottom: 6.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    /*text-shadow: 0 0 5px rgba(0, 0, 0, 5);*/
    text-align: left;
    height: 209px;
    background-image: url(../images/caption.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 4rem 0 1rem 0;
    background-size: 100% 100%;
}

.carousel-caption .col-sm:first-child{
    max-width: 27%;
}
.carousel-caption .col-sm:nth-child(2){
    max-width: 53%;
    align-self:center;
}
.carousel-caption .col-sm:last-child{
    max-width: 20%;
    align-self:center;
    display:flex;
    justify-content:flex-end;
}
.carousel-caption h2 {
    font: normal 700 1.25rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
}

.carousel-caption h3 {
    font: bold 2.1875rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing:2px;
}

.carousel-caption p {
    font: italic 1.125rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    margin-bottom: 0;
    letter-spacing:2px;
    line-height: 1.5;
}

.carousel-caption a,
.carousel-caption a:link {
    /*max-width: 230px;*/
    font: normal 700 1.125rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    display: block;
   padding: 1.3rem 4rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    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: #e08f15;
    text-align:center;
}

.carousel-caption a:visited {
    color: #FFF;
}

.carousel-caption a:hover {
    color: #FFF;
    background: #ba7711;
}

.carousel-caption a:active {
    color: #FFF;
   background: #ba7711;
}

.carousel-caption a:focus {
    color: #FFF;
    background: #ba7711;
}

.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;
}


/*********************************************************
MEDIA QUERY
*********************************************************/

@media only screen and (max-width: 1680px) {
    .carousel-caption {
        bottom:5rem;
    }

    .carousel-caption h2 {
        font-size: 1rem;
    }
    .carousel-caption h3 {
        font-size: 1.75rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.98rem;
        padding: 1.1rem 3.5rem;
    }
    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:1450px){
    .carousel-caption {
        height: 180px;
        bottom: 4.5rem;
    }
    .carousel-caption h2 {
        font-size: .9rem;
    }
    .carousel-caption h3 {
        font-size: 1.5rem;
    }
    .carousel-caption p {
        font-size: .9rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.9rem;
        padding: 1rem 3rem;
    }

}

@media only screen and (max-width: 1190px) {
    .carousel-caption {
        height: 170px;
        bottom:4.2rem;
    }
    .carousel-caption h2 {
        font-size: .8rem;
    }
    .carousel-caption h3 {
        font-size: 1.2rem;
    }
    .carousel-caption p {
        font-size: .75rem;
        letter-spacing: 1px;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.85rem;
        padding: .8rem 2.2rem;
    }
}

@media only screen and (max-width:991px) {
    .carousel-caption {
        height: 155px;
        bottom: 0;
    }
    .carousel-caption h2 {
        font-size: .73rem;
    }
    .carousel-caption h3 {
        font-size: 1.1rem;
    }
    .carousel-caption p {
        font-size: .7rem;
        letter-spacing: 1px;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.75rem;
        padding: .7rem 1.7rem;
    }
}

@media only screen and (max-width:850px) {
    .carousel-caption {
        height: 140px;
    }
    .carousel-caption h2 {
        font-size: .7rem;
    }
    .carousel-caption h3 {
        font-size: 1rem;
    }
    .carousel-caption p {
        font-size: .66rem;
        letter-spacing: 1px;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.7rem;
        padding: .7rem 1.5rem;
    }
}

@media only screen and (max-width:785px) {
    .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: #018AB6 !important;
    }
    .carousel-control-next:visited,
    .carousel-control-prev:visited {
        color: #018AB6 !important;
    }
    .carousel-item:after {
        content: normal;
    }
    .carousel-item img {
        height: 500px;
		max-width:none;
    }
    .carousel-caption {
        position: absolute;
     
        left: auto;
        right: auto;
        bottom: 0;
        width: 100%;
        margin-left: 0;
        padding: 2.5rem 0 1rem 0;
        text-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        height: 200px;
        background-image: url(../images/mob-caption.png);
        background-position: center center;
        background-repeat: no-repeat;
    }
    .carousel-caption a, .carousel-caption a:link {
        margin-top: 1rem;
    }
    /* .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;
    } */
    .carousel-caption .col-sm {
        max-width: 100% !important;
        flex-basis:auto;
        text-align: center;
    }
    .carousel-caption .col-sm:last-child {
        justify-content: center;
    }
    /*.carousel-caption h2 {
        font-size: 0.8rem;
        color: #018AB6;
    }
    .carousel-caption h3 {
        font-size: 2.5rem;
        color: #FCB040;
    }
    .carousel-caption p {
        font-size: 1rem;
        color: #165751;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.7rem;
    }*/
}

@media only screen and (max-width:450px) {
    .carousel-item img {
        height: 400px;
    }
    .carousel-caption {
       
        padding: 2rem 0 1rem 0;
        height: 160px;
    }
    .carousel-caption h2 {
        font-size: .65rem;
    }
    .carousel-caption h3 {
        font-size: .9rem;
    }
    .carousel-caption p {
        font-size: .62rem;
        letter-spacing: .5px;
        line-height:1.3;
    }
    .carousel-caption a, .carousel-caption a:link {
        font-size: 0.65rem;
        padding: .65rem 1.3rem;
        margin-top: .65rem;
    }
    /*.carousel-caption h2 {
        font-size: 0.7rem;
    }
    .carousel-caption h3 {
        font-size: 2rem;
    }
    .carousel-caption p {
        font-size: 0.9rem;
    }*/
}