/* @import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap'); */
body{
    margin: 0;
    padding: 0;
    font-family:'Cairo', sans-serif;
}
#heading-img{
    width: 100%;
    height: auto;
}
#about-img{
    /* width:550px; */
    /* height: 367px; */
    width: 100%;
}
#grad-heading{
    color: #e15314;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: linear-gradient(180deg, #e15314 83%, #1E0007 100%);
    font-size: 35px;
}
#grad-subheading{
    line-height: 1.5;
    font-size: 25px;
    color: #4f515b;
    
}
#grad-para{
    padding: 0 100px;
    color: #626c72;
    font-size:20px;
}
#grad-box{
    padding: 10px;
}
#grad-section{
    padding:30px
}
#about{
    padding:50px 0px 0px;
}
/* #img-con{
    padding: 0px 20px 0px 0px;
} */

/* #about-container{
    padding: 0px 120px 0px 120px;
} */
#about-head{
    color: #e15314;
    font-size: 45px;
    font-weight: 500;
    font-family:'Cairo', sans-serif;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 76%);
}
#about-para{
    font-size: 18px;
    color: #626c72;
}
.business-school-btn {
    border-radius: 3em;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 50px 15px 50px;
    background-color: #e15314;
}
.bs-btn-txt{
    padding:10px 0 0 0;
    color: white;
    font-family:'Cairo', sans-serif;
  
}
/* #bs-con{
    padding:0px 138px;
} */
.bs-icon{
    margin: 0 0 30px;
    color: #e15314;
    font-size: 50px;
}
.bs-title{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family:'Cairo', sans-serif;
}
.bs-big-title{
    color: #e15314;
    font-size: 45px;
    font-weight: 600;
    font-family:'Cairo', sans-serif;
    margin: 0;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 76%);
}
#bs-para{
    text-align: center;
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    line-height: 2em;
    font-family:'Cairo', sans-serif;
    margin: 0 0 20px;
}
#card-section{
    padding: 100px 25px;
}

.bs-card-head h4{
    font-family:'Cairo', sans-serif;
    color: #e15314;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 76%) !important;
}
#bs-card-container{
    padding:20px 0 0;
}
#bs-card{
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 9%);
    /* margin: 0px 10px 0px 0px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 0px; */
    padding: 35px 80px 35px 80px;
}
#bs-card2{
    text-align: left;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e6e6e6;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    width: 100%;
}
#bs-card2 h3{
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    font-family:'Cairo', sans-serif;
}
#bs-card2 p{
    color: #8c8c8c;
    font-size: 16px;
    font-family:'Cairo', sans-serif;
    
}
#card-stack{
    padding: 20px;
}
.card-icon{
    margin-right: 30px;
}
.card-icon i{
    fill: #e15314;
    color: #e15314;
    border-color: #e15314;
    font-size: 40px;
    width: 1ev;
    height: 1ev;
}
#bs-card h3{
    font-size:22px;
    color: black;
    
}
#bs-card img{
    height: 64px;
    width: 64px;
    margin-bottom: 30px;
}
#bs-card:hover{
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 38%);
}
.list-title h2{
    color: #e15314;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.5;
    font-family:'Cairo', sans-serif;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 76%);
}
#list-headings i{
    color: #e15314;
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size);
}
#list-headings span{
    font-size: 20px;
    font-weight: 500;
    font-family:'Cairo', sans-serif;
    color: black;
    padding: 0 0 0 5px;
}
#list-headings li{
    padding: 0 0 15px;
}
#list-container{
    padding:0 0 50px;
}
#services{
    padding:100px 0;
    background: #F0F1F4;
}
.skills-heading h4{
    color: #e15314;
    font-size: 48px;
    font-family:'Cairo', sans-serif;
    line-height: 1.5;
    text-align: center;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 76%);
}
.skills-card{
    width: 100%;
    background-color: #282828;
    border-radius: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 45px 45px 45px 45px;
}
.skills-card h2{
    color: #e15314;
    font-size: 26px;
    line-height: 1.5;
    font-family:'Cairo', sans-serif;
    text-align: center;
}
.skills-card p{
    text-align: center;
    color: #D5D4D4;
    font-size: 16px;
    font-weight: 300;
    margin:0 0 16px;
    font-family:'Cairo', sans-serif;
}
#skills-container{
    padding: 50px 0px;
}

.why_aisea_school_sec{
    margin: 35px 0;
}

.schol_banner_img_sec{
    width: 100%;
}
.schol_banner_img_sec > div{
    width: 100%;
}
.schol_banner_img_sec > div img{
    width: 100%;
}
/* .skills-card{
    margin: 0;
} */

.skills-card{
    height: 240px;
}
.aisea_school_benefit{
    padding: 40px 0;
}

.schol_banner_img_sec > div{
    position: relative;
}
.forKidsText{
    position: absolute;
    bottom: 40%;
    right: 23%;
}
.forKidsText p{
    font-size: 57px;
    font-weight: 700;
    color: #b12623;
    margin-bottom: 0;
}

.school_focuses_cards{
    width: 100%;
    padding: 35px 0;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 9%);
    transition: 0.2s all;
    margin: 10px 0;
}
.school_focuses_cards:hover{
    transition: 0.2s all;
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 29%);
}

.school_focuses_cards > figure{
    width: 64px;
    height: 64px;
    margin: 10px auto 20px auto;
    transform: scale(1.1);
}
.school_focuses_cards > figure img{
    width: 100%;
    height: auto;
}

.school_focuses_cards h3{
    color: #000000;
    font-size: 20px;
}

@media(max-width:1899px){
    .forKidsText {
        position: absolute;
        bottom: 39%;
        right: 18%;
    }
}
@media(max-width:1499px){
    .forKidsText p {
        font-size: 30px;
    }
    .forKidsText {
        position: absolute;
        bottom: 40%;
        right: 18%;
    }
}

@media(max-width:991px){
    #grad-heading{
        font-size: 30px;
    }
    #grad-subheading {
        font-size: 18px;
    }
    #grad-para p{
        font-size: 16px;
    }
    #about-head {
        font-size: 25px;
    }
    #about-para {
        font-size: 16px;
        margin-bottom: 0;
    }
    #grad-para{
        padding: unset;
    }
    /* #img-con{
        padding: unset;
    } */
    .bs-big-title {
        font-size: 30px;
    }
    #bs-para > p{
        font-size: 16px;
    }
    #card-section{
        padding: unset;
    }
    .bs-card-head h4 {
        font-size: 25px;
        margin: 0 14px;
    }
    .list-title h2{
        font-size: 30px;
    }
    .skills-heading h4{
        font-size: 30px;
    }
    .skills-card h2{
        font-size: 20px;
    }
    #bs-card2{
        text-align: center;
        margin: 10px 0;
    }
    #card-stack {
        padding: 0px;
    }
    .card-icon{
        margin-right: 0px;
    }
    #bs-card2 h3 {

        margin: 13px 0;
    }
    .skills-card{
        margin: 10px 0;
    }
    #bs-card{
        margin: 10px 12px;
    }
    .card_sec_col_pad{
        padding-right: 0px;
    }
    .forKidsText p {
        font-size: 20px;
    }
    .school_focuses_row{
        width: 98%;
        margin: 0 auto !important;
    }
}

@media(max-width:767px){
    #about-con{
        
        margin-top: 20px;
    }
}

@media(max-width:576px){
    .forKidsText p {
        font-size: 13px;
    }
    #heading-img {
        width: 100%;
        height: 300px;
    }
}