


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

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


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

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


/*@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: 'Dubai';
    src: url('fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



body {
    margin: 0;
    padding: 0;
    color: #102D3F;
    font-family: Cairo;
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
    background: #fff;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sky bd;
} */

/*  */




/*  */
header {
    padding: 10px 20px;
    position: relative;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 0 10px #ddd;
}

header .container {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

header .container img {
    height: 90px;
    width: auto;
}

@media (max-width: 769px) {
    header .container img {
        height: 51px;
        width: auto;
    }
}

header .container ul.topnav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 0 50px;
    align-items: center;
}

header .container ul.topnav li {
    padding: 0;
    display: flex;
    position: relative;
}

header .container ul.topnav li a {
    color: #102D3F;
    text-decoration: none;
    outline: none;
    padding: 20px;
    font-size: 17px;
    /* background-image: url("img/li.svg"); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 19px;
    font-weight: 500;
}

header .container ul.topnav li:hover a {
    color: #DD4236;
}

header .container ul.topnav .current-menu-item a {
    color: #EB5F13!important;
    /* background-image: url("img/lia.svg"); */
}
header .container ul.topnav .menu-item-has-children::after{
    content: "\f107";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #000;
    font-family: fontawesome;
    width: 20px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .container ul.topnav li ul{
    position: absolute;
    right: 0;
    top: 95%;
    width: 250px;
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    display: none;
}
header .container ul.topnav li:hover ul{
    display: flex;
}
header .container ul.topnav li li{
    width: 100%;
}
header .container ul.topnav li li a{
    color: #000 !important;
    background: #f7f7f7;
    padding: 10px 15px;
    margin-top: 1px;
    display: flex;
    width: 100%;
    font-size: 14px;
}
header .container ul.topnav li li a:hover{
    color: #000 !important;
    background: #eee;
}


@media (max-width: 769px) {
    header{
        /* padding: 0px 30px; */
    }
    header .container ul.topnav {
        /* display: none */
        position: fixed;
        display: flex;
        top: 0;
        right: -330px;
        transition: all 0.5s ease 0s;
        height: 100vh;
        width: 300px;
        background: #fff;
        flex-direction: column;
        justify-content: center;
        padding: 20px 15px;
        z-index: 9999999;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .open {
        transition: all 0.5s ease 0s;
        right: 0 !important;
    }

    header .container ul.topnav li {
        border-bottom: 1px solid #eeeeee;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    header .container ul.topnav li a {
        /* display: block; */
        /* background-position: right 30px top; */
        margin: 3px 0;
        display: inline-block;
        padding: 20px 0;
    }
     header .container ul.topnav li ul{
        position: relative;
        padding: 0;
        margin: 0;
        width: 100%;
        top: auto;
        right: auto;
     }

}

header .container .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .container .box select {
    border: none;
    outline: none;
    color: #7c7c7c;
    padding: 5px;
}
/*  */
.topnavall{
    display: flex;
    flex-wrap: wrap;
}
header .container  .bar {
    width: 25px;
    height: 20px;
    position: relative;
    border-top: 3px solid #000;
    margin: 0 15px 0 0;
    cursor: pointer;
    display: none;
}

@media (max-width: 769px) {
    .box2{
        display: none !important;
    }
    header .container .bar {
        display: block;
    }
}

header .container .bar::after {
    content: "";
    position: absolute;
    border-top: 3px solid #000;
    bottom: 0;
    right: 0;
    width: 100%;
}

header .container  .bar::before {
    content: "";
    position: absolute;
    border-top: 3px solid #000;
    bottom: 49%;
    right: 0;
    width: 100%;
    z-index: 9;
}
header .container .box a{
    height: 50px;
    background: #fff;
    border: 1px solid #40428F;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0 4px;
    outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #40428F;
}
header .container .box a.pay{
    background: #40428F;
    color: #fff;
}

header .container .box a:hover{
    background: #EB5F13;
    color: #fff;
    border-color: #EB5F13;
}

/* hero */

.hero{
    padding: 0;
    position: relative;
}
.hero img{
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 400px;
    max-height: 100vh;
}
.hero .text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.77) 0%, rgba(255, 255, 255, 0.13) 100%);
}
.hero .text .container{}
.hero .text .container .block{
    color: #fff;
}
.hero .text .container .block h1{margin: 0 0 20px;}
.hero .text .container .block p{
    line-height: 2;
    margin: 0 0 20px;
}
.hero .text .container .block .box{
    display: flex;
}
.hero .text .container .block a{
    height: 50px;
    background: #fff;
    border: 1px solid #40428F;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0 4px;
    outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #40428F;
}
.hero .text .container .block a.pay{
    background: #40428F;
    color: #fff;
}
.hero .text .container .block a:hover {
    background: #EB5F13;
    color: #fff;
    border-color: #EB5F13;
}
/*  */
section{
    padding: 60px 5px;
}
.about{}
.about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about .container .block{
    padding: 20px;
}
.about .container .block.block-text{
    box-shadow: 0 0 20px #ddd;
    padding: 60px;
    color: #0000007d;
}
.about .container .block.block-text a{
    height: 50px;
    background: #fff;
    border: 1px solid #40428F;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0 4px;
    outline: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #40428F;
    width: auto;
    text-align: center;
    justify-content: center;
}
.about .container .block.block-text a:hover{
    background: #EB5F13;
    color: #fff;
    border-color: #EB5F13;
}
.about .container .block img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.about .container .block h1{
    color: #2f3883;
    margin: 0 0 20px;
}
/*  */
.paynow{
    background: #0D0C54;
    color: #fff;
    padding: 100px 20px;
}
.paynow .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.paynow .container .block{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.paynow .container .block h1{
    margin: 0 0 20px;
}
.paynow .container .block a{
    height: 50px;
    background: #fff;
    border: 1px solid #40428F;
    padding: 0 35px;
    border-radius: 5px;
    margin: 10px 4px 0;
    outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #40428F;
}
.paynow .container .block a:hover {
    background: #EB5F13;
    color: #fff;
    border-color: #EB5F13;
}

/* goole */
.goole{
    background: #fff;
}
.goole .container{}
.goole .container img{
    width: 100%;
    height: auto;
}
/*  */
.company{
    text-align: center;
}
.company .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #0000007d;
}
.company .container h1{
    margin: 0 0 20px;
    color: #2f3883;
}
.company .container p{}
.company .container .gallery {
    display: flex;
    flex-wrap: wrap;
    border: none;
    width: 100%;
}
.company .container .gallery .gallery-item{
    padding: 5px;
    border: none !important;
    margin: 0;
}
@media (max-width: 769px) {
    .company .container .gallery .gallery-item{
    width: 50% !important;
}
}

.company .container .gallery .gallery-item .gallery-icon{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.company .container .gallery .gallery-item .gallery-icon img{
    border: none;
    display: block;
    margin: auto;
    border: none !important;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
/*  */
.team{
    background: #0D0C54;
}
.team .container{
    display: flex;
    flex-wrap: wrap;
}
.team .container .teem-box{
    padding: 20px;
}
.team .container .teem-box .box{
    background: #fff;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    color: #DD4236;
}
.team .container .teem-box .box img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    object-fit: cover;
}
.team .container .teem-box .box h4{
    color: #2DC26B;
    margin: 0 0 15px;
    width: 100%;
}

/*  */
.reg{
    padding: 40px 10px 0;
}
.reg .container{
    display: flex;
    flex-wrap: wrap;
    max-width: 920px !important;
    position: relative;
}
.reg .container img{
    width: 100%;
    height: auto;
    height: 360px;
    object-fit: cover;
}
.reg .container .text2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg .container .text2 h1{
    color: #fff;
    line-height: inherit;
}
.reg .container .text2 a{
    background: #2f3883;
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 10px 0;
    min-width: 140px;
    text-align: center;
    margin: 0 100px 0 0;
}
@media (max-width: 769px) {
    
.reg .container .text2{
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.reg .container .text2 a{
    margin: 0 auto ;
}
}

.reg .container .text2 a:hover{
    background: #EB5F13;
}

/* footer */
footer{
    padding: 30px 20px;
    clear: both;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 920px !important;
}
@media (max-width: 769px) {
    footer .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
}

footer .container .foot{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer .container .foot img{
    height: 90px;
    width: auto;
}
footer .container .foot ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
footer .container .foot ul li{}
footer .container .foot ul li a{
    color: #444;
    padding: 10px 15px;
    text-decoration: none;
    outline: none;
    font-size: 20px;
}
footer .container .foot ul li a:hover{
    color: #DD4236;
}
footer .container .foot .media{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
}
footer .container .foot .media a{
    color: #000;
    text-decoration: none;
    outline: none;
    margin: 3px 10px;
    font-size: 30px;
}
footer .container .foot .media a:hover{
    color: #DD4236;
}
/*  */
.head{
    background-size: cover;
    position: relative;
    padding: 20px;
    min-height: 400px;
    background-position: center center;
    background-attachment: fixed;
}
.head .container{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
}
.head .container h1{
    color: #fff;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 50px;
}

/*  */
.about-left{}
.about-left .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
/*  */
.see{}
.see .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.see .container h1{
    width: 100%;
    color: #000;
    margin: 0 0 20px;
    text-align: center;
}
.see .container .see-box{
    padding: 15px;
}
.see .container .see-box .box{
    background: #fff;
    padding: 0;
    position: relative;
}
.see .container .see-box .box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.see .container .see-box .box .div{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    color: rgb(45, 194, 107);
}
.see .container .see-box .box .div h1{
    color: #DD4236;
    text-align: start;
    font-size: 30px;
}
.see .container .see-box .box .div p{}
/*  */

.team-page{
    background: #fff !important;
}
.team-page h1{
    color: #DD4236;
    width: 100%;
    text-align: center;
}
.team-page p{
    width: 100%;
    text-align: center;
}
.teem-box2{
    padding: 5px !important;
}
.teem-box2 .box{
    color: #40428F !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.teem-box2 .box img{
    width: 100% !important;
    height: 320px !important;
    border-radius: 0 !important;
    object-fit: cover;
}
.teem-box2 .box h2{
    color: #40428F !important;
    font-size: 20px;
}
.teem-box2 .box h6{
    color: #40428F !important;
    text-align: center;
}
/*  */
.news{}
.news .container{
    display: flex;
    flex-wrap: wrap;
}
.news .container .post{
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.news .container .post a{
    text-decoration: none;
    outline: none;
}
.news .container .post a span{
    height: 50px;
    background: #fff;
    border: 1px solid #40428F;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0 4px;
    outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #40428F;
}
.news .container .post a span:hover{
    background: #40428F;
    color: #fff;
}
.news .container .post .gallery{
    margin: 20px 0 !important;
}
.news .container .post .gallery .gallery-icon{}
.news .container .post .gallery .gallery-icon img{
    width: 100%;
    height: auto;
}
.fooot{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.fooot a{
    display: flex;
    align-items: center;
}
.fooot a svg{
    height: 60px;
}
/*  */
.mony{}
.mony .container{}
.mony .container .block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0;
}
.mony .container .block h3{
    color: #000;
    margin: 15px 0 20px;
    text-align: center;
}
.mony .container .block a{
    height: 50px;
    background: #fff;
    border: 1px solid #40428F;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0 4px;
    outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #40428F;
    width: 100px;
    text-align: center;
    justify-content: center;
}
.mony .container .block a:hover{
        background: #EB5F13;
    color: #fff;
    border-color: #EB5F13;
}
/*  */
.page{}
.page .container{
    display: flex;
    flex-wrap: wrap;
}
.page .container img{
    width: 100%;
    height: auto;
}
/*  */
.icons{}
.icons .container{
    display: flex;
    flex-wrap: wrap;
}
.icons .container .block{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    color: #DD4236;
}
.icons .container .block i{
    background: #eee;
    width: 60px;
    height: 60px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.icons .container .block h3{
    margin: 15px 0;
    font-size: 20px;
    color: #000;
}
/*  */
form,.wpcf7 {
    width: 100%;
}
h1{
    width: 100%;
}
.wpcf7-form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    text-align: right;
    margin: 0 0 15px;

}
.wpcf7-submit{
    background: #2f3883;
    color: #fff;
    text-align: center;
    width: 100px;
    border: none;
}
.wpcf7-submit:hover{
    background: #EB5F13;
}


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

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



/*::placeholder { 
color: #ffffff50;
}*/


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

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}
p{
    text-align: justify;
}
