/* ------------------------------------------------------ */
/* Custom Margins */
/* ------------------------------------------------------ */

.mt-50 {
    margin-top: 50px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}


/* ------------------------------------------------------ */
/* Custom Padings */
/* ------------------------------------------------------ */


.section-padding {
    padding: 150px 0;
}

.section-pt{
    padding-top: 150px;
}

.section-pb{
    padding-bottom: 150px;
}

/* ------------------------------------------------------ */
/* Collor Settings */
/* ------------------------------------------------------ */

.text-highlight{
    text-decoration: underline;
    text-decoration-color: var(--colorLightBlue);
}


/* ------------------------------------------------------ */
/* Animaton Effects */
/* ------------------------------------------------------ */


