/* begin:: basics */
body {
    /* Typography Block  */
    font-family: 'Tajawal', sans-serif;
}

.form-control::placeholder {
    /* Typography Block  */
    text-align: right;
}
/* End:: basics */


.call-to-actions .icon {
    /* Typography Block  */
    line-height: 0;

}
/* End:: call to actions   */

/* Begin header  */
.navbar-nav .nav-link::after {
   /*Modifire Block*/
    transform-origin: right;
}

.navbar-nav .nav-link {
    /* Typography Block  */
    font-weight: 500;

}

/* End header  */

/* End:: Gallery section */

/* Begin:: Other featured projects */
.see-also .back span {

    /*Structure Block*/
    padding-top: 4px;
}
/* End:: Other featured projects */
