/* Navbar start */

.navbar {
    position: sticky;
    top: 0;
    background-color: #fff !important;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: fixed;
    top: 0;
    width: 100%;
}

/* .navbar .nav-item:last-child {
    padding: 10px 0 10px 20px;
} */

.navbar .nav-link {
    font-size: 17px;
    color: #1B181F;
    cursor: pointer;
    padding: 10px 25px !important;
    font-weight: 600;
}

.navbar .nav-link:hover {
    color: #FE4545;
}

.navbar-brand img {
    width: 200px;
    padding: 10px;
    border-radius: 10px;
}

.fa-bars {
    color: #007bff;
    font-size: 30px;
}


.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu {
    padding: 10px;
}

.dropdown-menu .dropdown-item {
    padding: 10px;
    border-radius: 5px;
    transition: all 0.2s;

}

.dropdown-item:hover {
    background-color: #FE4545;
    color: #fff;
    transition: all 0.3s;
}

/* Navbar end */



/* footer start */

footer {
    background-color: #1B181F;
    padding: 20px 20px 0;
}

.footer p, .footer a {
    color: #fff;
}

.footer h4 {
    font-weight: 800;
    color: #fff;
}

.rgb-social-ico {
    gap: 10px;
    margin-top: 20px;
}

.rgb-social-ico a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100vmax;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.rgb-social-ico a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.rgb-social-ico a i {
    color: #1B181F;
    font-size: 20px;
    font-size: 22px;
}

.footer-bottom {
    padding: 10px;
    border-top: 1px solid #fff;
    margin-top: 20px;
}

.footer-bottom p {
    text-align: center;
    color: #fff;
}

.footer .ph-num {
    display: flex;
}

.footer .ph-num p {
    font-weight: 700;
    margin-right: 8px;
}

.footer .ph-num>* {
    margin-bottom: 10px;
}

/* footer end */


@media only screen and (max-width:630px) {

    .footer-logo, .footer-address, .footer-contact {
        margin-bottom: 25px;
    }
}


/* mobile contact start */

.cont-foot {
    position: fixed;
    bottom: 0;
    background-color: #FE4545;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
}

.cont-foot h3 {
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.cont-foot-div {
    display: flex;
    justify-content: space-around;
}

.cont-foot .cont-foot-detail {
    padding: 5px 5px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 22px;
    width: 45%;
}

.cont-foot .cont-foot-detail a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FE4545;
    white-space: nowrap;
    gap: 5px;
    font-weight: 500;
}

/* mobile contact end */