body{
    font-family: 'Poppins', sans-serif;
}


.bg-color-sec{
    background-color:#f0fff0;
    /* background-position: 0%; */
    /* width: 1440px;
    height: 576px; */
    left: 0px;
    top: opx;
    background-size: cover;
    

}
.button-all{
    color: #f0fff0;
    padding: 12px 28px;
    background-color: #21B573;
    border-radius: 33px;
    border: none; 
    margin-bottom: 15px;
}
small{
    color: #fd511a;
    font-size: 16px;
}
h1{
    font-size: 70px;
    font-weight: bolder;
    font-family: 'Poppins', sans-serif;
}
span{
    color: #21B573;
}
.pic-resize{
    width: 66px;
    height: 85px;  
}
.box-deco{
    border-radius: 10px;
    padding: 40px 1px;
    
}
.box-deco:hover{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 15px gray;
    cursor: pointer;
}
.online-head{
    color: #413960;
    text-align: center;
    font-family:'Poppins', sans-serif; 
    margin-bottom: 40px;
}
.icon{
    height: 25px;
}
.box-with-shadow{
    box-shadow: 5px 5px 15px gray;
    border-radius: 20px;
    padding: 10px 10px 5px 10px;
}

.testimonial-img-resize{
    width: 120px;
    height: 120px;
}

.award-heading-extra{
    color: darkblue;
    font-family:'Poppins', sans-serif;
    text-align: center;
   margin-bottom: 80px;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.bg-footer{
    background-color: #282531;
    color: white;
    padding: 20px 0px 10px 0px;
}
.foot-note{
    color: white;
    text-align: center;
}