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

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

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

a:hover {
    transition: 0.5s;
    outline: none;
}

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

body {
    margin: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    font-family: sky;
    font-size: 17px;
    font-weight: 300;
    text-align: right;
    direction: rtl;
    background: rgb(255, 255, 255);
}

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

header {
    padding: 0px 20px;
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

header .container ul.topnav li a {
    color: rgb(0, 0, 0);
    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: rgb(179, 141, 65);
}

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

@media (max-width: 769px) {
    header {
        padding: 0px 30px;
    }

    header .container ul.topnav {
        position: fixed;
        display: flex;
        top: 0px;
        right: -330px;
        transition: 0.5s;
        height: 100vh;
        width: 300px;
        background: rgb(179, 141, 65);
        flex-direction: column;
        justify-content: center;
        padding: 20px 15px;
        z-index: 9999999;
    }

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

    header .container ul.topnav li {
        border-bottom: 1px solid rgba(238, 238, 238, 0.27);
    }

    header .container ul.topnav li a {
        margin: 3px 0px;
        display: inline-block;
    }
}

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

header .container .box select {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    color: rgb(124, 124, 124);
    padding: 5px;
}

header .container .box .bar {
    width: 25px;
    height: 20px;
    position: relative;
    border-top: 3px solid rgb(179, 141, 65);
    margin: 0px 15px 0px 0px;
    cursor: pointer;
    display: none;
}

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

    header .container .box .bar {
        display: block;
    }
}

header .container .box .bar::after {
    content: "";
    position: absolute;
    border-top: 3px solid rgb(179, 141, 65);
    bottom: 0px;
    right: 0px;
    width: 30%;
}

header .container .box .bar::before {
    content: "";
    position: absolute;
    border-top: 3px solid rgb(179, 141, 65);
    bottom: 49%;
    right: 0px;
    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 0px;
    text-decoration: none;
    outline: none;
    color: rgb(0, 0, 0);
    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 0px;
        font-size: 14px;
        margin: 0px 0px 0px 10px;
    }
}

header .container .box a.tel span {
    color: rgb(255, 255, 255);
    font-family: sky;
    margin: 0px 0px -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%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

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

.s:hover {
    background-color: rgb(57, 181, 74);
}

#searchform {
    display: block !important;
}

.modal-title {
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.modal-dialog input {
    width: 100%;
    text-align: left;
    padding: 10px;
    border: 1px solid rgb(221, 221, 221);
    outline: none;
    margin: 0px 0px 15px;
    border-radius: 5px;
}

.modal-dialog .wpcf7-submit {
    color: rgb(255, 255, 255);
    padding: 6px 10px 5px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-size: 22px;
    margin: 0px;
    display: inline-block;
    border-radius: 10px;
    background: rgb(39, 170, 225);
    text-transform: uppercase;
    text-align: center;
}

.modal-dialog .wpcf7-submit:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

.whapp {
    width: 53px;
    height: 53px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    margin: 0px 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: 0px;
    position: relative;
    background: rgb(255, 255, 255);
    min-height: 650px;
}

.hero .text {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
    background: rgb(164, 164, 164);
    position: relative;
    min-height: 100vh;
    align-items: center;
    padding: 160px 0px 0px;
    color: rgb(0, 0, 0);
    justify-content: center;
    & .container {
        width: 100%;
        position: relative;
        padding: 0px;
        max-width: 1170px !important;
    }

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

    & a {
        text-decoration: none;
        transition: 0.5s;
        outline: none;
    }

    & a: hover {
        transition: 0.5s;
        outline: none;
    }

    & body {
        margin: 0px;
        padding: 0px;
        color: rgb(0, 0, 0);
        font-family: sky;
        font-size: 17px;
        font-weight: 300;
        text-align: right;
        direction: rtl;
        background: rgb(255, 255, 255);
    }

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

    & header {
        padding: 0px 20px;
        position: absolute;
        top: 15px;
        left: 0px;
        right: 0px;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

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

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

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

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

    & header .container ul.topnav li a {
        color: rgb(0, 0, 0);
        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: rgb(179, 141, 65);
    }

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

    @media (max-width: 769px) {
        & header {
            padding: 0px 30px;
        }

        & header .container ul.topnav {
            position: fixed;
            display: flex;
            top: 0px;
            right: -330px;
            transition: 0.5s;
            height: 100vh;
            width: 300px;
            background: rgb(0, 0, 0);
            flex-direction: column;
            justify-content: center;
            padding: 20px 15px;
            z-index: 9999999;
        }

        & .open {
            transition: 0.5s;
            right: 0px !important;
        }

        & header .container ul.topnav li {
            border-bottom: 1px solid rgba(238, 238, 238, 0.27);
        }

        & header .container ul.topnav li a {
            margin: 3px 0px;
            display: inline-block;
        }
    }

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

    & header .container .box select {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        outline: none;
        color: rgb(124, 124, 124);
        padding: 5px;
    }

    & header .container .box .bar {
        width: 25px;
        height: 20px;
        position: relative;
        border-top: 3px solid rgb(179, 141, 65);
        margin: 0px 15px 0px 0px;
        cursor: pointer;
        display: none;
    }

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

        & header .container .box .bar {
            display: block;
        }
    }

    & header .container .box .bar: :after {
        content: "";
        position: absolute;
        border-top: 3px solid rgb(179, 141, 65);
        bottom: 0px;
        right: 0px;
        width: 30%;
    }

    & header .container .box .bar: :before {
        content: "";
        position: absolute;
        border-top: 3px solid rgb(179, 141, 65);
        bottom: 49%;
        right: 0px;
        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 0px;
        text-decoration: none;
        outline: none;
        color: rgb(0, 0, 0);
        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 0px;
            font-size: 14px;
            margin: 0px 0px 0px 10px;
        }
    }

    & header .container .box a.tel span {
        color: rgb(255, 255, 255);
        font-family: sky;
        margin: 0px 0px -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%;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

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

    & #searchform {
        display: block !important;
    }

    & .modal-title {
        color: rgb(255, 255, 255);
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    & .modal-dialog input {
        width: 100%;
        text-align: left;
        padding: 10px;
        border: 1px solid rgb(221, 221, 221);
        outline: none;
        margin: 0px 0px 15px;
        border-radius: 5px;
    }

    & .modal-dialog .wpcf7-submit {
        color: rgb(255, 255, 255);
        padding: 6px 10px 5px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        font-size: 22px;
        margin: 0px;
        display: inline-block;
        border-radius: 10px;
        background: rgb(39, 170, 225);
        text-transform: uppercase;
        text-align: center;
    }

    & .whapp {
        width: 53px;
        height: 53px;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(221, 221, 221);
        margin: 0px 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: 0px;
        position: relative;
        background: rgb(255, 255, 255);
        min-height: 650px;
    }

    & .hero .text {
        display: flex;
        flex-wrap: wrap;
        border-radius: 0px;
        background-color: rgb(164, 164, 164);
        position: relative;
        min-height: 100vh;
        align-items: center;
        padding: 160px 0px 0px;
        color: rgb(0, 0, 0);
        background-image: url("img/head.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 80%;
    }

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

    & .hero .text .container h6 {
        color: rgb(179, 141, 65);
        background: rgb(255, 255, 255);
        padding: 4px 15px;
        border-radius: 50px;
    }

    & .hero .text .container h1 {
        font-size: 40px;
        margin: 0px 0px 20px;
        display: block;
        font-weight: 400;
        text-transform: capitalize;
        color: rgb(255, 255, 255);
    }

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

    & .hero .text .container a {
        font-size: 18px;
        color: rgb(255, 255, 255);
        text-align: center;
        text-decoration: none;
        outline: none;
        height: 46px;
        padding: 0px 35px;
        margin: 15px 0px 20px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        cursor: pointer;
        background: rgb(179, 141, 65);
    }

    & .hero .text .container a: hover {
        background: rgb(255, 255, 255);
        color: rgb(201, 174, 85);
    }

    & .hero .text .container .block {
        padding: 25px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        color: rgb(255, 255, 255);
    }

    & .hero .text .container .block img {
        width: 80%;
        height: auto;
        margin: -50px auto 40px;
    }

    & .hero .text .container .block .span11 {
        position: absolute;
        transition: 10s;
        left: 0px;
        z-index: 99;
        bottom: 0px;
        & img {
            width: 180px;
        }
    }

    & .hero .text .container .block .span22 {
        position: absolute;
        transition: 10s;
        right: 0px;
        top: 0px;
        z-index: 99;
        display: none;
        & 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: 0px;
        }
    }

    & .hero .text .container .block .video video {
        border: 2px solid rgb(255, 255, 255);
        border-radius: 20px;
        width: 250px;
        height: 180px;
        object-fit: cover;
        display: none;
    }

    & .hero .text .container .block .video .play {
        background-color: rgb(179, 141, 65);
        color: rgb(255, 255, 255);
        background-repeat: no-repeat;
        background-size: 80px;
        background-position: right -17px center;
        padding: 8px 20px;
        border-radius: 50px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        font-size: 13px;
        position: absolute;
        bottom: -6px;
        right: -10px;
        width: 160px;
    }

    & .e7sa {
        position: relative;
        z-index: 9;
        margin: -100px 0px 0px;
        padding: 0px;
    }

    @media (max-width: 769px) {
        & .e7sa {
            margin: -40px 0px 0px;
        }
    }

    & .e7sa .container {
        display: flex;
        flex-flow: column wrap;
        background-size: cover;
        padding: 30px 25px;
        text-align: center;
        color: rgb(255, 255, 255);
        align-items: center;
        align-content: center;
        background-color: rgb(179, 141, 65);
        border-radius: 20px;
    }

    & .e7sa .container h1 {
        color: rgb(131, 101, 41);
        font-size: 36px;
        margin: 0px 0px 10px;
    }

    & .e7sa .container .blocks {
        display: flex;
        flex-wrap: wrap;
    }

    & .e7sa .container .blocks .e7sa-box {
        padding: 5px;
    }

    & .e7sa .container .blocks .e7sa-box .box {
        background: rgb(255, 255, 255);
        border-radius: 15px;
        border: 1px solid rgba(179, 141, 65, 0.27);
        padding: 20px;
        display: flex;
        color: rgb(116, 117, 130);
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        height: 100%;
    }

    & .e7sa .container .blocks .e7sa-box .box img {
        width: 68px;
        height: 68px;
        margin: 0px 0px 15px;
        filter: sepia(1);
        background: rgb(179, 141, 65);
    }

    & .e7sa .container .blocks .e7sa-box .box h4 {
        color: rgb(0, 0, 0);
        font-size: 18px;
        margin: 0px 0px 10px;
        border-top: 1px solid rgb(237, 237, 237);
        padding: 15px 0px 0px;
    }

    & .about {
        background-repeat: no-repeat;
        background-position: left -30% top;
        background-size: 67%;
        padding: 0px 15px;
    }

    & .about .container {
        display: flex;
        flex-flow: wrap;
        min-height: 500px;
        align-items: center;
    }

    & .about .container .block {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    & .about .container .block h2 {
        color: rgb(0, 0, 0);
        font-size: 26px;
        padding: 0px 0px 10px;
        background-repeat: no-repeat;
        background-position: right top;
        display: flex;
        margin: 0px 0px 2px;
    }

    & .about .container .block h1 {
        color: rgb(179, 141, 65);
        font-size: 30px;
        margin: 0px 0px 15px;
    }

    & .about-icon {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 0px 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 rgb(179, 141, 65);
        border-radius: 10px;
        margin: 0px 0px 10px 10px;
        padding: 5px;
        flex-wrap: wrap;
    }

    & .about-icon .about-box i img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        filter: sepia(1);
    }

    & .about-icon .about-box h4 {
        color: rgb(0, 0, 0);
        margin: 0px;
        font-size: 17px;
    }

    & .about .container .block .p {
        color: rgb(94, 98, 130);
    }

    & .about .container .block a {
        font-size: 18px;
        color: rgb(255, 255, 255);
        text-align: center;
        text-decoration: none;
        outline: none;
        height: 46px;
        padding: 0px 35px;
        margin: 5px 0px 0px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        cursor: pointer;
        background: rgb(179, 141, 65);
        border: 1px solid rgb(200, 172, 83);
    }

    & .about .container .block a: hover {
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }

    & .about .container .block video {
        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 0px 0px;
    }

    & .about .container .block .e7saa .box {
        width: 32%;
        height: 120px;
        background-color: rgb(215, 193, 103);
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-radius: 10px;
        padding: 20px 20px 0px;
        background-image: url("img/msar.png");
        background-size: 132%;
        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: 0px 0px 10px;
            font-size: 20px;
        }
    }

    & .about .container .block .e7saa .box h2 {
        font-size: 35px;
        margin: 0px;
        direction: ltr;
        color: rgb(255, 255, 255);
        padding: 0px;
        background-image: none;
    }

    & .about .container .block .e7saa .box span {
        color: rgb(255, 255, 255);
        text-align: center;
        padding: 0px;
    }

    & .prog {
        background-color: rgb(164, 164, 164);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
    }

    & .prog .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    & .tit {
        margin: 0px auto;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        text-align: center;
    }

    & .tit h2 {
        margin: 0px 0px 10px;
        color: rgb(179, 141, 65);
        font-size: 20px;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding: 0px;
        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: none;
    }

    & .tit h2: :after {
        content: "";
        display: none;
        width: 39px;
        height: 58px;
        background-image: url("img/hand2.png");
        background-size: 100% 100%;
    }

    & .tit h1 {
        color: rgba(255, 255, 255, 0.314);
        font-size: 36px;
        background: linear-gradient(145.55deg, rgb(255, 255, 255) 20.35%, rgba(255, 255, 255, 0) 128.73%) text;
    }

    & .tit h1 ~ h1 {
        background-image: none;
        background-position: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-color: initial;
        background-clip: inherit;
        color: rgb(39, 35, 23);
        text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px;
    }

    & .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: center top;
        background-size: 100% 100%;
        border-radius: 20px;
        color: rgb(175, 175, 175);
        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: 0px;
        left: 0px;
        transition: 0.5s;
        height: 42px;
        width: 42px;
        background-image: url("img/a.gif");
        background-size: 60% 60%;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: rgb(179, 141, 65);
        border-radius: 50%;
    }

    & .all-serv .serv-box .box a: hover {
        transition: 0.5s;
        transform: rotate(-135deg);
    }

    & .all-serv .serv-box .box i {
        background: rgb(255, 255, 255);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: 0px 0px 0px auto;
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        border: 1px solid rgb(179, 141, 65);
    }

    & .all-serv .serv-box .box img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        filter: sepia(1);
    }

    & .all-serv .serv-box .box h3 {
        color: rgb(255, 255, 255);
        font-size: 17px;
        margin: 0px 10px 0px auto;
        display: flex;
        width: 200px;
        line-height: initial;
    }

    & .all-serv .serv-box .box p {
        width: 100%;
        padding: 15px 0px 0px;
        margin: 0px;
        font-size: 15px;
        color: rgb(255, 255, 255);
    }

    & .prog .container > a {
        font-size: 18px;
        color: rgb(255, 255, 255);
        text-align: center;
        text-decoration: none;
        outline: none;
        height: 46px;
        padding: 0px 35px;
        margin: 5px auto 0px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        cursor: pointer;
        background: rgb(179, 141, 65);
        border: 1px solid rgb(200, 172, 83);
    }

    & .prog .container > a: hover {
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }

    & .how {
        background-image: url("img/net.png");
        background-repeat: repeat-x;
        background-position: center bottom;
        background-size: auto 50px;
    }

    & .how .container {
        display: flex;
        flex-flow: column wrap;
        background-image: url("img/logoo.png");
        background-repeat: no-repeat;
        background-position: left 60% top 45vh;
        align-items: center;
        align-content: center;
        color: rgb(255, 255, 255);
    }

    & .how .container > h1 {
        font-size: 36px;
        color: rgb(139, 112, 26);
        margin: 0px;
    }

    & .how .container > h1 ~ h1 {
        text-shadow: rgb(139, 112, 26) 0px 0px 4px;
        color: rgb(255, 255, 255);
        opacity: 0.7;
    }

    & .how .container > h1 ~ h1 ~ h1 {
        color: rgb(255, 255, 255);
        text-shadow: rgb(139, 112, 26) 0px 0px 4px;
        opacity: 0.3;
        margin: 0px 0px -50px;
    }

    @media (max-width: 769px) {
        & .how .container > h1 ~ h1 ~ h1 {
            margin: 0px;
        }
    }

    & .blockall {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        align-items: center;
        justify-content: center;
    }

    & .how .container .block {
        position: relative;
        padding: 20px 15px 0px;
        text-align: center;
    }

    & .how .container .block > img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 550px;
        margin: 0px auto;
        padding: 5px;
    }

    & .how .container .block span {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }

    & .how .container .block span img {
        height: 40px;
        width: auto;
    }

    & .how .container .block .span1 {
        position: absolute;
        left: 0px;
        transition: 10s;
        bottom: 3%;
    }

    & .how .container .block .span2 {
        position: absolute;
        right: 0px;
        transition: 10s;
        top: 36%;
    }

    & .how .container .block .box {
        padding: 10px 0px;
        margin: 0px 0px 40px;
    }

    & .how .container .block .box i {
        background-image: url("img/how.png");
        background-size: 100% 100%;
        width: 84px;
        height: 84px;
        margin: 0px auto 20px;
        display: flex;
    }

    & .how .container .block p {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 18px;
    }

    & .block-center {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
        position: relative;
    }

    & .say {
        background-color: rgb(244, 241, 230);
        position: relative;
        z-index: 9;
    }

    & .say .container {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 999;
    }

    & .say .container .tit h2 {
        color: rgb(0, 0, 0);
    }

    & .say .container .tit h1 {
        font-size: 36px;
        background-image: linear-gradient(145.55deg, rgb(0, 0, 0) 20.35%, rgba(0, 0, 0, 0) 128.73%);
        background-position: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-color: initial;
        background-clip: text !important;
    }

    & .say .container .tit h1 ~ h1 {
        color: rgb(244, 241, 230);
        text-shadow: rgba(0, 0, 0, 0.89) 0px 0px 2px;
        background: none;
    }

    & .say .container .item {
        padding: 10px;
    }

    & .say .container .item .box {
        color: rgb(0, 0, 0);
        padding: 25px;
        border-radius: 20px;
        display: flex;
        flex-flow: row-reverse wrap;
        position: relative;
        background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.17) 100%);
        align-items: center;
        justify-content: flex-start;
        min-height: 290px;
    }

    & .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 rgb(250, 238, 145);
        margin: 0px 0px 0px 10px;
    }

    & .say .container .item .box div {
        display: flex;
        flex-flow: column wrap;
        font-size: 12px;
    }

    & .say .container .item .box div h4 {
        color: rgb(0, 0, 0);
        margin: 0px 0px 5px;
        font-size: 20px;
    }

    & .say .container .item .box p {
        width: 100%;
        font-size: 15px;
        margin: 10px 0px 0px;
    }

    & .owl-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    & .owl-prev {
        width: 29px;
        height: 29px;
        background-color: rgb(179, 141, 65);
        border-radius: 50%;
        background-image: url("img/l.png");
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0px 5px;
        font-size: 0px;
    }

    & .owl-next {
        width: 29px;
        height: 29px;
        background-color: rgb(179, 141, 65);
        border-radius: 50%;
        font-size: 0px;
        background-image: url("img/r.png");
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0px 5px;
    }

    & .company {
        background-size: cover;
        margin: -10px 0px 0px;
        padding: 50px 10px 30px;
    }

    & .company .container {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        color: rgb(0, 0, 0);
    }

    & .company .container > .tt {
        font-size: 18px;
        margin: 0px 0px 15px;
    }

    & .company .container .owl-item {
        padding: 5px;
    }

    & .company .container .photo {
        background: rgb(255, 255, 255);
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        border-radius: 20px;
        width: 100%;
        height: 100px;
        align-items: center;
        justify-content: center;
        margin: 0px 0px 20px;
        border: 1px solid rgb(241, 241, 241);
    }

    & .company .container .photo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    & .blog {
        margin: -5px 0px 0px;
    }

    & .blog .container {
    }

    & .blog .container .post-box {
        padding: 10px;
        margin: 0px 0px 15px;
    }

    & .blog .container .post-box .box {
        background-image: url("img/post.png");
        background-position: center top;
        background-size: 100%;
        height: 330px;
        color: rgb(255, 255, 255);
        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: rgb(179, 141, 65);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-image: url("img/a.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 25px;
        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: 0px 0px 5px;
    }

    & .blog .container .post-box .box .cover p {
        font-size: 15px;
        opacity: 0.7;
        margin: 0px;
    }

    @media (min-width: 769px) {
        & .blog .container .post-slider {
            padding: 0px 50px;
        }

        & .blog .owl-prev {
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -25px;
            background-color: rgba(255, 255, 255, 0.08);
        }

        & .blog .owl-next {
            position: absolute;
            background-color: rgba(255, 255, 255, 0.08);
            right: 0px;
            top: 50%;
            margin-top: -25px;
        }
    }

    & .contact {
        background-color: rgb(255, 255, 255) !important;
        padding-bottom: 0px;
    }

    & .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: 0px 0px 30px;
        margin: 0px 0px 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 rgba(137, 90, 33, 0.13);
        height: 61px;
        width: 61px;
        border-radius: 50%;
        margin: 0px 0px 0px 15px;
        display: flex;
        padding: 6px;
        background: rgb(255, 255, 255);
        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: rgb(0, 0, 0);
        font-size: 18px;
        margin: 0px;
    }

    & .contact .container .contact-all .block .box p {
        width: 100%;
        padding: 20px 0px 0px;
        border-top: 1px solid rgba(64, 74, 61, 0.1);
        margin: 20px 0px 0px;
        color: rgb(102, 102, 102);
    }

    & .contact .container .contact-all .block .box i {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: rgb(70, 64, 45);
        background-image: url("img/a.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    & .contact .container .tit h1 ~ h1 {
        color: rgb(255, 255, 255);
    }

    & .block-all {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    & .block-all .blocks {
        padding: 0px 20px 30px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: flex-start;
    }

    & .block-all .blocks img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        margin: 30px 0px 0px;
    }

    & form {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0px;
    }

    & form p {
        margin: 0px;
        width: 100%;
    }

    & form label {
        float: right;
        background: rgb(255, 255, 255);
        padding: 0px 8px;
        margin: 10px 10px -11px 0px;
        position: relative;
        z-index: 9;
    }

    & form .wpcf7-form-control {
        width: 100%;
        min-height: 54px;
        border: 1px solid rgb(212, 212, 212);
        border-radius: 8px;
        outline: none;
        max-height: 120px;
        text-align: right;
        padding: 10px 15px 0px;
        color: rgb(0, 0, 0);
    }

    & .wpcf7-submit {
        font-size: 18px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        outline: none;
        height: 46px;
        margin: 5px auto 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: rgb(179, 141, 65);
        border: 1px solid rgb(200, 172, 83);
        padding: 0px 35px !important;
        border-radius: 50px !important;
        width: 150px !important;
        text-align: center !important;
    }

    & .user {
        background-image: url("img/user.svg");
        background-repeat: no-repeat;
        background-position: left 15px center;
        background-size: auto;
    }

    & .phone {
        background-image: url("img/mob.svg");
        background-repeat: no-repeat;
        background-position: left 15px center;
        background-size: auto;
    }

    & .email {
        background-image: url("img/at.svg");
        background-repeat: no-repeat;
        background-position: left 15px center;
        background-size: auto;
    }

    & footer {
        padding: 30px 10px 0px;
        background: rgb(0, 0, 0);
        position: relative;
        overflow: hidden;
    }

    & footer .container {
        display: flex;
        flex-wrap: wrap;
    }

    & footer .container .foot {
        padding: 15px 15px 25px;
        display: block;
        color: rgb(255, 255, 255);
    }

    & footer .container .foot h3 {
        color: rgb(179, 141, 65);
        margin: 0px 0px 20px;
        font-size: 20px;
        font-weight: 500;
    }

    & footer .container .foot ul {
        display: block;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    & footer .container .foot ul li a {
        padding: 2px 0px;
        display: inline-block;
        color: rgb(255, 255, 255);
        text-decoration: none;
        outline: none;
    }

    & footer .container .foot ul li a: hover {
        color: rgb(179, 141, 65);
    }

    & .copy {
        color: rgb(255, 255, 255);
        font-size: 14px;
        padding: 15px;
        text-align: center;
        width: 100%;
        border-top: 1px solid rgba(179, 141, 65, 0.44);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    & .copy a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        outline: none;
    }

    & footer .container .foot > img {
        height: 143px;
        width: auto;
        margin: 0px 0px 20px;
    }

    & footer .call {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: auto;
        height: 80px;
        background: rgb(255, 255, 255);
        border-radius: 0px 30px 0px 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0px 20px 0px 0px;
    }

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

    & footer .call a {
        font-size: 18px;
        color: rgb(255, 255, 255);
        text-align: center;
        text-decoration: none;
        outline: none;
        height: 46px;
        padding: 5px 35px 0px;
        margin: 0px auto;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        cursor: pointer;
        background: linear-gradient(88.09deg, rgb(250, 238, 145) -91.35%, rgb(179, 141, 65) 97.65%);
        box-shadow: rgba(255, 255, 255, 0.74) -4.15px 4.15px 4.15px 0px inset;
        border: 1px solid rgb(200, 172, 83);
    }

    & footer .call a: hover {
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }

    & .media {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0px;
    }

    @media (max-width: 769px) {
        & .copy {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }

    & .media > div {
        background: rgb(35, 31, 32);
        padding: 7px 10px;
        border-radius: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    & .media a {
        margin: 0px 2px;
        text-decoration: none;
        outline: none;
    }

    & .media a img {
        width: 33px;
        height: 33px;
        border-radius: 50%;
    }

    & .tel {
        padding: 0px 33px 0px 0px;
        margin: 0px 0px 10px;
        background-image: url("img/tel.svg");
        background-repeat: no-repeat;
        background-position: right center;
        direction: ltr;
    }

    & .mail {
        padding: 0px 33px 0px 0px;
        margin: 0px 0px 10px;
        background-image: url("img/mail.svg");
        direction: ltr;
        background-repeat: no-repeat;
        background-position: right center;
    }

    & .adress {
        padding: 0px 33px 0px 0px;
        direction: ltr;
        margin: 0px 0px 10px;
        background-image: url("img/map.svg");
        background-repeat: no-repeat;
        background-position: right center;
    }

    & form.mailpoet_form {
        position: relative;
        padding: 0px !important;
        background: none !important;
    }

    & .mailpoet_spacer {
        display: none !important;
    }

    & .mailpoet_submit {
        position: absolute;
        top: 4px;
        left: 5px;
        font-family: sky !important;
        font-size: 16px !important;
        padding: 11px 15px !important;
        background: rgb(179, 141, 65) !important;
        width: 110px !important;
    }

    & .mailpoet_text {
        font-family: sky !important;
        height: 55px !important;
    }

    & .head {
        background-color: rgb(164, 164, 164);
        padding: 150px 20px 60px;
        position: relative;
        background-image: url("img/head.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
    }

    & .head .container {
        display: flex;
        flex-wrap: wrap;
    }

    & .head .container .tit {
        color: rgb(255, 255, 255);
    }

    & .about-page {
        padding: 15px;
    }

    & .about-page .container {
        display: flex;
        flex-wrap: wrap;
    }

    & .about-page .container .block {
        padding: 15px;
        color: rgb(94, 98, 130);
    }

    & .about-page .container .block img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        margin: 0px 0px 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: rgb(0, 0, 0);
        flex-direction: column;
        align-items: flex-end;
        direction: ltr;
        position: relative;
        font-size: 16px;
        font-family: "sky bd";
        background-color: rgb(164, 164, 164);
        border-radius: 10px;
        margin: 10px 0px;
    }

    & .opcin span {
        color: rgb(255, 255, 255);
        font-family: sky;
        margin: 0px 0px -4px;
        display: block;
    }

    & .say .e7sa {
        padding: 0px;
        margin: 0px;
    }

    & .say .e7sa .container {
        background: none;
        color: rgb(178, 140, 65);
    }

    & .box-2 {
        background-image: url("img/mask.png") !important;
        color: rgb(105, 105, 105) !important;
    }

    & .box-3 {
        background-image: url("img/mask.png") !important;
        color: rgb(105, 105, 105) !important;
    }

    & .box-3 h3 {
        color: rgb(0, 0, 0) !important;
    }

    & .all-serv .serv-box .box-2 h3 {
        color: rgb(0, 0, 0);
    }

    & .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: rgba(179, 141, 65, 0.09);
        border: 1px solid rgba(179, 141, 65, 0.13);
        border-radius: 50px;
        font-size: 15px;
        display: flex;
        direction: rtl;
        float: right;
        padding: 10px 20px 0px;
    }

    & .a2a_kit {
        display: flex;
        font-size: 14px;
        flex-flow: row-reverse wrap;
    }

    & .a2a_kit a {
        font-size: 16px !important;
        color: rgb(0, 0, 0);
    }

    & .blog-all {
    }

    & .blog-all .container {
        display: flex;
        flex-wrap: wrap;
    }

    & .blog .container .post-box .box2 {
        background-image: url("img/post2.png");
        color: rgb(105, 105, 105);
        margin: 0px;
    }

    & .blog .container .post-box .box2 .cover h3 {
        color: rgb(0, 0, 0);
    }

    & .single {
        margin: -60px 0px 0px;
        padding-top: 0px !important;
    }

    & .single .container {
        display: flex;
        flex-wrap: wrap;
    }

    & .single .container img {
        max-width: 100%;
        width: auto;
        height: auto;
        border: 2px solid rgb(255, 255, 255);
        max-height: 400px;
        object-fit: cover;
    }

    & .single .container .dates {
        padding: 5px 0px;
        color: rgb(128, 128, 128);
        margin: 0px;
        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 0px 0px;
        margin: 0px 10px;
        color: rgb(128, 128, 128);
        display: flex;
        align-items: center;
    }

    & .single .container .dates .eye {
        background-image: url("img/eye.svg");
        background-position: right center;
        background-repeat: no-repeat;
        padding: 0px 30px 0px 0px;
        margin: 0px 10px;
        color: rgb(128, 128, 128);
    }

    & .wa {
        width: 60px;
        height: 60px;
        background-color: rgb(255, 255, 255);
        background-image: url("img/wa.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 60%;
        position: fixed;
        border-radius: 50%;
        left: 10px;
        bottom: 20px;
        z-index: 99;
        box-shadow: rgb(221, 221, 221) 0px 0px 10px;
    }

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

    & .owl-carousel {
        direction: ltr !important;
        position: relative;
    }
}

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

.hero .text .container h6 {
    color: rgb(179, 141, 65);
    background: rgb(255, 255, 255);
    padding: 4px 15px;
    border-radius: 50px;
    margin: 0px 0px 10px;
}

.hero .text .container h1 {
    font-size: 40px;
    margin: 0px 0px 20px;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
}

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

.hero .text .container a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 0px 35px;
    margin: 15px 0px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
    background: rgb(179, 141, 65);
}

.hero .text .container a:hover {
    background: rgb(255, 255, 255);
    color: rgb(201, 174, 85);
}

.hero .text .container .block {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    color: rgb(255, 255, 255);
}

.hero .text .container .block img {
    width: 80%;
    height: auto;
    margin: -50px auto 40px;
}

.hero .text .container .block .span11 {
    position: absolute;
    transition: 10s;
    left: 0px;
    z-index: 99;
    bottom: 0px;
    & img {
        width: 180px;
    }
}

.hero .text .container .block .span22 {
    position: absolute;
    transition: 10s;
    right: 0px;
    top: 0px;
    z-index: 99;
    display: none;
    & 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: 0px;
    }
}

.hero .text .container .block .video video {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    width: 250px;
    height: 180px;
    object-fit: cover;
    display: none;
}

.hero .text .container .block .video .play {
    background-color: rgb(179, 141, 65);
    color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: right -17px center;
    padding: 8px 20px;
    border-radius: 50px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-size: 13px;
    position: absolute;
    bottom: -6px;
    right: -10px;
    width: 160px;
}

.e7sa {
    position: relative;
    z-index: 9;
    margin: -100px 0px 0px;
    padding: 0px;
}

@media (max-width: 769px) {
    .e7sa {
        margin: -40px 0px 0px;
    }
}

.e7sa .container {
    display: flex;
    flex-flow: column wrap;
    background-size: cover;
    padding: 30px 25px;
    text-align: center;
    color: rgb(255, 255, 255);
    align-items: center;
    align-content: center;
    background-color: rgb(179, 141, 65);
    border-radius: 20px;
}

.e7sa .container h1 {
    color: rgb(131, 101, 41);
    font-size: 36px;
    margin: 0px 0px 10px;
}

.e7sa .container .blocks {
    display: flex;
    flex-wrap: wrap;
}

.e7sa .container .blocks .e7sa-box {
    padding: 5px;
}

.e7sa .container .blocks .e7sa-box .box {
    background: rgb(255, 255, 255);
    border-radius: 15px;
    border: 1px solid rgba(179, 141, 65, 0.27);
    padding: 20px;
    display: flex;
    color: rgb(116, 117, 130);
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    height: 100%;
}

.e7sa .container .blocks .e7sa-box .box img {
    width: 68px;
    height: 68px;
    margin: 0px 0px 15px;
    filter: sepia(1);
    background: rgb(179, 141, 65);
}

.e7sa .container .blocks .e7sa-box .box h4 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin: 0px 0px 10px;
    border-top: 1px solid rgb(237, 237, 237);
    padding: 15px 0px 0px;
}

.about {
    background-repeat: no-repeat;
    background-position: left -30% top;
    background-size: 67%;
    padding: 0px 15px;
}

.about .container {
    display: flex;
    flex-flow: wrap;
    min-height: 500px;
    align-items: center;
}

.about .container .block {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about .container .block h2 {
    color: rgb(0, 0, 0);
    font-size: 26px;
    padding: 0px 0px 10px;
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
    margin: 0px 0px 2px;
}

.about .container .block h1 {
    color: rgb(179, 141, 65);
    font-size: 30px;
    margin: 0px 0px 15px;
}

.about-icon {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 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 rgb(179, 141, 65);
    border-radius: 10px;
    margin: 0px 0px 10px 10px;
    padding: 5px;
    flex-wrap: wrap;
}

.about-icon .about-box i img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    filter: sepia(1);
}

.about-icon .about-box h4 {
    color: rgb(0, 0, 0);
    margin: 0px;
    font-size: 17px;
}

.about .container .block .p {
    color: rgb(94, 98, 130);
}

.about .container .block a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 0px 35px;
    margin: 5px 0px 0px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
    background: rgb(179, 141, 65);
    border: 1px solid rgb(200, 172, 83);
}

.about .container .block a:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.about .container .block video {
    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 0px 0px;
}

.about .container .block .e7saa .box {
    width: 32%;
    height: 120px;
    background-color: rgb(215, 193, 103);
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    padding: 20px 20px 0px;
    background-image: url("img/msar.png");
    background-size: 132%;
    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: 0px 0px 10px;
        font-size: 20px;
    }
}

.about .container .block .e7saa .box:first-child {
    background-color: rgb(55, 51, 40);
}

.about .container .block .e7saa .box:last-child {
    background-color: rgb(55, 51, 40);
}

.about .container .block .e7saa .box h2 {
    font-size: 35px;
    margin: 0px;
    direction: ltr;
    color: rgb(255, 255, 255);
    padding: 0px;
    background-image: none;
}

.about .container .block .e7saa .box span {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0px;
}

.prog {
    background-color: rgb(164, 164, 164);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.prog .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tit {
    margin: 0px auto;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    text-align: center;
}

.tit h2 {
    margin: 0px 0px 10px;
    color: rgb(179, 141, 65);
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0px;
    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: none;
}

.tit h2::after {
    content: "";
    display: none;
    width: 39px;
    height: 58px;
    background-image: url("img/hand2.png");
    background-size: 100% 100%;
}

.tit h1 {
    color: rgba(255, 255, 255, 0.314);
    font-size: 36px;
    background: linear-gradient(145.55deg, rgb(255, 255, 255) 20.35%, rgba(255, 255, 255, 0) 128.73%) text;
}

.tit h1 ~ h1 {
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-color: initial;
    background-clip: inherit;
    color: rgb(39, 35, 23);
    text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px;
}

.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: center top;
    background-size: 100% 100%;
    border-radius: 20px;
    color: rgb(175, 175, 175);
    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: 0px;
    left: 0px;
    transition: 0.5s;
    height: 42px;
    width: 42px;
    background-image: url("img/a.gif");
    background-size: 60% 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(179, 141, 65);
    border-radius: 50%;
}

.all-serv .serv-box .box a:hover {
    transition: 0.5s;
    transform: rotate(-135deg);
}

.all-serv .serv-box .box i {
    background: rgb(255, 255, 255);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0px 0px 0px auto;
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(179, 141, 65);
}

.all-serv .serv-box .box img {
    max-width: 100%;
    max-height: 100%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.all-serv .serv-box .box h3 {
    color: rgb(255, 255, 255);
    font-size: 17px;
    margin: 0px 10px 0px auto;
    display: flex;
    width: 200px;
    line-height: initial;
}

.all-serv .serv-box .box p {
    width: 100%;
    padding: 15px 0px 0px;
    margin: 0px;
    font-size: 15px;
    color: rgb(255, 255, 255);
}

.prog .container > a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 0px 35px;
    margin: 5px auto 0px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
    background: rgb(179, 141, 65);
    border: 1px solid rgb(200, 172, 83);
}

.prog .container > a:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.how {
    background-image: url("img/net.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 50px;
}

.how .container {
    display: flex;
    flex-flow: column wrap;
    background-image: url("img/logoo.png");
    background-repeat: no-repeat;
    background-position: left 60% top 45vh;
    align-items: center;
    align-content: center;
    color: rgb(255, 255, 255);
}

.how .container > h1 {
    font-size: 36px;
    color: rgb(139, 112, 26);
    margin: 0px;
}

.how .container > h1 ~ h1 {
    text-shadow: rgb(139, 112, 26) 0px 0px 4px;
    color: rgb(255, 255, 255);
    opacity: 0.7;
}

.how .container > h1 ~ h1 ~ h1 {
    color: rgb(255, 255, 255);
    text-shadow: rgb(139, 112, 26) 0px 0px 4px;
    opacity: 0.3;
    margin: 0px 0px -50px;
}

@media (max-width: 769px) {
    .how .container > h1 ~ h1 ~ h1 {
        margin: 0px;
    }
}

.blockall {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    align-items: center;
    justify-content: center;
}

.how .container .block {
    position: relative;
    padding: 20px 15px 0px;
    text-align: center;
}

.how .container .block > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 550px;
    margin: 0px auto;
    padding: 5px;
}

.how .container .block span {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.how .container .block span img {
    height: 40px;
    width: auto;
}

.how .container .block .span1 {
    position: absolute;
    left: 0px;
    transition: 10s;
    bottom: 3%;
}

.how .container .block .span2 {
    position: absolute;
    right: 0px;
    transition: 10s;
    top: 36%;
}

.how .container .block .box {
    padding: 10px 0px;
    margin: 0px 0px 40px;
}

.how .container .block .box i {
    width: auto;
    height: 400px;
    margin: 0px auto 20px;
    display: flex;
    overflow: hidden;
    border: 1px solid rgb(178, 140, 65);
    border-radius: 20px !important;
}

.how .container .block p {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.block-center {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    position: relative;
}

.say {
    background-color: rgb(244, 241, 230);
    position: relative;
    z-index: 9;
}

.say::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("img/lll.png");
    background-repeat: no-repeat;
    background-position: left top 5%;
    background-size: 50%;
}

.say::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url("img/rrr.png");
    background-repeat: no-repeat;
    background-position: right top 5%;
    background-size: 50%;
}

.say .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
}

.say .container .tit h2 {
    color: rgb(0, 0, 0);
}

.say .container .tit h1 {
    font-size: 36px;
    background-image: linear-gradient(145.55deg, rgb(0, 0, 0) 20.35%, rgba(0, 0, 0, 0) 128.73%);
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-color: initial;
    background-clip: text !important;
}

.say .container .tit h1 ~ h1 {
    color: rgb(244, 241, 230);
    text-shadow: rgba(0, 0, 0, 0.89) 0px 0px 2px;
    background: none;
}

.say .container .item {
    padding: 10px;
}

.say .container .item .box {
    color: rgb(0, 0, 0);
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-flow: row-reverse wrap;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.17) 100%);
    align-items: center;
    justify-content: flex-start;
    min-height: 290px;
}

.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 rgb(250, 238, 145);
    margin: 0px 0px 0px 10px;
}

.say .container .item .box div {
    display: flex;
    flex-flow: column wrap;
    font-size: 12px;
}

.say .container .item .box div h4 {
    color: rgb(0, 0, 0);
    margin: 0px 0px 5px;
    font-size: 20px;
}

.say .container .item .box p {
    width: 100%;
    font-size: 15px;
    margin: 10px 0px 0px;
}

.owl-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.owl-prev {
    width: 29px;
    height: 29px;
    background-color: rgb(179, 141, 65);
    border-radius: 50%;
    background-image: url("img/l.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px 5px;
    font-size: 0px;
}

.owl-next {
    width: 29px;
    height: 29px;
    background-color: rgb(179, 141, 65);
    border-radius: 50%;
    font-size: 0px;
    background-image: url("img/r.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px 5px;
}

.company {
    background-size: cover;
    margin: -10px 0px 0px;
    padding: 50px 10px 30px;
}

.company .container {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    color: rgb(0, 0, 0);
}

.company .container > .tt {
    font-size: 18px;
    margin: 0px 0px 15px;
}

.company .container .owl-item {
    padding: 5px;
}

.company .container .photo {
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px;
    border: 1px solid rgb(241, 241, 241);
}

.company .container .photo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.blog {
    margin: -5px 0px 0px;
}

.blog .container {
}

.blog .container .post-box {
    padding: 10px;
    margin: 0px 0px 15px;
}

.blog .container .post-box .box {
    background-image: url("img/post.png");
    background-position: center top;
    background-size: 100%;
    height: 330px;
    color: rgb(255, 255, 255);
    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: rgb(179, 141, 65);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url("img/a.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    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: 0px 0px 5px;
}

.blog .container .post-box .box .cover p {
    font-size: 15px;
    opacity: 0.7;
    margin: 0px;
}

@media (min-width: 769px) {
    .blog .container .post-slider {
        padding: 0px 50px;
    }

    .blog .owl-prev {
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -25px;
        background-color: rgba(255, 255, 255, 0.08);
    }

    .blog .owl-next {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.08);
        right: 0px;
        top: 50%;
        margin-top: -25px;
    }
}

.contact {
    background-color: rgb(255, 255, 255) !important;
    padding-bottom: 0px;
}

.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: 0px 0px 30px;
    margin: 0px 0px 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 rgba(137, 90, 33, 0.13);
    height: 61px;
    width: 61px;
    border-radius: 50%;
    margin: 0px 0px 0px 15px;
    display: flex;
    padding: 6px;
    background: rgb(255, 255, 255);
    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: rgb(0, 0, 0);
    font-size: 18px;
    margin: 0px;
}

.contact .container .contact-all .block .box p {
    width: 100%;
    padding: 20px 0px 0px;
    border-top: 1px solid rgba(64, 74, 61, 0.1);
    margin: 20px 0px 0px;
    color: rgb(102, 102, 102);
}

.contact .container .contact-all .block .box i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgb(70, 64, 45);
    background-image: url("img/a.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.contact .container .tit h1 ~ h1 {
    color: rgb(255, 255, 255);
}

.block-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.block-all .blocks {
    padding: 0px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
}

.block-all .blocks img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 30px 0px 0px;
}

form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
}

form p {
    margin: 0px;
    width: 100%;
}

form label {
    float: right;
    background: rgb(255, 255, 255);
    padding: 0px 8px;
    margin: 10px 10px -11px 0px;
    position: relative;
    z-index: 9;
}

form .wpcf7-form-control {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgb(212, 212, 212);
    border-radius: 8px;
    outline: none;
    max-height: 120px;
    text-align: right;
    padding: 10px 15px 0px;
    color: rgb(0, 0, 0);
}

.wpcf7-submit {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
    height: 46px;
    margin: 5px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgb(179, 141, 65);
    border: 1px solid rgb(200, 172, 83);
    padding: 0px 35px !important;
    border-radius: 50px !important;
    width: 150px !important;
    text-align: center !important;
}

.wpcf7-submit:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.user {
    background-image: url("img/user.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: auto;
}

.phone {
    background-image: url("img/mob.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: auto;
}

.email {
    background-image: url("img/at.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: auto;
}

footer {
    padding: 30px 10px 0px;
    background: rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
}

footer .container .foot {
    padding: 15px 15px 25px;
    display: block;
    color: rgb(255, 255, 255);
}

footer .container .foot h3 {
    color: rgb(179, 141, 65);
    margin: 0px 0px 20px;
    font-size: 20px;
    font-weight: 500;
}

footer .container .foot ul {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer .container .foot ul li a {
    padding: 2px 0px;
    display: inline-block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
}

footer .container .foot ul li a:hover {
    color: rgb(179, 141, 65);
}

.copy {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 15px;
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(179, 141, 65, 0.44);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
}

footer .container .foot > img {
    height: 143px;
    width: auto;
    margin: 0px 0px 20px;
}

footer .call {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: auto;
    height: 80px;
    background: rgb(255, 255, 255);
    border-radius: 0px 30px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px 20px 0px 0px;
}

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

footer .call a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 5px 35px 0px;
    margin: 0px auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
    background: linear-gradient(88.09deg, rgb(250, 238, 145) -91.35%, rgb(179, 141, 65) 97.65%);
    box-shadow: rgba(255, 255, 255, 0.74) -4.15px 4.15px 4.15px 0px inset;
    border: 1px solid rgb(200, 172, 83);
}

footer .call a:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.media {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px;
}

@media (max-width: 769px) {
    .copy {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.media > div {
    background: rgb(35, 31, 32);
    padding: 7px 10px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
}

.media a {
    margin: 0px 2px;
    text-decoration: none;
    outline: none;
}

.media a img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.tel {
    padding: 0px 33px 0px 0px;
    margin: 0px 0px 10px;
    background-image: url("img/tel.svg");
    background-repeat: no-repeat;
    background-position: right center;
    direction: ltr;
}

.mail {
    padding: 0px 33px 0px 0px;
    margin: 0px 0px 10px;
    background-image: url("img/mail.svg");
    direction: ltr;
    background-repeat: no-repeat;
    background-position: right center;
}

.adress {
    padding: 0px 33px 0px 0px;
    direction: ltr;
    margin: 0px 0px 10px;
    background-image: url("img/map.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

form.mailpoet_form {
    position: relative;
    padding: 0px !important;
    background: none !important;
}

.mailpoet_spacer {
    display: none !important;
}

.mailpoet_submit {
    position: absolute;
    top: 4px;
    left: 5px;
    font-family: sky !important;
    font-size: 16px !important;
    padding: 11px 15px !important;
    background: rgb(179, 141, 65) !important;
    width: 110px !important;
}

.mailpoet_text {
    font-family: sky !important;
    height: 55px !important;
}

.head {
    background-color: rgb(164, 164, 164);
    padding: 150px 20px 60px;
    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: 0px;
    left: 0px;
    right: 0px;
    height: 59px;
    background-image: url("img/hed2.png");
    background-repeat: repeat-x;
    opacity: 0.5;
    display: none;
}

.head .container {
    display: flex;
    flex-wrap: wrap;
}

.head .container .tit {
    color: rgb(255, 255, 255);
}

.about-page {
    padding: 15px;
}

.about-page .container {
    display: flex;
    flex-wrap: wrap;
}

.about-page .container .block {
    padding: 15px;
    color: rgb(94, 98, 130);
}

.about-page .container .block img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0px 0px 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: rgb(0, 0, 0);
    flex-direction: column;
    align-items: flex-end;
    direction: ltr;
    position: relative;
    font-size: 16px;
    font-family: "sky bd";
    background-color: rgb(164, 164, 164);
    border-radius: 10px;
    margin: 10px 0px;
}

.opcin span {
    color: rgb(255, 255, 255);
    font-family: sky;
    margin: 0px 0px -4px;
    display: block;
}

.say .e7sa {
    padding: 0px;
    margin: 0px;
}

.say .e7sa .container {
    background: none;
    color: rgb(178, 140, 65);
}

.box-2 {
    background-image: url("img/mask.png") !important;
    color: rgb(105, 105, 105) !important;
}

.box-3 {
    background-image: url("img/mask.png") !important;
    color: rgb(105, 105, 105) !important;
}

.box-3 h3 {
    color: rgb(0, 0, 0) !important;
}

.all-serv .serv-box .box-2 h3 {
    color: rgb(0, 0, 0);
}

.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: rgba(179, 141, 65, 0.09);
    border: 1px solid rgba(179, 141, 65, 0.13);
    border-radius: 50px;
    font-size: 15px;
    display: flex;
    direction: rtl;
    float: right;
    padding: 10px 20px 0px;
}

.a2a_kit {
    display: flex;
    font-size: 14px;
    flex-flow: row-reverse wrap;
}

.a2a_kit a {
    font-size: 16px !important;
    color: rgb(0, 0, 0);
}

.blog-all {
}

.blog-all .container {
    display: flex;
    flex-wrap: wrap;
}

.blog .container .post-box .box2 {
    background-image: url("img/post2.png");
    color: rgb(105, 105, 105);
    margin: 0px;
}

.blog .container .post-box .box2 .cover h3 {
    color: rgb(0, 0, 0);
}

.single {
    margin: -60px 0px 0px;
    padding-top: 0px !important;
}

.single .container {
    display: flex;
    flex-wrap: wrap;
}

.single .container img {
    max-width: 100%;
    width: auto;
    height: auto;
    border: 2px solid rgb(255, 255, 255);
    max-height: 400px;
    object-fit: cover;
}

.single .container .dates {
    padding: 5px 0px;
    color: rgb(128, 128, 128);
    margin: 0px;
    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 0px 0px;
    margin: 0px 10px;
    color: rgb(128, 128, 128);
    display: flex;
    align-items: center;
}

.single .container .dates .eye {
    background-image: url("img/eye.svg");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 30px 0px 0px;
    margin: 0px 10px;
    color: rgb(128, 128, 128);
}

.wa {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255);
    background-image: url("img/wa.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    position: fixed;
    border-radius: 50%;
    left: 10px;
    bottom: 20px;
    z-index: 99;
    box-shadow: rgb(221, 221, 221) 0px 0px 10px;
}

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

.owl-carousel {
    direction: ltr !important;
    position: relative;
}
