.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")
}

body {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: sky;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    direction: ltr;
    background: #262622;
}

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


/*  */

.top {
    background: #9BB935;
    min-height: 38px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    position: relative;
}

.top .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.top .container .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 769px) {
    .top .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .top .container .box2 {
        display: none;
    }
}

.top .container .box ul {
    background-image: url("img/lang.png");
    background-repeat: no-repeat;
    background-position: left 2px;
    margin: 2px 10px 0 0;
    padding: 0 9px 0 23px;
    list-style: none;
    border-right: 1px solid #fff;
    height: 20px;
}

.top .container .box ul li {
    margin: 0;
    padding: 0;
}

.top .container .box ul li a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.top .container .box ul li a:hover {
    color: #000;
}

.top .container .box .link {
    color: #9BB935;
    margin: 0 4px;
    font-size: 17px;
    text-decoration: none;
    outline: none;
    padding: 0;
    height: 24px;
    min-width: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0;
}

.top .container .box .link:hover {
    color: #000;
}

.top .container .box .mailto {
    background-image: url("img/mail.png");
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
    padding: 4px 25px 0 0;
}

.top .container .box .mailto:hover {
    color: #000;
}


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

header {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    margin: 0;
    min-height: 98px;
}

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

header .container img {
    width: auto;
    height: 78px;
    position: relative;
}

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

header .container ul.topnav {
    list-style: none;
    display: flex;
    padding: 0 20px;
    margin: 0;
    background: #35352F94;
    border-radius: 40px;
}

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

header .container ul.topnav li.menu-item-has-children>a {
    padding-right: 20px;
    background-image: url("img/child.png");
    background-repeat: no-repeat;
    background-position: right center;
}

header .container ul.topnav li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    padding: 0 15px;
    text-decoration: none;
    outline: none;
    height: 60px;
    align-items: center;
}

header .container ul.topnav ul {
    position: absolute;
    top: 95%;
    left: 20px;
    width: 220px;
    background-image: url("img/ul2.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 20px;
    display: none;
    background-color: #35352fed;
    z-index: 999;
    flex-direction: column;
    list-style: none;
    margin: 0;
}

header .container ul.topnav li:hover ul {
    display: flex;
}

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

header .container ul.topnav ul li a {
    padding: 7px 0;
    margin: 0;
    height: auto;
    font-size: 14px;
}


/*  */

header .container ul.topnav li a:hover,
header .container ul.topnav li.current-menu-item a {
    color: #9BB935;
}

header .container .box {
    display: flex;
    flex-wrap: wrap;
    min-width: 120px;
    justify-content: flex-end;
    align-items: center;
}

header .container .box ul {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
}


/* header .container .box ul li {} */

header .container .box ul li a {
    text-decoration: none;
    outline: none;
    background: #9BB93526;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0 0;
}

header .container .box ul li a:hover {
    background: #9BB935;
}

header .bar {
    display: none;
}

@media (max-width: 769px) {
    header .container ul.topnav {
        position: fixed;
        top: 0;
        left: -350px;
        height: 100vh;
        width: 300px;
        display: flex;
        padding: 50px 40px;
        flex-direction: column;
        justify-content: center;
        z-index: 9999;
        transition: all 0.5s ease 0s;
        background: #0f0f0d;
        border-radius: 0;
    }
    .open {
        transition: all 0.5s ease 0s;
        left: 0 !important;
    }
    header .container ul.topnav li {
        position: relative;
    }
    header .container ul.topnav li a {
        padding: 20px 0;
        height: auto;
        display: flex;
        border-bottom: 1px solid #ffffff1f;
        font-size: 17px;
    }
    header .container ul.topnav ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        /* background-image: url("img/ul.png"); */
        background-repeat: no-repeat;
        background-position: top left;
        padding: 20px;
        display: none;
        background-color: #35352F94;
        z-index: 999;
        flex-direction: column;
        list-style: none;
        margin: 0;
    }
    header .container ul.topnav li:hover ul {
        display: flex;
    }
    header .bar {
        width: 30px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        position: relative;
    }
    header .bar::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 1px;
        background: #ffffff;
        transition: all 0.2s ease 0s;
    }
    header .bar::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        height: 1px;
        background: #ffffff;
        transition: all 0.2s ease 0s;
    }
    header .bar i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        margin-top: -1px;
    }
    header .bar i::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ffffff;
        transition: all 0.5s ease 0s;
    }
    header .bar i::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ffffff;
        transition: all 0.5s ease 0s;
    }
    header .bar.on::before {
        width: 0;
        transition: all 0.2s ease 0s;
    }
    header .bar.on::after {
        width: 0;
        transition: all 0.2s ease 0s;
    }
    header .bar.on i::before {
        transform: rotate(50deg);
        transition: all 0.5s ease 0s;
    }
    header .bar.on i::after {
        transform: rotate(-50deg);
        transition: all 0.5s ease 0s;
    }
}


/* slider-all */

.slider-all {
    position: relative;
    padding: 0;
    margin: -100px 0 0;
}

.slider-all .slider {
    padding: 0;
}

.slider-all .slider img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.slider-all .cover {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.slider-all .cover .container {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px !important;
}

.slider-all .cover .container h1 {
    background: #9BB93563;
    margin: 0 0 30px;
    font-size: 35px;
    padding: 10px 30px;
    border-radius: 50px;
}

@media (max-width: 769px) {
    .slider-all .cover .container h1 {
        margin: 40px 0 15px;
        font-size: 22px;
        padding: 5px 20px;
        border-radius: 30px;
    }
}

.slider-all .cover .container p {
    font-size: 17px;
    margin: 0 0 20px;
    max-width: 900px;
}

.slider-all .cover .container .click {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.slider-all .cover .container .click a {
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #9BB935;
    background-image: url("img/more2.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 12px 60px 12px 20px;
    border-radius: 0 25px;
    margin: 5px;
    text-align: left;
}

.slider-all .cover .container .click a:hover {
    background-color: #262622;
}

.slider-all .cover .container .click .vid {
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease 0s;
    color: #35352F;
    background-color: #fff;
    background-image: url("img/play.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 12px 60px 12px 20px;
    border-radius: 0 25px;
    margin: 5px;
    cursor: pointer;
}

.slider-all .cover .container .click .vid:hover {
    transition: all 0.5s ease 0s;
    color: #9BB935;
}

@media (max-width: 769px) {
    .slider-all .cover .container .click a {
        background-position: right 15px center;
        padding: 12px 50px 12px 20px;
        font-size: 15px;
    }
    .slider-all .cover .container .click .vid {
        background-position: right 15px center;
        padding: 12px 50px 12px 20px;
        font-size: 15px;
    }
}

.slider-all .owl-pagination {
    display: flex;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    z-index: 99;
    justify-content: center;
    align-items: flex-end;
}

.slider-all .owl-pagination .owl-page {
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 0 5px;
}

@media (max-width: 769px) {
    .slider-all .owl-pagination .owl-page {
        width: 30px;
    }
}

.slider-all .owl-pagination .owl-page.active {
    background: #9BB935;
}


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

section {
    padding: 50px 10px;
    clear: both;
}

.step {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.step .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.step .container h2 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 29px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.step .container h2:after {
    content: "";
    width: 60px;
    height: 34px;
    background-image: url("img/le.png");
    background-size: 100%;
    display: inline-block;
    margin: 0 5px;
    background-repeat: no-repeat;
}

.step .container h2::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 34px;
    background-image: url("img/ri.png");
    background-size: 100%;
    margin: 0 5px;
    background-repeat: no-repeat;
}

.step .container>p {
    margin: 0 0 20px;
}

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

.step .container .all-step .items {
    padding: 20px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
}

.step .container .all-step .items img {
    width: auto;
    height: auto;
}

.step .container .all-step .items h4 {
    color: #9BB935;
    margin: 20px 0;
    font-size: 18px;
}

.step .container .all-step .items p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.step .container .all-step .items span {
    width: 140px;
    height: 50px;
    background-image: url("img/next.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 75px;
    right: -70px;
}

.step .container .all-step .items:last-child span {
    display: none;
}

@media (max-width: 769px) {
    .step .container .all-step .items span {
        display: none;
    }
}


/*  */

.about {
    padding: 40px 0;
}

.about .container {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    background: #35352F;
    border-radius: 50px 0;
}

.about .container .block {
    padding: 10px 15px;
}

.about .container .block-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.about .container .block-text h4 {
    color: #9BB935;
    margin: 0 0 20px;
}

.about .container .block-text h4::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 20px;
    background-image: url("img/ri.png");
    background-size: 100%;
    margin: 0 5px;
}

.about .container .block-text h2 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #FFFFFF;
    line-height: 1.5;
}

@media (max-width: 769px) {
    .about .container .block-text h2 {
        font-size: 22px;
        line-height: 1.4;
    }
}

.about .container .block-text a {
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #9BB935;
    background-image: url("img/more2.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 12px 60px 12px 30px;
    border-radius: 0 25px;
    margin: 10px 0 0;
    display: inline-block;
}

.about .container .block-text a:hover {
    background-color: #313424;
}

.about .container .block img {
    width: 46%;
    height: auto;
    border-radius: 20px;
    float: right;
    margin: 2%;
    box-shadow: -4px 10px 30px 0px #9BB93521;
}

.about .container .block img:first-child {
    height: auto;
}

.serv-slid {
    margin: 0 auto;
    max-width: 1000px;
    display: block;
}

.serv-box {
    padding: 20px;
}

.serv-box .img {
    background: #9BB935;
    border-radius: 15px;
    padding: 0 0 7px 5px;
    display: flex;
    margin: 0 0 15px;
}

.serv-box .img img {
    width: 100%;
    border-radius: 15px;
    height: 200px;
    margin: -5px -5px 0 0;
    display: flex;
    object-fit: cover;
}

.serv-box h4 {
    color: #9BB935;
    margin: 0 0 0;
    font-size: 18px;
    text-align: center;
}

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

.owl-buttons .owl-prev {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    font-size: 0;
    background-image: url("img/v.png");
    background-size: 100% 100%;
    margin: 5px;
}

.owl-buttons .owl-next {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    font-size: 0;
    background-image: url("img/n.png");
    background-size: 100% 100%;
    margin: 5px;
}

.line {
    height: 2px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    clear: both;
    background: linear-gradient(270deg, rgba(39, 40, 34, 0) 0%, #9BB935 50%, rgba(38, 38, 34, 0) 100%);
}


/* vid2 */

.vid2 {
    position: relative;
    padding: 40px 20px;
}

.vid2::after {
    content: "";
    position: absolute;
    top: 150px;
    right: 0;
    bottom: 50px;
    width: 10%;
    height: auto;
    background-image: url("img/vid.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.vid2::before {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    bottom: 50px;
    width: 10%;
    height: auto;
    background-image: url("img/vid.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.vid2 .container {
    position: relative;
    z-index: 6;
}

.vid2 .container video {
    width: 100%;
    max-width: 800px;
    height: 450px;
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
    display: block;
}

@media (max-width: 769px) {
    .vid2 .container video {
        max-width: 400px;
        height: 225px;
    }
}

.count {
    background: #9BB935;
    color: #fff;
    padding: 20px 30px 15px;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-between;
    direction: rtl;
    flex-direction: row-reverse;
}

.count .boxx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 180px;
    padding: 5px 0;
    position: relative;
    font-size: 14px;
}

.count .boxx::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #fff;
}

.count .boxx:last-child:after {
    display: none;
}

@media (max-width: 769px) {
    .count .boxx {
        min-width: 130px;
        margin: 10px 0;
        width: 50%;
        text-align: center;
    }
    .count .boxx::after {
        display: none;
    }
}

.count .boxx h1 {
    font-size: 40px;
    margin: 0;
    color: #35352F;
}

.count .boxx p {
    color: #fff;
    margin: 0 0 0;
}


/* map */

.map .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background: #35352F;
    border-radius: 50px 0;
    padding: 30px;
    max-width: 1100px !important;
}

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


/* =contact */

.contact .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.blocks {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 20px auto 0;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.blocks .block {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.wpcf7 {
    width: 100%;
}

.blocks .block .wpcf7-form-control {
    width: 100%;
    min-height: 60px;
    max-height: 150px;
    background: #31312d;
    border: 1.02px solid #F3F3F31A;
    box-shadow: 0px 4.1px 5.12px 0px #00000008;
    border-radius: 10px;
    margin: 0 0 10px;
    text-align: left;
    color: #fff;
    padding: 10px 15px 0 15px;
}

.blocks .block .wpcf7-form-control.wpcf7-submit {
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #9BB935;
    background-image: url(img/more2.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 12px 60px 12px 40px;
    border-radius: 0 25px;
    margin: 10px 0 0;
    display: inline-block;
    width: 145px;
    box-shadow: 0px 5.5px 48.14px 0px #9BB93533;
    float: left;
}

.blocks .block .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #323523;
}

.blocks .block h3 {
    color: #fff;
    margin: 84px 0 20px;
    font-size: 24px;
    width: 100%;
}

@media (max-width: 769px) {
    .blocks .block h3 {
        margin: 30px 0 20px;
    }
}

.blocks .block .boxs {
    position: relative;
    padding: 0 0 0 75px;
    min-height: 70px;
    color: #fff;
    display: flex;
    background-size: 69px 69px;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #323523;
    border-radius: 10px;
    margin: 0 0 10px;
    flex-direction: column;
    justify-content: center;
}

.blocks .block .boxs span {
    font-size: 18px;
    margin: 0;
    display: block;
    color: #9bb935;
}

.blocks .block .boxs p {
    margin: 0;
    direction: rtl;
    font-size: 13px;
}

.blocks .block .box1 {
    background-image: url("img/11.png");
}

.blocks .block .box2 {
    background-image: url("img/22.png");
}

.blocks .block .box3 {
    background-image: url("img/33.png");
}


/* mails */

.mails {
    margin: 0px 0 -110px;
    position: relative;
    z-index: 20;
}

.mails .container {
    background: #9BB935;
    padding: 0;
    border-radius: 20px;
    max-width: 850px !important;
    display: flex;
    flex-wrap: wrap;
}

.mails .container .block {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 150px auto;
}

.mails .container .block2 {
    width: 100%;
    height: auto;
    min-height: 110px;
    padding: 10px 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70px auto;
    display: flex;
    color: #fff;
    align-items: center;
    flex-wrap: wrap;
}

.mails .container .block2 .box {
    padding: 10px 15px;
}

.mails .container .block2 .box h3 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #35352F;
}

.mails .container .block2 .box p {
    margin: 0;
}

.mails .container .block2 .box form {
    position: relative;
    padding: 0 !important;
    margin: 15px 0 0;
}

.mailpoet_spacer {
    display: none !important;
}

.mails .container .block2 .box form .mailpoet_text {
    background: #FFFFFF2B !important;
    border: 2px solid #FFFFFF42 !important;
    color: #fff !important;
    font-family: sky !important;
}

.mails .container .block2 .box form .mailpoet_submit {
    background-image: url("img/go.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 70px !important;
    height: 55px !important;
    position: absolute;
    top: 2px;
    right: 0px;
    background-color: initial !important;
    border: none !important;
}

.mails *::placeholder {
    /* Edge 12 -18 */
    color: #fff !important;
}


/*  */

footer {
    background: #35352F;
    padding: 100px 15px 0;
}

footer .container {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px !important;
    align-items: center;
    flex-direction: column;
}

footer .container .foot {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

footer .container .foot img {
    width: auto;
    height: auto;
    margin: 0 0 15px;
}

footer .container .foot p {
    margin: 0 0 10px;
    color: #fff;
    display: block;
    max-width: 600px;
    direction: ltr;
}

footer .container .foot a {
    display: inline-flex;
    margin: 0 0 10px;
    min-width: 170px;
}

footer .container .foot a.tel i {
    background-image: url("img/tel.gif");
    background-size: 65%;
    background-position: center 6px;
}

footer .container .foot a p {
    margin: 0;
    color: #fff;
    direction: rtl;
}


/*  */

.copy {
    border-top: 1px solid #FFFFFF1A;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.copy span {
    color: #fff;
}

.copy span a {
    color: #9BB935;
    text-decoration: none;
    outline: none;
}

.copy span a:hover {
    color: #fff;
}

.copy ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.copy ul li {
    list-style: none;
}

.copy ul li a {
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 5px 10px;
}

.copy ul li a:hover {
    color: #9BB935;
}

@media (max-width: 769px) {
    .copy ul {
        width: 100%;
    }
    .copy span {
        width: 100%;
        text-align: center;
        margin: 10px 0 0;
    }
}


/*  */

.about-page {
    padding: 40px 20px;
}

.about-page .container {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}

.about-page .container h1 {
    font-size: 26px;
    margin: 0 0 15px;
    width: 100%;
    max-width: 570px;
}

.about-page .container p {
    width: 100%;
    max-width: 600px;
}

.about-page .container img {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block;
    border-radius: 50px 0;
}


/*  */

.counts {
    padding: 0 20px;
}

.counts .container .count {
    border-radius: 20px;
}


/* about-vid */

.about-vid .container {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    background: none;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 15px;
}

.about-img .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
}

.about-vid .container .block {
    padding: 25px;
}

.about-vid .container .block video {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.about-vid .container .block img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    box-shadow: none;
}

.about-vid .container .block h3 {
    margin: 0 0 20px;
    font-size: 22px;
}

.about-vid .container .block p {
    margin: 0 0 10px;
}

.about-vid .container .block ul {
    margin: 10px 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
}

.about-vid .container .block ul li {
    padding: 3px 3px 3px 35px;
    color: #fff;
    background-image: url("img/li.png");
    background-repeat: no-repeat;
    background-position: left 2px;
    min-height: 35px;
}

.map-about {
    padding: 0 20px 20px;
}


/* serv-page */

.serv-page {
    padding-top: 20px;
}

.serv-page .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.serv-page .container img {
    margin: 0 auto 30px;
    max-height: 500px;
    object-fit: cover;
    border-radius: 60px 0;
}

.serv-page .container p {
    max-width: 100%;
}

.serv-page .container ul {
    margin: 10px 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
}

.serv-page .container ul li {
    padding: 3px 3px 3px 35px;
    color: #fff;
    background-image: url("img/li.png");
    background-repeat: no-repeat;
    background-position: left 2px;
    min-height: 35px;
    font-size: 15px;
}


/*  */

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

.photo .container .box-photo {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo .container .box-photo img {
    width: 100%;
    height: 200px;
    border-radius: 60px 0;
    object-fit: cover;
}

.photo .container .box-photo:first-child {
    width: 100%;
}

.photo .container .box-photo:first-child img {
    max-width: 960px;
    width: 100%;
    min-height: 250px;
    height: auto;
    max-height: 400px;
}


/*  */

.contact-page {
    background-image: url("img/contact.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 300px;
    margin: -100px 0 0;
}

.contact-single {
    position: relative;
    padding: 50px 10px 0;
}

.contact-single .container {
    position: relative;
    z-index: 9;
}

.contact-single::after {
    content: "";
    position: absolute;
    top: 150px;
    right: 0;
    bottom: 100px;
    width: 10%;
    height: auto;
    background-image: url(img/vid.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 0;
}

.contact-single::before {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    bottom: 100px;
    width: 10%;
    height: auto;
    background-image: url(img/vid.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
}


/* 

*/


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

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