﻿
@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}
.custom-style-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.transparentbox {
    background-color: #00539b;
    border-radius: 5px;
    color: #fff !important;
    padding: 20px;
}
.btn-custom {
    color: #fff !important;
    background-color: #00263e;
    border-color: #00263e;
}
.bg-custom {
    background-color: #efefef;
    border-color: #efefef;
}
.btn:hover {
    color: #fff ;
}
.text-custom {
    color: #00263e !important;
}

.fz-custom {
    font-size: 1.1rem !important;
    color: #01559e !important;
}
.fz-button-custom{
    font-size:1.0rem !important;
    color: #01559e !important;
}
.btn-custom-head {
    color: #fff;
    background-color: gray;
    border-color: white;
    border-width: 2px;
    border-radius: 10px 10px;
    font-size: 1.0rem !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #01559e !important;
    color: white !important;
}

.filter-white {
    /*filter: brightness(0) invert(1);*/
    color: #01559e !important;
}

.navbar-toggler {
    border-width: 2px; /* Adjust border thickness as needed */
}

.hover-underline:hover {
    text-decoration: underline !important;
}
.about-p{margin-bottom:20px;line-height:1.5;padding:10px}.nk-cookie-banner{position:fixed;bottom:0;left:0;width:100%;z-index:999;border-radius:0}.term-p{padding:0 10px;padding-top:40px;margin-bottom:20px;line-height:1.5}.padding-10{padding:10px}.button{background-color:#0e61ad;border-radius:5px;border-color:#0e51ad;text-align:center;padding:2px 5px 2px 5px;color:#fff;font-weight:400}.button:hover{background-color:#fd8108}.text-left{text-align:left}.process-p{text-align:left;padding:10px 30px;margin-bottom:0}.process-img{width:110px;height:110px}.delay-h4{color:#00263e;margin:0}.card-syl{background-color:#efefef; margin:10px 10px;padding:20px 0}.slider-ov-bg{background-color:rgba(0,0,0,.55)}.slider-img{background-size:cover;background-position:center center}.delay-p{padding-right:20px}.color-blue{color:#00263e!important}.text-decoration{text-decoration:underline!important}.line-1{line-height:1.5}

.fc-color {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00263e;
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

@media (min-width: 767px) {
    .footermargin {
        margin-top: 7rem !important;
    }
}