#loader {
    display: none;
    z-index: 1001;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #001840 !important;
}

/*.carousel-control-next,
.carousel-control-prev {
    height: 65%;

}*/
#ajax-callback-form .form-control,
.form-select {
    color: #3e3e3e !important;
}

.feature.col.col-sm-6 {
    padding: 18px;
}

.feature.col.col-sm-6 .card-body {
    padding: 28px !important;
}

.card-img-sevc {

    height: 175px;
    object-fit: cover;
    width: 100%;
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0;
    border: 0;
}

.modal-fullscreen .form-control,
.form-select {
    padding: 1.375rem .75rem;
}

button.btn-close {
    background-color: white;
}

/*.card-body a.btn-sec {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 0;
}
h5.card-title {
    font-size: 18px;
    min-height: 43px;
}*/
.card-body {
    min-height: 150px;
    padding: 15px !important;
}

.bg-video {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*img.news-img {
    height: 365px;
    object-fit: cover;
    width: 100%;
}*/
/*.service-body {
    min-height: 200px;
}
.image-container-n img {
    object-fit: cover;
    height: 100%;
}
.left_mobile_area {
    background: url("{{ asset('images/sky_bg.jpg')}}");
    background-size: cover !important;
}*/
.hmove {
    display: flex;
    color: #023d81;

}
.hitem {

    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
}
.hwrap {
    overflow: hidden;
}
@keyframes tickerh {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.hmove {
    animation: tickerh linear 45s infinite;
}
.hmove:hover {
    animation-play-state: paused;
}
section {
    height: 90vh;
}

section .headline {
    font-size: 48px;
    text-transform: uppercase;
    background-color: transparent;
}

section .blur-edges {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}

@media (max-width: 1080px) {
    section {
        height: 600px;
        text-align: center;
        display: block;
        justify-content: center;
        align-items: center;
    }

    .bg-video {
        position: absolute;
        height: auto;
        width: 100%;
        z-index: -1;
        overflow: hidden;
    }
}

@media (max-width: 860px) {
    section {
        height: 400px;
        text-align: center;
        display: block;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 700px) {
    section {
        height: 400px;
        text-align: center;
        display: block;
        justify-content: center;
        align-items: center;
    }

}

@media (max-width: 500px) {
    section {
        height: 307px;
        text-align: center;
        display: block;
        justify-content: center;
        align-items: center;
    }
}