.container {
    width: 100%;
    position: relative;
    padding: 0px;
    max-width: 1200px !important;
}

* {
    padding: 0px;
    outline: none;
    margin: 0px;
}

a {
    text-decoration: none;
    transition: 0.5s;
    outline: none;
    color: rgb(0, 0, 0);
}

a:hover {
    transition: 0.5s;
    outline: none;
    color: rgb(153, 153, 153);
}

ul, ol, li {
    list-style: none;
}

@font-face {
    font-family: sf-bold;
    src: url("fonts/sf-arabic-black.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: sf;
    src: url("fonts/sf-arabic-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1, h2 {
    /* font-family: sf-bold; */
}

body {
    margin: 0px;
    padding: 0px;
    color: #7F8B96;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    direction: ltr;
}

@media (max-width: 769px) {
    body {
        padding: 0px 0px 55px;
    }
}

header{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding: 35px 15px 0;
    z-index: 999;
}
header .container{
    background: #D9E5ECE5;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 67px;
    position: relative;
    justify-content: space-between;
    padding: 0 20px;
}
.nav-header{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.nav-header li{
    position: relative;
}
.nav-header li a{
    color: #58595B;
    text-decoration: none;
    outline: none;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 769px) {
    .nav-header{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    justify-content: space-between;
}
.nav-header li a{
    color: #58595B;
    text-decoration: none;
    outline: none;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
}
}
.nav-header li a:hover{
    color: #00457C;
}
header .container img.logo{
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    height: 67px;
    width: auto;
    border: 2px solid #DDE8EE;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -58px;
    transform: scale(1.7);
}
@media (max-width: 769px) {
    header{
        padding: 25px 15px 0;
    }
    header .container{
        display: flex;
        justify-content: flex-end;
        padding: 0 15px;
    }
    header .container img.logo{
    padding: 5px 5px;
    height: 50px;
    top: 7px;
    left: 0;
    margin-top: 0;
    margin-left: 23px;
    transform: scale(1.7);
}
}
header .container .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .container .box a.contact-link{
    background-color: #00457C;
    color: #fff;
    height: 46px;
    padding: 0 45px 0 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("img/phone.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

header .container .box a.contact-link:hover{
    background-color: #01013D;
}
header .container .box a.call{
    height: 49px;
    padding: 0 0 0 55px;
    color: #00457C;
    font-size: 18px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
    position: relative;
    font-weight: 500;
}
header .container .box a.call::after{
    content: "";
    background-image: url("img/call.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 49px 49px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
header .container .box a.call strong{
    color: #F46726;
    font-size: 20px;
}

@media (max-width: 769px) {
    header .container .box a.contact-link{
        font-size: 0;
        width: 46px;
        padding: 0;
        background-position: center center;
    }
    header .container .box a.call{
        font-size: 0;
        margin: 0 0 0 10px;
    }
    header .container .box a.call strong{
    display: none;
}
}
header .container .box ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}
header .container .box ul li{}
header .container .box ul li a{
    width: 49px;
    height: 49px;
    background-image: url("img/lang.svg");
    background-size: 100% 100%;
    font-size: 0;
    display: flex;
}

/*  */
.hero{
    background-image: url("img/bg.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 90%;
    min-height: 95vh;
    padding: 130px 20px 0;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}
.hero .container .block{
    padding: 15px 0;
}
.hero .container .block-text{
    padding: 20px 50px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 769px) {
    .hero .container .block-text{
    padding: 20px 0;
}
}
.hero .container .block img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #F46726;
}
.hero .container .block h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 15px;
}
.hero .container .block p{
    margin: 0 0 30px;
}
.hero .container .block a.hot{
    background-color: #F46726;
    color: #fff;
    height: 46px;
    padding: 0 25px;
    height: 58px;
    border-radius: 58px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #fff;
    justify-content: center;
    margin-right: 5px;
    font-weight: 500;
}
.hero .container .block a.hot:hover{
    opacity: 0.7;
}
.hero .container .block a.wa{
    background-color: #fff;
    color: #00457C;
    height: 46px;
    padding: 0 17px 0 10px;
    height: 58px;
    border-radius: 58px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    border: 2px solid #fff;
    justify-content: center;
}
.hero .container .block a.wa i{
    background-image: url("img/wa.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.hero .container .block a.wa:hover{
    opacity: 0.7;
}

/*  */
section{
    padding: 40px 10px;
    position: relative;
}
section > i{
    position: absolute;
    top: -80px;
}
.about{
    padding-bottom: 0;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.about .container .block{
    padding: 10px;
    color: #7F8B96;
    display: flex;
    flex-wrap: wrap;
}
.about .container .block img{
    width: 100%;
    height: auto;
    max-height: 100%;
}
.about .container .block .box{
    display: flex;
    flex-wrap: wrap;
    /* font-size: 16px; */
    color: #7F8B96;
    padding: 10px;
    line-height: normal;
}
.about .container .block h2{
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #005191;
    padding: 30px 0 0;
    background-image: url("img/tit.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 30px;
    width: 100%;
}
.about .container .block h3{
    color: #0A262D;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px;
}
.about .container .block .box a{
    display: flex;
    position: relative;
    color: #00457C;
    padding: 0 0 0 60px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 11px;
    min-height: 50px;
}
.about .container .block .box a i{
    width: 55px;
    height: 55px;
    border: 1px solid #3FC250;
    background-image: url("img/wa.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 53% auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.about .container .block .box a strong{
    color: #3FC250;
    font-size: 13px;
    width: 100%;
}
.count{
    background-color: #00457C;
    min-height: 100px;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    margin: -90px auto 0;
    position: relative;
    z-index: 99;
    clear: both;
    padding: 0 20px;
    align-items: center;
}
.count .item{
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.count .item h1{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    direction: rtl;
}
.count .item p{
    color: #B9CBD9;
    margin: 0;
    font-size: 14px;
}
/*  */

.serv{}
.serv .container{
    background-color: #F0F9FF;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px;
    justify-content: center;
}
.serv .container .all-serv{
    display: flex;
    flex-wrap: wrap;
}
.item-serv{
    padding: 10px;
}
.item-serv .box{
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
}
.item-serv .box i{
    border: 1.5px solid #00457C26;
    width: 70px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
    background-color: #F0F9FF;
}
.item-serv .box i img{
    width: auto;
    height: 65%;
    margin: 0;
}
.item-serv .box h2{
    color: #00457C;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}
.item-serv .box p{
    width: 100%;
    color: #7F8B96;
    font-size: 17px;
    margin: 10px 0 0;
}

.center{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 30px 0 20px;
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 30px;
}
.center h2{
    color: #00457C;
    margin: 0 0 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
.center p{
    color: #7F8B96;
    margin: 0;
    font-size: 15px;
    text-align: center;
}
.owl-nav{
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
}
.owl-nav button{
    width: 36px;
    height: 36px;
    background: #F6800F !important;
    outline: none;
    border: none !important;
    border-radius: 50%;
    margin: 0 3px;
    display: flex;
    color: #fff !important;
    font-size: 30px !important;
    /* align-items: center; */
    justify-content: center;
    line-height: 30px !important;
}
.owl-nav button:hover{
    background: #00598E !important;
}
/*  */
.how{}
.how .container{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}
.how .container .block{
    padding: 20px;
}
.how .container .block img{}

.how-all{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.how-all .item{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.how-all .item i{
    width: 74px;
    height: 74px;
    border: 1px solid #00457C33;
    border-radius: 10px;
    margin: 0 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.how-all .item i img{
    height: 95% !important;
    width: auto !important;
}
.how-all .item h4{
    color: #00457C;
    font-size: 18px;
    margin: 0 0 0;
    width: calc(100% - 84px);
}
.how-all .item p{
    width: calc(100% - 84px);
    color: #7F8B96;
    font-size: 16px;
    margin: -45px 0 0 84px;
    line-height: normal;
}
/*  */
.company{}
.company .container{}
.company .container .item-company{
    padding: 7px;
}
.company .container .item-company .box{
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}
.company .container .item-company .box img{
    margin: 0 auto 5px;
    max-height: 100%;
    max-width: 100%;
    height: 60px;
}
.company .container .item-company .box p{
    margin: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
/*  */
.steep{}
.steep .container{
    padding: 0 !important;
    background-color: initial !important;
    background-image: url("img/bg-2.png");
    background-repeat: repeat-x;
    background-position: center top 140px;
    min-height: 300px;
    display: flex;
    align-items: flex-start;
}
.steep .container .all-steep{
    display: flex;
    align-items: flex-end;
    margin: -70px 0 0;
}
.steep .container .all-steep > img{
    width: auto;height: 300px;
}
@media (max-width: 769px) {
    .steep .container{
    background-position: center top 170px;
}
    .steep .container .all-steep{
    margin: 40px 0 0;
}
.steep .container .all-steep > img{
    width: 17%;
    height: auto;
}
}
.steep .container .all-steep .block{
    display: flex;
    flex-wrap: wrap;
}
.steep .container .all-steep .block .box{
    padding: 10px 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.steep .container .all-steep .block .box img{
    width: 80px;
    height: 50px;
    margin: 0;
}
.steep .container .all-steep .block .box h4{
    color: #fff;
    margin: 10px 0;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.steep .container .all-steep .block .box p{
    color: #D1E2EF;
    margin: 0;
    text-align: center;
    font-size: 13px;
}
/*  */
.say{
    padding-top: 0;
}
.say .container{}

.box-say{
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.box-say i{
    width: 60px;
    height: 60px;
    background-image: url("img/say.svg");
    background-size: 100% 100%;
    border-radius: 50%;
    margin: 0 15px 0 0;
}
.box-say h4{
    width: calc(100% - 75px);
    display: flex;
    flex-direction: column;
    color: #231F20;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.box-say h4 span{
    color: #7F8B96;
    font-size: 16px;
    font-weight: 400;
    margin: 7px 0 0;
}
.box-say p{
    width: 100%;
    margin: 15px 0 0;
    color: #58595B;
    font-size: 15px;
}
/*  */
.contact{
    padding: 0 15px !important;
}
.contact .container{
    background-image: url("img/contact.png");
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    font-size: 16px;
    background-color: #fff;
}
.contact .container .block{
    padding: 20px;
    color: #7F8B96;
}
.contact .container .block img{
    width: 100%;
    height: auto;
    /* max-width: 80%; */
    margin: 0 auto;
    display: block;
}
.contact .container .block h2{
        font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #005191;
    padding: 30px 0 0;
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 30px;
    width: 100%;
}
.contact .container .block form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.contact .container .block form p{
    margin: 0;
}

 .rows{
    padding: 5px;
    margin: 0 0 5px;
    color: #161514;
    font-size: 15px;
 }
 .wpcf7-form-control {
    width: 100%;
    margin: 3px 0 0;
    min-height: 52px;
    max-height: 130px;
    border: 1px solid #1211271F;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    text-align: left;
    direction: ltr;
    font-size: 16px;
    color: #000;
    background: #fff;
 }
 .wpcf7-submit{
     border: none;
     border-radius: 50px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     padding: 0 30px;
     height: 54px;
     width: 150px;
     flex-direction: row-reverse;
     text-align: center;
     margin: 0;
     color: #fff;
     float: left;
     background: #F46726;
 }
 /*  */
.calls{}
.calls .container{
    display: flex;
    flex-wrap: wrap;
}
.calls .container .box{
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.calls .container .box i{
    width: 80px;
    height: 80px;
    border: 1px solid #00457C26;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F9FF;
}
.calls .container .box i img{
    height: 60%;
    width: auto;
}
.calls .container .box h4{
    color: #F6800F;
    margin: 5px 0;
    font-size: 20px;
    font-weight: 600;
}
.calls .container .box p{
    color: #00457C;
    font-size: 20px;
    font-weight: 700;
    direction: rtl;
}
/*  */

footer{
    background-image: url("img/bg-2.png");
    background-repeat: repeat-x;
    background-position: center top;
    padding: 30px 20px 0;
    color: #fff;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
footer .container .foot{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
footer .container .foot img{
    filter: brightness(100);
    height: 110px;
    margin: 0 0 15px;
}
footer .container .foot p{
    margin: 0;
}
footer .container .foot .hot{
    background-color: #F46726;
    color: #fff;
    height: 46px;
    padding: 0 25px;
    height: 58px;
    border-radius: 58px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #fff;
    justify-content: center;
    margin-right: 5px;
    font-weight: 500;
}
footer .container .foot .wa{
    background-color: #fff;
    color: #00457C;
    height: 46px;
    padding: 0 17px 0 10px;
    height: 58px;
    border-radius: 58px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    border: 2px solid #fff;
    justify-content: center;
}
footer .container .foot .wa i{
        background-image: url(img/wa.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.widget.widget_nav_menu{
    width: 100%;
}
footer .container .foot ul{
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .container .foot ul li{
    padding: 0;
}
footer .container .foot ul li a{
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 5px;
    font-size: 15px;
}
footer .container .foot ul li a:hover{
    color: #F46726;
}
.copy{
    padding: 15px;
    border-top: 1px solid #ffffff20;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.copy a{
    color: #fff;
    text-decoration: none;
    outline: none;
}
.copy a:hover{
    color: #F46726;
}




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

.owl-carousel {
    direction: ltr;
}
