.font-white {
    color: #ffffff !important;
}

.custom-p {
    font-size: 17px;
    font-weight: 800;
    color: #228b22;
}

.padding-0 {
    padding-left: 0px !important;
}
.padding-5 {
    padding-left: 5px !important;
}
.padding-10 {
    padding-left: 10px !important;
}
.padding-20 {
    padding-left: 20px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.font-700{
    font-weight: 700 !important;
}
.font-500{
    font-weight: 500 !important;
}
.footer-logo{
    width: 170px;
    text-align: center !important;
}
.course-span{
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 15px;
    color: #002147;
    /* color: #399739; */
}
.facebook-icon { 
    color: #3b5998; /* Facebook's official blue color */ 
    font-size: 30px; /* Adjust the size as needed */ 
    padding: 10px;
}
.instagram-icon { 
    font-size: 30px; /* Adjust the size as needed */ 
    background: linear-gradient(45deg, #833AB4, #FD1D1D, #FCB045); -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    padding: 10px;
}
.telegram-icon { 
    color: #0088cc; /* Telegram's official color */ 
    font-size: 30px; /* Adjust the size as needed */ 
    padding: 10px;
}
.youtube-icon { 
    color: #FF0000; /* YouTube's official red color */ 
    font-size: 30px; /* Adjust the size as needed */ 
    padding: 5px !important;
}
.circle-fa-font{
    font-size: 10px !important;
}
.footer-meta-beta{
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 25px;
}
.size-100{
    font-size: 100px !important;
}
.size-30{
    font-size: 30px !important;
}
.focus-a{
    color: #002147 !important;
}
.black{
    color: #002147 !important;
}
.logo-width{
    width: 250px !important;
}
.breadcrum-color{
    color: #002147 !important;
}
.center-cls{
    margin-top: 100px !important;
}
.bold-text {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700 !important; /* Bold */
}
.heart{
    color: rgb(246 72 71) !important;
}
.br-5{
    border-radius: 5% !important;
}