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

*/
.container {
    width: 100%;
    max-width: 1200px !important;
    position: relative;
    padding: 0;
    z-index: 1;
}

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


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

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
    color: #999;
}
ul,ol,li{
    list-style: 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: 'sf-bold';
    src: url('fonts/sf-arabic-black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'sf';
    src: url('fonts/sf-arabic-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}









body {
    margin: 0;
    padding: 0;
    color: #161514;
    /* font-family: Dubai; */
    /* font-family: Dubai; */
    font-size: 18px;
    font-family: "sf", sans-serif;
    font-weight: 400;
    text-align: right;
    /* background: #fff; */
    background: #FFFBF2;
}

@media (max-width: 769px) {
 body {
    padding: 0 0 55px;
 }   
}

/*  */
header{
    padding: 16px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    height: 80px;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
header .container img{
    width: auto;
    height: 189px;
}
@media (max-width: 769px) {
    header .container{
        justify-content: center;
    }
    header .container img{
    height: 100px;
    margin: 0 auto;
}
}

header .container .nav{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
header .container .nav ul{
    display: flex;
}
header .container .nav li{
    position: relative;
    padding: 0;
}
header .container .nav li a{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B5F42;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    font-size: 17px;
}

header .container .nav li a:hover,
.current-menu-item a{
    color: #CEA04B !important;
}
header .container .box{
    display: flex;
    align-items: center;
}
header .container .box > a{
    background: linear-gradient(-90deg, #CEA04B 0%, #E8C46D 100%);
    color: #000;
    height: 47px;
    padding: 0 15px;
    display: inline-flex;
    width: auto;
    border-radius: 10px;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0;
}
header .container .box > a:hover{
    opacity: 0.7;
}
header .container .box > a i{
    width: 20px;
    height: 5px;
    background-image: url("img/more.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}
header .container .box ul{
    padding: 0;
    margin: 0 10px;
}
header .container .box ul li{}
header .container .box ul li a{
    width: 47px;
    height: 47px;
    background-color: #E2E2E21A;
    border-radius: 50%;
    background-image: url("img/lang.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 30px;
    display: flex;
    font-size: 0;

}
header .container .box > i{
    color: #9c7630;
    font-size: 25px;
    display: none;
}
@media (max-width: 769px) {
    header .container .nav{
    list-style: none;
    padding: 25px;
    position: fixed;
    width: 100%;
    top: 0;
    right: -120%;
transition: all 0.5s ease 0s;
    bottom: 50px;
    background-color: #fff;
    flex-direction: column;
    display: flex;
    justify-content: center !important;
    align-items: flex-start;
}
.open{
    right: 0 !important;
transition: all 0.5s ease 0s;

}
    header .container .box {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 10px 20px !important;
        background: #fff;
        z-index: 99;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    header .container .box > i{
    display: block;
}
}
/*  */
.hero{
    background-image: url("img/bgg-2.png");
    background-position: bottom center;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding: 140px 10px 0;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hero .container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.hero .container .block{
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
}
.hero .container .block strong{
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.hero .container .block h1{
    font-weight: 800;
    font-size: 52px;
    text-transform: uppercase;
    color: #161514;
    line-height: 1;
}
@media (max-width: 769px) {
.hero .container .block h1{
    font-size: 27px;
}
}
.hero .container .block p{
    margin: 0 0 10px;
    color: #6B5F42;
}
.hero .container .block a{
    background: linear-gradient(-90deg, #CEA04B 0%, #E8C46D 100%);
    color: #000;
    height: 47px;
    padding: 0 15px;
    display: inline-flex;
    width: auto;
    border-radius: 10px;
    align-items: center;
    flex-direction: row;
    margin: 0;
    position: relative;
}
.hero .container .block a:after{
    content: "";
    width: 20px;
    height: 5px;
    background-image: url(img/more.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}
.hero .container .block a:hover{
    opacity: 0.7;
}
/*  */
section{
    padding: 50px 10px;
    position: relative;
    clear: both;
}
.choose{}
.choose .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.center{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 0 20px;
    align-items: center;
}
.center strong{
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.center h1{
    font-weight: 800;
    font-size: 38px;
    text-transform: uppercase;
    color: #CEA04B;
    line-height: 1;
}
.center p{
    max-width: 700px;
}

.choose .container .all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.choose .container .all .box{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 230px;
    text-align: center;
    align-items: center;
    margin: 0 0 20px;
}
.choose .container .all .box i{
    width: 71px;
    height: 71px;
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 5px -5px 1px #D3B05C;
    margin: 0 0 10px;
}
.choose .container .all .box i img{
    height: 100%;
    width: auto;
}
.choose .container .all .box h3{
    color: #161514;
    font-size: 17px;
    font-weight: 600;
}
/*  */
.line{
    text-shadow: 0 0 1px #678689;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1;
    padding: 0;
    margin: -30px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    color: #fffbf2;
    font-weight: 900;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: start;
    height: 70px;
    text-align: center;
}
/*  */
.about{
    padding: 50px 0;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
}
.about .container .block{
    padding: 20px;
}
.about .container .block img{
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.about .container .block h2{
    color: #CEA04B;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.about .container .block p{
    color: #161514;
}
.about .container .block-count {
    display: flex;
    flex-wrap: wrap;
}
.about .container .block-count .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
}
.about .container .block-count .item h2 {
    color: #D3B05C;
    font-size: 46px;
    font-weight: bold;
    margin: 0;
}
.about .container .block-count .item p {
    color: #6B5F42;
}
/*  */
.baner{
    padding: 30px 10px;
}
.baner .container{
    background-color: #000;
    background-image: url("img/baner.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    max-width: 1164px !important;
}
.baner .container .block{
    padding: 0 30px;
}
.baner .container .block img{
    width: auto;
    max-width: 100%;
    margin: -60px auto 0;
    display: block;
}
.baner .container .block h1{
    color: #D3B05C;
    font-size: 53px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 1;
}
.baner .container .block p{
    color: #C9C9C9;
}
@media (max-width: 769px) {
    .baner .container{
        padding: 25px 0;
    }
    .baner .container .block img{
    margin: 0px auto 0;
}
.baner .container .block h1{
    font-size: 26px;
}
}
/*  */
.point{
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    max-width: 1100px;
    justify-content: center;
}
.point .item{
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.point .item i{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #D3B05C;
    box-shadow: -5px 4px 18.1px -2px #D3B05C;
    background: linear-gradient(-180deg, #4D4D4D 0%, #000000 100%);
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.point .item i img{
    height: 60px;
    width: auto;
}
.point .item p{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
/*  */
.services{
    background-color: #fff;
    border-radius: 25px;
}
.services .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.block-services{
    display: flex;
    flex-wrap: wrap;
}
.block-services .block{
    padding: 8px;
}
.block-services .block .box{
    background-color: #FFFBF1;
    border: 1px solid #D3B05C3D;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.block-services .block .box i{
    background: linear-gradient(-180deg, #4D4D4D 0%, #000000 100%);
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0 0 0 10px;
    border-radius: 50%;
}
.block-services .block .box i img{
    max-width: 100%;
    height: auto;
}
.block-services .block .box h3{
    color: #4D4D4D;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    width: calc(100% - 96px);
}
.block-services .block .box p{
    clear: both;
    width: 100%;
    margin: 10px 0 0;
    color: #6B5F42;
    font-size: 16px;
    min-height: 70px;
}
/*  */
.hiring{}
.hiring .container{
    display: flex;
    flex-wrap: wrap;
    background-color: #1B1916;
    border-radius: 20px;
    align-items: center;
    max-width: 1140px !important;
    background-image: url("img/bbbg.png");
    background-position: center left 10%;
    background-repeat: no-repeat;
}
.hiring .container .block{
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.hiring .container .block img{
    width: auto;
    max-width: 100%;
    margin: -100px auto 0;
    max-height: 360px;
}
@media (max-width: 769px) {
    .hiring .container .block{
    padding: 20px 20px 0;
}
    .hiring .container .block img{
    margin: 10px auto 0;
    max-height: 360px;
}
.hiring .container .block .box p{
    margin-top: -40px !important;
}
}

.hiring .container .block h1{
    color: #d8ae58;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.hiring .container .block .box{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hiring .container .block .box i{
    width: 100px;
    height: 100px;
    background-image: url("img/user.svg");
    background-size: 100% 100%;
    margin: 0 0 0 10px;
}
.hiring .container .block .box h2{
    font-size: 50px;
    font-weight: bold;
    /* margin: 0; */
}
.hiring .container .block .box p{
    margin: -90px 120px 0 0;
    width: calc(100% - 110px);
}
.hiring .container .block .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hiring .container .block .box ul li{
    padding: 0 35px 0 0;
    background-image: url("img/li.svg");
    background-repeat: no-repeat;
    background-position: right top 0;
    display: flex;
    margin: 0 0 7px;
}
/*  */
.work{
    padding-bottom: 0;
}
.work .container{}
.work .container .block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
}
.work .container .block .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.work .container .block .box:first-child,
.work .container .block .box:last-child{
    margin: 80px 0 0;
}
.work .container .block .box i{
    background: #D3B05C0D;
    border: 1px solid #D3B05C2B;
    color: #D3B05C;
    font-size: 38px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-style: normal;
    margin: 0 0 10px;
}
.work .container .block .box p{
    color: #161514;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.work .container img{
    max-width: 100%;
    margin: -100px auto 0;
    max-height: 600px;
    display: block;
}
@media (max-width: 769px) {
    .work .container .block .box{
        margin: 0 !important;
    }
    .work .container img{
    margin: 0 auto 0;
    max-height: 400px;
}
}

.net{
    width: 100%;
    height: 200px;
    background-image: url("img/net.png");
    background-size: 100% 100%;
    margin: -100px 0 0;
    background-color: #fffbf2;
    z-index: 0;
    position: relative;
}
.say{
    background: linear-gradient(-180deg, rgba(211, 176, 92, 0.15) 0%, rgba(211, 176, 92, 0) 100px);

}


.say .item{
    padding: 15px;
    direction: rtl;
}
.say .item .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.say .item .box p{
    background-color: #fff;
    border: 1px solid #D3B05C4D;
    /* box-shadow: 6px 6px 10px 0px #E3284614; */
    border-top: 10px solid #D3B05C;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    position: relative;
    color: #161514;
    font-size: 18px;
    margin: 0 0 25px;
}
.say .item .box p:after{
    content: "";
    position: absolute;
    bottom: -15px;
    right: 60px;
    border: 20px solid #fff;
    border-width: 15px 5px 0px 10px;
    border-color: #fff #ffffff00 #ffffff00 #ffffff00;
}
.say .item .box i{
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 2px dashed #D3B05C;
    object-fit: cover;
    border-radius: 50%;
    padding: 0;
    position: relative;
    margin: 0 20px 0 20px;
}
.say .item .box i::after{
    content: "";
    background-image: url("img/qq.svg");
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 50%;
    bottom: 0;
    margin: auto -12px -12px auto;
}
.say .item .box i img{
    padding: 5px;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    margin: 0;
}
.say .item .box h3{
    font-size: 22px;
}
.say .item .box span{
    clear: both;
    width: calc(100% - 90px) !important;
    margin: -25px 110px 0 0;
    color: #D3B05C;
    font-size: 14px;
}
/*  */
.owl-dots{
    display: flex;
    justify-content: center;
}
.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 5px;
    transition: all 0.5s ease 0s;
    border-radius: 50%;
    background: #D9D9D9 !important;
}
.owl-dots .owl-dot.active{
    background: #D3B05C !important;
    transition: all 0.5s ease 0s;
transform: scale(1.3);
}
/*  */



.clinte{
    background-color: #fff;
    border-radius: 25px;
}
.clinte .container{
    display: flex;
    flex-wrap: wrap;
}
.clint-slider .item{
    padding: 6px;
}
.clint-slider .item .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    height: 120px;
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #D3B05C33;
}
.clint-slider .item .box img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/*  */
.contact{}
.contact .container{
    display: flex;
    flex-wrap: wrap;
}
.contact .container .block form{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row;
    
    
    
    
    
    
    p{
        margin: 0;
    }
 }
 .rows{
    padding: 5px;
    margin: 0 0 5px;
    color: #161514;
    font-size: 15px;
 }
 .wpcf7-form-control {
    width: 100%;
    margin: 3px 0 0;
    min-height: 52px;
    max-height: 130px;
    border: 1px solid #1211271F;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    text-align: right;
    direction: rtl;
    font-size: 16px;
    color: #6B5F42;
    background: none;
 }
 .wpcf7-submit{
     border: none;
     border-radius: 8px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     padding: 0 30px;
     margin: 15px 0 40px auto;
     height: 54px;
     width: 150px;
     flex-direction: row-reverse;
     text-align: center;
     margin: 0;
     color: #000;
     float: right;
     background: linear-gradient(-90deg, #CEA04B 0%, #E8C46D 100%);

 }
/*  */
.contact{}
.contact .container{
    display: flex;
    flex-wrap: wrap;
}
.contact .container .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}
.contact .container .block h3{
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #CEA04B;
    line-height: 1;
}

.box-call{
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0px;
    padding: 0 60px 0 0;
    color: #555555;
    position: relative;
    flex-direction: column;
    direction: ltr;
    align-items: flex-start;
    width: 100%;
    direction: rtl;
    font-weight: 600;
}
.box-call img{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
}
.box-call h4{
    color: #6B5F42;
    margin: 0;
    font-weight: 600;
    font-size: 17px;
}

/*  */



/*  */

footer{
    padding: 30px 10px 0;
    border-radius: 25px;
    margin: 15px 0 0;
    color: #fff;
    position: relative;
    border: 10px solid #fffbf2;
    background: linear-gradient(-270deg, #323232 0%, #000000 100%);
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    position: initial;
}
footer .container .foot{
    padding: 15px;
    font-size: 15px;
}
.foot-text{
    display: flex;
    flex-wrap: nowrap;
}
footer .container .foot img{
    height: 120px;
    width: auto;
    margin: 0 0 10px 14px;
}
footer .container .foot h3{
    font-size: 20px;
    margin: 0 0 15px;
    color: #D3B05C;
    font-weight: 600;
}
footer .container .foot ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .container .foot ul li{
    display: block;
}
footer .container .foot ul li a{
    color: #fff;
    padding: 3px 0;
    text-decoration: none;
    outline: none;
    display: inline-block;
}
footer .container .foot ul li a:hover{
    opacity: 0.6;
}
.copy{
    margin: 40px  auto 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BEBEBE;
    font-size: 14px;
    border-top: 1px solid #FFFFFF1C;
    max-width: 790px;
}
.copy a{
    color: #D3B05C;
    text-decoration: none;
    margin: 0 10px;
    outline: none;
}
.copy a:hover{
    color: #fff;
}
footer .media{
    background: #fffbf2;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    padding: 15px 20px 0;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 14px 0 0 0;
    width: auto;
    flex-direction: row-reverse;
    min-width: 210px;
}
.wwa{
     background: #fffbf2;
     position: absolute;
     left: 0;
     right: auto;
     bottom: 0;
     padding: 15px 20px 0;
     display: flex;
     flex-wrap: nowrap;
     border-radius: 0 14px 0 0;
     width: auto;
     flex-direction: row-reverse;
     min-width: 210px;
}

@media (max-width: 769px) {
    .wwa{
        display: none;
    }
    footer .media{
    background: initial;
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 0;
}
footer .media > div{
    background: initial !important;
    width: 100%;
    display: flex;
    justify-content: center;
}
}
footer .media > div{
    background: linear-gradient(-90deg, #CEA04B 0%, #E8C46D 100%);
    padding: 5px;
    border-radius: 50px;
    display: flex;
}
footer .media a{
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    margin: 1px ;
}
/*  */

form.mailpoet_form {
    position: relative;
}
.mailpoet_submit{
    position: absolute;
    top: 3px;
    left: 0;
    right: auto;
    top: 0;
    padding: 12px 24px !important;
    font-size: 16px !important;
    /* font-family: sf !important; */
    background: #D3B05C !important;
    color: #fff !important;
}
.mailpoet_text{
     /* font-family: sf !important; */
     padding: 13px 10px !important;
     background: #FFFFFF1A !important;
     color: #fff !important;
}
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_paragraph {
    width: 100% !important;
}

.wa{
    height: 46px;
    width: auto;
    padding: 0 15px 0 5px;
    border-radius: 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #50BE42;
    flex-direction: row-reverse;
    font-family: sf;
    font-size: 15px;
    text-transform: uppercase;
    line-height: normal;
    color: #fff !important;
    text-decoration: none;
    outline: none;
}
.wa i{
    background-color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url("img/wa.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 66% auto;
    margin: 0 6px 0 0;
}
/*  */
.page-about{
    padding: 240px 20px 0;
}
@media (max-width: 769px) {
    .page-about{
    padding: 140px 20px 0;
}
}

.page-about .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-about .container h4{
    color: #161514;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.page-about .container h2{
    color: #CEA04B;
    text-transform: uppercase;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
}
.page-about .container p{
    color: #161514;
    width: 100%;
    max-width: 560px;
    font-size: 15px;
}
.page-about .container img{
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
    margin: 10px 0 0;
}

/*  */
.block-serv{
    display: flex;
    flex-wrap: wrap;
}
.block-serv .block{
    padding: 15px;
}
.block-serv .block .box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.block-serv .block .box i{
    width: 130px;
    height: 130px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #CEA04B;
    margin: 0 0 10px;
    background: #fff;
}
.block-serv .block .box i img{
    height: 98px;
    width: auto;
}
.block-serv .block .box h3{
    color: #000000;
    font-size: 22px;
    margin: 0 0 7px;
    font-weight: 700;
}
.block-serv .block .box p{
    color: #6B5F42;
}
/* like */
.like{
    padding: 50px 20px 30px;
}
.like .container{
    display: flex;
    flex-wrap: wrap;
    background-color: #1B1916;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    color: #fff;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 20%;
}
.like .container i{
    width: 20%;
    height: 120%;
    display: flex;
    margin: -30px 0 0;
    background-image: url("img/like.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    /* background-color: #f00; */
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 0 20px;
}
.like .container h1{
    color: #CEA04B;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;

}
.like .container p{
    margin: 0;
}
/*  */
.about ul{
    list-style: none;
    outline: none;
    padding: 0;
    margin: 0;
}
.about ul li{
    display: flex;
    flex-direction: column;
    margin: 5px 0;
    font-size: 16px;
}
.about ul li strong{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}
.about ul li:first-child strong{
    padding-right: 85px;
    min-height: 85px;
    background-image: url("img/m.svg");
    background-repeat: no-repeat;
    background-position: right center;
}
.about ul li:last-child strong{
        padding-right: 85px;
    min-height: 85px;
    background-image: url("img/v.svg");
    background-repeat: no-repeat;
    background-position: right center;
}
/*  */
.head{
    background-image: url("img/head.png");
    background-position: center center;
    background-size: cover;
    padding: 180px 20px 50px;
}
@media (max-width: 769px) {
    .head{
    padding: 130px 20px 50px;
}
}
.head .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    color: #161514;
}
.head .container strong{
    color: #CEA04B;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.head .container h1{
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    max-width: 640px;
}
.head .container p{
    max-width: 600px;
}




/* rtwpvg-thumbnail-image rtwpvg-thumbnail-image-193 slick-slide slick-active
rtwpvg-thumbnail-image rtwpvg-thumbnail-image-77 slick-slide slick-current slick-active */

/* 
  font-family: "Dubai", serif;
    font-family: "Dubai", serif;

*/

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

.owl-carousel{
    direction: ltr;
}

/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/
/* .hero video::-webkit-media-controls,
.serv-box video::-webkit-media-controls,
.creative  .creative-all .creative-row video::-webkit-media-controls,
.contact-page .container video::-webkit-media-controls

{
  display: none !important;
} */
