@font-face {
    src: url('../fonts/Anjoman-Regular.ttf');
    font-family: Anjoman;

}

body * {
    font-family: Anjoman;
}


@media only screen and (max-width: 575px) {
    .company-icon {
        text-align: center;
        margin-top: 30px;
    }
}



@media only screen and (max-width: 768px) {

    body {
        height: 100%;
    }
}


html {
    height: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Anjoman";

}

body {
    background: url("../image/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    background-color: #222222;
    min-width: 100%;
    min-height: 100vh;
}

* {
    box-sizing: border-box;
}

.drtl {
    direction: rtl;
}

.dltr {
    direction: ltr;
}


.btn-application {
    background: #F5B130;
    padding-left: 10px;
    padding-right: 10px;
    margin: 15px 0;
    width: 160px;
}

.company-title {
    text-align: center;
    margin-top: 18%;
    margin-bottom: 18%;
}

.company-title h1 {
    color: white;
    display: inline;
    font-size: 46px;
    font-weight: bold;
    margin: 0 1%;
}

.company-title p {
    color: white;
    display: block;
    font-size: 35px;
    font-weight: bold;
    margin: 0 1%;
}

.company-title span {
    color: white;
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin: 0 1%;
}

.company-title img {
    width: 11%;
    display: inline;
}

.btn-application p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #231F20;
    ;
}


.div-amar-text-h4 h4 {
    font-size: 40px;
    color: #F5B130;
    font-weight: bold;
}

.div-amar-text-h4 h3 {
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
}


.ammar-imag-R {
    width: 165px;
    margin-top: 85px;
    margin-right: 20px;
}


.div-app {
    background: #3D3D3D;
    border-radius: 5px 50px;
    text-align: center;
    border: 2px solid #595959;
    box-sizing: border-box;
    margin: 10px
}

.title-app {
    font-weight: bold;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 0px;
}

.app-row {
    padding-top: 50px;
    padding-bottom: 40px;
}

.app-row-div {
    float: left;
    float: left;
    background: #222222;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px 51px;
    margin: 3% 4.16%;
    height: 100%;

}


.footer-nav {
    text-align: center;
    background: #F5B130;
    padding: 5px;
    font-weight: bold;
}



.about-description {
    margin: auto;
    margin-top: 3%;
    text-align: right;
}

.text-links a {
    color: #fff;
}


.back-applica-div {
    background: #222;
    color: white;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px 51px;
    display: grid;
    align-items: end;
    align-content: space-between;
}

.div-image-appli {
    direction: rtl;
    padding-top: 5%;
    text-align: right;
    margin-right: 5%;
}

.div-image-appli img {
    width: 20%;
    margin-top: -10%;
}

.div-des-app {
    margin: 5% 8%;
}

.div-des-app span {
    color: #fff;
    text-align: justify;
    margin: 0 4%;
    direction: rtl;
    display: block;
}

.btn-app-link {
    background-color: #F5B130;
    border-radius: 5px 32px !important;
    width: 50% !important;
    height: 45px !important;
    font-weight: bold !important;
    color: #000 !important;
}


.btn-app-link:hover {
    background-color: #FFA700 !important;
    border-radius: 5px 32px !important;
    width: 100% !important;
    height: 45px !important;
    font-weight: bold !important;
    color: #000 !important;
    transition: all 3s ease !important;
}


a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

ul {
    padding: 0;
}

button:focus {
    outline: none;
}

.font_content {
    color: white;
    margin-top: 1%;
    text-align: right;
    font-size: 125%;
}

.content-icon {
    color: #F5B130 !important;
    font-size: 22px !important;
    width: 27px;
}


.bg_footer {
    background: #020202 !important;
}


.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.width {
    width: 100%;
}

.div-image-appli h5 {
    display: inline;
    margin-right: 2%;
}

.footer-box {
    margin: 25px;
    padding: 25px;
}