/* Navbar css */
.dropdown-list-item-custom a {
    font-size: 14px;
}

/*.custome-header-btn-contact-us {*/
/*    position: relative;*/
/*    background: var(--prime-two) !important;*/
/*    color: white !important;*/
/*    padding: 0px 36px;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    transition: transform 0.5s ease;*/
/*    line-height: 52px;*/
/*    border-color: var(--prime-two) !important;*/
/*}*/

.social-icons {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-icons li a {
    width: 35px;
    height: 35px;
    background-color: #f58220;
    /* orange */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons li a:hover {
    background-color: #e06f10;
    transform: translateY(-2px);
}

.footer-sponced-image {
    width: 100px;
    border-radius: 10px;

}

.footer_item2 ul li {
    padding-top: 0px !important;
}

.footer_item2 ul li,
.footer_item3 ul li {
    padding-top: 0px !important;
}

/*.footer-top-bar {*/
/*    padding: 40px 0;*/
/*    position: relative;*/
/*}*/

/* Vertical dividers */
.footer-col-center,
.footer-col-right {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 40px;
}

/* Logo */
.footer_logo img {
    max-width: 240px;
}

/* Headings */


/* Text */
.footer-top-bar p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}


.footer-bottom-bar {
    width: 100%;
    background-color: #f26f21;
    /* orange */
    text-align: center;
    padding: 14px 10px;
}

.footer-bottom-bar p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}





/* educataion page css */
.educational-paragraph-para-style {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}

.edu-card {
    color: #fff;
    padding: 30px 30px 30px 80px;
    border-radius: 6px;
    position: relative;
    min-height: 140px;
}

.icon-box {
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 36px;
    opacity: 0.9;
}

.edu-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
    color: white !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.edu-card p {
    margin: 0;
    opacity: 0.9;
    font-size: 15px !important;
    color: white !important;
}

/* Left accent bar */
.edu-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 100%;
    border-radius: 6px 0 0 6px;
    background: rgba(0, 0, 0, 0.2);
}

/* Colors */
.bg-purple {
    background: #9c27b0;
}

.bg-teal {
    background: #007c89;
}

.bg-green {
    background: #4caf50;
}

.bg-orange {
    background: #ff9800;
}

.bg-pink {
    background: #e91e63;
}





/* Css for desktop screen starts here */
@media screen and (min-width: 1024px) {
    .menu-padding-left-header {
        padding-left: 150px;
    }

    .nav-header-logo-custom {
        width: 270px;
    }

    .font-size-for-footer-link {
        font-size: 16px;
    }

}

/* Css for desktop screen Ends here */






/* Css for Mobile screen starts here */
@media screen and (max-width: 767px) {
    .nav-header-logo-custom {
        width: 200px;
    }

    .footer-col-center,
    .footer-col-right {
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
    }

    .footer_logo {
        text-align: center;
    }

    .footer-sponced-image {
        width: 90px;
    }
}

/* Css for Mobile screen ends  here */