body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.navbar{
    border-bottom: 6px solid #EBA32A;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    scroll-behavior: smooth;
    position:sticky;
    top: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-menu{
    background-color: #0062A8;
}
.dropdown-item{
    color: #fff;
    font-family: 'Poppins';
    letter-spacing: .2px;
    line-height: 1.5em;
}
.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;
    height: 500px;
}
.hero_heading{
    font-family: 'Poppins';
    color: #fff;
}
.hero_subheading{
    color: #EBA32A;
    font-size: 22px;
}
.hero_section{
    font-family: 'Poppins';
    color: #fff;
}
.second_section{
    padding: 20px 20px;
}
.learn_more_btn{
    font-family: Poppins;
    font-size: 16px;
}
.digital_img,.skill_training_img,.business_consulting_img,.welcome_iild_img{
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.digital_marketing_heading,.skill_training_heading,.business_consulting_heading{
    font-family: Poppins;
    color:#0062A8 ;
    line-height: 1.5em;
    letter-spacing: .2px;
}
.digital_marketing_para,.skill_training_para,.business_consulting_para{
    font-family: Poppins;
    font-size: 16px;
    font-weight: medium;
    line-height: 1.5em;
    letter-spacing: .2px;
}
.list_item_text{
    font-family: Poppins;
    font-size: 16px;
    font-weight: medium;
    line-height: 1.5em;
    letter-spacing: .2px;   
}
.read_more_btn{
    width: 40%;
    font-family: Poppins;
    font-size: 16px;
    background-color: #0062A8;
    color: #fff;
}
.read_more_btn:hover{
    background-color: #EBA32A;
    color: #fff;
    transition: .2s ease-in;
}
.third_section{
    background-image: url('/images/IILDBANNER2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5em;
    background-color: rgba(0, 0, 0, 0.175);
    background-blend-mode: multiply;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.third_section_heading{
    font-family: Poppins;
    color: #fff;
}
.article_one,.article_two{
    font-family: Poppins;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: medium;
    letter-spacing: .2px;
}
.read_more_article_btn{
    font-family: Poppins;
    font-size: 16px;
    background-color: #EBA32A;
    color: #fff;
}
.read_more_article_btn:hover{
    color: #fff;
    transition: .2s ease-in;
}
.welcome{
    font-family: Poppins;
    color: #EBA32A;
}
.welcome_iild_heading{
font-family: Poppins;
color: #0062A8;
}
.welcome_iild_subheading{
    font-family: Poppins;
    color: #EBA32A;
    font-size: 20px;
}
.welcome_iild_para{
    font-family: Poppins;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: .2px;
    font-weight: medium;
}
.fifth_section{
    background-color: #0062A8;
    height: auto;
}
.training_course_heading{
    font-family: Poppins;
    color: #fff;
    letter-spacing: .2px;
}
.training_course_subheading{
    font-family: Poppins;
    color: #EBA32A;
    letter-spacing: .2px;
    font-size: 20px;
}
.card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid #fff;
    border-radius: 5px;
    }
.card-body{
    background-color: #EBA32A;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.card-title{
    font-family: Poppins;
    color: #0062A8;
    font-weight: bold;
    letter-spacing: .2px;
    line-height: 1.5em;
}
.card-text{
    font-family: Poppins;
    color: #fff;
    letter-spacing: .2px;
    line-height: 1.5em;
}
.card_btn{
    background-color: #0062A8;
    color: #fff;
    font-family: Poppins;
}
.card_btn:hover{
    color: #fff;
}
.card:hover{
    transform: scale(1.05);
    transition: .2s ease-in-out;
}
.sixth_section{
    background-image: url('/images/IILDBANNER5.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.marketing_business_heading{
    font-family: Poppins;
    color: #0062A8;
}
.marketing_business_subheading{
    font-family: Poppins;
    color: #EBA32A;
}
.seventh_section{
    height: auto;
    margin: 3em !important;
    border-radius: 20px;
    background-image: url('/images/IILDBANNER5.png');
}
.team_heading{
    font-family: Poppins;
    color: #0062A8;
}
.team_subheading{
    font-family: Poppins;
    color: #EBA32A;
    font-size: 20px;
}
.avatar_img{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 3px solid #EBA32A;
}
.avatar_img:hover{
    transform: scale(1.1);
    transition: .2s ease-in-out;
}
.member_name{
    font-family: Poppins;
    color: #0062A8;
    font-weight: bold;
}
.member_desc{
    font-family: Poppins;
    color: #EBA32A;
    font-size: 16px;
}
.card_col{
    flex-direction: column;
}
.cards_row{
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.24);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.1px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.37);
}
.upcoming_heading{
    font-family: Poppins;
    color: #0062A8;
}
.upcoming_subheading{
    font-family: Poppins;
    color: #EBA32A;
    font-size: 20px;
}
.date-text,.timing-text{
    font-family: Poppins;
    font-size: 16px;
}
.gallery_heading{
    font-family: Poppins;
    color: #0062A8;
}
.gallery_subheading{
    font-family: Poppins;
    color: #EBA32A;
    font-size: 20px;
}
.gallery-img{
    padding: 5px;
    border-radius: 15px;
}
.gallery-img:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: scale(1.01);
    transition: .2s ease-in-out;
}
.testimonial_heading{
    font-family: 'Poppins';
    color: #0062A8;
    letter-spacing: .2px;
}
.testimonial_subheading{
    font-family: 'Poppins';
    color: #EBA32A;
    font-size: 20px;
}
.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;
}
.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;
}
.fa-home,.fa-phone,.fa-envelope{
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
}
.address,.phone,.mail{
    font-family: 'Poppins';
    font-size: 13px;
    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;
}

@media only screen and (max-width:426px) {
    .hero_heading{
        margin: 10px !important;
    }
    .hero_subheading {
        font-size: 16px;
    }
    .read_more_btn{
        width:50% ;
    }
    .digital_marketing_text,.skill_training,.business_consulting_text,.welcome_iild_content,.sixth_section,.eigth_section {
        padding:15px 10px !important;
    }
    .third_section{
        margin: 20px 20px !important;
        padding: 0 5px !important;
    }
    .third_section_content {
        padding: 20px 5px !important;
    }
    .article_one{
        font-size: 16px !important;
    }
    .welcome_iild_subheading,.marketing_business_subheading,.team_subheading{
        font-size: 18px !important;
    }
    .training_courses_content,.marketing_business_content{
        padding: 20px 10px !important;
    }
    .seventh_section  {
        margin: 20px 20px !important;
        padding: 20px 20px !important;
    }
    .cards_row{
        padding: 10px 10px !important;
        margin: 10px 10px !important;
    }
    .avatar_img{
        height: 100px;
        width: 100px;
    }
    .upcoming_subheading,.gallery_subheading  {
        font-size: 16px !important;
        margin: 10px 0 !important;
    }
    .digital_marketing_image {
        padding: 10px 10px  !important;
    }
    .skill_training_text{
        padding: 10px 10px !important;
    }
    .ninth_section {
        padding: 5px 5px !important;
        margin: 5px 5px !important;
    }
    .copyright_col {
        text-align: center;
    }
    .important_links_list{
        padding: 0;
        text-align: center;
    }

}

