.container {
    max-width: 1200px !important;
}

@font-face {
    font-family: DIN;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}

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

body {
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'DIN', sans-serif;
    font-size: 17px;
    /*text-transform: capitalize;*/
    text-align: left;
    direction: ltr;
}

header .row>* {
    width: auto;
}

.row {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DIN2'
}


/***header***/


/***header***/

.top {
    background: #0f74ba;
    padding: 0 20px;
    clear: both;
    color: #fff;
    position: relative;
    z-index: 99999;
    display: block;
    min-height: 35px;
}

.top .row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.top .box {
    float: left;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 0;
}

.top .box .fa {
    margin: 0 10px 0 0;
}

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

header {
    padding: 10px 20px;
    float: left;
    display: block;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: #fff;
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70% auto;
}

header a.logo {
    float: left;
}

header img {
    float: left;
    height: auto;
    width: auto;
    max-height: 90px;
    margin: 0 0 0 0;
}

header ul {
    list-style: none;
    display: block;
    margin: 0 200px;
    direction: ltr;
    padding: 15px 0 0;
    font-family: din2;
    font-weight: 100;
}

header ul li {
    float: left;
    position: relative;
}

header ul li.menu-item-has-children:after {
    content: "\f105";
    position: absolute;
    right: 1px;
    top: 0;
    width: 25px;
    height: 100%;
    z-index: 999;
    font-family: fontawesome;
    text-align: right;
    padding: 0 4px 0 0;
    color: #999;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

header ul li a {
    color: #000;
    display: block;
    padding: 12px 25px 15px;
    text-decoration: none;
    outline: none;
    font-size: 17px;
}

header ul li.current-menu-item a,
header ul li:hover a {
    color: #EF651F;
}

header ul li ul {
    position: absolute;
    top: 98%;
    left: 0;
    width: 200px;
    z-index: 9999;
    padding: 0;
    margin: 0;
    display: none;
}

header ul li:hover>ul {
    display: block;
}

header ul li ul ul {
    position: absolute;
    top: 0;
    left: 195px;
    padding: 0;
}

header ul li li {
    display: block;
    position: relative;
    width: 100%;
}

header ul li li a {
    color: #444 !important;
    display: block;
    padding: 7px 10px 7px;
    text-decoration: none;
    outline: none;
    font-size: 13px;
    font-weight: 100;
    background: #f9f9f9;
}

header ul li li:hover>a {
    color: #F06522 !important;
}

header ul li.order {
    float: right;
}

header ul li.order a {
    background: #0F74BA !important;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
    font-size: 17px;
}

.bar {
    display: none;
}

@media (max-width: 769px) {
    .bar {
        display: block;
        float: right;
        width: 25px !important;
        height: 20px;
        position: relative;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 15px 0 0;
    }
    .bar:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
        border-bottom: 1px solid #000;
    }
    header img {
        max-height: 50px;
    }
    header ul {
        margin: 0;
        padding: 50px 21px !important;
        background: #fff;
        position: fixed;
        top: 65px;
        transition: all 0.5s ease 0s;
        left: -300px;
        width: 270px !important;
        z-index: 999;
        bottom: 0;
        overflow-y: auto;
    }
    .open {
        transition: all 0.5s ease 0s;
        left: 0;
    }
    header ul li {
        float: none;
    }
    header ul li a {
        padding: 16px 0;
        border-bottom: 1px solid #f1f1f1;
    }
    header ul li.order {
        float: none;
        margin: 20px 0 0;
    }
    header ul li ul {
        position: relative;
        top: auto;
        left: auto;
        padding: 0 !important;
        width: 100% !important;
    }
    header ul li ul ul {
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
    }
}


/**/

.sliders {
    clear: both;
    position: relative;
    padding: 0;
    direction: ltr;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: auto 100%;
    padding: 0;
    margin: 0;
}

.sliders .item {
    position: relative;
    padding: 0;
}

.sliders img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.sliders .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 50px 50px;
    direction: ltr;
    max-width: 600px;
    font-size: 22px;
    background: rgb(0 0 0 / 74%);
}

@media (max-width: 769px) {
    .sliders .text {
        padding: 16px;
    }
}

.sliders .text h2 {
    font-size: 45px;
    margin: 0 0 25px;
    font-family: din2;
    color: #fff;
}

.sliders .text p {
    font-family: 'DIN';
    color: #fff;
}

.sliders .text a {
    margin: 10px 0 0;
    clear: both;
    padding: 7px 10px 10px;
    color: #fff;
    text-decoration: none;
    color: #fff;
    width: 140px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    background: #F06522;
}

.sliders .text a:hover {
    background: #0f74ba;
}

.filed {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #0F74BA;
    border-radius: 5px;
    outline: none;
    margin: 10px 0;
    max-width: 350px;
    text-align: left;
}

.submit {
    padding: 15px 0;
    background: #0F74BA;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
    width: 200px;
    margin: 10px 0 0;
    clear: both;
    font-family: din2;
}


/**/

section {
    clear: both;
    display: block;
    padding: 60px 10px;
}

.mas {
    background: #0f74ba;
    min-height: 150px;
    font-size: 19px;
    color: #fff;
    margin: -10px 0 0;
    overflow: hidden;
    padding: 0;
}

.mas .row {
    display: flex;
    flex-wrap: wrap;
}

.inner-item {
    padding: 40px 25px;
    float: left;
    text-align: center;
    color: #fff;
}

.inner-item:nth-child(2) {
    background: #055993;
}

.inner-item img {
    height: 80px;
    width: auto;
    display: block;
    margin: 0 auto 20px;
    filter: brightness(0);
}

.inner-item h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 20px;
    color: #ffffff;
}

.inner-item p {}


/**/

.about {
    font-size: 20px;
    line-height: 1.8;
    padding: 60px 0;
    overflow: hidden;
}

@media (max-width: 769px) {
    .about {
        padding: 60px 0;
    }
}

.about .block {
    float: right;
    padding: 25px 25px 0;
    direction: ltr;
}

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

.about .block h1 {
    color: #0F74BA;
    font-weight: normal;
    margin: 0 0 50px;
    text-shadow: -1px 3px 1px #013344;
}

.about .block a {
    background: #0F74BA;
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 7px 30px 15px;
    display: inline-block;
    margin: 30px 0 0;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}

.about .block a:hover {
    background: #EF651F;
}


/**/

.services {
    background: #f5f7fa;
    clear: both;
}

.title-center {
    display: block;
    margin: 0 0 30px;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    background: -webkit-linear-gradient(#1b1270, #0F74BA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serv {
    float: left;
    padding: 5px;
    text-align: left;
}

.serv .box {
    padding: 25px;
    background: #fff;
    border-bottom: 5px solid #EF651F00;
}

.serv .box:hover {
    border-bottom: 5px solid #EF651F;
}

.serv .box img {
    width: 100%;
    height: 200px;
    margin: 0 0 20px;
    object-fit: cover;
}

.serv .box h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: normal;
}

.serv .box h3 a {
    color: #EF651F;
    text-decoration: none;
    outline: none;
}

.serv .box p {
    color: #6e6c6c;
    margin: 0 0 10px;
}

.serv .box a.read {
    color: #EF651F;
    text-decoration: none;
    outline: none;
    margin: 0;
    display: inline-block;
    padding: 10px 10px 10px 0;
    font-family: din2;
    font-size: 15px;
}

.serv .box a.read:hover {
    color: #1B1270;
}


/**/

.counter {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    color: #fff;
    text-align: center;
}

.counter .cover {
    background: rgba(0, 0, 0, 0.7);
    padding: 60px 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.number {
    float: left;
    padding: 20px;
    text-align: center;
}

.number h1 {
    font-size: 70px;
    margin: 0 0 20px;
    color: #EF651F;
}

@media (max-width: 769px) {
    .number h1 {
        font-size: 50px;
    }
}

.number h3 {
    font-size: 17px;
    font-family: 'DIN';
}

.number img {
    display: block;
    margin: 0 auto 15px;
    filter: brightness(100);
}


/**/

.claint {}
.claint .row{
	display: flex;
	flex-wrap: wrap;
}
.claint .block {
    float: left;
    padding: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.slider-claint {
    direction: ltr;
}

.claint-item {
    padding: 0;
}
.claint-item .box div{
	display: flex;
	background: #fff;
	border-radius: 10px;
	width: 100%;
	height: 150px;
	padding: 15px;
	border: 1px solid #eee;
	align-items: center;
	justify-content: center;
}
.claint-item img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}

@media (max-width: 769px) {
    .claint-item {
        padding: 0;
    }
}

.slider-claint .box {
    background: #ffffff;
    direction: ltr;
    padding: 10px;
    position: relative;
    min-height: auto;
}

.slider-claint .box .fa {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #EF651F;
}

.slider-claint .box p {
    font-size: #999;
    margin: 0 0 15px;
}

.slider-claint .box h3 {
    margin: 10px 0 0;
    color: #EF651F;
    font-size: 18px;
    text-align: left;
}

.claint h1 {
    margin: 0 0 20px;
    display: block;
}


/**/

footer {
    background: #000;
    padding: 60px 15px 20px;
    color: #fff;
    direction: ltr;
    clear: both;
}

footer .block {
    float: left;
    padding: 15px 25px;
}

footer .block h3 {
    font-weight: normal;
    font-family: inherit;
    margin: 0 0 30px;
    color: #EF651F;
    font-size: 22px;
}

.span {
    overflow: hidden;
    padding: 0 0 15px 40px;
    position: relative;
    color: #939393ad;
}

.span .fa {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 25px;
}

.span h6 {
    display: block;
    margin: 0 0 10px;
    font-weight: normal;
    color: #fff;
    font-family: 'DIN';
}

.span p {}

footer .block .post {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
}

footer .block .post a {
    color: #ffffff8a;
    text-decoration: none;
}

footer .block .post a:hover {
    color: #ffffff;
}

footer .block .post img {
    width: 100px;
    height: 70px;
    margin: 0 15px 0 0;
    float: left;
    border: 1px solid #ffffff1a;
    padding: 5px;
}

footer .footer-text {
    color: #939393ad;
}

footer .footer-text img {
    margin: 0 0 15px;
    width: auto;
    height: 100px;
}

.icons {
    display: block;
    padding: 15px 0 0;
}

.icons .fab {
    color: #ffffff8a;
    margin: 5px 30px 5px 0;
}

.icons .fab:hover {
    color: #ffffff;
}


/**/

.copy {
    clear: both;
    display: block;
    text-align: center;
    padding: 15px 15px 0;
    color: #999;
    border-top: 1px solid #ffffff10;
}

.copy a {
    color: #fff;
    text-decoration: none;
    outline: none;
    clear: both;
}

.copy a:hover {
    color: #EF651F;
}


/**/

.head {
    background: #f9f9f9;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 20px;
    position: relative;
    background-position: center;
}

.head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.head h1 {
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    z-index: 9;
}

.head h1 span {
    color: #0F74BA;
}


/**/

.det {}

.det .block {
    float: left;
    padding: 15px;
}

.det .block ul.steep {
    list-style: none;
    display: block;
    padding: 0 0 0 10px;
    overflow: hidden;
}

.det .block ul.steep li {
    float: left;
    width: 100%;
    padding: 0 20px 50px 40px;
    position: relative;
    border-left: 5px solid #EF651F;
}

.det .block ul.steep li:last-child {
    border-left: 5px solid #fff !important;
}

.det .block ul.steep li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ddd;
}

.det .block ul.steep li.a1:after {
    background: #008000;
}

.det .block ul.steep li:before {}

.det .block ul.steep li h4 {
    display: block;
    margin: 0 0 10px;
    color: #666;
    font-size: 17px;
}

.det .block ul.steep li.a1 h4 {
    color: #EF651F;
}

.det .block ul.steep li p {
    color: #999;
    font-size: 16px;
}


/**/

.div {
    float: left;
    display: block;
    padding: 20px;
    background: #f9f9f9;
    margin: 0 0 10px;
}

.div h5 {
    display: block;
    margin: 0 0 15px;
}

.mas .boxs {
    overflow: hidden;
    padding: 20px 0;
}

.mas .blocks {
    float: left;
    padding: 25px;
}

.mas .blocks2 {
    float: right;
}

.mas .blocks img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 15px;
    border: 1px solid #ffffff61;
}


/**/

.single-services {}

.single-services img {
    display: block;
    margin: 0 auto 30px;
    width: auto;
    padding: 5px;
    height: auto;
    max-width: 100%;
    border: 1px solid #EF651F;
}

.title {
    margin: 0 0 30px;
    font-size: 30px;
    color: #EF651F;
    clear: both;
    display: block;
}


/**/

.media {
    padding: 40px 0 0;
}

.media .fab {
    font-size: 20px;
    color: #EF651F;
    margin: 0 20px 0 0;
}

.media .fab:hover {
    color: #000;
}

.contacts {}

.contacts .span {
    color: #000;
}

.contacts .span h6 {
    color: #EF651F;
    font-family: din2;
}

.map {
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.contacts .block {
    float: left;
    padding: 25px;
}

.contacts .blockbutton,
.contacts .block input,
.contacts .block optgroup,
.contacts .block select,
.contacts .block textarea {
    margin: 0 0 15px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 15px 20px;
    border: 1px solid #0F74BA52;
    border-radius: 0px;
    outline: none;
    max-height: 150px;
    width: 100%;
    text-align: left;
    direction: ltr;
}

.wpcf7-submit {
    float: left;
    width: 120px !important;
    text-align: center !important;
    background: #0F74BA;
    border: none;
    outline: none;
    color: #fff;
    padding: 10px !important;
}

.wpcf7-submit:hover {
    opacity: 0.7
}

label {
    width: 100%;
}


/*  */

.gallery {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.gallery .gallery-item {
    padding: 10px;
    border: none;
    margin: 0;
}

.gallery .gallery-item .gallery-icon {
    height: 150px;
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid #ddd;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 769px) {
    .gallery .gallery-item {
        width: 50% !important;
    }
    .gallery .gallery-item .gallery-icon {
        height: 80px;
    }
}

.gallery .gallery-item img {
    padding: 0;
    margin: 0 auto;
    border: none !important;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}


/*  */

.ico {
    float: right;
    width: auto;
    margin: 27px 0 0;
}

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

.ico .fab {
    font-size: 15px;
    color: #999999bd;
    margin: 5px 8px;
}

.ico .fab:hover {
    color: #000;
}


/*  */

.single-pro {}

.single-pro .row {
    display: flex;
    flex-wrap: wrap;
}

.single-pro .row .blocks {
    padding: 15px;
}
/*  */
.wpcf7-list-item{
	display: block;
	margin: 0;
	overflow: hidden;
}
.wpcf7-list-item input{
    float: left;
    width: 17px !important;
    height: 17px;
    margin: 7px 10px 0 0 !important;
    cursor: pointer;
}





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


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


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

*/


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


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


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


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


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


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


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