.container {
    max-width: 1140px;
    width: 100%;
}

* {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
    direction: rtl;
    line-height: 2;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

a {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #cd9a40;
}

a:hover {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #000;
}

img {
    max-width: 100%;
}


/*@font-face {
 font-family:sky;
 font-style:normal;
 font-weight:400;
 src:url("fonts/sky.ttf") format('truetype')
}

@font-face {
 font-family:GE_SS;
 font-style:normal;
 font-weight:100;
 src:url("fonts/ArbFONTS-rabi3.ttf") format('truetype')
}

@font-face {
 font-family:georgia;
 font-style:normal;
 font-weight:100;
 src:url("fonts/georgia.ttf") format('truetype')
}
*/


/*@font-face {
 font-family: bold;
 font-style:normal;
 font-weight:bold;
 src:url("fonts/ArbFONTS-DINNextLTArabic-Bold-4.ttf") format('truetype')
}
@font-face {
 font-family: med;
 font-style:normal;
 font-weight:bold;
 src:url("fonts/ArbFONTS-DINNextLTArabic-Medium-3.ttf") format('truetype')
}

*/


/*@font-face {
 font-family:DINNextLTArabic;
 font-style:normal;
 font-weight:normal;
 src:url("fonts/ArbFONTS-DINNextLTArabic-Regular-4.ttf") format('truetype')
}
*/

body {
    color: #000;
    font-size: 18px;
    margin: 0;
    font-family: "Zain", sans-serif;
    text-align: right;
    position: relative;
    font-weight: normal;
    direction: rtl;
}

p {
    font-family: "Noto Kufi Arabic", sans-serif;
}


/**/

.row {
    display: block;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 0 20px;
}

@media (max-width: 769px) {
    header {
        padding: 20px;
    }
}

.top {
    padding: 8px 0;
    display: block;
    color: #fff;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}

@media (max-width: 769px) {}

.top .open {
    float: right;
}

.top .open .fa {
    float: right;
    margin: 3px 0 0 5px;
}

.top .icons {
    float: left;
    text-align: right;
}

@media (max-width: 769px) {
    .top .icons {
        display: none;
    }
}

.top .icons .fa {
    color: #fff;
    margin: 0;
    text-align: center;
    width: 35px;
    position: relative;
}

.top .icons .fa:after {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 0;
    border-right: 1px solid #ffffff6b;
}

.top .icons a:last-child .fa:after {
    display: none;
}


/**/

.nav-home {
    background-color: #ffffff;
    border-radius: 7px;
    min-height: 100px;
    width: 100%;
    padding: 5px 20px;
    display: block;
}

.nav-home img.logo {
    float: right;
    margin: 5px 0 0;
    width: auto;
    height: 80px;
}

@media (max-width: 769px) {
    .nav-home {
        min-height: 80px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
    .nav-home img.logo {
        height: 70px;
        margin: 5px 0 0;
    }
}


/**/

.topnav {
    float: right;
    padding: 0;
    margin: 5px 50px 0 0;
    list-style: none;
}

.topnav li {
    float: right;
    position: relative;
}

.topnav li a {
    font-size: 17px;
    font-weight: 500;
    padding: 28px 18px;
    color: #444;
    display: block;
    text-decoration: none;
    outline: none;
}

.topnav li.call {
    display: none;
}

.topnav li.menu-item-has-children>a:after {
    content: "\e923";
    font-family: jkiticon;
    margin: 0 7px 0 0;
    /*    position: absolute;
    top: 20px;
    right: 0;
    font-size: 20px;*/
    font-size: 13px;
}

.topnav li ul {
    background-color: #146660;
    position: absolute;
    top: 99.7%;
    right: 0;
    list-style: none;
    display: none;
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    min-width: 220px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
}

.topnav li:hover ul {
    display: block;
}

.topnav li ul li {
    float: none;
}

.topnav li ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    padding: 10px 15px;
    color: #fff;
}

.jki-times-circle {
    display: none;
}

.icons-bar {
    display: none;
}

@media (max-width: 769px) {
    .topnav {
        position: fixed;
        top: 0;
        right: -300px;
        transition: all 0.4s ease 0s;
        bottom: 0;
        height: 100vh;
        padding: 100px 30px 30px;
        margin: 0;
        list-style: none;
        background: #fff !important;
        z-index: 999;
        width: 270px;
        overflow-y: auto;
        background-repeat: no-repeat;
        background-position: 30px 30px;
        background-size: auto 60px;
    }
    .jki-times-circle {
        display: block;
        position: fixed;
        top: 10px;
        right: -50px;
        z-index: 9999;
        color: #fff;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
    }
    .jki-times-circle-go {
        transition: all 0.4s ease 0s;
        right: 235px !important;
    }
    .out {
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        right: -110%;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }
    .go {
        transition: all 0.4s ease 0s;
        right: 0 !important;
    }
    .icons-bar {
        display: block;
        position: fixed;
        bottom: 0;
        right: -300px;
        width: 270px;
        text-align: center;
        color: #999;
        z-index: 9999999;
    }
    .icons-bar .fa {
        background: #fff;
        color: #000;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin: 0px 5px 10px;
        border: 1px solid #ccc;
    }
    .topnav li {
        float: none;
        position: relative;
    }
    .topnav li a {
        padding: 13px 0;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        display: block;
    }
    .topnav li.menu-item-has-children>a:after {
        margin: 0;
        float: left;
        /*    position: absolute;
    top: 20px;
    right: 0;
    font-size: 20px;*/
    }
    .topnav li.call {
        display: block !important;
    }
    .topnav li.call a {
        font-weight: 500;
        text-transform: uppercase;
        color: #000 !important;
        border-radius: 5px 5px 5px 5px;
        padding: 0;
        /*letter-spacing: 1.3px;*/
        text-align: center;
    }
    .topnav li ul {
        background-color: #79797985;
        border-radius: 15px;
        position: relative;
        top: auto;
        right: auto;
        display: flex;
        padding: 15px;
        list-style: none;
        flex-direction: column;
    }
    .topnav li:hover ul {
        display: block;
    }
    .topnav li li a {
        padding: 10px 0 !important;
    }
}

.bar {
    display: none;
}

@media (max-width: 769px) {
    .bar {
        display: block;
        float: left;
        font-size: 32px;
        cursor: pointer;
        margin: 10px 0 0;
    }
}


/**/

.call {
    float: left;
    margin: 20px 0 0;
}

@media (max-width: 769px) {
    .call {
        display: none;
    }
}

.bt {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 30px 12px 30px;
    /*letter-spacing: 1.3px;*/
    padding: 15px 10px;
}


/****/

.slider {
    padding: 0;
    margin: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    background: #2C374D;
    direction: ltr;
    height: 100vh;
}

.slider img {
    width: 100%;
    height: 100vh;
    opacity: 0.4;
    object-fit: cover;
}

.slider .text {
    text-align: center;
    color: #ffffff;
    direction: rtl;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 180px;
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider .text .box {
    display: block;
    margin: auto;
    max-width: 900px;
}

.slider .text h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 1.2;
}

@media (max-width: 769px) {
    .slider .text h1 {
        font-size: 32px;
        font-weight: 500;
    }
}

.slider .text p {
    color: #fff;
    font-weight: 300;
    padding: 25px 0;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

.get {
    margin: 10px;
    padding: 15px 30px;
    display: inline-block;
}

.modal-dialog {
    max-width: 80%;
    margin: 30px auto 0;
}

.modal-dialog iframe {
    width: 100%;
    height: 80vh;
    margin: 0 auto;
}

.vid {
    display: inline-block;
    width: 200px;
    text-align: right;
    margin: 0;
    cursor: pointer;
}

.jki-play-circle-line {
    font-size: 70px;
    float: right;
    margin: -25px 0 0 14px;
}

@media (max-width: 769px) {
    .vid {
        clear: both;
        margin: 50px 0 0;
        width: 170px;
    }
    .jki-play-circle-line {
        font-size: 50px;
        margin: -15px 0 0 14px;
    }
}


/**/

section {
    clear: both;
    padding: 40px 10px;
    overflow: hidden;
}

.about {}

.about .block {
    float: right;
    padding: 20px;
    position: relative;
    font-size: 15px;
}

.about .block h2 {
    border-right: 11px solid #3f7241;
    color: #000000;
    padding: 5px 9px 5px 0;
    background: rgb(63, 114, 65);
    background: linear-gradient(-90deg, rgba(63, 114, 65, 1) 0%, rgba(255, 255, 255, 1) 40%);
    border-radius: 10px;
}

.about .block img {
    margin: 0 auto;
    display: block;
    border: none;
    border-radius: 30px;
}

.about .block img.about-img2 {
    margin: -150px auto 0;
    border: 10px solid #2c374d;
    position: sticky;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    float: left;
    margin-left: 30px;
    display: none;
}

@media (max-width: 769px) {
    .about .block img.about-img2 {
        margin: -100px auto 0;
    }
}

.about .block .tit {
    font-size: 18px;
    margin: 0 0 15px;
}

.about .block .tit~h2 {
    margin: 0 0 30px;
}

.about .block ul {
    margin: 20px 0 0;
}

.ul-about {
    clear: both;
    list-style: none;
    padding: 20px 0;
    column-count: 2;
}

@media (max-width: 769px) {
    .ul-about {
        column-count: 2;
    }
}

.ul-about li {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
    color: #3a6e7f;
}

.ul-about li .fa {
    float: right;
    margin: 5px 0 0 7px;
}

.about .div {
    float: right;
    padding: 10px;
}

.about .div img {
    max-width: 160px;
    float: right;
}

.about .jki-play-circle-line {
    font-size: 50px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -25px;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
}


/**/

.e7sa {
    padding: 20px 10px;
    background: #2c374d;
}

.e7sa .block {
    border-radius: 7px;
    padding: 15px 25px;
    overflow: hidden;
}

.e7sa .block .box {
    float: right;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.e7sa .block .box .jki {
    font-size: 50px;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #ffffff !important;
}

.e7sa .block .box h1 {
    margin: 5px 0;
    text-align: center;
    color: #7bb66d;
    font-size: 32px;
    font-weight: 600;
}

.e7sa .block .box h1 i {
    font-style: inherit;
    font-size: 20px;
    font-weight: 600;
}


/**/

.service {}

.service .service-tit {
    margin: 0;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 500;
}

.service .title-top {
    float: right;
    padding: 10px;
}

.service .title-top h2 {
    font-size: 32px;
    font-weight: 600;
}

.service .title-top a {
    float: left;
    padding: 15px;
}

@media (max-width: 769px) {
    .service .title-top a {
        float: right;
    }
    .service .title-top h2 {
        font-size: 25px;
    }
}

.service .block {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.service .box {
    float: right;
    padding: 15px;
    display: flex;
}

.service .box .post {
    text-align: right;
    background-color: #FFFFFF;
    padding: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    padding-right: 90px;
    font-size: 13px;
    border: 1px dashed #3f724185;
    height: 100%;
    color: #666;
}

.service .box .post img {
    float: right;
    width: 55px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0 -10px 0 0;
    filter: brightness(0);
    opacity: 0.6;
}

.service .box .post h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2C374D;
}

.service .box .post a {
    clear: both;
    display: inline-block;
    font-weight: 300;
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: 400;
}

.service .box .post a .fa {
    font-size: 8px;
    /* rotate: 180deg; */
    /* Rotates the element 45 degrees clockwise */
}


/**/

.cases {
    background-image: url("img/bgg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    text-align: center;
    overflow: inherit;
    margin: 0 0 200px;
}

.cases .cover {
    padding: 100px 10px 50px;
    background: rgb(44 55 77 / 75%);
}

.cases .tit {
    display: block;
    margin: 0 auto 5px;
    font-size: 18px;
    font-weight: 500;
}

.cases .title {
    max-width: 650px;
    margin: 0 auto 50px;
    color: #fff;
}

.cases .block {
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    overflow: hidden;
    margin: 0 0 -220px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
}

.cases .block .posts {
    float: right;
    padding: 15px;
    min-height: 150px;
}

.cases .block .posts .box {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cases .block .posts .box img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    transition: all 0.2s ease 0s;
}

.cases .block .posts .box .fa {
    margin: 0 auto 10px;
    width: 70px;
    height: 70px;
    border: 1px solid #3f7241;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    background: #3f7241;
    color: #fff;
}

.cases .block .posts .box:hover img {
    transition: all 0.2s ease 0s;
}

.cases .block .posts .box h3 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #2C374D;
}

.cases .block .posts .box p {
    margin: 0 0 15px;
    font-size: 13px;
}

.cases .block .posts .box a {
    text-decoration: none;
    outline: none;
    font-weight: 400;
    font-size: 15px;
}

.cases .block .posts .box a .fa {
    font-size: 11px;
    font-weight: normal;
}


/**/

.clients {
    text-align: right;
}

.clients .block {
    float: right;
    padding: 15px;
}

.clients .tit {
    display: block;
    margin: 0 auto 5px;
    font-size: 18px;
    font-weight: 500;
}

.h2,
h2 {
    font-weight: 600;
}

.clients .title {
    margin: 0 auto 20px;
}

.clients .box {
    float: right;
    padding: 10px;
}

.clients .box .post {
    background-color: #fff;
    padding: 35px;
    border-radius: 5px;
    text-align: right;
    overflow: hidden;
    background-image: url("img/qq.png");
    background-repeat: no-repeat;
    background-position: left 20%;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
}

.clients .box p {
    margin: 0 0 10px;
    display: block;
}

.clients .box img {
    float: right;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 0 0 20px;
}

.clients .box h4 {
    float: right;
    margin: 5px 0 15px;
    font-size: 18px;
    font-weight: 500;
}

.clients .box i {
    float: none;
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 200;
    margin-top: 5px;
    font-style: inherit;
}

.clients a {
    float: right;
    padding: 15px 20px;
    margin: 15px 0 0;
}


/**/

.consultation {
    text-align: center;
    background-image: url("img/bbg2.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
}

.consultation .cover {
    background: rgba(0, 0, 0, 0.7);
    padding: 70px 20px;
}

.consultation .title {
    max-width: 900px;
    margin: 0 auto 25px;
    display: block;
    color: #ffffff;
}

.consultation .title p {
    max-width: 650px;
    margin: 20px auto;
    clear: both;
    display: block;
    color: #fff;
    text-align: center;
}

.consultation a {
    padding: 20px 0;
    width: 200px;
    text-align: center;
    display: inline-block;
}


/**/

.blog {
    text-align: center;
}

.news-page.blog {}

.blog .tit {
    display: block;
    margin: 0 auto 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.blog .title {
    text-align: center !important;!i;!;
    display: block;
    margin: 0 auto 50px;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog .block .posts {
    float: right;
    padding: 15px;
}

.blog .block .posts .box {
    text-align: right;
}

.blog .block .posts .box img {
    width: 100%;
    height: 230px;
    border-radius: 5px;
    object-fit: cover;
    transition: all 0.2s ease 0s;
}

.blog .block .posts .box h3 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: #2C374D;
}

.blog .block .posts .box h3 a {
    color: #2C374D!important;
    font-size: 18px;
    font-weight: 500;
}

.blog .block .posts .box p {
    margin: 0 0 15px;
    font-size: 13px;
}

.blog .block .posts .box a {
    text-decoration: none;
    outline: none;
    font-weight: 400;
}

.blog .block .posts .box a .fa {
    font-size: 11px;
    font-weight: normal;
}


/**/

footer {
    padding: 0;
    clear: both;
    display: block;
    overflow: hidden;
    background: #070707;
    color: #fff;
}

.footer-up {
    margin: 0 0 30px;
    overflow: hidden;
}

.footer-up .box {
    float: right;
    border-bottom: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    padding: 30px;
    text-align: right;
    min-height: 60px;
}

.footer-up .box:last-child {
    border-left: none;
}

.footer-up .box span {
    position: relative;
    padding: 0 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
}

.footer-up .box span h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px;
}

.footer-up .box span h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    direction: ltr;
}

.footer-up .box span .fa {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 30px;
}

.foot {
    float: right;
    padding: 15px;
    direction: rtl;
}

.foot .logo-footer {
    max-height: 110px;
    width: auto;
    display: block;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}

.foot p {
    display: block;
    margin: 20px 0;
    clear: both;
    font-size: 13px;
}

.foot .icons {
    clear: both;
    display: block;
}

.foot .icons .fa {
    float: right;
    margin: 5px 0 5px 10px;
    background: #fff;
    color: #000;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    font-size: 18px;
}

.foot .icons .fa:hover {
    transition: all 0.5s ease 0s;
    transform: scale(0.8);
}

.foot h3 {
    font-size: 18px;
    font-weight: 500px;
    margin: 0 0 20px;
    text-align: right;
}

.foot ul {
    list-style: none;
    display: block;
    direction: rtl;
}

.foot ul li {
    float: none;
    display: block;
    padding: 2px 0;
}
.foot ul li ul{
	display: none
}

.foot ul li a {
    text-decoration: none;
    outline: none;
    color: #fff;
    font-size: 13px;
}

.foot ul li a:hover {
    opacity: 0.6;
}

.mailpoet_form_columns {
    outline: none;
    position: relative;
}

.mailpoet_submit {
    outline: none;
    background: inherit !important;
}

.mailpoet_paragraph.bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    border-radius: 5px 0 0 5px;
    z-index: 99;
    outline: none;
}


/**/

.copy {
    margin: 20px 0 0;
    overflow: hidden;
    padding: 0;
    font-size: 11px;
    border-top: 1px solid #1d1d1d;
    font-family: "Noto Kufi Arabic", sans-serif;
}

.copy .text {
    float: right;
    padding: 20px 0;
    font-size: 11px;
}

.text-r {
    text-align: left;
}

@media (max-width: 769px) {
    .copy .text {
        padding: 5px 0;
        text-align: center;
    }
    .text-r {
        text-align: center;
    }
}

.copy .text a:hover {
    color: #fff;
}


/**/

.head {
    background-size: cover;
    background-position: center top;
    padding: 0;
}

.head .cover {
    height: 80vh;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 40vh 30px 30px;
}

.head .cover h1 {
    font-size: 30px;
    font-weight: 600;
}

.head .cover h3 {
    font-size: 15px;
    font-weight: 300;
    display: block;
}

.head .cover h3 .fa {
    font-weight: 100;
    font-size: 12px;
    margin: 0 5px;
}


/**/

.team {
    text-align: center;
    display: block;
}

.team .tit {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}

.team .title {
    margin: 0 auto 50px;
    max-width: 650px;
    display: block;
}

.team-box {
    float: right;
    padding: 15px;
}

.team-box .box {
    position: relative;
}

.team-box .box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.team-box .box .cover {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: absolute;
    padding: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.2s ease 0s;
    left: 0;
    z-index: 99;
    color: #fff;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.team-box .box:hover .cover {
    transition: all 0.2s ease 0s;
    opacity: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.team-box .box .cover h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
}

.team-box .box .cover h6 {
    font-size: 14px;
    font-weight: 200;
    margin: 0 0 10px;
}

.team-box .box .cover .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    display: inline-block;
    text-align: center;
    color: #000;
    border-radius: 50%;
}


/**/

.expertise {
    padding-bottom: 0;
}

.expertise .block {
    float: right;
    padding: 30px;
    position: relative;
}

@media (max-width: 769px) {
    .expertise .block {
        padding: 20px;
    }
    .expertise .block-img {
        display: none;
    }
}

.expertise .block img {
    margin: 0 auto;
    display: block;
    height: 550px;
    width: auto;
    max-width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.expertise .block .kas {
    color: #000;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 9;
}

.expertise .block .kas .jki {
    display: block;
    margin: 0 auto;
    font-size: 50px;
}

.expertise .block .kas h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
}

.expertise .tit {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 50px 0 10px;
}


/*******************/

.progress-bar {
    margin: 0 0 20px;
    overflow: hidden;
    background: #fff !important;
    padding-left: 15px;
    /* Separate bars from container */
}

.progress-title-holder {
    padding-bottom: 7px;
    position: relative;
    margin: 5px 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #2e2e2e;
}

.progress-title {
    z-index: 100;
    text-align: right;
    float: right;
    font-weight: 500;
}

.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}

.progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    color: #000;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.progress-number-wrapper,
.progress-number-mark {
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #000;
}

.down-arrow {
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 3px solid #16171d;
    position: absolute;
    right: 50%;
    top: 100%;
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.progress-content-outter {
    height: 12px;
    background-color: #f1f1f1;
    border-radius: 10px;
}

.progress-content {
    height: 12px;
    border-radius: 10px;
    width: 0%;
}


/**/

.ul-work {
    margin: 20px 0 0;
    list-style: none;
    padding: 0;
}

.ul-work li {
    float: none;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0 50px 0 0;
    position: relative;
    min-height: 40px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ul-work li .jki {
    position: absolute;
    top: 7px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 0 10px;
    border-radius: 3px;
    color: #fff;
}

.feedback {
    text-align: center !important;
    background-image: url("img/bbg2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 0 200px;
    padding: 0;
    overflow: inherit;
    float: left;
    width: 100%;
}

.feedback .cover {
    background: rgba(0, 0, 0, 0.7);
    padding: 70px 10px;
    float: left;
    width: 100%;
}

.feedback .title {
    color: #fff;
}

.feedback p {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.block-clients {
    margin: 0 0 -200px;
}


/**/

.page-singl {}

.page-singl .block {
    float: right;
    padding: 30px;
    font-size: 15px;
}

.page-singl .block h3,
.page-singl .block h2,
.page-singl .block h1 {
    color: #2C374D;
    margin: 0 0 20px;
}

.page-singl .block img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 5px;
}


/**/

.boxs {
    padding: 0;
    margin: 0;
}

.bars {
    border-bottom: 1px solid #e7ebf0;
    padding: 15px 0;
    font-weight: 500;
    display: block;
    width: 100%;
}

.bars .fa {
    float: right;
    margin-left: 15px;
    font-size: 18px;
}

.bars span {
    float: left;
    font-weight: 400;
    font-family: 'Noto Kufi Arabic';
    color: #999;
}

.ros {
    float: none;
    clear: both;
    padding: 10px 0;
}

.ros ul {
    display: block;
    list-style: none;
}

.ros ul li {
    float: none;
    display: block;
    padding: 5px 30px 5px 5px;
    position: relative;
}

.ros ul li:after {
    content: "\f00c";
    position: absolute;
    top: 5px;
    right: 0;
    font-family: fontawesome;
}

.img {
    padding: 25px;
}

.img img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    object-fit: cover;
}


/**/

.contacts {
    margin: 0;
}

.contacts .block {
    float: right;
    padding: 50px;
    background: #fff;
}

@media (max-width: 769px) {
    .contacts .block {
        padding: 25px;
    }
}

.contacts .block .tit {
    margin: 0;
    font-size: 18px;
    padding: 0 0 10px;
    font-weight: 500;
}

.contacts .blockbutton,
.contacts .block input,
.contacts .block optgroup,
.contacts .block select,
.contacts .block textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
    outline: none;
    max-height: 150px;
    width: 100%;
    text-align: right;
}

label {
    width: 100%;
}

.wpcf7-submit.bgcolor {
    float: right;
    padding: 15px 25px !important;
    width: auto !important;
    text-align: center;
    margin-top: 20px !important;
}


/**/

.colls {
    float: right;
    min-height: 90px;
    padding: 5px;
    direction: ltr;
}

.ic {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    color: #000;
    font-size: 35px;
    display: block;
    float: right;
}

.colls h3 {
    font-size: 18px;
}


/**/

.contents,
.sidbar {
    float: right;
    text-align: right;
    padding: 25px;
}

.contents .posts {
    text-align: right;
    margin: 0 0 30px;
    overflow: hidden;
    float: right;
}

.contents .posts img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 0 0 20px;
    display: block;
    max-height: 325px;
}

.contents .posts h3 a {
    color: #000;
    font-size: 19px;
    clear: both;
    display: block;
}

.contents .posts p {
    margin: 0 0 15px;
}

.contents .posts a {
    font-weight: 500;
}


/**/

.page-numbers {
    text-align: right;
    direction: rtl;
    list-style: none;
    float: right;
    width: 100%;
    padding: 0 15px;
    margin: 25px 0 0;
}

.page-numbers li {
    float: right;
    margin: 0 0 0 5px;
}

.page-numbers li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ddd;
    text-align: center;
    border-radius: 3px;
    display: block;
    padding: 0;
    margin: 0;
}

.page-numbers .page-numbers.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000;
    text-align: center;
    border-radius: 3px;
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
}


/**/

.widg {
    background: #fff;
    box-shadow: 0 0 15px #ddd;
    margin: 0 0 20px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
}

.widg h3 {
    display: block;
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 500;
}

.widg ul {
    list-style: none;
    display: block;
    direction: rtl;
}

.widg ul li {
    float: none;
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
}

.widg ul li a {
    color: #000;
    text-decoration: none;
    outline: none;
    position: relative;
    padding: 1px 20px 1px 1px;
    display: block;
}

.widg ul li a:after {
    content: "\f054";
    position: absolute;
    top: 5px;
    right: 0;
    font-family: fontawesome;
    font-size: 10px;
}


/***********************/

.pricing-box {
    float: right;
    padding: 15px;
    text-align: center;
}

.pricing-box .box {
    padding: 50px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.pricing-box .box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    color: #000;
    margin: 0 0 10px;
}

.pricing-box .box h1 {
    font-size: 48px;
    margin: 0 0 15px;
    font-weight: 600;
}

.pricing-box .box h1 span {
    color: #999;
    display: block;
    clear: both;
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0 0;
}

.pricing-box .box ul {
    list-style: none;
    display: block;
    margin: 0 0 10px;
    clear: both;
}

.pricing-box .box ul li {
    display: block;
    padding: 20px 0;
    font-size: 17px;
    border-bottom: 1px solid #e9ebef;
}

.pricing-box .box ul li:last-child {
    border: none;
}


/***/

.block-serv {
    text-align: right;
    display: block;
    overflow: hidden;
}

.block-serv img.attachment-post-thumbnail {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 100%;
    max-height: 230px;
    border-radius: 10px;
    object-fit: cover;
}

.lang {
    margin: 0;
    padding: 0 10px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 88px;
}

.lang ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lang ul li {
    padding: 0;
    margin: 0;
}

.lang ul li a {
    color: #3a6e7f;
    padding: 5px;
    text-decoration: none;
    outline: none;
    font-weight: 600;
}

@media (max-width: 769px) {}


/*

        transition: all 0.5s ease 0s;
        transform: scale(1.2);


        display: flex;
        flex-direction: column;
        justify-content: center;

        
font-family: 'georgia', serif;
        font-family: 'Poppins', sans-serif;

*/


/*==========================================*/


/*==========================================*/


/*==========================================*/


/*==========================================*/


/*==========================================*/


/*==========================================*/


/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);
*/

.up {
    transition: all 0.4s ease 0s;
}

.up:hover {
    transition: all 0.4s ease 0s;
    transform: translateY(-5px) !important;
}

#mailpoet_form_1 .mailpoet_validate_success {
    direction: rtl !important;
}

.logos {
    display: block;
    padding: 10px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logos img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
}

.partners {
    position: relative;
    padding-top: 0;
}

.partners .owl-buttons {
    position: absolute;
    top: 16px;
    right: 320px;
}

@media (max-width: 769px) {
    .partners .owl-buttons {
        right: 260px;
    }
}

.partners .owl-buttons .owl-prev,
.partners .owl-buttons .owl-next {
    font-size: 0;
    float: right;
    margin: 0 0 0 10px;
    position: relative;
    width: 30px;
    height: 30px;
}

.partners .owl-buttons .owl-prev:after,
.partners .owl-buttons .owl-next:after {
    content: "\f104";
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px !important;
    font-family: fontawesome;
    background: #ea9335;
    color: #fff;
    border-radius: 5px;
}

.partners .owl-buttons .owl-next:after {
    content: "\f105";
}
p{
	text-align: justify;
	direction: rtl;
}




.owl-carousel {
    direction: ltr !important;
}