body {
    font-family: Segoe UI, Segoe UI Semilight, Segoe UI Light, Arial, Sans-Serif;
    }
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    html,
    p {
    color: #000000;
    font-weight: 400;
    }
    .text-white {
    font-size: 34px;
    font-family: Segoe UI Light, Segoe UI Semilight, Segoe UI, Arial, Sans-Serif;
    min-height: 89px;
    margin-top: 15px;
    }
    .jumbotron {
    line-height: 300px;
    margin-bottom: 0px;
    min-height: 300px;
    }
    h2.nobefore:before {
    background: none;
    }
    h2.nobefore {
    padding-top: 0px;
    }
    .nobefore a {
    color: teal;
    }
    .text-heading3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 9px;
    position: relative;
    color: #FFFFFF;
    }

    .text-align-right-important {
        text-align: right !important;
    }

    .arabic-ittech-logo-align{
        justify-content: end !important;
    }

    .content-form-section{
        flex-direction: row-reverse;
    }

    @media (max-width: 768px) {
        .container {
            max-width: 720px;
        }
        .arabic-ittech-logo-align{
            justify-content: center !important;
        }
        .ittech-logo-align{
            justify-content: center !important;
        }
    }
    label.label-class {
        font-size: 16px;
        display: inline-block;
        width: 100%;
    }

    :lang(ar) > label.label-class {
        text-align: right;
      }