/*
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: 1000px !important;
    position: relative;
    padding: 0;
}

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


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

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


/*@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: 'Dubai';
    src: url('fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



body {
    margin: 0;
    padding: 0;
    color: #7A7A7A;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    direction: ltr;
    background: #E0D8CA;
}

header{
    background: #E0D8CA;
    padding: 5px 10px;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 999;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
header .container img{
    width: auto;
    height: 62px;
}
header .container ul.topnav{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
header .container ul.topnav li{

}
header .container ul.topnav > li.menu-item-has-children{
    background-image: url("img/v.svg");
    background-repeat: no-repeat;
    background-position: right top 12px;
}
header .container ul.topnav li a{
    color: #7D544D;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 15px;
    text-transform: uppercase;
}
header .container ul.topnav li:hover > a,
li.current-menu-item a
{
    color: #000 !important;
}
header .container ul.topnav li > ul{
    position: absolute;
    left: 0;
    right: 0;
    top: 91%;
    background-color: #E8E0D2;
    list-style: none;
    display: none;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
    align-items: flex-start;
}
header .container ul.topnav li:hover > ul{
    display: flex;
}


header .container ul.topnav li ul li{
    width: 300px;
    max-height: 100%;
    color: #7D544D;
    font-size: 18px;
    font-weight: 600;
}

header .container ul.topnav li ul li a{
    font-weight: 800;
}

header .container ul.topnav li ul li ul{
    position: relative;
    list-style: none;
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: flex !important;
}
header .container ul.topnav li ul li ul li{
    width: 100%;
}
header .container ul.topnav li ul li ul li a{
    color: #7D544D;
    font-weight: 400;
    font-size: 15px;
}
header .container ul.topnav li ul li ul li a:hover{
    color: #000;
}


.bar{
    display: none;
}
@media (max-width: 769px) {
    .bar{
        display: flex;
        width: 30px;
        height: 22px;
        border-top: 2px solid #6A4D48;
        border-bottom: 2px solid #6A4D48;
        margin: 0 0 0 15px;
    }
    .lang{
        margin: 0 0 0 auto;
    }
    header .container ul.topnav{
        position: absolute;
        left: -10px;
        top: 67px;
        height: 0;
        right: -10px;
        background-color: #e0d8ca;
        transition: all 0.3s ease 0s;
        padding: 0 20px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }
    .open{transition: all 0.5s ease 0s;padding: 20px !important;height: 400px !important;}
     header .container ul.topnav > li{
        margin: 10px 0;
     }
    header .container ul.topnav ul{
        position: initial !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        padding: 0 !important;
    }
    header .container ul.topnav li > ul{
        padding: 0 10px !important;
    }

}


/*  */

.lang{}
.lang ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.lang ul li{}
.lang ul li a{
    background: #E8E0D3;
    width: 42px;
    height: 42px;
    color: #6A4D48;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    padding: 0 0 5px;
}
.lang ul li a:hover{
    background: #6A4D48;
    color: #E8E0D3;
}




/*  */
.hero{
    background: #6A4D48;
    color: #fff;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: calc(100vh - 67px);
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    max-width: 700px !important;
}
.hero .container img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.hero .container h3{
    font-size: 27px;
    font-weight: 300;
    text-align: right;
    margin: 10px 0;
}
.hero .container h4{
    font-family: "Crimson Text", serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
}
/*  */
section{
    clear: both;
    padding: 20px;
	overflow: hidden;
}
.slider{
    position: relative;
}
.slider img{
    width: 100%;
    height: auto;
}
.owl-buttons{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0;
    align-items: center;
    justify-content: flex-end;
}
.owl-buttons .owl-prev{
    width: 23px;
    height: 42px;
    font-size: 0;
    background-image: url("img/l.svg");
    background-size: 100% 100%;
    transform: rotate(180deg);
    margin-right: 35px;
}
.owl-buttons .owl-next{
     width: 23px;
     height: 42px;
     font-size: 0;
     background-image: url("img/r.svg");
     background-size: 100% 100%;
     margin-left: 35px;
}
.slider-counter{
    color: #000;
    position: absolute;
    right: 40px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 40px;
    letter-spacing: 4px;
    text-align: center;
}
/*  */
.projects{}
.projects .container{
    display: flex;
    flex-wrap: wrap;
}
.projects .container h1{
    color: #6A4D48;
    font-size: 38px;
    font-weight: 400;
  font-family: "Playfair Display SC", serif;
  margin: 0 0 20px;
  width: 100%;
  display: flex;

}
.projects .container .projects-box{
    padding: 8px;
}
.projects .container .projects-box a{
    display: flex;
    flex-wrap: wrap;
    background: #E8E0D3;
    padding: 20px;
    height: 250px;
    justify-content: center;
    align-items: center;
}
.projects .container .projects-box a:hover{
    /* background: #d8d1c6; */
}
.projects .container .projects-box a img{
    width: auto;
    height: auto;
    max-height: 100%;
    transition: all 0.5s ease 0s;
transform: scale(1);
}
.projects .container .projects-box a:hover img{
    transition: all 0.5s ease 0s;
transform: scale(1.1);
}
/*  */
footer{
    border-top: 1px solid #FFFFFF80;
    padding: 30px 10px 10px;
    clear: both;
    margin: 50px 0 0;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
}
footer .container .foot{
    padding: 10px;
    text-transform: uppercase;
}
footer .container .foot h3{
    color: #7D544D;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 15px;
}
footer .container .foot ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .container .foot ul li{
    color: #202020;
    text-decoration: none;
    outline: none;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    padding: 3px 0;
}
footer .container .foot ul li a{
    color: #202020;
    text-decoration: none;
    outline: none;
    font-size: 11px;
    font-weight: 400;
}
footer .container .foot ul li a:hover{
    color: #6a4d48;
}
/*  */

.foot-text{
    color: #7D544D;
}
.foot-text h1{
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px;
}
.foot-text a{
    background: #7D544D;
    color: #fff;
    padding: 11px 15px;
    text-decoration: none;
    outline: none;
}
.foot-text a:hover{
    opacity: 0.5;
}
/*  */
.copy{
    padding: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #FFFFFF80;
    margin: 20px 0 0;
    font-size: 12px;
}

/*  */
.head{
    padding: 20px;
}
.head .container{
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
    align-items: flex-start;
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}
.head .container h5{
    font-weight: 400;
}
.head .container h1{
    font-family: "Crimson Text", serif;
  font-family: "Playfair Display SC", serif;

    font-size: 40px;
}
/*  */
.about-page{
    padding: 50px 10px;
}
.about-page .container{
    display: flex;
    flex-wrap: wrap;
}
.about-page .container .block{
    background-color: #E8E0D2;
    padding: 30px;
    color: #6A4D48;
    font-size: 18px;
    font-weight: 400;
}
.about-page .container .block h1{
    color: #7D544D;
    font-size: 40px;
  font-family: "Playfair Display SC", serif;
    font-weight: 700;
    margin: 0 0 15px;
    width: 100%;
}
/*  */
.team{
    padding: 30px 10px;
}
.team .container{
    display: flex;
    flex-wrap: wrap;
}
.team .container h1{
     color: #7D544D;
     font-size: 30px;
     font-family: "Playfair Display SC", serif;
     font-weight: 700;
     margin: 0 0 15px;
     width: 100%;
     font-style: italic;
}
.team .container .block{
    padding: 20px;
    color: #7D544D;
    font-size: 13px;
    margin: 0 0 30px;
}
.team .container .block img{
    width: 100%;
    height: auto;
    
}
.team .container .block h4{
    margin: 10px 0;
    width: 100%;
    font-size: 27px;
    font-weight: 400;

}
/*  */
.head-soled{
    padding: 30px 20px;
}
.head-soled .container{
    display: flex;
         color: #7D544D;
    flex-wrap: wrap;
    font-size: 13px;
}
.head-soled .container h5{
         color: #7D544D;
         font-weight: 400;
         
}
.head-soled .container h1{
         color: #7D544D;
         font-size: 40px;
         font-family: "Playfair Display SC", serif;
         font-weight: 900;
         margin: 0 0 15px;
         width: 100%;
}
.head-soled .container p{
    color: #2B2B2B;
}

.head-soled .container h3{
         color: #e15d74;
         font-family: "Playfair Display SC", serif;
         font-weight: 900;
         margin: 0 0 15px;
         width: 100%;
}


.teams-page{}
.teams-page .container{
    display: flex;
    flex-wrap: wrap;
}
.teams-page .container .block{
    padding: 5px;
}
.teams-page .container .block .box{
    color: #E0D8CA;
    background-color: #7D544D;
    background-image: url("img/def.png");
    background-position: center top;
    background-size: auto 100%;
    text-align: center;
    height: 100%;
    padding: 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 431px;
    font-size: 17px;
    font-weight: 400;
}
@media (min-width: 769px) {
    .teams-page .container .block:nth-child(1){
        width: 33.33%;
    }
     .teams-page .container .block:nth-child(2){
        width: 33.33%;
    }
     .teams-page .container .block:nth-child(3){
        width: 33.33%;
    }
}

.teams-page .container .block .box h4{
    color: #E0D8CA;
    background-color: #7D544D;
    font-size: 30px;
    padding: 10px 0 0;
    margin: 0;
}
.teams-page .container .block .box img{
    width: 100%;
    height: auto;
}
.teams-page .container .block .box p{
    background-color: #7D544D;
}
.projects .container .sec{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.projects .container .sec:nth-child(odd){
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}


.projects .container .sec .box{
    padding: 15px;
    color: #7D544D;
}
.projects .container .sec .box .img{
  display: flex;
    flex-wrap: wrap;
    background: #E8E0D3;
    padding: 20px;
    height: 250px;
    justify-content: center;
    align-items: center;  
}
.projects .container .sec .box .img img{
    width: auto;
    height: auto;
    max-height: 100%;
    transition: all 0.5s ease 0s;
transform: scale(1);
}

.projects .container .sec:hover .box .img img{
    transition: all 0.5s ease 0s;
transform: scale(1.1);
}

.projects .container .sec .box h3{
    color: #202020;
    font-size: 27px;
    margin: 0 0 15px;
    font-weight: 500;
}
.projects .container .sec .box a{
    color: #7D544D;
    padding: 10px 15px;
    border: 1px solid #7D544D;
    outline: none;
    text-decoration: none;
    margin: 15px 0 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}
.projects .container .sec .box a:hover{
    background: #7D544D;
    color: #fff;
}
/*  */
.pro-page{}
.pro-page .container{
    color: #2B2B2B;
    font-size: 18px;
    font-weight: 400;
}
.pro-page .container > img{
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
}
.pro-page .container .blocks{
    width: 100%;
    margin: 100px 0 20px;
}
.pro-page .container .blocks .box{
    display: flex;
    align-items: center;
    min-height: 112px;
    padding: 10px 0;
    color: #7D544D;
    font-size: 27px;
    font-weight: 400;
    border-bottom: 1px solid #FFFFFF80;
}
.pro-page .container .blocks .box p{
    position: relative;
    margin: 0;
}
.pro-page .container .blocks .box p img{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 100%;
    width: 200px;
    height: auto;
    border-radius: 10px;
    z-index: 99;
    transition: all 0.5s ease 0s;
transform: scale(0);
}
@media (max-width: 769px) {
    .pro-page .container .blocks .box{
        position: relative;
    }
    .pro-page .container .blocks .box p{
        position: initial;
    }
    .pro-page .container .blocks .box p img{
    left: auto;
    right: 0;
}
}


.pro-page .container .blocks .box:hover p img{
    display: block;
    transition: all 0.5s ease 0s;
transform: scale(1);
}
/*  */
.find{
    padding: 50px 20px;
}
.find .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.find .container h1{
    width: 100%;
    text-align: center;
    color: #7D544D;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.find .container a{
    text-decoration: none;
    outline: none;
    margin: 10px;
}
.find .container a i{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #E8E0D3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 50px;
    color: #6A4D48;
transition: all 0.5s ease 0s;
    justify-content: center;
}
.find .container a i:hover{
transition: all 0.5s ease 0s;
    background: #6A4D48;
    color: #d8d1c6;
}


.blog{
    padding: 50px 10px;
}
.blog .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
        background: #E8E0D2;
    flex-direction: row-reverse;
    margin-bottom: 30px;
    max-width: 900px !important;
}
.blog .container:nth-child(odd){
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.blog .container .blog-box{
    padding: 0;
}
.blog .container .blog-box .box{
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.blog .container .blog-box img{
    width: 100%;
    height: auto;
}
.blog .container .blog-box h5{
    font-size: 14px;
    font-weight: 400;
    color: #7D544D;
    margin: 0 0 15px;
}
.blog .container .blog-box h2{
    font-size: 21px;
    font-weight: 700;
    color: #7D544D;
    margin: 0 0 20px;
}
.blog .container .blog-box p{
    color: #7A7A7A;
    font-size: 13px;
}
/*  */
.careers{}
.careers .container{
    display: flex;
    flex-wrap: wrap;
}
.careers .container .block{
    padding: 20px;
    text-align: right;
}
.careers .container .block h4{
    text-align: right;
    margin: 17px 0 15px;
}
.careers .container .block p{
    text-align: right;

}
.careers .container .block form{
    display: flex;
    flex-wrap: wrap;
}
.careers .container .block form p{
    margin: 0;
}
.careers .container .block form label{
    width: 100%;
}
.careers .container .block form .wpcf7-form-control{
    height: 70px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-bottom: 2px solid #202020;
    background: #e0d8ca;
}
textarea{
    padding-top: 20px;
}
.careers .container .block form .wpcf7-submit {
    width: 160px;
    background: #6A4D48;
    outline: none;
    border: none;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    margin: 20px 0 0;
    float: left;
	justify-content: center;
}
.careers .container .block form .wpcf7-submit:hover {
    opacity: 0.6;
}


.careers .container .block form a {
    width: 160px;
    background: #0072B1;
    outline: none;
    border: none;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    margin: 20px 0 0;
    float: right;
    justify-content: center;
}
.careers .container .block form a:hover{
    opacity: 0.6;
}

/*  */
.contact{}
.contact .container{
    display: flex;
    flex-wrap: wrap;
}
.contact .container .block{
    padding: 0 25px;
    color: #7D544D;
}
.contact .container  .block-img{
    background: #6A4D48;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    justify-content: center;
    min-height: 300px;
    margin: 0 0 20px;
}
.contact .container  .block-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
}


.ar{
	display: none;
}


/* 
  font-family: "Playfair Display SC", serif;
    font-family: "Crimson Text", serif;

*/

@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;
}
p{
/*     text-align: justify; */
}
