/*
Theme Name: V1
Theme URI: https://wa.me/201125437161
Author: Ahmed Abou Saif
Author URI: https://wa.me/201125437161
Description: Ahmed Abou Saif 
Version: 1.0

*/


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

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: 17px;
    font-weight: 300;
    text-align: right;
    direction: rtl;
    background: #fff;
}

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

/*  */




/*  */
header {
    padding: 0 20px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 99;
    /* min-height: 106px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #181219; */
    /* border-bottom: 1.5px solid #EDEDED14; */
}

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

header .container img {
    height: 141px;
    width: auto;
    margin: 0 0 -60px;
}

@media (max-width: 769px) {
    header .container img {
        height: 100px;
        width: auto;
        margin: 0 0 -30px;
    }
}

header .container ul.topnav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0;
}

header .container ul.topnav li {
    padding: 0;
}

header .container ul.topnav li a {
    color: #B4B4B4;
    text-decoration: none;
    outline: none;
    padding: 14px 20px;
    font-size: 19px;
    background-image: url("img/li.png");
    background-repeat: no-repeat;
    background-position: center top;
}

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

header .container ul.topnav .current-menu-item a {
    color: #C5A950 !important;
    background-image: url("img/lih.png");
}


@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: #000000;
        flex-direction: column;
        justify-content: center;
        padding: 20px 15px;
        z-index: 9999999;
    }

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

    header .container ul.topnav li {
        border-bottom: 1px solid #eeeeee45;
    }

    header .container ul.topnav li a {
        /* display: block; */
        /* background-position: right 30px top; */
        margin: 3px 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 #F7EA8E;
    margin: 0 15px 0 0;
    cursor: pointer;
    display: none;
}

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

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

header .container .box .bar::before {
    content: "";
    position: absolute;
    border-top: 3px solid #F7EA8E;
    bottom: 49%;
    right: 0;
    width: 59%;
    z-index: 9;
}
header .container .box a.tel{
    display: flex;
    background-image: url("img/call.gif");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 54px 54px;
    padding: 5px 60px 5px 0;
    text-decoration: none;
    outline: none;
    color: #F7EA8E;

    flex-direction: column;
    align-items: flex-end;
    direction: ltr;
    position: relative;
    font-size: 20px;
    font-family: sky bd;
}
@media (max-width: 769px) {
    header .container .box a.tel{
        background-size: 44px 44px;
        padding: 5px 50px 5px 0;
        font-size: 14px;
        margin: 0 0 0 10px;
    }
}

header .container .box a.tel span{
    color: #fff;
    font-family: sky;
    margin: 0 0 -4px;
    display: block;
}
header .container .box a.tel i{
    height: 2px;
    width: 100%;
    background-image: url("img/line.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*  */
.s{
    background-image: url("img/s.png");
    background-size: 100% 100%;
    margin: 0 10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 50%;
}
.s:hover{
    background-color: #39B54A;
}

#searchform{
    display: block !important;
}
.modal-title{
    color: #fff;
    border: none;
}
.modal-dialog input{
    width: 100%;
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
    outline: none;
    margin: 0 0 15px;
    border-radius: 5px;
}
.modal-dialog .wpcf7-submit {
    color: #fff;
    padding: 6px 10px 5px;
    border: none;
    font-size: 22px;
    margin: 0;
    display: inline-block;
    border-radius: 10px;
    background: #27AAE1;
    text-transform: uppercase;
    /* font-family: 'BAHNSCHRIFT'; */
    text-align: center;
}
.modal-dialog .wpcf7-submit:hover {
    color: #fff;
    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;
    background: #fff;
    border-radius: 15px;
    border: 15px solid #fff;
}
.hero .text{
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    background: #1D1B16;
    position: relative;
    min-height: 100vh;
    align-items: center;
    padding: 160px 0 0;
}

.hero .text .container {
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    color: #9A9A9A;
    flex-direction: row-reverse;
    height: auto;
    background-image: url("img/sahm.png");
    background-repeat: no-repeat;
    background-position: left 50% center;
    background-size: 40px auto;
    max-width: 1200px !important;
}

.hero .text .container h6 {
    color: #C5A950;
    background: #FAEE910F;
    padding: 4px 15px; 
    border-radius: 50px;
}
.hero .text .container h1 {
    font-size: 40px;
    margin: 0 0 20px;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

@media (max-width: 769px) {
    .hero .text .container h1 {
        font-size: 26px;
    }
}




.hero .text .container  a {
    background-color: #fff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 0 35px;
    margin: 15px 0 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
    background: linear-gradient(88.09deg, #FAEE91 -91.35%, #C5A950 97.65%);
    /* border: 10px solid #EBE1C3; */
    box-shadow: -4.15px 4.15px 4.15px 0px #FFFFFFBD inset;
}

.hero .text .container  a:hover {
    background: #fff;
    color: #c9ae55;
}

.hero .text .container .block{
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.hero .text .container .block img{
    width: 100%;
    height: auto;
}
.hero .text .container .block .span11{
    position: absolute;
    transition: all 10s ease; /* حركة سلسة */
    left: 0;
    z-index: 99;
    bottom: 0;
    img{
        width: 180px;
    }
}
.hero .text .container .block .span22{
    position: absolute;
    transition: all 10s ease; /* حركة سلسة */
    right: 0;
    top: 0;
    z-index: 99;
    img{
        width: 180px;
    }
}
/*  */

.hero .text .container .block .video{
    position: absolute;
    right: 25px;
    bottom: 140px;
}
@media (max-width: 769px) {
    .hero .text .container .block .video{
        position: absolute;
        right: 35px;
        bottom: 0;
    }
}
.hero .text .container .block .video video{
    border: 2px solid #fff;
    border-radius: 20px;
    width: 250px;
    height: 180px;
    object-fit: cover;
}

.hero .text .container .block .video .play{
    background-color: #F15A22;
    color: #fff;
    background-image: url("img/play.gif");
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: right -17px center;
    padding: 8px 40px 9px 20px;
    border-radius: 50px;
    border: none;
    font-size: 13px;
    position: absolute;
    bottom: -6px;
    right: -30px;
}
/*  */
.e7sa{
    position: relative;
    z-index: 9;
    margin: -100px 0 0;
    padding: 0 0 50px;
}
@media (max-width: 769px) {
    .e7sa{

        margin: -40px 0 0;
        }
}
.e7sa .container{
    display: flex;
    flex-wrap: wrap;
    background-image: url("img/bg.png");
    background-size: cover;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    color: #5D6A83;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.e7sa .container h1{
    color: #000;
    font-size: 36px;
    margin: 0 0 10px;
}
.e7sa .container .blocks{
    display: flex;
    flex-wrap: wrap;
}
.e7sa .container .blocks .e7sa-box{
    padding: 5px;
}
.e7sa .container .blocks .e7sa-box .box{
    background: #fff;
    border-radius: 15px;
    border: 1px solid #C5A95045;
    padding: 20px;
    display: flex;
    color: #747582;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    height: 100%;
}
.e7sa .container .blocks .e7sa-box .box img{
    width: 68px;
    height: 68px;
    margin: 0 0 15px;
}
.e7sa .container .blocks .e7sa-box .box h4{
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
    border-top: 1px solid #EDEDED;
    padding: 15px 0 0;
}
/*  */
.about{
    background-image: url("img/msar-about.png");
    background-repeat: no-repeat;
    background-position: left -30% top;
    background-size: 67% auto;
    padding-bottom: 30px;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
    flex-direction: row-reverse;
}
.about .container .block{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about .container .block h2{
    color: #000;
    font-size: 26px;
    padding: 5px 30px 27px 0;
    background-image: url("img/hand.png");
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
    margin: 0 0 2px;
}
.about .container .block h1{
    color: #C5A950;
    font-size: 30px;
    margin: 0 0 15px;
}
.about-icon{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px;
}
.about-icon .about-box{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-icon .about-box i{
    display: flex;
    width: 57px;
    height: 57px;
    border: 1px solid #C5A95042;
    border-radius: 10px;
    margin: 0 0 0 10px;
    padding: 5px;
    flex-wrap: wrap;
}
.about-icon .about-box i img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.about-icon .about-box h4{
    color: #000;
    margin: 0;
    font-size: 17px;
}
.about .container .block .p{
    color: #5E6282;
}
.about .container .block a{
    background-color: #fff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 0 35px;
    margin: 5px 0 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
    background: linear-gradient(88.09deg, #FAEE91 -91.35%, #C5A950 97.65%);
    /* border: 10px solid #EBE1C3; */
    box-shadow: -4.15px 4.15px 4.15px 0px #FFFFFFBD inset;
    border: 1px solid #c8ac53
}
.about .container .block a:hover{
    background: #fff;
    color: #000;
}



.about .container .block video{
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 10px;
}
.about .container .block .sliders {
	width: 100%;
}
.about .container .block .sliders img{
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 10px;
}


.about .container .block .e7saa{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 0;
}
.about .container .block .e7saa .box{
    width: 32%;
    height: 120px;
    background-color: #D7C167;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    padding: 20px 20px  0;
    background-image: url(img/msar.png);
    background-size: 132% auto;
    background-repeat: no-repeat;
    background-position: center top 10px;
}
@media (max-width: 769px) {
    .about .container .block .e7saa .box{
        width: 100%;
        height: 120px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin: 0 0 10px;
        font-size: 20px;
    }
}

.about .container .block .e7saa .box:first-child{
    background-color: #373328;
}
.about .container .block .e7saa .box:last-child{
    background-color: #373328;
}


.about .container .block .e7saa .box h2{
    font-size: 35px;
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    margin: 0;
    direction: ltr;
    color: #fff;
    padding: 0;
    background-image: none;
}
.about .container .block .e7saa .box span{
    color: #fff;
    text-align: center;
    padding: 0;
}
/*  */
.prog{
    background-color: #272317;
    /* background-image: url("img/pro.png"); */
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    border: 15px solid #fff;
    border-radius: 30px;
}
.prog .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tit{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.tit h2{
    margin: 0 0 10px;
    color: #FAEE91;
    font-size: 20px;
    background-image: url("img/down.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0;
    display: flex;
    align-items: flex-start;
}
.tit h2::before{
    content: "";
    width: 39px;
    height: 58px;
    background-image: url("img/hand.png");
    background-size: 100% 100%;
    display: inline-block;
}
.tit h2:after{
    content: "";
    display: inline-block;
    width: 39px;
    height: 58px;
    background-image: url("img/hand2.png");
    background-size: 100% 100%;
}


.tit h1{
    color: #FFFFFF50;
    font-size: 36px;
    background: linear-gradient(145.55deg, #FFFFFF 20.35%, rgba(255, 255, 255, 0) 128.73%);
    background-clip: text;
}
.tit h1 ~ h1{
    background: none;
    background-clip: inherit;
    color: #272317;
    text-shadow: 0 0 1px #ffffff80;
}
/*  */


.all-serv{
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
}
.all-serv .serv-box{
    padding: 10px;
}
.all-serv .serv-box .box{
    background-image: url("img/mask.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    border-radius: 20px;
    color: #AFAFAF;
    position: relative;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.all-serv .serv-box .box a{
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    height: 42px;
    width: 42px;
    background-image: url("img/a.gif");
    background-size: 60% 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #C5A950;
    border-radius: 50%;
}
.all-serv .serv-box .box a:hover{transition: all 0.5s ease 0s;transform: rotate(-135deg);}
.all-serv .serv-box .box i{
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 0 0 auto;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.all-serv .serv-box .box img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.all-serv .serv-box .box h3{
    color: #fff;
    font-size: 17px;
    margin: 0 10px 0 auto;
    display: flex;
    width: 200px;
    line-height: initial;
}
.all-serv .serv-box .box p{
    width: 100%;
    padding: 15px 0 0;
    margin: 0;
    font-size: 15px;
}

 .prog .container > a{
        background-color: #fff;
        font-size: 18px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        outline: none;
        height: 46px;
        padding: 0 35px;
        margin: 5px auto 0;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        cursor: pointer;
        background: linear-gradient(88.09deg, #FAEE91 -91.35%, #C5A950 97.65%);
        /* border: 10px solid #EBE1C3; */
        box-shadow: -4.15px 4.15px 4.15px 0px #FFFFFFBD inset;
        border: 1px solid #c8ac53
    }
    .prog .container > a:hover{
        background: #fff;
        color: #000;
    }
/*  */



/*  */
.how{
    background-image: url("img/net.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 50px;
}
.how .container{
    display: flex;
    flex-wrap: wrap;
    background-image: url("img/logoo.png");
    background-repeat: no-repeat;
    background-position: left 60% top 45vh;
    flex-direction: column;
    align-items: center;
    align-content: center;
    color: #fff;
}
.how .container  > h1{
    /* -webkit-text-stroke: 1px #2E9DE7; */
    font-size: 36px;
    color: #fff;
    margin: 0;
    text-shadow: 0 0 4px #8b701a;
}
.how .container  > h1 ~ h1{
    opacity: .7;
}
.how .container  > h1 ~ h1 ~ h1{
    opacity: .3;
    margin: 0 0 -50px;
}
@media (max-width: 769px) {
    .how .container  > h1 ~ h1 ~ h1{
        margin: 0;
    }
}



.blockall{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.how .container .block{
    position: relative;
    padding: 20px 15px 0;
    text-align: center;
}
.how .container .block > img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 550px;
    margin: 0 auto;
    padding: 5px;
}
.how .container .block span{
    /* background-image: url("img/span.png"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    /* width: 60px; */
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #fff; */
    border-radius: 6px;
    /* transform: rotate(45deg); */
}
.how .container .block span img{
    height: 40px;
    width: auto;
    /* transform: rotate(-45deg); */
}
.how .container .block .span1{
    position: absolute;
    left: 0;    
    transition: all 10s ease; /* حركة سلسة */
    bottom: 3%;
}
.how .container .block .span2{
    position: absolute;
    right: 0;
    transition: all 10s ease; /* حركة سلسة */
    top: 36%;
}
.how .container .block .box{
    padding: 10px 0;
    margin: 0 0 40px;
}
.how .container .block .box i{
    background-image: url("img/how.svg");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
}
.how .container .block p{
    text-align: center;
    color: #000000;
    font-size: 18px;
}

.block-center{
    background-image: url("img/rem.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
}
/*  */
.say{
    background-color: #F4F1E6;
    border: 10px solid #fff;
    position: relative;
    border-radius: 20px;
    padding-bottom: 30px;
    z-index: 9;
}
.say::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/lll.png");
    background-repeat: no-repeat;
    background-position: left top 5%;
    background-size: 50% auto;
}
.say::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/rrr.png");
    background-repeat: no-repeat;
    background-position: right top 5%;
    background-size: 50% auto;
}
.say .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
}

.say .container .tit h2{
    color: #000;
}
.say .container .tit h1{
    font-size: 36px;
    background: linear-gradient(145.55deg, #FFFFFF 20.35%, rgba(255, 255, 255, 0) 128.73%);
    background-clip: text !important;
    background: linear-gradient(145.55deg, #000000 20.35%, rgba(0, 0, 0, 0) 128.73%);
}
.say .container .tit h1 ~ h1{
    color: #F4F1E6;
    text-shadow: 0 0 2px #000000e3;
    background-clip: inherit;
    background: none;
}
.say .container .item{
    padding: 10px;
}
.say .container .item .box{
    color: #000;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.17) 100%);
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.say .container .item .box .qq{
    width: 43px;
    height: 38px;
    background-image: url("img/qq.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 20px;
    top: 30px;
}
.say .container .item .box img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #FAEE91;
    margin: 0 0 0 10px;
}
.say .container .item .box div{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    flex-direction: column;
}
.say .container .item .box div h4{
    color: #000;
    margin: 0 0 5px;
    font-size: 20px;
}
.say .container .item .box p{
    width: 100%;
    font-size: 15px;
    margin: 10px 0 0;
}

.owl-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.owl-prev{
    width: 49px;
    height: 49px;
    background-color: #D8C167;
    border-radius: 50%;
    background-image: url("img/l.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 5px;
    font-size: 0;
}
.owl-next{
        width: 49px;
    height: 49px;
    background-color: #D8C167;
    border-radius: 50%;
    font-size: 0;
    background-image: url("img/r.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 5px;
}
/*  */



.company{background-image: url("img/bbg.png");background-size: cover;border: 10px solid #fff;border-radius: 25px;margin: -10px 0 0;padding: 50px 10px 30px;}
.company .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #000;
}
.company .container > .tt{
    font-size: 18px;
    margin: 0 0 15px;
}
.company .container .owl-item{
    padding: 5px;
}
.company .container .photo{
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin:  0 0 20px;
}
.company .container .photo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/*  */
.blog{
    border: 10px solid #fff;
    margin: -5px 0 0;
}
.blog .container{}


.blog .container .post-box{
    padding: 10px;
    margin: 0 0 15px;
}
.blog .container .post-box .box{
    background-image: url("img/post.png");
    background-position: center top;
    background-size: 100% auto;
    height: 330px;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 3px;
}
.blog .container .post-box .box img{
    width: 100%;
    height: 205px;
    object-fit: cover;
    position: relative;
    z-index: -10;
    border-radius: 20px;
}
.blog .container .post-box .box .cover{
    display: flex;
    position: relative;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    direction: rtl;
}
.blog .container .post-box .box .cover a{
    background-color: #C5A950;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url("img/a.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    position: absolute;
    left: 10px;
    top: -6px;
}
.blog .container .post-box .box .cover a:hover{}
.blog .container .post-box .box .cover h3{
    font-size: 16px;
    margin: 0 0 5px;
}
.blog .container .post-box .box .cover p{
    font-size: 15px;
    opacity: 0.7;
    margin: 0;
}
@media (min-width: 769px) {
    .blog .container .post-slider{
        padding: 0 50px;
    }
.blog .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    background-color: #FFFFFF14;
}
.blog .owl-next{
    position: absolute;
    background-color: #FFFFFF14;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
}
/*  */
.contact{
    background-color: #fff !important;
    padding-bottom: 0;
}
.contact .container{
    display: flex;
    flex-wrap: wrap;
}
.contact .container .contact-all{
    display: flex;
    flex-wrap: wrap;
    background-image: url('img/lin.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 0 30px;
    margin: 0 0 30px;
}
.contact .container .contact-all .block{
    padding: 15px;
}
.contact .container .contact-all .block .box{
    background-image: url("img/cont.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    align-items: center;
    height: 100%;
    align-content: flex-start;
}
.contact .container .contact-all .block .box span{
    border: 1px solid #895A2121;
    height: 61px;
    width: 61px;
    border-radius: 50%;
    margin: 0 0 0 15px;
    display: flex;
    padding: 6px;
    background: #fff;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contact .container .contact-all .block .box span img{
    width: 40px;
    height: auto;
}
.contact .container .contact-all .block .box h4{
    color: #000;
    font-size: 18px;
    margin: 0;
}
.contact .container .contact-all .block .box p{
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid #404A3D1A;
    margin: 20px 0 0;
    color: #666666;
	direction: ltr;
}
.contact .container .contact-all .block .box i{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #46402D;
    background-image: url("img/a.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact .container .tit h1 ~ h1{
    color: #fff;
}
/*  */
.block-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.block-all .blocks{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.block-all .blocks img{
    width: 100%;
    height: auto;
}
form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
form p{
    margin: 0;
    width: 100%;
}
form label{
    float: right;
    background: #fff;
    padding: 0 8px;
    margin: 20px 10px -11px 0;
    position: relative;
    z-index: 9;
}
form .wpcf7-form-control{
    width: 100%;
    min-height: 54px;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    outline: none;
    max-height: 120px;
    text-align: right;
    padding: 10px 15px 0;
    color: #000;
}


.wpcf7-submit{
    background-color: #fff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 0 35px !important;
    margin: 5px auto 0;
    border-radius: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px !important;
    cursor: pointer;
    background: linear-gradient(88.09deg, #FAEE91 -91.35%, #C5A950 97.65%);
    /* border: 10px solid #EBE1C3; */
    box-shadow: -4.15px 4.15px 4.15px 0px #FFFFFFBD inset;
    border: 1px solid #c8ac53;
    text-align: center !important;
}
.wpcf7-submit:hover{
    background: #fff;
    color: #000;
}
.user{
    background-image: url("img/user.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: auto auto ;
}
.phone{
    background-image: url("img/mob.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: auto auto ;
}
.email{
    background-image: url("img/at.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: auto auto ;
}

/*  */
footer{
    padding: 30px 10px 0;
    background: #262215;
    border-radius: 25px;
    border: 15px solid #fff;
    color: #fff;
    position: relative;
    overflow: hidden;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
}
footer .container .foot{
    padding: 15px 15px 25px;
    display: block;
}
footer .container .foot h3{
    color: #FAEE91;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
}
footer .container .foot ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
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: #FAEE91;
}
.copy{
    color: #888;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #000;
}
footer .container .foot > img{
    height: 103px;
    width: auto;
    margin: 0 0 20px;
}
footer .call{
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: 80px;
    background: #fff;
    border-radius: 0 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 0;
}
@media (max-width: 769px) {
    footer .call {
        display: none;
    }
}

footer .call a{
    background-color: #fff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 5px 35px 0;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
    background: linear-gradient(88.09deg, #FAEE91 -91.35%, #C5A950 97.65%);
    /* border: 10px solid #EBE1C3; */
    box-shadow: -4.15px 4.15px 4.15px 0px #FFFFFFBD inset;
    border: 1px solid #c8ac53
}
footer .call a:hover{
    background: #fff;
    color: #000;
}
/*  */
.media{
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 80px;
    background: #fff;
    border-radius: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 20px;
}
@media (max-width: 769px) {
    footer .media{
    position: absolute;
    width: 100%;
    bottom: 50px;
    right: 0;
    border-radius: 60px;
    padding: 6px 10px !important;
    height: auto;
    background: none;
}
    .copy{
        margin: 30px 0 0;
    }
}
.media > div{
    background: #231F20;
    padding: 7px 10px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
}
.media a{
    margin: 0 2px;
    text-decoration: none;
    outline: none;
}
.media a img{
    width: 33px;
    height: 33px;
    border-radius: 50%;
}
.tel{
    padding: 0 33px 0 0;
    margin: 0 0 10px;
    background-image: url("img/tel.svg");
    background-repeat: no-repeat;
    background-position: right center;
    direction: ltr;
}
.mail{
    padding: 0 33px 0 0;
    margin: 0 0 10px;
    background-image: url("img/mail.svg");
    direction: ltr;
    background-repeat: no-repeat;
    background-position: right center;
}
.adress{
    padding: 0 33px 0 0;
    direction: ltr;
    margin: 0 0 10px;
    background-image: url("img/map.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

/*  */



form.mailpoet_form{
    padding: 0 !important;
    position: relative;
    background: none !important;
}
.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: #c65493; */
    width: 110px !important;
}
.mailpoet_text{
    /* font-family: 'Outfit' !important; */
    font-family: 'sky' !important;
    height: 55px !important;
}
/*  */
.head{
    background-color: #1D1B16;
    padding: 150px 20px 100px;
    position: relative;
    background-image: url("img/head.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.head::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 59px;
    background-image: url("img/hed2.png");
    background-repeat: repeat-x;
    opacity: 0.5;
}
.head .container{
    display: flex;
    flex-wrap: wrap;
}
.head .container .tit{
    color: #fff;
}

/*  */
.about-page{
    padding: 15px;
}
.about-page .container{
    display: flex;
    flex-wrap: wrap;
}
.about-page .container .block{
    padding: 15px;
    color: #5E6282;
}
.about-page .container .block img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0 0 20px;
}
/*  */
.opcin{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.opcin a{
    display: flex;
    background-image: url(img/call.gif);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 54px 54px;
    padding: 10px 70px 10px 20px;
    text-decoration: none;
    outline: none;
    color: #F7EA8E;
    flex-direction: column;
    align-items: flex-end;
    direction: ltr;
    position: relative;
    font-size: 16px;
    font-family: sky bd;
    background-color: #373328;
    border-radius: 10px;
    margin: 10px 0;
}
.opcin span {
    color: #fff;
    font-family: sky;
    margin: 0 0 -4px;
    display: block;
}
/*  */
.say .e7sa{
    padding: 0;
    margin: 0;
}
.say .e7sa .container{
    background: none;
}
.box-2{
    background-image: url("img/mask2.png") !important;
    color: #696969 !important;
}
.box-3{
    background-image: url("img/mask3.png") !important;
    color: #696969 !important;
}
.box-3 h3{
    color: #000 !important;
}
.all-serv .serv-box .box-2 h3{
    color: #000;
}
/*  */
.pro-page{
    padding: 5px;
}
.pro-page .container{
    display: flex;
    flex-wrap: wrap;
}
.pro-page .container .block{
    padding: 20px;
    text-align: right !important;
}
.pro-page .container .block .wpcf7-submit{
    float: right;
}
.pro-page .container .block form{
    text-align: right !important;
}
.pro-page .container .block h3,.pro-page .container .block p{
    text-align: right !important;
}
.pro-page .container .block img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
/*  */
.sher{
    clear: both;
    background: #C5A95017;
    border: 1px solid #C5A95021;
    border-radius: 50px;
    font-size: 15px;
    display: flex;
    direction: rtl;
    float: right;
    padding: 10px 20px 0;
}
.a2a_kit {
    display: flex;
    font-size: 14px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.a2a_kit a{
    font-size: 16px !important;
    color: #000;
}
/*  */
.blog-all{}
.blog-all .container{
    display: flex;
    flex-wrap: wrap;
}

.blog .container .post-box .box2{
    background-image: url("img/post2.png");
    color: #696969;
    margin: 0;
}
.blog .container .post-box .box2 .cover h3 {
    color: #000;
}
/*  */
.single{
    padding-top: 0 !important;
    margin: -60px 0 0;
}
.single .container{
    display: flex;
    flex-wrap: wrap;
}
.single .container img{
    max-width: 100%;
    width: auto;
    height: auto;
    border: 2px solid #fff;
    max-height: 400px;
    object-fit: cover;
}
.single .container .dates{
    padding: 5px 0;
    color: #808080;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single .container .dates .date{
    background-image: url("img/date.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding: 6px 30px 0 0;
    margin: 0 10px;
    color: #808080;
    display: flex;
    align-items: center;
}
.single .container .dates .eye{
    background-image: url("img/eye.svg");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 30px 0 0;
    margin: 0 10px;
    color: #808080;
}



.wapp {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-image: url(img/wapp.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.5s ease 0s;
    background-position: center;
    position: fixed;
    left: 25px;
    bottom: 150px;
    z-index: 99;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.tele {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-image: url(img/tele.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: fixed;
    transition: all 0.5s ease 0s;
    left: 25px;
    bottom: 80px;
    z-index: 99;
    background: #c3a74f;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

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