.text-custom-light{color:#D8544A}
.text-custom-dark{color: #5A6BDC;}
.purple-bg{background: #5A6BDC;}
.coral-bg{background:#D8544A}
.green-bg{background:#039a6a}
.green-btn{background:#039a6a ;color: white;}
.green-btn2{background:#039a6a ;color: black;}

.green-text{color: #039a6a;}
.innercontact .green-btn{background:#039a6a ;color: white;border-radius:12px;float: left;}
.btn-custom-coral{background:#D8544A}
.btn-custom-purple{background:#5A6BDC ;}
.coral-text{color:#D8544A ;padding-top: 7%;font-weight: bold;}
.black-text{color:black ;padding-top: 7%;font-weight: bold;}
.innercourse .black-text{color:black ;padding-top: 7%;font-weight:normal;}
.white-text{color: white;padding-top: 11%;}
.coral-purple{color:#5A6BDC ;}
.slider-text{color:#021E79;font-size: 36px;}
.slider-p{color: #438ECB;font-size: 24px;
    padding-right:24%;
    padding-left: 24%;
    line-height: 42px;
    direction: rtl;
    letter-spacing: 1px;
    text-align: justify;
}
.slider-mobile .slider-p{color: #438ECB;font-size: 24px;
    padding-right: 3%;
    padding-left: 3%;
    line-height: 42px;
    direction: rtl;
    letter-spacing: 1px;
    text-align: justify;
}
.slider-name{color: #333333;}
.course .btn:hover {
    color: white !important;
}
.light-btn{box-shadow:4px 4px 9px -1px rgba(95,95,95,0.64);color: #333333;}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #039a6a!important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent!important;
    background-clip: border-box;
    border: 0!important;
    border-radius: 0.25rem;}
    
