.custom-preloader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-image: url('https://i.pinimg.com/originals/d7/70/53/d7705366b8afdfc34491fa88e06c6b7e.gif');
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
    overflow: hidden;
}

.loaded{
    display: none;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.current_page_item {
    background-color: #C00;
    color: #FFF;
}

.my-float{
    margin-top:16px;
}
#scrollTopBtn{
    display: none!important;
}

.airplane{
    display:none;
}
.text-confirmation{
    display: none;
}
.header-transparent+.slider {
     margin-top: 0px !important;
}
.selected{
    background-color: #ff5e14 !important;
    color: white !important;
}

.vide-bg {
    position: relative;
    background-color: black;
    height: 65vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.vide-bg video {
    position: absolute;
    top: 25%;
    left: 50%;
    min-width: 100%;
    min-height: 50%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.vide-bg .container {
    position: relative;
    z-index: 2;
}

.vide-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.25;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    .vide-bg {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    .vide-bg video {
        display: none;
    }
}

.ParallaxVideo{
    height: 100px;
}
.ParallaxVideo video{
    min-width: 100%;
    position: relative;
    top:0;
    z-index: -999;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.slide-content-wrapper {
    margin-top: 10vh !important;
    z-index: 1000;
}
.loading {
     width: 25vw !important;
     height: 25vh !important;
}
.bg-overlay:after {
    background-color: rgba(27, 26, 26, .50) !important;
}

.layer {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn{
    z-index: 100;
}

.heading__title{
    text-transform: none !important;
}
.preloader{
    display: flex;
    justify-content: center;
    flex-direction: column !important;  /* <--- I added this */
    align-items: center;   /* <--- Change here */
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@-webkit-keyframes slideBgImage {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes slideBgImage {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
/*Animacion aqui*/
.banner-carousel .active .slide-item .image-layer {
    -webkit-animation-name: slideBgImage;
    animation-name: slideBgImage;
    -webkit-animation-duration: 12000ms;
    animation-duration: 12000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 992px) {
    body {
        margin-top: 50px;
    }
    .navbar{
        position: fixed;
        right: 0;
        left: 0;
        border-radius: 0;
        top: 0;
    }
}

