/* Add your custom CSS styles here */
/* You can customize the styles as needed */
body {
    background-color: #f4f4f4;
    font-family: "Jost", sans-serif;
    font-style: normal;
}

header h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar {
    background-color: #333;
    padding: 10px 0px; 
}

.navbar-brand {
    color: #fff !important;
    font-size: 2rem;
}

.navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-nav .nav-link:hover {
    color: #5a4e8c !important;
}

.navbar-nav {
    flex: auto;
    justify-content: center;
}

.btn-top-right {
    margin-left: auto;
}

.btn_box {
    background-color: #5a4e8c;
    color: #fff;
    padding: 7px 25px;
    border: 1px solid #5a4e8c;
}

.btn_box:hover {
    background-color: #1a213d;
    border: 1px solid #1a213d;
    color: #fff;
}

.navbar-collapse .btn_box:hover {
    background-color: #fff;
    border: 1px solid #1a213d;
    color: #1a213d;
}

.banner_content .btn_box:hover {
    background-color: #1a213d;
    border: 1px solid #1a213d;
    color: #fff;
}


.section {
    padding: 40px 0;
    background-color: #fff;
}

.section-title {
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.section-content {
    text-align: justify;
}

.banner-section {
    background-image: url('../images/bg-img.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 150px 0;
    position: relative;
}

.bg_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 0px;
}

.banner-heading {
    font-size: 3rem;
    font-weight: bold;
    z-index: 99999;
}

.banner-button {
    margin-top: 20px;
}

.banner-section .col-12 {
    z-index: 99999999;
}

.banner_content {
    z-index: 99999999;
}

.course {
    width: 340px;
    height: 340px;
    object-fit: cover;
    object-position: top;
}

.course img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

footer {
    background-color: #594D8A;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.copy_right_text p {
    font-size: 0.9rem;
}

.section_padding {
    padding: 80px 0px;
}

footer p {
    margin-bottom: 0px !important;
}

.footer_logo a {
    font-size: 3rem;
}

.footer_link {
    list-style: none;
    padding: 0px;
}

.footer_link li a {
    color: #fff;
    text-decoration: none;
}

.contact_info ul {
    list-style: none;
    padding: 0px;
}

.contact_info ul li a {
    color: #fff;
    text-decoration: none;

}

.footer_title h3 {
    color: #594D8A;
}
.whatsapp_icon{
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.social-icons i {
    background-color: #594D8A;
    padding: 10px;
}

.breadcrumb_sec {
    background-color: #5a4e8c;
    padding: 3rem 0px;
}

.breadcrumb_sec ol li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb_sec h2 {
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
}

/*Contact Page CSS*/


.contact-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.contact-info {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact-info a{
    text-decoration: none;
    color: #212529 !important;
}
.contact-info p {
    margin-bottom: 10px;
}
.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: #343a40; /* change this color to match your header background color */
}

.fixed-header.fixed {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
@media only screen and (min-width:320px) and (max-width:720px){
    .banner-heading{
        font-size: 2.5rem;
    }
    .section_padding{
        padding: 40px 0px;
    }
    .course{
        width: 100%;
        height: 100%;
    }
    .section-title{
        font-size: 2rem;
    }
    .about_img{
        margin-top: 30px;
    }
    .contact_info ul li {
        font-size: 14px !important;
    }
    .footer_about {
        padding-right: 0px !important;
        padding-bottom: 30px !important;
    }
    .breadcrumb_sec h2{
        font-size: 2rem;
    }
    .breadcrumb_sec{
        padding: 1.5rem;
    }
    .contact-form, .contact-info{
        margin: 0px 15px;
    }
    .contact-info{
        margin-top: 30px;
    }
    .contact-form,.contact-info{
        padding: 15px;
    }
    .contact-info p{
        font-size: 14px !important;
    }
    .footer_logo a{
        font-size: 2rem;
    }
}