* {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

.logo {
    width: 75px;
}

.btn-orange {
    background: #FEA500;
    mix-blend-mode: normal;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.nav-link {
    line-height: 30px;
    color: #595959;
}

.nav-link.active {
    color: #FEA500 !important;
}

.slider-content {
    background: #FEA500;
}

.slider-content .container {
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.slider-content p {
    font-weight: 700;
    font-size: 20px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #FFFFFF;
    padding: 10px;

}


.slider {
    position: relative;
}

.slider h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 67px;
    margin-bottom: 23%;
    color: #FFFFFF;
    mix-blend-mode: normal;
}

.title_heading {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    line-height: 170%;
    text-align: right;
    color: #000000;
}

.title_heading:after {
    content: "";
    display: block;
    width: 10%;
    background: #FEA500;
    margin: 20px 0 !important;
    height: 3px;
}

.partner .title_heading:after, .contact-us .title_heading:after {
    width: 4%;
    text-align: center;
    margin: 20px auto !important;

}

.partner .title_heading, .contact-us .title_heading {
    padding-top: 40px !important;
    text-align: center;
}

.about-us .content {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.about-us-card {
    background: #FFFFFF;
    padding: 27px 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.about-us-image-back {
    width: 70px;
    height: 70px;
    background: #FEA500;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-image-back img {
    width: 50px;
    height: 50px;
}

.about-us-card h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 199.5%;
    margin: 10px;
    color: #000000;
}

.about-us-card p {
    font-size: 14px;
    line-height: 161%;
    color: #000000;
}

.partner {
    display: flex;
    padding-bottom: 7%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.list-of-partner {
    margin: auto 0 !important;
    background: #fff;
}

.list-of-partner img {
    width: calc(100% - 50px);

}

.partner .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .map .work-card{
        position: static;
        width: 100%;
    }
}

.register-form {
    background: #FEA500;
    padding: 40px 0;
    color: #fff !important;
}

.register-form h2:after {
    background: #fff !important;
}

.register-form h2 {
    color: #fff !important;
}

.register-text p {
    position: absolute;
    width: 438px;
    height: 81px;
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
}

.register-text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    color: #222222;
}

.register-text .form-control ,.form .form-control {
    border-radius: unset;
    border: unset;
    box-shadow: unset;
    margin-bottom: 11px;
    height: 50px;
}

.register-text button {
    width: 100px;
    height: 40px;
    background: #222222;
    color: #FEA500;
    border: unset;
}

.contact-us ::placeholder {
    color: #fff !important;
}

.map {
    position: relative;
}

.work-card {
    position: absolute;
    top: 25%;
    width: 286px;
    color: #fff;
    right: 10%;
    padding: 20px;
    background: #595959;
    mix-blend-mode: normal;
}
iframe{
    width: 100%!important;
    min-height: 500px;
}
