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


*{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
    direction: ltr;
    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')
}
*/

.noto-kufi arabic-<uniquifier> {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.mada-<uniquifier> {
  font-family: "Mada", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


body {
    color: #000;
    font-size: 18px;
    margin: 0;
    font-family: "Mada", sans-serif;
    text-align: left;
    position: relative;
    font-weight: normal;
    direction: ltr;
    font-family: 'Noto Kufi Arabic';
}

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



/**/
.row{
    display: block;
}


header{
    position: fixed;
    top: 0;
    left: 0;
    right: 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: left;
    display: none;
}
.top .open .fa{
    float: left;
    margin: 3px 5px 0 0;
}
.top .icons{
    float: right;
    text-align: left;
}
@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%;
    right: 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: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-home img.logo{
    float: left;
    margin: 8px 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: 50px;
}   
}
/**/
.topnav{
    float: left;
    padding: 0;
    margin: auto;
    list-style: none;
}
.topnav li{
    float: left;
    position: relative;
}
.topnav li a {
    font-size: 13px;
    font-weight: 500;
    padding: 28px 15px;
    color: #444;
    display: block;
    text-decoration: none;
    outline: none;
}

.topnav li:hover > a, .topnav li.current-menu-item a {
    color: #52BECA !important;
}


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

.topnav li ul{
    background-color: #ffffff;
    position: absolute;
    top: 99.7%;
    left: 0;
    list-style: none;
    display: none;
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    min-width: 220px;
    z-index: 999;
    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;
}

.jki-times-circle{
    display: none;
}
.icons-bar{
    display: none;
}
@media (max-width: 769px) {
.topnav {
    position: fixed;
    top: 0;
    left: -300px;
    transition: all 0.4s ease 0s;
    bottom: 0;
    height: 100vh;
    padding: 50px 30px 30px;
    margin: 0;
    list-style: none;
    background: #fff !important;
    z-index: 999;
    width: 270px;
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: auto 60px;
}
.jki-times-circle {
    display: block;
    position: fixed;
    top: 10px;
    left: -50px;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    border-radius: 50%;
}
.jki-times-circle-go{
    transition: all 0.4s ease 0s;
    left: 235px !important;
}
    .out{
        background: rgba(0,0,0,0.4);
        position: fixed;
        top: 0;
        left: -110%;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }   
    
.go{
    transition: all 0.4s ease 0s;
    left: 0 !important;
}
    .icons-bar{
        display: block;
        position: fixed;
        bottom: 0;
        left: -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: right;
/*    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{
    border-radius: 15px;
    position: relative;
    top: auto;
    left: auto;
    padding: 15px;
    list-style: none;
}
.topnav li li a{
    padding: 10px 0 !important;
}
}








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


/**/
.call{
    float: right;
    margin: 0;
}
@media (max-width: 769px) {
 .call{
    display: flex;
    font-size: 0;
	 padding: 12px 10px 12px 10px
}   
	.call i{
		font-size: 15px !important
	}
}
.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;*/
}








/****/
.slider{
    padding: 0;
    margin: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    background: #000;
    direction: rtl;
    height: 100vh;
}
.slider img {
    width: 100%;
    height: 100vh;
/*     opacity: 0.5; */
    object-fit: cover;
/*     filter: grayscale(1); */
}

.slider .text{
    text-align: center;
    color: #fff;
    direction: ltr;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 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;
}
@media (max-width: 769px) {
.slider .text h1{
    font-size: 27px;
    font-weight: 500;
}
}
.slider .text p {
    color: #fff;
    padding: 25px 0;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.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: left;
    margin: 0;
    cursor: pointer;
}
.jki-play-circle-line{
    font-size: 70px;
    float: left;
    margin: -25px 14px 0 0;

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

}
}
/**/

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

.about{}
.about .block{
    float: left;
    padding: 20px;
    position: relative;
    font-size: 15px;
}
.about .block img{
    margin: 0 auto;
    display: block;
    height: auto;
}
.about .block img.about-img2{
    margin: -150px auto 0;
    border: 15px solid #fff;
    position: sticky;
}
@media (max-width: 769px) {
.about .block img.about-img2{
    margin: -100px auto 0;
}
}

.about .block .tit{
    font-size: 18px;
    margin: 0 0 15px;
    color: #52BECA;
}
.about .block .tit ~ h2{
    margin: 0 0 30px;
}
.about .block ul{
    margin: 20px 0 0 0;
}
.ul-about{
    clear: both;
    list-style: none;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (max-width: 769px) {
.ul-about{
    column-count: 1;
}
}
.ul-about li{
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
    color: #555;
}
.ul-about li .fa{
    float: left;
    margin: 5px 7px 0 0;
    color: #52BECA;
}
.about .div{
    float: left;
    padding: 10px;
}
.about .div img{
    max-width: 160px;
    float: left;
}
.about .jki-play-circle-line {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
}
/**/

.e7sa{
    padding: 20px 10px;
    background: #102945;
}
.e7sa .block{
    background: #102945;
    border-radius: 7px;
    padding: 15px 25px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.e7sa .block .box{
    float: left;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.e7sa .block .box .jki{
    font-size: 50px;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #ffffff !important;
}
.e7sa .block .box .image{
	width: 190px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.e7sa .block .box .image img{}
.e7sa .block .box h1{
    margin: 5px 0;
    text-align: center;
    color: #52BECA;
    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;
    color: #52BECA;
}
.service .title-top{
    float: left;
    padding: 10px;
}
.service .title-top h2{
    font-size: 32px;
    font-weight: 600;
}
.service .title-top a{
        float: right;
        padding: 15px ;
}

@media (max-width: 769px) {
.service .title-top a{
        float: left;
}
.service .title-top h2{
    font-size:25px;
}
}
.service .block{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.service .box{
    float: left;
    padding: 15px;
    height: auto;
}
.service .box .post{
    text-align: left;
    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-left: 90px;
    font-size: 14px;
    border: 1px dashed #1029454a;
    height: 100%;
    color: #999;
    height: 100%;
}

.service .box .post img{
    float: left;
    width: 55px;
    height: auto;
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0 0 0 -10px;
    background: none;
}
.service .box .post h3{
    font-size: 16px;
    font-weight: 600;
    color: #102945;
}
.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;
}
/**/

.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 50px;
}
.cases .cover{
    padding: 100px 10px 50px;
/*     background: rgba(0,0,0,0.7); */
}
.cases .tit{
    display: block;
    margin: 0 auto 5px;
    font-size: 18px;
    font-weight: 500;
    color: #52BECA;
}
.cases .title{
    margin: 0 auto 50px;
    color: #fff;
}
.cases .block{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    margin: 0 0 -220px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    z-index: 99;
}
.cases .block .posts{
    float: left;
    padding: 15px;
    min-height: 420px;
}
.cases .block .posts .box{
    text-align: left;
}
.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:hover img{
    transition: all 0.2s ease 0s;

}
.cases .block .posts .box h3{
    margin: 20px 0;
    font-size: 18px;
    font-weight: 500;
}
.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;
    color: #52BECA;
}
.cases .block .posts .box a .fa{
    font-size: 11px;
    font-weight: normal;
}
/**/

.clients{
    text-align: left;
}
.clients .block{
    float: left;
    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: left;
    padding: 10px;
}
.clients .box .post{
    background-color: #fff;
    padding: 35px;
    border-radius: 5px;
    text-align: left;
    overflow: hidden;
    background-image: url("img/qq.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
}
.clients .box p{
    margin: 0 0 10px;
    display: block;
}
.clients .box img{
    float: left;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
}
.clients .box h4{
    float: left;
    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: left;
    padding: 15px 20px;
    margin: 15px 0 0;
}

/**/

.consultation{
    text-align: center;
    background-image: url("img/bbg2.jpg");
    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: #52BECA;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.consultation .title p{
    max-width: 650px;
    margin: 20px auto;
    clear: both;
    display: block;
    color: #fff;
}
.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;
    display: block;
    margin: 0 auto 50px;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.blog .block .posts{
    float: left;
    padding: 15px;
}
.blog .block .posts .box{
    text-align: left;
}
.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: #102945;
}
.blog .block .posts .box h3 a{
    color: #102945 !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;
    color: #52BECA;
}
.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;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-up .box{
    float: left;
    border-bottom: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    padding: 20px 30px;
    text-align: left;
    min-height: 130px;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
.footer-up .box:last-child{
    border-right: none;

}
.footer-up .box span{
    position: relative;
    padding: 0 0 0 50px;
    display: block;
}
.footer-up .box span h4{
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #52BECA;
}
.footer-up .box span h5{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    direction: rtl;
}
.footer-up .box span .fa{
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 30px;
    color: #52BECA;
}
.foot{
    float: left;
    padding: 15px;
    direction: ltr;
}
.foot .logo-footer{
    height: 100px;
    width: auto;
    display: block;
    filter: brightness(100);
}
.foot p{
    display: block;
    margin: 20px 0;
    clear: both;
    font-size: 13px;
    max-width: 380px;
}
.foot .icons{
    clear: both;
    display: block;
}
.foot .icons .fa{
    float: left;
    margin: 5px 10px 5px 0;
    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: 500;
    margin: 0 0 20px;
    text-align: left;
    color: #52BECA;
}
.foot ul{
    list-style: none;
    display: block;
    direction: ltr;
}
.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;
    font-family: 'Noto Kufi Arabic' !important;!i;!;
}
.mailpoet_paragraph.bgcolor{
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    border-radius: 0 5px 5px 0;
    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: left;
    padding: 20px 0;
    font-size: 11px;
}
.text-r{
    text-align: right;
}
@media (max-width: 769px) {
.copy .text{
    padding: 5px 0 ;
    text-align: center;
}
.text-r{
    text-align: center;
}
}
.copy .text a{
    color: #fff;
}
.copy .text a:hover{
    color: #52BECA;
}
/**/

.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: left;
    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;
    left: 0;
        transition: all 0.2s ease 0s;
    right: 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;
    right: 20px;
    bottom: 20px;
    left: 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: left;
    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;
    right: 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-right: 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: left;
  float: left;
  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-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #16171d;
  position: absolute;
  left: 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 0 0 50px;
    position: relative;
    min-height: 40px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ul-work li .jki{
    position: absolute;
    top: 7px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    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: right;
    width: 100%;
}
.feedback .cover{
    background: rgba(0,0,0,0.7);
    padding: 70px 10px;
        float: right;
    width: 100%;
}

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

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

/**/
.page-singl{}
.page-singl .block{
    float: left;
    padding: 30px;
    font-size: 15px;
}
.page-singl .block h3,
.page-singl .block h2,
.page-singl .block h1{
    color: #102945;
    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: left;
    margin-right: 15px;
    font-size: 18px; 
}
.bars span{
    float: right;
    font-weight: 400;
    font-family: 'Noto Kufi Arabic';
    color: #646767;
}
.ros{
    float: none;
    clear: both;
    padding: 10px 0;
}
.ros ul{
    display: block;
    list-style: none;
}
.ros ul li{
    float: none;
    display: block;
    padding: 5px 5px 5px 30px;
    position: relative;
}
.ros ul li:after{
    content: "\f00c";
    position: absolute;
    top: 5px;
    left: 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: left;
    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 #00000061;
    border-radius: 5px;
    outline: none;
    max-height: 150px;
    width: 100%;
    text-align: left;
}
label{
    width: 100%;
}
.wpcf7-submit.bgcolor{
    float: left;
    padding: 15px 25px !important;
    width: auto !important;
    text-align: center;
    margin-top: 20px !important;
    color: #fff;
}

/**/
.colls{
    float: left;
    min-height: 90px;
    padding: 5px;
    direction: rtl;
}
.ic{
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    color: #52beca;
    font-size: 35px;
    display: block;
    float: left;
}
.colls h3{
    font-size: 18px;
    margin: 0;
    color: #999;
}
/**/


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

.contents .posts{
    text-align: left;
    margin: 0 0 30px;
    overflow: hidden;
    float: left;
}
.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: left;
    direction: ltr;
    list-style: none;
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 25px 0 0;
}
.page-numbers li{
    float: left;
    margin: 0 5px 0 0;
}

.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: ltr;
}
.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 1px 1px 20px;
    display: block;
}
.widg ul li a:after{
    content: "\f054";
    position: absolute;
    top: 5px;
    left: 0;
    font-family: fontawesome;
    font-size: 10px;
}


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

.pricing-box{
    float: left;
    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: left;
    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;
    
}









@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;
    background: #52BECA;
}

#mailpoet_form_1 .mailpoet_validate_success {
    direction: ltr !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;
    left: 320px;
}
@media (max-width: 769px) {
.partners .owl-buttons {
    left: 260px;
}   
}
.partners .owl-buttons .owl-prev,.partners .owl-buttons .owl-next{
    font-size: 0;
    float: left;
    margin: 0 10px 0 0;
    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;
}

.gallery-item{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
}
@media (max-width: 769px) {
.gallery-item{
	width: 100% !important
}	
}
.gallery-item img{
    border: none !important;!i;!;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}


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

.user-login{
	padding: 20px;
	float: left;
}
.user-login .input,
.reg-form-group > input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel]{
	width: 100%;
	min-height: 50px;
	border: 1px solid #102945;
	padding: 10px 15px;
	outline: none;
	color: #000;
	border-radius: 5px;
}
.user-login .button {
	padding: 10px 20px;
	color: #fff;
	background: #102945 !important;!i;!;
	outline: none;
	display: inline-block;
	width: 200px;
	border-radius: 5px;
	box-shadow: none;
	border: none;
}
.reg-form-group > input[type=submit]{
	padding: 10px 20px;
	color: #fff;
	background: #102945 !important;!i;!;
	outline: none;
	display: inline-block;
	width: 200px;
	border-radius: 5px;
	box-shadow: none;
	border: none;	
}

/*  */
.cases .gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cases .gallery .gallery-item{
    padding: 10px;
}
.cases .gallery .gallery-item .gallery-icon{
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    border-radius: 5px;
    padding: 10px;
}
.cases .gallery .gallery-item .gallery-icon img{}




.lang ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.lang li{}
.lang li a{
    color: #000;
    text-decoration: none;
    width: 40px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang{padding: 0 2px;}




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