body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins';
}
p{
    color: black;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.text_primary{
    color: #0062A8;
}
.text_secondary{
    color: #EBA32A;
}
.header_section{
    margin: 0;
    padding: 0;
}
.navbar{
    border-bottom: 6px solid #EBA32A;
    box-shadow: #63636333 0px 2px 8px 0px;
    scroll-behavior: smooth;
    margin: 0;
}
.navbar-toggler-icon{
    background-image: url('/images/chevron-circle-down-solid.svg');
}
.nav-link{
    font-family: 'Poppins';
    font-size: 16px;
    color: #0062A8;
}
.nav-link:hover{
    color: #EBA32A;
    transition: .2s ease-in;
}
.dropdown .dropdown-menu{
    background-color: #0062A8;
}
.dropdown-menu .dropdown-item{
    color: #fff;
    font-family: 'Poppins';
    letter-spacing: .2px;
    line-height: 1.5em;
}
.dropdown-menu .dropdown-item:hover{
    color: #EBA32A;
    transition: .2s ease-in;
}
.hero_section{
    background-image: url('/images/iild-banners.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
.hero_heading{
    font-family: 'Poppins';
    color: #fff;
}
.hero_subheading,hr{
    color: #EBA32A;
}

.section_one a{
    color: #EBA32A;
    text-decoration: none;
}
.course_modules_container{
    background-image: url('../images/IILD\ BANNER.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ordered-list{
    width: 100%;
    color: #EBA32A;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.ordered-list .list-item{
    width: 46%;
}
.list-item h4{
    font-size: 24px;
    font-weight: bold
}
.list-item p,.list-item ul{
    color: #fff;
}
.list-item p,.list-item ul a{
    text-decoration: none;
    color: #EBA32A;
}

.form-container{
    background-color: whitesmoke;
    border-radius: 20px;
    border: 1px solid #EBA32A ;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 2% !important;
}

.form-title{
    font-family: 'poppins';
    font-weight: bold;
    margin:10px 0 20px;
    color: #EBA32A;
}
.form-label{
    color: #0062A8;
    font-family: 'poppins';
    font-weight: bold;
    font-size: 16px;
}

form .btn-primary{
    background-color: #0062A8;
    width: 150px;
    color: white;
    border:2px solid #0062A8;
}

form .btn-primary:hover{
    background-color: #fff;
    width: 150px;
    color:#0062A8;
    border:2px solid #0062A8;
    font-weight: bold
}

form .btn-secondary{
    background-color:#EBA32A;
    width: 150px;
    color: white;
    border:2px solid #EBA32A;
}

form .btn-secondary:hover{
    background-color: #fff;
    width: 150px;
    color:#EBA32A;
    border:2px solid #EBA32A;
    font-weight: bold;
}

/* FOOTER CSS */
.footer_section{
    background-color: #0062A8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.iild_desc{
    font-family: 'Poppins';
    font-size: 13px;
    color: #fff;
}
.quick_links,.working_hours_heading,.social_heading{
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
    line-height: 33px;
}
.quick_link_links,.working_hours_links{
    font-family: 'Poppins';
    color: #fff;
    line-height: 23px;
    letter-spacing: .2px;
    font-size: 13px;
}
.quick_link_links:hover,.working_hours_links:hover{
    color: #EBA32A;
    transition: .2s ease-in;
}

.address,.phone,.mail{
    font-family: 'Poppins';
    font-size: 13px;
    color: #fff;
}

.home_icon,.phone_icon,.mail_icon{
    color: #fff;
}
.fa-facebook-square,.fa-twitter-square,.fa-instagram-square,.fa-linkedin,.fa-whatsapp-square{
    color: #fff;
    font-size: 24px;
}
.fa-facebook-square:hover,.fa-instagram-square:hover,.fa-twitter-square:hover,.fa-linkedin:hover,.fa-whatsapp-square:hover{
color: #EBA32A;
transition: .2s ease-in;
}
.copyright,.important_links{
    font-family: 'Poppins';
    color: #fff;
    font-size: 13px;
}
.important_links:hover{
    color: #EBA32A;
    transition: .2s ease-in;
}

/* CTA SECTION  */
.cta_section{
    background-color: #EBA32A;
}
.cta_heading,.cta_link{
    font-family: 'Poppins';
    color: #fff;
    font-size: 24px;
    letter-spacing: .2px;
}
.cta_link:hover{
    color: #0062A8;
    transition: .2s ease-in;
}

@media screen and (max-width:769px) {
    .list-item{
        width: 90% !important;
    }
}
@media only screen and (max-width:426px) {
    body{
        text-align: left;
    }
    .hero_section{
        height: 200px;
    }
    .hero_heading{
        margin: 10px !important;
    }
    .hero_subheading {
        font-size: 16px;
    }
    .section_one .image_div{
        justify-content: center !important;
        margin-bottom: 10px;
    }
    .ordered-list{
        width: 100%;
        display: block;
        padding: 20px;
    }
    .ordered-list .list-item{
        width: 100% !important; 
    }

    .contact-container{
        padding: 0;
    }
    p,li{
        font-size: 13px;
    }
    img{
        align-self: center;
    }
}