.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: 5rem;
    z-index: 10;
    cursor: pointer;
    background: rgb(14,158,199);
    padding: 1em;
    width: 60px;
    color: rgb(255,255,255);
    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: rgb(252,176,64);
}

.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{
    right:0.5rem;
}
.carousel-control-prev {
    left: 0.5rem;
}
.carousel-control-next,
.carousel-control-prev {
    font-size: 3rem;
    color: rgb(255,255,255) !important;
    font-weight: 400 !important;
    width: 3%;
    opacity: 0.8;
}

.carousel-control-next:visited,
.carousel-control-prev:visited {
    color: rgb(255,255,255) !important;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: rgb(252,176,64) !important;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
    width: auto;
    height: auto;
}

.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:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 300px;
    width: 300px;
    display: block;
    background: url(../images/banner-logo.png) right bottom no-repeat;
    background-size: cover;
    z-index: 5;
	opacity: .6;
}

.carousel-caption {
    /*position: absolute;
    top: 0;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    padding: 6rem 3rem 5rem 3rem;
    /*text-shadow: 0 0 5px rgba(0,0,0,5);*/
    text-align: left;
    background: linear-gradient(to top, rgba(7, 58, 78, 0.8),rgba(7, 58,78,0.65),rgba(7, 58, 78,0.03));
}

.carousel-caption h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 3rem;
    font-weight: 200;
    font-style: normal;
    color: rgb(255,255,255);
    margin-bottom: 0;
    line-height: 23px;
}

.carousel-caption h3 {
    font-family:'Open Sans', Arial, sans-serif;
    font-size:4rem;
    font-weight:600;
    font-style:normal;
    color: rgb(255,255,255);
    margin-bottom: 0;
}

.carousel-caption p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.563rem;
    font-weight: 400;
    font-style: normal;
    color: rgb(255,255,255);
    margin-bottom: 0;
    line-height: 1.1;
}

.carousel-caption a,
.carousel-caption a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    font-style: normal;
    color: #efcc32;
    display: block;
    text-transform: uppercase;
    text-shadow: none;
    margin-top: 0.65rem;
}

.carousel-caption a:visited {
    color: #efcc32;
}

.carousel-caption a:hover {
    color: #d98c18;
    /*background: rgb(252,176,64);*/
}

.carousel-caption a:active {
    color: #d98c18;
    /*background: rgb(252,176,64);*/
}

.carousel-caption a:focus {
    color: #d98c18;
    /*background: rgb(252,176,64);*/
}
.carousel-caption .col-sm.captionTitle{
    max-width:33%;
}
.carousel-caption .col-sm.captionCont {
    max-width:67%;
}
.carousel-caption .captionCont {
    padding-right: 8rem;
}
.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: rgb(227,83,13);
    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: rgb(255,255,255);
    background: rgb(252,176,64);
}

.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:1780px){
    .carousel-caption {
        padding: 6rem 3rem 4rem 3rem;
    }
    .carousel-caption h2 {
        font-size: 2.85rem;
        line-height: 18px;
    }
    .carousel-caption h3 {
        font-size: 3.7rem;
    }
    .carousel-caption p {
        font-size: 1.25rem;
    }
    .carousel-caption a, .carousel-caption a:link {
        font-size: 1.15rem;
    }
}
@media only screen and (max-width: 1680px) {
    /*.carousel-caption {
        top: 62%;
    }*/
    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
    .carousel-item::after {
        height: 240px;
        width: 240px;
    }
}
@media only screen and (max-width:1650px){
    .carousel-caption {
        padding: 6rem 2rem 3rem 2rem;
    }
    .carousel-caption h2 {
        font-size: 2.45rem;
        line-height: 16px;
    }
    .carousel-caption h3 {
        font-size: 3.3rem;
    }
    .carousel-caption p {
        font-size: 1.15rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 1rem;
    }
}
@media only screen and (max-width:1450px){
    .carousel-caption {
        padding: 6rem 1rem 3rem 1rem;
    }
    .carousel-caption h2 {
        font-size: 2rem;
        line-height: 13px;
    }
    .carousel-caption h3 {
        font-size: 2.7rem;
    }
    .carousel-caption .captionCont {
        padding-right: 5rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.8rem;
    }
    .carousel-item::after {
        height: 218px;
        width: 218px;
    }
}
@media only screen and (max-width: 1190px) {
    /*.carousel-caption {
        top: 58%;
    }*/

    .carousel-caption h2 {
        font-size: 1.65rem;
        line-height: 11px;
    }

    .carousel-caption h3 {
        font-size: 2.2rem;
    }
    .carousel-caption .captionCont {
        padding-right: 3rem;
    }
    .carousel-caption p {
        font-size: 0.8rem;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.7rem;
        margin-top: 0.45rem;
    }
    .carousel-control-next, .carousel-control-prev {
        font-size: 2rem;
    }
    .carousel-item::after {
        height: 185px;
        width: 185px;
    }
}

@media only screen and (max-width:991px) {
    /*.carousel-caption {
        top: 55%;
    }*/
    .carousel-caption {
        padding: 7rem 1rem 2rem 1rem;
    }
    .carousel-caption h2 {
        font-size: 1.25rem;
        line-height: 10px;
    }
    .carousel-caption h3 {
        font-size: 1.7rem;
    }
    .carousel-caption .captionCont {
        padding-right: 1rem;
    }
    .carousel-caption p {
        font-size: 0.75rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.65rem;
        margin-top: 0.15rem;
    }
    .carousel-item::after {
        height: 154px;
        width: 154px;
    }
}

@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: rgb(1,138,182) !important;*/
        top:75%;
    }

    .carousel-item:after {
        content: normal;
    }

    .carousel-caption {
        position: relative;
        top: 77%;
        left: auto;
        right: auto;
        bottom: 0;
        width: 100%;
        margin-left: 0;
        padding: 3rem 2rem 3rem 2rem;
        text-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        background: #094c66;
        text-align: center;
    }

    /*.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:none !important;
        flex-basis:auto;
    }
    .carousel-caption h2 {
        font-size:1.65rem;
        color: rgb(255,255,255);
        line-height:6px;
    }
    .carousel-caption h3 {
        font-size: 2.5rem;
        color: rgb(255,255,255);
    }
    .carousel-caption .col-sm.captionCont {
        padding-top: 1rem;
    }
    .carousel-caption p {
        font-size: 1rem;
        color: rgb(255,255,255);
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.85rem;
        margin-top: 0.3rem;
    }
}
@media only screen and (max-width:768px){
    .carousel-control-next, .carousel-control-prev {
        font-size: 1.25rem;
        top: 60%;
    }
}
@media only screen and (max-width:600px) {
    .carousel-caption {
        padding: 2rem;
    }
    .carousel-caption h2 {
        font-size: 1.25rem;   
    }
    .carousel-caption h3 {
        font-size: 1.85rem;
    }
    .carousel-caption .col-sm.captionCont {
        padding-top: 0.7rem;
    }
    .carousel-caption p {
        font-size: 0.75rem;
    }
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.75rem;
        margin-top: 0.3rem;
    }
}