/* nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: none !important;
} */

a.navbar-brand img {
    width: 207px;
}

a.nav-link {
    color: #000 !important;
    font-weight: 600;
}

@media (max-width: 992px) {
    .full-width-header .rs-header.header-transparent {
        position: unset;
    }
    .topbar-area.style2.modify1 {
        display: none;
    }
}

li.nav-item {
    padding: 0 6px;
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a {
    color: #000;
    font-size: 14px;
    margin-right: 0px;
    padding-right: 20px;
    border-right: 1px solid #2a8af5;
}

.rs-header {
    background: #00244e !important;
}

.brand-carousel {
    background: none;
    margin-bottom: 30px;
}


/* ignore the code below */

.link-area {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 40px;
    background: tomato;
}

.link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

.single-logo img {
    width: 155px !important;
    margin: auto;
}