/* Navigation css start */
.navbar{background-color: rgb(255 255 255) !important;}


.navbar-brand{padding-left: 2%;}
.navbar-brand img{width: 50%;}
.enquire-now{text-align: center;}
.enquire-btn{
    background-color: #efefef;
    padding: 16px 26px;
    color: #0d2c6c;
    font-weight: 700;
    border-radius: 40px;
    border: 0;
    font-size: 18px;
}

.navbar{padding: 0;background: transparent !important;}
.navbar-collapse{background-color: #efefef;padding: 9px 0;border-radius: 40px;}
.nav-link{color: #0d2c6c;font-weight: 700;}
.nav-link.active, .nav-link:hover, .nav-link:focus {
    color: #b8152a !important;
}
li.nav-item {
    padding: 0 8px;
}


/* Navigation css end */



/* footer css start */

footer {
    background-color: #001845;
}

.ft-bg{
    background-color: #001845;
    color: #fff;
}

.footer-logo{
    width: 50%;
    margin-bottom: 25px;
}

.footer-links ul{
    padding-left: 0 !important;
}

.footer-links ul li{
    list-style: none;
    margin-bottom: 15px;
}

.footer-links ul li a, footer a{
    color: #fff;
    text-decoration: none;
}

.ft-first{border-right: 1px solid #5b74bb;}
.ft-sec{border-right: 1px solid #5b74bb;}
.ft-abt-bdr{border-top: 1px solid #5b74bb;border-bottom: 1px solid #5b74bb;}


.copy-social{margin: 0;}
.copy-social li{
    list-style: none;
    display: inline-block;
    margin-left: 15px;
  
}

.copy-social li a img:hover{
    margin-top: -15px;
    transition: 0.2s ease-in-out;
}

/* footer {
    font-size: 1rem !important;
    position: unset !important;
} */


/* footer css end */