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

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

a.down {}

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

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


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

@font-face {
    font-family: sky bd;
    src: url("fonts/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"), url("fonts/2c458bc98aac2311643f30a231a7ea30.woff")format("woff")
}




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


body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: sky;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    direction: rtl;
}

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

/*  */

header{
    padding: 5px 20px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    /* min-height: 106px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #EDEDED;
}
header .container{
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
header .container img{
    height: 90px;
    width: auto;
    margin: 0;
}
@media (max-width: 769px) {
 header .container img{
    height: 70px;
    width: auto;
    margin: 0;
}   
}

header .container ul.topnav{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0;
}
header .container ul.topnav li{
    padding: 0 5px;
}
@media (min-width: 769px) {
    header .container ul.topnav li:last-child{
    display: none;
}
}
header .container ul.topnav li a{
    color: #000;
    text-decoration: none;
    outline: none;
    padding: 15px 20px 10px;
    font-size: 18px;
    background-image: url("img/li.png");
    background-repeat: no-repeat;
    background-position: center top;
}
header .container ul.topnav li:hover a{
    color: #F3921E;
    background-image: url("img/hover.png");
}
header .container ul.topnav  .current_page_item a{
    color: #F3921E !important;
    background-image: url("img/hover.png") !important;

}


@media (max-width: 769px) {
    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: #fcfcfc;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px;
}
.open{
transition: all 0.5s ease 0s;
    right: 0 !important;
}
 header .container ul.topnav li{
    border-bottom: 1px solid #eee;
}
 header .container ul.topnav li a{
    /* display: block; */
    /* background-position: right 30px top; */
    margin: 6px 0;
    display: inline-block;
}
}

header .container .box{
    display: flex;
    align-items: center;
    justify-content: center;
}
header .container .box select{
    border: none;
    outline: none;
    color: #7c7c7c;
    padding: 5px;
}
header .container .box .bar{
    width: 25px;
    height: 20px;
    position: relative;
    border-top: 3px solid #F3921E;
    margin: 0 15px 0 0;
    cursor: pointer;
    display: none;
}
@media (max-width: 769px) {
    header .container .box .bar{
    display: block;
}
}

header .container .box .bar::after{
    content: "";
    position: absolute;
    border-top: 3px solid #F3921E;
    bottom: 0;
    right: 0;
    width: 30%;
}
header .container .box .bar::before{
    content: "";
    position: absolute;
    border-top: 3px solid #F3921E;
    bottom: 49%;
    right: 0;
    width: 59%;
    z-index: 9;
}
header .container .box a.contact{
    background: #F3921E;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    margin: 0 15px;
    border-radius: 5px;
    font-size: 18px;
}
@media (max-width: 769px) {
    header .container .box a.contact{
    display: none;
}
}

header .container .box a.contact:hover{
    background: #000;
}
.whapp{
    width: 53px;
    height: 53px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 50%;
    background-image: url("img/wa.gif");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
/*  */


section{
    overflow: hidden;
    width: 100%;
    padding: 80px 10px;
}
/*  */
.hero{
    padding: 0;
    position: relative;
}
.hero video{
    width: 100%;
    height: calc(100vh - 100px);
    margin: 0 0 -10px;
    object-fit: cover;
}
.hero .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    background: #FFFFFF;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 0) 100%);
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.hero .cover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/hero-r.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100px;
    z-index: 2;
}
.hero .cover::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/hero-l.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 150px;
    z-index: 2;
}
.hero .cover .container{
    position: relative;
    z-index: 9;
}
.hero .cover .container .block{
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero .cover .container h1{
    font-size: 50px;
    margin: 0 0 20px;
}
@media (max-width: 769px) {
    .hero .cover .container h1{
    font-size: 30px;
}
}

.hero .cover .container p{}
.hero .cover .container .box{
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-start;
}
.hero .cover .container .box a{
    background: #F3921E;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 50px;
    padding: 0;
    margin: 0 0 0 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
}
.hero .cover .container .box a:hover{
    background: #000;
    color: #fff;
}
.hero .cover .container .box a.serv{
    background: inherit;
    color: #000;
    border: 1px solid #000;
}
.hero .cover .container .box a.serv:hover{
    background: #f3921e;
    color: #fff;
    border: 1px solid #f3921e;
}
/*  */

.about{
    padding: 60px 20px;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
}
.about .container .block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.about .container .block > img{
    width: 100%;
    height: auto;
    margin: 0 0 30px;
}
.about .container .block-text{
    color: #707070;
    background-image: url("img/tit.png");
    background-repeat: no-repeat;
    background-position: top right 6px;
    background-size: 60px 50px;
    padding: 30px 0 0;
    font-size: 17px;
}
.about .container .block-text p{
    margin: 0;
}
.about .container .block-text h1{
    color: #161647;
    font-size: 40px;
    margin: 0 0 15px;
}
.about .container .block-text p{
    margin: 0;
}
.point{
    display: flex;
    flex-wrap: wrap;
}
.point-box {
    padding: 15px 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 17px;
    line-height: 1.4;
}
.point-box i {
    width: 66px;
    height: 66px;
    border: 1px solid #0000001A;
    border-radius: 5px;
    display: flex;
    background: #fff;
}
.point-box img {
    height: 54px;
    width: auto;
    margin: 0 auto;
}
 .point-box h4 {
    margin: 10px 0;
    color: #000;
    font-size: 16px;
}

/*  */
.service{
    padding: 0 15px 50px;
}
.service .container{
    display: flex;
    flex-wrap: wrap;
    background-color: #161647;
    color: #fff;
    background-image: url("img/s.png");
    background-repeat: no-repeat;
    background-position: right  top;
    background-size: auto 100px;
    padding: 40px 20px 30px;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 1250px !important;
}
.service .container::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #F3921E;
    border-radius: 0 0 0 20px;
}

.service .container .tit{
    background-image: url("img/tit.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
    padding: 35px 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service .container h1{
    font-size: 40px;
    margin: 20px 0 10px;
}
.service .container p{
    margin: 0;
}
.service .container .service-skider{
    padding: 30px 30px 0;
    max-width: 1130px;
}
@media (max-width: 769px) {
    .service .container .service-skider{
    padding: 30px 0 0;
}
}

.service-box{
    padding: 10px;
}
.service-box .box,.service-box .box2{
    display: flex;
    padding: 15px;
    position: relative;
    font-size: 17px;
    background-image: url("img/bg.png");
    background-size: 100% 100%;
    background-position: bottom center;
    /* background-color: #f00; */
    width: 100%;
}
.service-box .box2{
    background-image: url("img/bg2.png");
    color: #606977;

}
.service-box .box span{
    overflow: hidden;
    border-radius: 15px;
    display: flex;
}
.service-box .box img{
    width: 100%;
    height: 200px;
transition: all 0.5s ease 0s;
    border-radius: 15px;
    object-fit: cover;
}
.service-box .box:hover img{
transition: all 0.5s ease 0s;
transform: scale(1.4);
}
.service-box .box h3{
    font-size: 18px;
    margin: 15px 0;
    color: #fff;
}
.service-box .box2 h3{
    color: #000;
}
.service-box .box:hover h3{
transition: all 0.5s ease 0s;
    color:#F3921E;
}
.service-box .box p{
    width: 100%;
    padding: 0 0 0 60px;
    color: #fff;
    font-size: 14px;
}
.service-box .box2 p{
    color: #606977;
}
.service-box .box i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
transition: all 0.5s ease 0s;
    background: #F3921E;
    color:#fff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(15deg);
    border: 1px solid #f3921e
}
.service-box .box:hover i{
    background: #fff;
    transition: all 0.5s ease 0s;
    color:#F3921E;
}
/*  */
.owl-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -20px;
    background-image: url("img/l.png");
    background-size: 100% 100%;
}
.owl-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -20px;
    background-image: url("img/r.png");
    background-size: 100% 100%;
}
.service .container > a{
    background: #F3921E;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 50px;
    padding: 0;
    margin: 30px 0 0 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
}
.service .container > a:hover{
    background: #fff;
    color: #F3921E;
}
/*  */
.work{
    padding: 50px 20px 0;
}
.work .container{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
    background-image: url("img/bgr.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30% auto;
}
.work .container:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("img/bgl.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 30% auto;
}
.work .container .tit{
    background-image: url("img/tit.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
    padding: 35px 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.work .container h5{
    color: #F3921E;
    margin: 0 0 20px;
}
.work .container h1{
    font-size: 50px;
    color: #fff;
    -webkit-text-stroke: 1px #999; /* بوردر أسود حوالين كل حرف */
    margin: 0;
}
.work .container h2{font-size: 50px;color: #fff;-webkit-text-stroke: 1px #999;margin: 0;opacity: .5;}
.work .container h3{font-size: 50px;color: #fff;-webkit-text-stroke: 1px #999;margin: 0;opacity: 0.2;}

@media (max-width: 769px) {
    .work .container h1,.work .container h2,.work .container h3{
        font-size: 30px;
}
}
.work .container .block{
    padding: 20px 20px 0;
}
.work .container .block-img{
    margin: -110px 0 0;
    position: relative;
    z-index: 99;
        background-image: url("img/img.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
@media (max-width: 769px) {
    .work .container .block-img{
    margin: 0;
}
}

.work .container .block-img img{
    width: 100%;
    height: auto;
    padding: 0 0 6px;
}

.work .container .block .box{
    padding: 20px;
    position: relative;
    color: #737384;
    text-align: left;
    font-size: 15px;
}
.work .container .block .box-2{
    text-align: right;
}
.work .container .block .box i{
    background: #F3921E;
    height: 30px;
    width: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    padding: 5px 0 0;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 20px;
}
.work .container .block .box-2 i{
    right: -20px;
    left: auto;
}
.work .container .block .box h4{
    color: #000;
    margin: 0 0 10px;
    font-size: 20px;
}
.work .container .block .box p{}


@media (min-width: 769px) {
    .work .container .block .box:first-child::after{
        content: "";
        position: absolute;
        top: 50px;
        right: 100%;
        height: 2px;
        width: 100px;
        background: linear-gradient(267.37deg, #000000 9.63%, rgba(102, 102, 102, 0) 98.08%);
        transform: rotate(-15deg);
        margin-right: 30px;
    }
    .work .container .block .box:last-child::after{
        content: "";
        position: absolute;
        top: 20px;
        right: 100%;
        height: 2px;
        width: 100px;
        background: linear-gradient(267.37deg, #000000 9.63%, rgba(102, 102, 102, 0) 98.08%);
        transform: rotate(15deg);
        margin-right: 30px;
    }

    .work .container .block .box-2:first-child::after{
    content: "";
    position: absolute;
    top: 50px;
    right: auto;
    left: 100%;
    height: 2px;
    width: 100px;
    background: linear-gradient(92deg, #000000 9.63%, rgba(102, 102, 102, 0) 98.08%);
    transform: rotate(15deg);
    margin-left: 30px;
}
.work .container .block .box-2:last-child::after{
    content: "";
    position: absolute;
    top: 20px;
    left: 100%;
    right: auto;
    height: 2px;
    width: 100px;
    background: linear-gradient(92deg, #000000 9.63%, rgba(102, 102, 102, 0) 98.08%);
    transform: rotate(-15deg);
    margin-left: 30px;
}
}
.land{
    width: 100%;
    height: auto;
}
/*  */
.project{
    background: #FCF4EA;
    background: linear-gradient(180deg, rgba(243, 146, 30, 0.1) 0%, rgba(141, 85, 17, 0) 100%);
    padding-bottom: 40px;
}
.project .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.project .container .block{
    padding: 20px 10px;
}
.project .container .block-text{
    color: #707070;
    background-image: url("img/tit.png");
    background-repeat: no-repeat;
    background-position: top right 6px;
    background-size: 60px 50px;
    padding: 30px 10px 0;
    font-size: 17px;
}
.project .container .block-text h1{
    color: #161647;
    font-size: 40px;
    margin: 0 0 7px;
}
.project .container .block-text p{
    margin: 0;
}
.project .container .block > a{
        background: #F3921E;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
}
.project .container .block > a:hover{
        background: #fff;
    color: #F3921E;
}
/*  */
.pro{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
.project-box{
    padding: 5px;
}
.project-box .box{}
.project-box .box a{
    display: flex;
    position: relative;
transition: all 0.5s ease 0s;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #161647 100%);
}
.project-box .box a:hover{
transition: all 0.5s ease 0s;

    background: linear-gradient(180deg, #161647 0%, #161647 100%);
}

.project-box .box a img{
    width: 100%;
transition: all 0.5s ease 0s;
    height: 300px;
    opacity: 0.4;
}
.project-box .box a:hover img{
transition: all 0.5s ease 0s;
    opacity: 0.2;
}
.project-box .box a div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    font-size: 15px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}
.project-box .box a h3{
    color: #F3921E;
    margin: 0 0 10px;
    font-size: 18px;
}
.project-box .box a p{
transition: all 0.5s ease 0s;
    height: 0;
    overflow: hidden;
    margin: 0;
}
.project-box .box a:hover p{
transition: all 0.5s ease 0s;
height: 100px;
}
.project-box .box a span{
transition: all 0.5s ease 0s;

}
.project-box .box a:hover span{
transition: all 0.5s ease 0s;
    opacity: 0;
}
/*  */
.clints{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.clints:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 50px;
    width: 1px;
    background: #ccc;
}
.clints .container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px !important;
}
.clints .container h2{
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
    font-size: 22px;
}
.clints .container .gallery {
    padding: 0;
    margin: 0;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.clints .container .gallery .gallery-item{
    padding: 5px;
    margin: 0 !important;
    border: none;
}
@media (max-width: 769px) {
    .clints .container .gallery .gallery-item{
    width: 50% !important;
}
}

.clints .container .gallery .gallery-item .gallery-icon {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.clints .container .gallery .gallery-item .gallery-icon img{
    width: auto;
    height: auto;
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
    border: none !important;
}
/*  */
.clints .count{
    background: #000;
    min-height: 100px;
    border-radius: 20px;
    margin: 40px auto;
    display: flex;
    max-width: 1040px !important;
    justify-content: center;
    padding: 20px 15px;
}
.count-box{
    background-image: url("img/count.gif");
    background-size: 100% 100%;
    background-position: center center;
    width: 220px;
    height: 220px;
    display: flex;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.count-box h2{
    color: #F3921E;
    margin: 0 0 5px !important;
    font-size: 28px !important;
    direction: ltr;
}
.count-box span{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*  */

.faq .container{
    display: flex;
    flex-wrap: wrap;
}
.faq .container .block{
    padding: 20px;
    color: #707070;
    font-size: 17px;
}
.faq .container .block h1{
    color: #161647;
    font-size: 40px;
    margin: 0 0 15px;
}

.accordion,.accordion-item{
    background: inherit !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    text-align: left;
}
.accordion-button {
    color: #000 !important;
    background: inherit !important;
    border: none !important;
    position: relative;
    outline: none;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 20px 20px 62px;
    font-size: 18px;
    align-items: flex-start;
    /* font-family: 'Nature'; */
    background-color: #F5F5F5 !important;
    border-radius: 20px !important;
    text-align: right;
}
.accordion-button:after{
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 0 !important;
    background-image: url("img/cor.png");
    background-size: 100% 100%;
    width: 64px;
    height: 46px;
}
.accordion-button:not(.collapsed){
    background-color: #F3921E !important;
    color: #fff !important;
    border-radius: 20px 20px 0 0 !important;

}
.accordion-button:not(.collapsed)::after{
    background-image: url("img/act.png");
    transform: rotate(0deg);
}
.accordion-body{
    color: #fff;
    background: #F3921E;
    border-radius: 0 0 20px 20px;
    text-align: right;
    padding-top: 0;
}
.accordion-button{
    border: none !important;
    box-shadow: none !important;
    /* text-align: right !important; */
}
.accordion-item{
    margin: 0 0 10px;
}
/*  */
.testmonial{
    padding: 0 15px 80px;
    position: relative;
}
.testmonial::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #161647;
}
.testmonial .container{
    display: flex;
    flex-wrap: wrap;
    background-color: #FBF2E7;
    color: #707070;
    padding: 40px 20px 30px;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 1250px !important;
}
.testmonial .container::before{
    content: "";
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/net.png");
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.3;
}

.testmonial .container .tit{
    background-image: url("img/tit.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
    padding: 35px 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testmonial .container h1{
    font-size: 40px;
    margin: 5px 0 5px;
    color: #161647;
}
.testmonial .container p{
    margin: 0 auto;
    max-width: 800px;
}
.testmonial .container .testmonial-slider{
    margin: 30px auto 0;
    max-width: 1050px;
}
.testmonial .container .testmonial-slider .block{
    padding: 10px;
}
.testmonial .container .testmonial-slider .block .box{
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    color: #000;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
}
.testmonial .container .testmonial-slider .block .box i{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #F3921E;
    margin: 0 0 0 20px;
    background-image: url("img/man.gif");
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: center center;
    background-color: #f9f9f9;
}
.testmonial .container .testmonial-slider .block .box h3{
    color: #161647;
    margin: 0;
    font-size: 18px;
}
.testmonial .container .testmonial-slider .block .box span{
    color: #606977;
}
.testmonial .container .testmonial-slider .block .box p{
    width: 100%;
    color: #000;
    font-size: 14px;
    direction: rtl;
    margin: 10px 0 0;
}
.owl-buttons{
    display: flex;
    justify-content: center;
}
.testmonial .owl-prev{
    background-image: url("img/ll.png");
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 10px;
}
.testmonial .owl-next{
    background-image: url("img/rr.png");
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 10px;
}
/*  */
.contact{
    background: linear-gradient(180deg, rgba(243, 146, 30, 0.1) 0%, rgba(141, 85, 17, 0) 100%);
    padding-top: 40px;
}
.contact .container{
    display: flex;
    flex-wrap: wrap;
}
.contact .container .block{
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.contact .container .block > img{
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    max-width: 350px;
}
.contact .container .block-text{
    color: #707070;
    background-image: url("img/tit.png");
    background-repeat: no-repeat;
    background-position: top right 23px;
    background-size: 60px 50px;
    padding: 30px 20px 0;
    font-size: 17px;
}
.contact .container .block-text h1{
    color: #161647;
    font-size: 30px;
    margin: -10px 0 15px;
}

.contact .container .block .box{
    font-size: 18px;
    padding: 5px 40px 5px 0;
    background-repeat: no-repeat;
    background-position: right center;
    color: #000;
    direction: ltr;
}
.contact .container .block .box1{
    background-image: url("img/mail.png");
}
.contact .container .block .box2{
    background-image: url("img/home.png");

}
.contact .container .block .box3{
    background-image: url("img/phone.png");

}
form{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
}
form p{
    margin: 0;
}
.rows{
    padding: 5px;
    margin: 0;
    font-size: 14px;
}
.wpcf7-form-control{
    width: 100%;
    padding: 15px;
    max-height: 120px;
    outline: none;
    border: 1px solid #1211271F;
    border-radius: 5px;
    margin: 5px 0 0;
    text-align: right;
}
.wpcf7-submit{
    background: #F3921E;
    color: #fff;
    border: none;
    width: 130px;
    float: right;
    text-align: center;
}
.wpcf7-submit:hover{
    background: #000;
    color: #fff;
}
/*  */
footer{
    padding: 10px;
}
footer .footer{
    background: #161647;
    color: #fff;
    border-radius: 20px;
    padding: 40px 20px 0;
}
footer .footer .container{
    display: flex;
    flex-wrap: wrap;
    min-height: 150px;
}
/*  */



/*  */
footer .container .foot{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
}
footer .container .foot img{
    margin: 0 0 20px;
    /* width: 36px; */
    max-height: 145px;
}
footer .container .foot .media img{
    width: 20px;
    margin: 0;
}
footer .container .foot p{
    max-width: 350px;
}
footer .container .foot h3{
    color: #F7941D;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
}
footer .container .foot ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .container .foot ul li{}
footer .container .foot ul li a{
    padding: 2px 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: none;
}
footer .container .foot ul li a:hover{
    color: #F7941D;
}


.media{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0;
}
.media a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    text-decoration: none;
    outline: none;
    margin: 1px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 50%;
    background: #FFFFFF12;
}
.media a:hover{
opacity: 0.7
}

form.mailpoet_form{
    padding: 0 !important;
    position: relative;
}
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_submit{
    position: absolute;
    top: 4px;
    left: 5px;
    margin: 0 !IMPORTANT;
    font-family: 'sky' !important;
    font-size: 16px !important;
    padding: 11px 15px !important;
    background: #f7941d !important;
}
.mailpoet_text{
    font-family: sky;
}
/*  */
.mobile{
    display: none;
}
@media (max-width: 769px) {
    .mobile{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        list-style: none;
        margin: 0;
        background: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 99;
        align-items: center;
        justify-content: space-around;
    }
    .mobile li{}
    .mobile li a{
        display: block;
        padding: 5px;
        color: #000;
        text-decoration: none;
        outline: none;

    }
    .mobile li.current-menu-item a{
        color: #14B4EF;
    }
}

.copy{
    text-align: center;
    padding: 15px;
    border-top: 1px solid #4D4D4D;
    font-size: 13px;
}
/*  */

.wa {
    position: fixed;
    bottom: 120px;
    left: 50px;
    width: 53px;
    height: 53px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 50%;
    background-image: url(img/wa.gif);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
}
.tel {
    position: fixed;
    bottom: 60px;
    left: 50px;
    width: 53px;
    height: 53px;
    background-color: #F3921E;
    border: 1px solid #F3921E;
    margin: 0 5px;
    border-radius: 50%;
    background-image: url(img/coll.gif);
    background-size: 50%;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 769px) {
    
.wa {
   left: 10px;
   bottom: 80px;
}
.tel {
    left: 10px;
   bottom: 20px;

}
}
/*  */
.vid{
    position: relative;
    padding: 0;
    margin: 0;
}
.vid::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    background: #161647;
    width: 10%;
}
.vid::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 39;
    height: 24vh;
    width: 100%;
    background-image: url("img/blud.png");
    background-repeat: no-repeat;
    background-position: left  bottom;
    background-size: auto 100%;
    /* background-color: #f00; */
}
.vid video{
    width: 100%;
    height: auto;
    margin: 0 0 -10px;
    max-height: 100vh;
    min-height: 450px;
    object-fit: cover;
}
.vid .block{
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    background-image: url("img/block.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 30px 100px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 9;
}

.vid .block h5{
    background-image: url(img/tit.png);
    background-repeat: no-repeat;
    background-position: top right 6px;
    background-size: 60px 50px;
    padding: 30px 0 0;
    width: 100%;
}
.vid .block h1{
    font-size: 33px;
    margin: 0 0 20px;
}
.vid .block p{
    margin: 0 0 30px;
    color: #C5C5C5;
}
@media (max-width: 769px) {
    .vid .block{
    left: 0%;
    padding: 20px 30px;
}
.vid .block h1{
    font-size: 20px;
    margin: 0 0 10px;
}
.vid .block p{
    margin: 0 0 20px;
    font-size: 16px;
}
}
.vid .block a{
    background: #F3921E;
    color: #fff;
    padding: 12px 40px;
    text-decoration: none;
    outline: none;
    margin:  0;
    border-radius: 5px;
    font-size: 17px;
    position: relative;
    z-index: 99;
}
.vid .block a:hover{
    background: #fff;
    color: #F3921E;
}

/*  */

/*  */
.how{
    /* padding: 0 15px 50px; */
    position: relative;
}
.how::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #161647;
}
.how .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #707070;
    font-size: 16px;
}
.how .container .tit{
    background-image: url("img/tit.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
    padding: 35px 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how .container h1{
    font-size: 40px;
    margin: 20px 0 10px;
    color: #161647;
}
.how .container p{
    margin: 0 auto ;
    max-width: 700px;
}

.point-about{
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
}
.point-about .point-box{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
/*  */
.see{
    background: linear-gradient(180deg, rgba(243, 146, 30, 0.1) 0%, rgba(141, 85, 17, 0) 100%);
}
.see .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.see .container .block{
    padding: 20px;
    font-size: 17px;
}
.see .container .block img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.see .container .block h2{
    color: #161647;
    font-size: 30px;
    margin: 0 0 20px;
}
.see .container .block ul{
    padding: 10px 25px 0 0;
    margin: 0;
    color: #F3921E;
}
.see .container .block ul li{
    color: #606977;
    padding: 0;
}
.see .container .block ul li::marker
{
  color: #F3921E;
  font-size: 30px;
}
.see .container .block ul li strong{
    color: #000;
    display: block;
    width: 100%;
    font-family: sky bd;
}
/*  */
.nav-tabs{
    background: #fff;
    border: 1px solid #E3E3E3 !important;
    padding: 10px 6px;
    border-radius: 8px;
    margin: 0 0 20px;
}
.nav-tabs button{
    width: 50%;
    height: 58px;
    background: #F4F4F4 !important;
    color: #000 !important;
    border-radius: 10px;
    margin: 0;
    font-size: 20px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
}
.nav-tabs button.active{
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    background: #F3921E !important;
    color: #fff !important;
}
/*  */
.vid-block{
    padding-top: 20px;
}
.vid-block .container{
    background: #161647;
    padding: 40px 20px 130px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.vid-block .container .block{
    padding: 10px;
}
.vid-block .container .block h1{
    color: #fff;
    font-size: 36px;
    margin: 0;
    background: #F3921E36;
    display: inline;
}
.vid-block  .block-vid {
    margin: -100px auto 0;
    position: relative;
    z-index: 9;
}
.vid-block  .block-vid video{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.vid-block .block-vid:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 20px;
    background-image: url("img/but.png");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center center;
}
/*  */
.head{
    position: relative;
    padding: 0;
}
.head  video{
    width: 100%;
    height: 50vh;
    opacity: 0.5;
    object-fit: cover;
}
.head .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 50%, #FFFFFF 90%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.head .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #707070;
    flex-direction: column;
    align-items: center;
    font-size: 17px;

    background-image: url(img/tit.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
    padding: 35px 0 0;
}
.head .container h1{
    color: #161647;
    font-size: 36px;
    margin: 0 0 10px;
}
.head .container p{
    margin: 0 auto;
    max-width: 800px;
}
/*  */
.service-page{
    padding-top: 0;
}
.service-page .container{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.how-page{
    background: linear-gradient(180deg, rgba(243, 146, 30, 0.1) 0%, rgba(141, 85, 17, 0) 100%);
}
.how-page::after{
    display: none;
}
/*  */
.contact-page{
    background: #fff;
}
.contact-page .block-text {
    background-image: none !important; 
}
.contact-page:after{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #F3921E;
}
.contact-head {
    background: #161647 !important;
    min-height: 300px;
}
.contact-head .cover{
    background: #161647 !important;
    color: #fff;
}
.contact-head .cover h1,.contact-head .cover p{
    color: #fff;
}
.contact-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #F3921E;
    z-index: 9;
}
.contact-page{
    position: relative;
}
.contact-page::after{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #F3921E;
    z-index: 9;
}
/*  */
.proj-page{
    padding-top: 0;
}
.nav-pro{
    width: 100%;
    max-width: 650px;
    margin: 0 auto 20px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
}
.nav-pro button{
    width: auto !important;
    padding: 0;
    flex: 1;
    border-radius: 50px;
    padding: 0 5px;
    background: #F4F4F4;
    border: none;
    color: #606977 !important;
    font-size: 17px;
}
.nav-pro button.active{
    background: #F3921E;
}

.all{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.serv-head {
    background: #161647 !important;
    position: relative;
    /* min-height: 300px; */
}
.serv-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #F3921E;
    z-index: 0;
}
.serv-head .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1070px !important;
    z-index: 9;
}
.serv-head .container .box{
    padding: 20px;
    color: #fff;
    font-size: 17px;
    position: relative;
    z-index: 99;
}
.serv-head .container::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 230px;
    backdrop-filter: blur(31.5px);
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.43) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    z-index: 0;
    /* background: #f00; */
}
.serv-head .container .box h1{
    color: 30px;
    margin: 0 0 10px;
    color: #F3921E;
}
/*  */
.serv-page{
    padding-top: 0;
    margin: -100px 0 0;
    z-index: 0;
    position: relative;
}
.serv-page::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: 50px;
    height: 50px;
    background: #F3921E;
    z-index: 0;
}
.serv-page .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.serv-page .container img{
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}
.serv-page .container .block{
    padding: 20px;
}
.h1{
    font-size: 30px;
    color: #F3921E;
    margin: 0 0 20px;
}
.serv-page .container .block ul{}

.serv-page .container .block ul{
    padding: 10px 25px 0 0;
    margin: 0;
    color: #F3921E;
}
.serv-page .container .block ul li{
    color: #606977;
    padding: 0;
}
.serv-page .container .block ul li::marker
{
  color: #F3921E;
  font-size: 30px;
}
.serv-page .container .block ul li strong{
    color: #000;
    display: block;
    width: 100%;
    font-family: sky bd;
}

.serv-page .container .block video{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
/*  */
.pro-head{
    padding: 0;
}
.pro-head .container{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.pro-head .container .box{
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pro-head .container .box-text{
    background: #161647;
    color: #fff;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
    flex: 1;
}
.pro-head .container .box-text::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2000px;
    background: #161647;
    z-index: -1;
}
.pro-head .container .box img{
    width: 100%;
    height: auto;
    height: 450px;
    border-radius: 0 0 10px 10px;
    object-fit: cover;
}
@media (max-width: 769px) {
    .pro-head .container{
        padding: 0;
    }
    .pro-head .container .box img{
    height: 300px;
    border-radius: 0 ;

}
}
.pro-head .container .box h1{
    font-size: 30px;
    color: #F3921E;
    margin: 0 0 10px;
}
.photo-frist{
    padding: 20px 20px 0 0;
}
@media (max-width: 769px) {
    .photo-frist{
    padding: 20px;
}
}

.photo-frist img{
        width: 100%;
    cursor: pointer;
        height: 200px !important;
        border-radius: 10px !important;
        object-fit: cover;
}

.images{
    padding: 10px 10px;
}
.images .container{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.images .container .photo{
    padding: 10px;
}
.images .container .photo:first-child{
    display: none;
}
.images .container .photo img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}
.modal{
    z-index: 99999;
    background: #00000096;
}



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

@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;
}