.container{
  max-width: 1260px;
}


@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:DIN2;
 font-style:normal;
 font-weight:normal;
 src:url("fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf") format('truetype')
}

*{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
  outline: none;
}
a:hover{
  color: inherit;
}
p{
  direction: rtl;
  line-height: 1.8;
  text-align: justify;
}



body {
    display: block;
    margin: 0;
    padding: 0;
    color: #777;
    font-family: 'DIN', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    text-align: right;
    direction: rtl;
    background: #fff;
    line-height: 1.7;
    font-weight: 600;
}

.top{
  background-color: #181818;
  float: right;
  display: block;
  text-align: right;
  font-size: 13px;
  color: #ffffffab;
}
@media (max-width: 769px) {
 .top .right{
  display: none;
 } 
}
.top .row{
    min-height: 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.top .row>*{
  width: auto;
  direction: rtl;
}
.top span{
  margin: 0 10px;
}
.media{}
.media a{
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-right: 1px solid #585454;
  text-align: center;
  float: left;
  padding: 0;
}
.media a:hover{
  color: #D4B22F;
}
.media .fab{
  margin: 0;
  width: 40px;
  text-align: center;
  padding: 0;
}

/*header*/
header{
  background-color: #ffffff;
  padding: 10px 20px;
  display: block;
  clear: both;
  box-shadow: 1px 1px 1px #eee;
  position: sticky;
  top: 0;
  z-index: 99;
}
header .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .row>*{
  width: inherit;
  color: #000;
  text-decoration: none;
  outline: none;
}
header .row:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 40%;
  border-bottom: 1px solid #D0B034;
  z-index: 0;
}
header img{
  width: auto;
  height: 90px;
}
header ul{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  z-index: 9;
}
header ul li{
  position: relative;
  padding: 0 5px;
}
header ul li a{
  color: #888;
  text-decoration: none;
  outline: none;
  padding: 15px 10px 18px;
  font-size: 20px;
  display: block;
  line-height: normal;
  background: #fff;
  font-weight: 500;
}
.current-menu-item a{
  color: #000 !important
}
header ul li:hover > a{
  color: #000;
}
header ul li ul{
  position: absolute;
  top: 98%;
  right: 0;
  width: 250px;
  display: none;
  padding: 0;
  box-shadow: 0 0 15px #ddd;
  background: #fff;
  z-index: 999;
}
header ul li ul li{
  float: none;
  display: block;
  padding: 0;
  margin: 0;
}
header ul li ul li a{
  display: block;
  padding: 6px 15px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd7d;
}
header ul li:hover ul{
  display: block;
}






.bar{
  display: none;
}
@media (max-width: 769px) {
  header{
    position: sticky;
    top: 0;
    z-index: 999;
  }
  header img{
  width: auto;
  height: 40px;
}
  header h5{
    font-size: 10px;
    margin: 8px 0 0;
  }
  header ul{
  padding: 50px 30px !important;
  position: fixed;
  top: 0;
  right: -350px;
  width: 300px !important;
  height: 100vh;
  z-index: 99999;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow:  0 0 10px #ddd;
}
.open{
  transition: all 0.3s ease 0s;
  right: 0 !important;
  overflow-y: auto;
}
  header ul li{
    float: none;
    display: block;
  }
  header ul li a{
    padding: 10px 0;
  }
  .bar{
    display: flex;
    background-color: #fff;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #D0B034;
    z-index: 99;
    border-radius: 50%;
    position: relative;
  }
  .bar:after{
    content: "";
    position: absolute;
    top: 13px;
    left: 9px;
    width: 20px;
    height: 12px;
    border-top: 1px solid #D0B034;
    border-bottom: 1px solid #D0B034;
  }
  header ul li ul{
  position: relative;
  top: auto;
  right: auto;
  width: 100% !important;
  display: none;
  padding: 10px !important;
  height: auto;
}
}

/**/

.sliders{
  position: relative;
  padding: 0;
  margin: 0;
}
.sliders img{
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.sliders .item{
  position: relative;
  padding: 0;
  overflow: hidden;
}
.sliders .item h2{
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 7%;
  max-width: 550px;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  /*line-height: 2;*/
  transition: all 0.9s ease 0s;
  opacity: 0;
  transition-delay: 1s;
  color: #D0B034;
  /*text-shadow: 2px 2px 1px #000;*/
}

.sliders .active h2{
  transition: all 0.9s ease 0s;
  transition-delay: 1s;
  top: 0;
  opacity: 1;
}
.sliders .item p{
  text-align: right !important;
}

/**/

section{
  clear: both;
  padding: 60px 5px;
  display: block;
  overflow: hidden;
}
.about{
  background-color: #fff;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 769px) {
  .about{
    background-image: none !important;
  }
}

.about .block{
  float: right;
  padding: 15px;
}
.about .block h1{
  color: #D0B034;
  margin: 0 0 20px;
  padding: 10px 0 5px;
  position: relative;
  display: block;
  font-weight: bold;
}
.about .block h1:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 5px;
  background-color: #000;
}
.about .block img{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/**/

.about-box{
  background-color: #000;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about-box .block{
  position: relative;
  display: flex;
  text-align: center;
  overflow: hidden;
}
.about-box .block img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: all 0.5s ease 0s;
    opacity: 0.4;
}
.about-box .block:hover img {
      transition: all 0.5s ease 0s;
      transform: scale(1.2);
    opacity: 0.2;
   filter: grayscale(1);
}

.about-box .block .text {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
    padding: 50px 50px;
    color: #fff;
    text-align: justify;
    font-size: 18px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-box .block .text h2{
  display: block;
  margin: 0 0 20px;
  color: #fff;
  height: 50px;
  font-size: 40px;
  font-weight: 600;
}

.about-box .block .text div{
  height: 0px;
  transition: all 0.2s ease 0s;
  overflow: hidden;
}
.about-box .block:hover .text div{
  height: 200px;
  transition: all 0.2s ease 0s;
}

.about-box .block .text ul{
  padding-right: 23px;
}
@media (max-width: 769px) {
.about-box .block .text div{
  height: auto !important;
}  
}

/**/

.strategy{}
.strategy .block{
  float: right;
  padding: 20px;
}
.strategy .block h1{
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
}
.strategy .block.points{
  display: flex;
  color: #000;
  font-weight: 600;
  flex-wrap: wrap;
  padding: 0;
}
.strategy .block  .point{
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-align: justify;
  font-size: 16px;
}
@media (min-width: 769px) {
  .strategy .block  .point{
  width: 20% !important;
}
}
.strategy .block  .point .img{
  background-color: #EAEAEA;
  width: 100%;
  height: 150px;
  display: flex;
  border-radius: 10px;
  margin: 0 auto 25px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.strategy .block  .point .img img{
  width: 120px;
  height: 120px;
      transition: all 0.5s ease 0s;
}
.strategy .block  .point:hover .img img{
      transition: all 0.5s ease 0s;
        transform: scale(1.2);
}

/**/
.work{
  background-color: #CEB042;
  min-height: 400px;
  color: #000;
}
.work .nav{
  display: block;
  text-align: center;
  margin: 0 0 50px;
}
.work .nav li{
  display: inline-block;
  max-width: 48%;
}
.work .nav li button{
  display: block;
  padding: 10px 25px;
  border: none;
  outline: none;
  color: #fff;
  outline: none;
  background: none !important;
  border: 1px solid #ffffff50;
}
.work .nav li button.active{
  color: #000;
  background: #ffffff50 !important;

}
.tab-content{
  padding-top: 50px;
}
.tab-pane.active{
    flex-wrap: wrap;
    display: flex;
}
.tab-pane .proj{
  padding: 0 20px;
  font-size: 18px;
  border-right: 5px solid #ffffff50;
  margin: 0 0 40px;
}





.foot-img{
  width: 100%;
  height: auto;
  margin: -2px 0;
}




/*footer*/
footer{
  background: #181818;
  padding: 40px 10px 25px;
  clear: both;
  min-height: 250px;
  font-size: 16px;
}
footer .block{
  float: right;
  padding: 15px 30px;
  color: #535353;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 769px) {
  footer .block{
  padding: 15px;
}
}

footer .block h3{
  margin: 0 0 40px;
  color: #ffffffad;
  font-size: 25px;
}
footer .block a{
  color: #535353 !important;
  text-decoration: none;
  outline: none ;
}
footer .block .fab {
  margin: 0 7px 1px;
  font-size: 20px;
  color: #5D5D5D;
  float: right;
}
footer .block .fab:hover {
  color: #CEB042 !important;
}
footer .block a:hover{
  color: #CEB042 !important;
}
footer .block ul{
  display: block;
  direction: rtl;
  list-style: none;
}


footer .block iframe {
  width: 100%;
  height: 200px;
  clear: both;
}
/**/
.copy{
  background: #000;
  color: #ffffff50;
  font-size: 14px;
  padding: 15px;
  text-align: center;
  font-weight: 500;
}
.copy a{
  color: #ffffff50;
  text-decoration: none;
  outline: none;
}
.copy a:hover{
  color: #fff;
  text-decoration: none;
  outline: none;
}
/**/

.gallery-item {
    margin: 0;
    text-align: center;
    padding: 10px;
}
.gallery-item  img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: none !important;
}

@media (max-width: 769px) {
  .gallery-item  img {
    height: 150px;
}
}

/**/

.map{
  clear: both;
  padding: 0;
  margin: 0;
}
.map iframe {
  width: 100%;
  height: 500px;
  margin: 0 0 -25px !important;
  padding: 0;
}


label{
  width: 100%;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px 15px;
    border-radius: 10px;
    margin: 5px 0 0;
    outline: none;
    max-height: 150px;
    text-align: right;
}
.wpcf7-submit {
  width: 120px;
  float: right;
  background: #CEB042;
  color: #fff;
  text-align: center;
  border: none;
}
/**/
.about-page{}
.about-page img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
/**/

.work-page{}
.work-page .block{
  padding: 15px;
}
.projs-all{
  display: flex;
  flex-wrap: wrap;
}
.projs-all .projs{
  padding: 15px;
  font-weight: 600;
  color: #000;
}
.projs-all .projs img{
  display: block;
  width: 100%;
  height: 300px;
  margin: 0 0 15px;
  object-fit: cover;
}


.head{
  padding: 15px 20px;
}

/*  */

.fa-twitter {
    width: 17px;
    height: 17px;
    color: #181818 !important;
    background-image: url(img/xx.png);
    background-size: 100% 100%;
    background-position: center;
    font-size: 0 !important;
    margin: 0px 7px 1px !important;
    line-height: 0 !important;
    filter: grayscale(1);
    opacity: 0.7;
}
.media .fa-twitter{
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    margin: 14px 13px 1px !important;
    float: left;
    filter: grayscale(1);
    opacity: 1;
}
.fa-twitter:hover {
    filter: none;
    opacity: 1;
}








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

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


                display: flex;
                flex-direction: column;
                justify-content: center;

*/


/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/







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

.owl-carousel {
    direction: ltr;
}
