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

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

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

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: "Helvetica Neue W23 for SKY Bd";
    src: url("https://db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.eot");
    src: url("https://db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.woff")format("woff"), url("https://db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/2c458bc98aac2311643f30a231a7ea30.svg#Helvetica Neue W23 for SKY Bd")format("svg");
}


body {
    margin: 0;
    padding: 0;
    color: #fff;
    /*font-family: 'DIN', sans-serif;*/
    /* font-family: "Helvetica Neue W23 for SKY Bd"; */
    /* font-family: 'sky', sans-serif; */
    font-family: sky;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    direction: ltr;
    background: #101131;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue W23 for SKY Bd";
}

header {
    padding: 0 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: none;
    left: 0;
    right: 0;
}

header .container {
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
    border-bottom: none;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px !important;
}

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

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

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

header .container ul.topnav li a {
    display: block;
    padding: 10px 9px;
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}

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

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

header .container .icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .container .icon ul li {
    padding: 0 10px 0 0;
    margin: 0;
}

header .container .icon ul li a {
    background: #AB8346;
    text-decoration: none;
    outline: none;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 20px;
}

header .container .icon ul li a:hover {
    background: #111528;
}

header .container a.tel {
    text-decoration: none;
    outline: none;
    height: 47px;
    color: #fff;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 0 57px;
    font-size: 17px;
    background-image: url(img/call.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 48px 47px;
    display: flex;
    flex-direction: column;
    line-height: normal;
    text-align: left;
    direction: ltr;
    align-content: flex-start;
}

header .container a.tel strong {
    color: #AB8346;
    font-size: 15px;
    margin: 0;
    line-height: 1;
}


/*  */

.bar {
    display: none;
}

@media (max-width: 769px) {
    header .container img {
        height: 46px;
    }
    .bar {
        width: 37px;
        height: 37px;
        background: #FFFFFF2E;
        border-radius: 50%;
        margin: 0 0 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bar i {
        width: 26px;
        height: 10px;
        border-top: 1px solid #101131;
        border-bottom: 1px solid #101131;
    }
    header .container a.tel {
        width: 37px;
        height: 37px;
        font-size: 0;
        background-size: 38px 37px;
        padding: 0 0 0 38px;
    }
    header .container a.tel strong {
        font-size: 0;
    }
    header .container .icon ul li a {
        width: 37px;
        height: 37px;
        padding: 0;
        font-size: 20px;
    }
    header .container ul.topnav {
        display: flex;
        position: fixed;
        top: 0;
        left: -310px;
        width: 300px;
        padding: 50px 30px;
        height: 100vh;
        z-index: 999;
        background: #101131;
        flex-direction: column;
        transition: all 0.5s ease 0s;
        overflow-y: auto;
    }
    .open {
        transition: all 0.5s ease 0s;
        left: 0 !important;
    }
    header .container ul.topnav li {
        padding: 0;
    }
    header .container ul.topnav li a {
        font-size: 16px;
        padding: 15px 0;
        border-bottom: 1px solid #ffffff18;
        display: block;
        font-weight: 300;
        color: #fff;
    }
}


/* hot */

.hot {
    background: #ab8346;
    padding: 3px 10px;
    overflow: hidden;
    display: none;
}

.hot MARQUEE {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hot a {
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    padding: 5px 0;
}

.hot a:hover {
    color: #131428;
}

.hot i {
    height: 37px;
    width: 50px;
    background-image: url("img/logo2.png");
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: center;
    display: inline-block;
    margin: 0 0 -14px;
}


/* hero */

.hero {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #000;
}

.hero>video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.5;
    margin: 0 0 -10px;
    /* animation: re 60s linear infinite; */
}


/* @keyframes re {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
} */

.hero .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .text .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hero .text .container .block {
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.hero .text .container .block-img {
    /* background-image: url("img/2line.png"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto;
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    display: none;
}

.hero .text .container .block img {
    margin: auto auto 40px;
    max-width: 100%;
    max-height: 85vh;
    width: auto;
    height: auto;
    padding: 0;
}

@media (max-width: 769px) {
    .hero .text .container .block img {
        max-height: 160px;
    }
}

.hero .text .container .block h1 {
    font-size: 40px;
    position: relative;
    font-weight: 700;
    margin: 0 0 20px;
    color: #fff;
    line-height: 1.3;
}

.plus {
    width: 50px;
    height: 60px;
    margin: 0 0 15px;
    background-image: url("img/logo2.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
    display: block;
}

.hero .text .container .block a {
    margin: 15px 0 0;
    background: #ffffff;
    color: #101131;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

@media (max-width: 769px) {
    .hero .text .container .block {
        font-size: 14px;
    }
    .hero .text .container .block h1 {
        font-size: 17px;
        margin: 0 0 10px;
    }
    .plus {
        width: 56px;
        height: 30px;
    }
    .hero .text .container .block a {
        margin: 10px 0 0;
        font-size: 16px;
        width: 130px;
        height: 36px;
    }
}


/* about */

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

.about {
    background-color: #ffffff;
    background-image: url("img/about.jpg");
    background-position: right center;
    background-size: auto 90%;
    background-repeat: no-repeat;
}

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

.about .container .blcok {
    padding: 20px;
    color: #333;
    font-weight: 300;
    display: flex;
    flex-direction: column;
}

.about .container .blcok img {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    border-radius: 15px;
}

.about .container .blcok h3 {
    color: #ab8346;
    font-size: 28px;
    margin: 25px 0 10px;
    font-family: 'sky';
}

.about .container .blcok h1 {
    color: #333;
    margin: 0 0 20px;
    max-width: 400px;
    font-size: 32px;
    line-height: 1.1;
    font-family: 'sky';
}

@media (max-width: 769px) {
    .about .container .blcok h1 {
        font-size: 30px;
    }
}

.about .container .blcok .blcok-foot {
    clear: both;
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.about .container .blcok .blcok-foot .case {
    padding: 25px 25px 24px 87px;
    border-radius: 10px;
    background-color: #101131;
    color: #fff;
    background-image: url("img/ico.png");
    background-repeat: no-repeat;
    background-size: 52px auto;
    background-position: left 20px center;
    line-height: 1.2;
    display: flex;
    width: 250px;
    font-size: 15px;
    margin: 0 15px 0 0;
    font-weight: 500;
    height: 86px;
}

.about .container .blcok .blcok-foot .years {
    padding: 25px 25px 24px 87px;
    border-radius: 10px;
    background: linear-gradient(225.3deg, #ab8346 8.06%, #B0772C 100%);
    color: #fff;
    line-height: 1;
    display: flex;
    width: 250px;
    font-size: 15px;
    margin: 0;
    position: relative;
    height: 86px;
}

@media (max-width: 769px) {
    .about .container .blcok .blcok-foot .case {
        width: 100%;
        margin: 0 0 15px;
    }
    .about .container .blcok .blcok-foot .years {
        width: 100%;
    }
}

.about .container .blcok .blcok-foot .years span {
    width: 55px;
    height: 36px;
    position: absolute;
    left: 15px;
    top: 50%;
    color: #fff;
    background-color: #101131;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    margin-top: -18px;
    border-radius: 5px;
    padding: 6px 0 0;
}

.about .plus {
    background-image: url("img/logo1.png");
}


/*  */

.work {
    background-color: #ab8346;
    padding: 50px 10px;
    background-image: url(img/wit.png);
    background-position: right bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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

.work .container .block {
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 300;
}

.work .container .block h1 {
    font-size: 35px;
    color: #333;
    margin: 0 0 5px;
    width: 100%;
    border-right: none;
    display: flex;
    font-family: 'sky';
}

.work .container .block>p {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.work .container .blocks {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.work .container .blocks .items {
    padding: 10px;
}

.work .container .blocks .items .box {
    background: #131428;
    padding: 26px;
    border-radius: 15px;
    min-height: 100px;
    width: 100%;
    height: 100%;
}

.work .container .blocks .items .box img {
    height: 31px;
    width: auto;
    margin: 0 0 10px;
}

.work .container .blocks .items .box h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: 'sky';
}

.work .container .blocks .items .box p {
    margin: 0;
    color: #BFBFBF;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    direction: ltr;
}

.work .container .blocks .items .box .foots {
    /* border-top: 1px solid #3A4553; */
    padding: 0;
    display: flex;
    margin: 20px 0 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.work .container .blocks .items .box .foots img {
    width: auto;
    height: auto;
    max-height: 38px;
    margin: 0;
}

.work .container .blocks .items .box .foots a {
    color: #ab8346;
    width: 130px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    /* background: #ab8346; */
    text-decoration: none;
    outline: none;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border: 1px solid #ab8346;
}

.work .container .blocks .items .box .foots a:hover {
    color: #D1B06B;
    background: #fff;
}

.owl-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -26px;
    background-image: url("img/l.png");
    background-size: 100% 100%;
    font-size: 0;
    display: none;
}

.owl-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -26px;
    background-image: url("img/r.png");
    background-size: 100% 100%;
    font-size: 0;
    display: none;
}

.owl-pagination {
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
}

.owl-pagination .owl-page {
    width: 10px;
    height: 10px;
    background: #dddddd;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-pagination .owl-page.active {
    background: #D1B06B;
}

@media (max-width: 769px) {
    .work .owl-prev,
    .work .owl-next {
        display: none;
    }
}


/* help */

.help {
    background: #fff;
    padding: 50px 10px;
    display: none;
}

.help .container {
    display: flex;
    flex-wrap: wrap;
    color: #161D27;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.help .container h1 {
    color: #161D27;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    line-height: 1.1;
    padding: 0 0 70px;
    background-image: url("img/logo1.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 60px;
}

.help .container p {
    max-width: 700px;
    color: #909090;
    font-size: 16px;
    padding: 0 10px;
}

.counter {
    display: flex;
    flex-wrap: wrap;
}

.counter .block {
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    background: #FBFBFB;
    border: 10px solid #fff;
}

.sercil {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    background-image: conic-gradient(#D1B06B 10deg, #E1E1E1 0deg);
    min-width: 100px;
}

.sercil div {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1F2732;
}

.sercil div i {
    color: #D1B06B;
}

.sercil div span {
    font-size: 30px;
    font-weight: 500;
}

.counter .block .box {
    display: flex;
    color: #909090;
    font-size: 17px;
    padding: 0 0 0 20px;
    flex-direction: column;
}

.counter .block .box h3 {
    color: #161D27;
    font-size: 26px;
    margin: 0 0 5px;
    font-weight: 700;
}


/*  */

.serv {
    background: #ffffff;
    color: #333;
}

.serv .container .blocks .items .box {
    background: #101131 !important;
    color: #D7D7D7 !important;
}


/*  */

.call-free {
    background-image: url("img/call-bg.png");
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.call-free .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.call-free .container .block {
    padding: 20px;
    color: #D7D7D7;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.call-free .container .block h3 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 1.2;
    font-family: 'sky';
}

.call-free .container .block a {
    margin: 15px 0 0;
    background: linear-gradient(225.3deg, #E4A34F 8.06%, #B0772C 100%);
    color: #000;
    text-decoration: none;
    outline: none;
    border-radius: 8px;
    display: flex;
    width: 150px;
    height: 48px;
    align-items: center;
    justify-content: center;
    direction: rtl;
}
.call-free .container .into  a{
	    align-items: flex-end !important;
    justify-content: center;
    direction: rtl;
}



.call-free .container .block a:hover {
    color: #fff;
    background: #131428;
}

.call-free .container .block .box {
    background: #fff;
    color: #6a6a6a;
    padding: 25px;
}

.call-free .container .block .box .into {
    padding: 25px;
    border: 10px solid #DFDFDF;
    display: flex;
    font-size: 16px;
    flex-direction: column;
}

.call-free .container .block .box .into h3 {
    font-size: 28px;
    color: #333;
    margin: 0 0 15px;
    font-family: 'sky';
}

.tel-phone {
    background: url("img/tel.png") !important;
    background-repeat: no-repeat !important;
    padding: 0 0 0 80px !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    width: auto !important;
    color: #161D27 !important;
    font-weight: 600;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center !important;
    height: 70px !important;
    font-size: 26px;
    background-position: left center !important;
}

@media (max-width: 769px) {
    .tel-phone {
        background: url("img/tel.png") !important;
        background-size: 60px 60px !important;
        background-repeat: no-repeat !important;
        padding: 0 0 0 70px !important;
        border-radius: 0 !important;
        display: inline-flex !important;
        width: auto !important;
        color: #161D27 !important;
        font-weight: 600;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center !important;
        height: 60px !important;
        font-size: 20px;
        background-position: left center !important;!i;!;
    }
}

.tel-phone span {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #1F2732;
    direction: ltr;
}


/*  */

.blogs {
    background: #ffffff;
}

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

.blogs .container h1 {
    color: #333;
    font-size: 36px;
    margin: 0 0 5px;
    position: relative;
    line-height: 1.1;
    padding: 0 0 60px;
    background-image: url(img/logo1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    text-align: center;
    background-size: auto 60px;
    font-family: 'sky';
}

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

.blogs .container .all-blog .blog-items {
    padding: 15px;
    margin: 0 0 15px;
}

.blogs .container .all-blog .blog-items .box {
    display: flex;
    flex-direction: column;
}

.blogs .container .all-blog .blog-items .box img {
    border-radius: 20px;
    height: 220px;
    width: 100%;
    margin: 0 0 15px;
    object-fit: cover;
}

@media (max-width: 769px) {
    .blogs .container .all-blog .blog-items .box img {
        border-radius: 15px;
        height: 180px;
    }
}

.blogs .container .all-blog .blog-items .box span {
    display: block;
    color: #ab8346;
    margin: 0 0 30px;
    font-size: 15px;
    font-weight: 300;
}

.blogs .container .all-blog .blog-items .box span a {
    color: #ab8346;
    text-decoration: none;
    outline: none;
}

.blogs .container .all-blog .blog-items .box span a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.blogs .container .all-blog .blog-items .box h3 {
    color: #333;
    margin: 0 0 10px;
    font-size: 22px;
    font-family: 'sky';
}

.blogs .container .all-blog .blog-items .box p {
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

.blogs .container .all-blog .blog-items .box p~a {
    width: 120px;
    color: #ab8346;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}

.blogs .container .all-blog .blog-items .box p~a:hover {
    color: #101131;
}

@media (min-width: 769px) {
    .blogs .container .all-blog .blog-items:first-child {
        width: 100% !important;
        display: flex;
        border-bottom: 1px solid #FFFFFF24
    }
    .blogs .container .all-blog .blog-items:first-child .box {
        width: 50% !important;
        display: flex;
        padding: 18px;
        flex-direction: column;
        justify-content: center;
    }
    .blogs .container .all-blog .blog-items:first-child .box img {
        height: 330px;
/*         margin: 0; */
    }
    .blogs .container .all-blog .blog-items:first-child .box h3 {
        font-size: 34px;
    }
}

/* 	
@media (max-width: 769px) {
	.blogs .container .all-blog .blog-items .box img {
        height: 0;
        margin: 0;
    }
	.blogs .container .all-blog .blog-items .box p {
    font-size: 0;
    }
	.blogs .container .all-blog .blog-items .box p~a {
		width: 0;
		font-size: 0;
	}
    .blogs .container .all-blog .blog-items:first-child .box img {
        height: 330px !important;
        margin: 0;
    }
    .blogs .container .all-blog .blog-items:first-child .box h3 {
        font-size: 34px;
		border-bottom: 1px solid #eee;
    }
	.blogs .container .all-blog .blog-items:first-child .box p {
    font-size: 15px;
    }
		.blogs .container .all-blog .blog-items:first-child .box p~a {
		width: 120px;
		font-size: 15px;
	}
}	 */

/*  */

.team {
    background: #f1f1f1;
}

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

.team .container h1 {
    color: #333;
    font-size: 36px;
    margin: 0 0 10px;
    position: relative;
    line-height: 1.1;
    padding: 0px 0 70px;
    background-image: url(img/logo1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    text-align: center;
    background-size: auto 60px;
    font-family: 'sky';
}

.team-items {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 15px;
}

.team-items .box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-items .box img {
    width: 100%;
    height: 420px;
    border-radius: 15px;
}

.team-items .box .media-man {
    position: absolute;
    bottom: 10px;
    left: 50%;
    background: #fff;
    min-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 160px;
    margin-left: -80px;
    padding: 5px 10px 0;
    border-radius: 100px;
}

.team-items .box .media-man a {
    color: #1F2732;
    text-decoration: none;
    outline: none;
    font-size: 17px;
    margin: 0 3px;
    display: inline-block;
    text-decoration: none;
    outline: none;
}

.team-items .box .media-man a:hover {
    color: #D1B06B;
}

.team-items h3 {
    font-size: 15px;
    color: #333;
    margin: 11px 0 0px;
    font-weight: normal;
}

.team-items span {
    font-size: 16px;
    color: #ab8346;
    font-weight: 300;
}

.mor {
    color: #1F2732;
    width: 146px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #1F2732;
    display: flex;
    text-decoration: none;
    outline: none;
    font-size: 17px;
    font-weight: 500;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.mor:hover {
    background: #ab8346;
    color: #fff;
    border-color: #ab8346;
}


/* mails */

.mails {
    background-image: url("img/mail.jpg");
    background-size: 100% 100%;
}

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

.mails .container .block {
    padding: 20px;
    color: #DBDBDB;
    font-size: 18px;
    font-weight: 300;
}

.mails .container .block h1 {
    color: #ab8346;
    font-size: 40px;
    margin: 0 0 15px;
    font-family: 'sky';
}


/* footer */

footer {
    background: #000;
    clear: both;
    padding: 30px 20px 15px;
}

footer .container {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

footer .container .box {
    /* background-image: url("img/footl.png"); */
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    width: 455px;
    height: 44px;
    margin: 0;
}

footer .container .box2 {
    /* background-image: url("img/footr.png"); */
    background-position: left center;
}

footer img {
    display: block;
    margin: 0 10px 20px;
    height: auto;
    width: 300px;
}

footer p {
    max-width: 500px;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
}


/*  */

.copy {
    background: #111;
}

.copy .container {
    display: flex;
    flex-wrap: wrap;
    /* border-top: 1px solid #3A4553; */
    justify-content: space-between;
    flex-direction: row-reverse;
}

.copy .container .box {
    padding: 13px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.copy .container .box span {
    color: #D1B06B;
}

.copy .container .box a {
    color: #fff;
    margin: 0 5px;
}

.copy .container .box a:hover {
    color: #D1B06B;
}

@media (max-width: 769px) {
    .copy .container {
        padding: 10px 0;
    }
    .copy .container .box {
        width: 100%;
        text-align: center;
        padding: 3px 10px;
    }
}

.mailpoet_form {
    position: relative;
}

.mailpoet_spacer {
    display: none !important;
}

.mailpoet_text {
    background: #FFFFFF21 !important;
    border: 1px solid #DAE2F01F !important;
    color: #fff !important;
    font-family: 'sky' !important;
}

.mailpoet_submit {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ab8346 !important;
    padding: 0 20px !important;
    height: 44px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sky !important;
}


/*  */

.head-page {
    background-image: url("img/cover.png");
    background-size: 100% auto;
    padding: 45px 10px;
    background-position: center;
}

.head-page .container {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.head-page .container h1 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
	font-family: sky;
    margin: 80px 0 0;
    position: relative;
    line-height: 1.1;
    padding: 0 0 50px;
    background-image: url(img/++.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}


/*  */

.about-page {
    padding: 50px 5px;
	background: #F1F1F1;
}

.about-page .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	position: relative;
	z-index: 5;
}

.about-page .container .img {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.about-page .container .img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -25px;
    left: -25px;
    border: 1px solid #D1B06B;
    z-index: -1;
}

.about-page .container .img img {
    width: 100%;
    height: auto;
}

.about-page .container h1 {
    margin: 0 0 20px;
    color: #333;
    font-size: 32px;
    max-width: 460px;
    line-height: 1;
	font-family: sky;
}

@media (max-width: 769px) {
    .about-page .container .img {
        max-width: 300px;
    }
    .about-page .container h1 {
        font-size: 26px;
    }
}

.about-page .container .block {
    padding: 20px;
    font-size: 15px;
    font-weight: 300;
    color: #777;
}


/*  */

.story {
    background: #ffffff;
    text-align: center;
    padding: 50px 15px;
    color: #101131;
}

.story .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    font-weight: 300;
    color: #333;
    max-width: 960px !important;
}

.story .container h1 {
    color: #ab8346;
    font-size: 40px;
/*     font-weight: 700; */
    margin: 0 0 10px;
    position: relative;
    line-height: 1.1;
    padding: 0 0 60px;
    background-image: url(img/++.png);
    background-repeat: no-repeat;
    background-position: bottom center;
	font-family: sky;
}

.gallery {
    padding: 0;
    margin: 10px auto;
    border: none !important;
    display: flex;
    flex-wrap: wrap;
}

.gallery .gallery-item {
    padding: 5px;
    border: none !important;
}

.gallery .gallery-item img {
    border: none !important;
    width: 100%;
    height: 200px;
    object-fit: cover;
}


/* wha */


/* .wha {} */

.wha .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px !important;
}

.wha .container .block {
    padding: 10px;
}

.wha .container .block .box {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-align: left;
    border: 1px solid #ab834642;
    flex-wrap: wrap;
}

.wha .container .block .box img {
    width: 63px;
    height: 63px;
    margin: 0 20px 15px 0;
}

.wha .container .block .box h3 {
    margin: 0 0 15px;
    font-size: 22px;
    color: #101131;
    font-weight: 600;
}

.wha .container .block .box p {
    color: #333;
    margin: 0;
    font-size: 16px;
    width: 100%;
}

.block-all {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
    color: #fff;
}


/*  */

.single {
    padding: 30px 0 50px;
    position: relative;
    z-index: 9;
    margin: -50px 0 0;
	background: #fff;
}

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

.single .container img {
    width: 100%;
    margin: 0 auto 0;
    border-radius: 20px;
    max-height: 500px;
    object-fit: cover;
    height: auto;
}

.single .container .block {
    padding: 20px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
}

.single .container .block .request {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    min-height: 100px;
	border: 1px solid #ddd;
}

.single .container .block .request h2 {
    color: #1F2732;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
}

.single .container .block .request label {
    color: #1F2732;
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 500;
}

.single .container .block .request .wpcf7-form-control {
    height: 38px;
    margin: 0 0 10px;
    color: #909090;
    padding: 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #CACACA;
    max-height: 60px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    direction: ltr;
	background: #fff 
}

.single .container .block .request .wpcf7-submit {
    width: 120px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    background: #777;
    float: left;
    text-align: center;
    margin: 0;
}

.single .container .block .request .wpcf7-submit:hover {
    background: #000;
}

.block-texxt h1,
.block-texxt h2,
.block-texxt h3,
.block-texxt h4,
.block-texxt h5,
.block-texxt h6 {
    color: #ECAA54;
    margin: 20px 0;
}

.single .container .block ul {
    margin: 10px 0;
    padding: 0 0 0 20px;
}

.single-blog {
    margin: 0 !important;
    padding: 20px 5px;
}

.single-blog .span {
    display: block;
    color: #D1B06B;
    font-size: 14px;
}

.single-blog .span a {
    color: #D1B06B;
    text-decoration: none;
    outline: none;
}

.single-blog .span a:hover {
    color: #fff;
}

.tit-blog {
    padding: 15px 0;
    border-bottom: 1px solid #FFFFFF3B;
    color: #000 !important;
    font-size: 40px;
    font-weight: normal;
	font-family: sky;
    margin: 10px 0 20px !important;
}

@media (max-width: 769px) {
    .tit-blog {
        font-size: 28px;
    }
}

.single-blog {
    .block-texxt h1,
    .block-texxt h2,
    .block-texxt h3,
    .block-texxt h4,
    .block-texxt h5,
    .block-texxt h6 {
        color: #fff;
        margin: 20px 0;
    }
}

blockquote {
    background: #ab8346;
    padding: 40px;
    text-align: center;
    color: #fff;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

blockquote p {
    margin: 0;
}

blockquote ul {
    list-style: none;
}

.library .container .blocks .items .box .foots {
    border-top: none !important;
    padding: 0 !important;
    margin: 20px 0 0 !important;
}


/* contacts */

.contacts {
    background: #fff;
}

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

.contacts .container .block {
    padding: 0 20px 0;
    font-size: 15px;
    color: #282828;
}

.contacts .container .block h2 {
    margin: 0 0 15px;
    font-size: 25px;
    font-weight: 600;
    color: #ab8346;
}

.contacts .container .block form {
    border:1px solid #131428;
    padding: 40px;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.contacts .container .block form .rows {
    padding: 20px;
}

.contacts .container .block form .rows .wpcf7-form-control {
    width: 100%;
    border: none;
    height: 50px;
    border-bottom: 1px solid #00000033;
    outline: none;
    color: #000;
    font-size: 16px;
    text-align: left;
    direction: ltr;
    margin: 0 0 25px;
    background: none !important;
}

.contacts .container .block form .rows .wpcf7-textarea {
    height: 120px;
    border: 1px solid #00000033;
    padding: 15px;
    margin: 70px 0 0;
}

.contacts .container .block form .rows .wpcf7-submit {
    width: 140px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    margin: 10px 0 0;
    background: #ab8346 !important;
    color: #000;
    border: none !important;
    float: left;
}

.contacts .container .block form .rows .wpcf7-submit:hover {
    background: #101131 !important;
	color: #fff !important;
}

@media (max-width: 769px) {
    .contacts .container .block form {
        padding: 30px 20px;
        margin: 20px auto;
    }
    .contacts .container .block form .rows .wpcf7-textarea {
        height: 120px;
        border: 1px solid #FFFFFF33;
        padding: 15px;
        margin: -15px 0 0;
    }
}


/*  */

.blockss-all {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blockss {
    padding: 20px 10px 0;
}

.blockss .box {
    /* background: #131428; */
    color: #000000;
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    border: 1px solid #131428;
}

.blockss .box span {
    display: flex;
    min-height: 62px;
    padding: 10px 0 10px 77px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 62px 62px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    direction: rtl;
}

.blockss .box span strong {
    color: #ab8346;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    direction: ltr;
}

.phones {
    background-image: url("img/coll.png");
}

.maills {
    background-image: url("img/maiils.png");
}

.maps {
    background-image: url("img/maps.png");
}

	
	
	
/*  */

.ord {
    background: #636363;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    position: fixed;
    left: -71px;
    top: 60%;
    z-index: 88;
    transform: rotate(-90deg);
    cursor: pointer;
}
@media (max-width: 769px) {
.ord {
	display: none
}	
}
	/*********/
	
	
	
.modal-body {
    padding: 20px;
}

.modal-content {
    color: #000;
}

.modal-content .modal-header {
    color: #000;
    direction: ltr;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
}

.modal-content .modal-title {
    font-weight: bold;
}

.wpcf7-form-control {
    width: 100%;
    min-height: 50px;
    max-height: 150px;
    margin: 0 0 10px;
    border: 1px solid #eee;
    padding: 0 15px;
    text-align: left;
    direction: ltr;
    outline: none;
    color: #000;
    border-radius: 5px;
    background-color: #f1f1f1;
}

.modal-content .wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7-submit {
    width: 200px;
    text-align: center;
    background: #636363;
    color: #fff;
    margin: 10px auto 0;
    display: block;
}

.wpcf7-submit:hover {
    background: #000;
}

	
	
	
	
	
/*  */

.mails {
    background: #fff;
    color: #000;
    padding: 50px 10px;
}

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

.mails .container h1 {
    display: block;
    color: #000;
/*     font-weight: 800; */
    font-size: 40px;
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
	font-family: 'sky';
}

.mails .container h1~p {
    clear: both;
    max-width: 450px;
    margin: 0 auto 10px;
    text-align: center;
}

.coll {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    margin: 20px auto;
    color: #fff;
}

.coll:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    left: 30px;
    border-bottom: 1px solid #a9a9a9;
    z-index: 0;
}

.coll .block {
    padding: 10px 30px;
}

@media (max-width: 769px) {
    .coll:after {
        content: "";
        position: absolute;
        top: 50px;
        bottom: 50px;
        right: 50%;
        left: auto;
        border: none;
        border-right: 1px solid #A5823E;
        z-index: 0;
    }
    .coll .block {
        padding: 10px 10px;
    }
}

.coll .block .box {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9;
    padding: 20px;
    color: #777;
    direction: ltr;
    text-align: center;
}

.coll .block .box i {
    font-size: 50px;
    margin: 0 0 20px;
    color: #fff;
    -webkit-text-stroke: 1px #a3a3a3;
}

.coll .block .box h4 {
    margin: 0 0 15px;
    color: #000000;
    font-size: 25px;
    font-weight: normal;
	font-family: 'sky';
}

.coll .block .box a {
    color: #00000094;
    text-decoration: none;
    outline: none;
    direction: rtl;
    text-align: center;
    font-size: 15px;
}

.coll .block .box a:hover {
    color: #000000;
}

.mails .container .block iframe {
    width: 100%;
    height: 400px;
    border: 1px solid #63636359 !important;
    padding: 6px;
    border-radius: 20px;
}


	
	
	/**************/
	
	
/* contacts */

.contactss {
    padding-top: 0;
    margin: -50px 0 0;
    color: #000;
}

.contactss .container {
    display: flex;
    flex-wrap: wrap;
	background: #fff;
	border-radius: 20px;
}

.contactss .container .block {
    padding: 20px 20px 0;
    margin: 0 ;
}

.contactss .container .block-text {
    background: #f1f1f1;
    color: #000000;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 35px 50px 35px;
    border-radius: 20px 20px 0 0;
}

.contactss .container .block-text h1 {
    color: #000;
    margin: 0 0 20px;
	font-family: sky;
}

.contactss .container .block-text h1 strong {
    color: #fff;
    background-color: #f19120;
    padding: 0 10px;
    border-radius: 10px;
}

.contactss .container .block-text .media {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    color: #000;
}

.contactss .container .block-text .media a {
    color: #fff;
    background: #1A1819;
    height: 40px;
    width: 40px;
    margin: 2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactss .container .block-text .media a:hover {
    color: #fff;
    background: #636363;
}

.contactss iframe {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    display: block;
    margin: 20px 0;
}

.block-all {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px 30px;
    border-radius: 0 0 20px 20px;
}

.contactss .block-all {
    background: #fff;
}

.contactss form {
    background: #fff;
    padding: 30px 20px 0;
    width: 100%;
    box-shadow: 0px 0 24px 0px #12112714;
    border-radius: 20px;
    margin: 0;
}

@media (max-width: 769px) {
    .block-all {
        padding: 0;
    }
    .contactss form {
        margin: 0;
    }
}

ul.calls {
    margin: 10px 0 50px;
    padding: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
    max-width: 100%;
}

ul.calls li {
    padding: 5px 5px 5px 65px;
    min-height: 60px;
    clear: both;
    position: relative;
    color: #343434;
    display: flex;
    align-items: center;
    direction: ltr;
    justify-content: flex-start;
}

ul.calls li img {
    width: 50px;
    height: 50px;
    background-color: #26226200;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    filter: grayscale(1);
    border: 1px solid #d9d9d9;
}

.block-all form .block {
    width: 100% !important;
}

	



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

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