*{
  transition: all 0.2s ease 0s;
  text-decoration: none;
  outline: none;
}
*:hover{
  transition: all 0.2s ease 0s;
  text-decoration: none;
  outline: none;
}
p{line-height: 1.7;}


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

body {
  display: block;
  margin: 0;
  padding: 0;
  color: #232A4E;
  /*font-family: 'DIN', sans-serif;*/
  font-family: 'Tajawal', sans-serif;
  font-size: 17px;
  /*text-transform: capitalize;*/
  text-align: right;
  direction: rtl;
  background: #e8e8e8;
  background: rgb(232,232,232);
  background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
}
header .row > * {
  width: auto;
}
.row{
display: block;
}



/***header***/

/***header***/

.top{float: right;width: 100%;padding: 8px 15px;text-align: right;background: #232a4e;font-size: 14px;color: #fff;}
.top .block{
float: right;
padding: 3px 5px;
color: #000;
}
.top .block a{color: #e4d18d;text-decoration: none;outline: none;}
.top .block .fas,
.top .block .far
{
display: inline-block;
margin: 0 0 0 10px;
}
.top .icons{
text-align: left;
padding: 5px 5px;
}
.top .icons .fas,
.top .icons .fab,
.top .icons .far
{
margin: 0 10px;
float: left;
}

@media (max-width: 769px) {
.top{
text-align: center;
}
.top .icons{
text-align: center;
padding: 5px 5px;
}
.top .icons .fas,
.top .icons .fab,
.top .icons .far
{
padding: 3px 5px;
float: none;
margin: 0 5px;
}
}








header{position: sticky;top: 0;width: 100%;z-index: 999;background: #e8e8e8;float: right;padding: 0 15px;background: rgb(232,232,232);background: linear-gradient(357deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);}
a.logo{
text-decoration: none;
outline: none;
position: relative;
padding: 0;
}
header img{
position: relative;
top: 0;
right: 0;
padding: 8px;
max-height: 100px;
width: auto;
}
@media (max-width: 769px) {
header img{height: 55px;padding: 5px;}  
}


header ul.topnav{
float: left;
list-style: none;
padding: 22px 0 0;
display: block;
margin: 0;
}
header ul.topnav li{
float: right;
position: relative;
} 
.order a{
    background: #d2b967;
    color: #fff !important;
    text-align: center;
    padding: 10px 25px !important;
    margin: 5px 0;
    border-radius: 50px;
    box-shadow: 0 0 5px #999;
    border: 1px solid #fff;
}

header ul.topnav li.menu-item-has-children:after{
content: "\f0d7";
font-family:fontawesome;
position: absolute;
top: 15px;
left: 0;
color: #999;
}



header ul.topnav li a {
color: #000;
text-decoration: none;
outline: none;
padding: 15px 16px;
display: block;
font-weight: 500;
}
header ul.topnav li:hover > a,
header ul.topnav li.current-menu-item a
{color: #d2b967;}
header ul.topnav li ul{
display: none;
position: absolute;
top: 98%;
right: 0;
width: 250px;
padding: 15px;
border-radius: 5px;
border: 1px solid #ddd;
background: #fff;
}
header ul.topnav li:hover ul{
display: block;
}
header ul.topnav li ul li{
float: none;
display: block;
text-align: right;
}
header ul.topnav li ul li a{
padding: 5px 0;
display: block;
text-align: right;
color: #000;
}


.bar{
display: none;
}

@media (max-width: 769px) {

header ul.topnav{
padding: 40px 25px;
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100vh;
transition: all 0.5s ease 0s;
z-index: 9999;
background: #fff;
box-shadow: 0px 0 20px -5px rgba(0, 0, 0, 0.2);
overflow-y: auto;
direction: rtl;
}
header ul.topnav li{
float: none;
}

header ul.topnav li a {
padding: 15px 0;
border-bottom: 1px solid #f1f1f1;
}
header ul.topnav li ul{
display: none;
position: relative;
top: auto;
right: auto;
width: 100%;
padding: 15px;
border: 1px solid #ddd;
}

.bar{
width: 30px !important;
height: 25px;
position: relative;
float: left;
margin: 17px 0 0;
border-top: 1px solid #046470;
border-bottom: 1px solid #046470;
display: block;
}
.bar:after{
content: "";
position: absolute;
top: 50%;
right: 0;
width: 70%;
border-bottom: 1px solid #046470;
}
.open{
  transition: all 0.5s ease 0s;
right: 0 !important;
}
}
/**/

.slider{
padding: 0;
margin: 0;
clear: both;
}
.slider .item{position: relative;background: #fff;padding: 0;}
.slider .item img{width: 100%;height: 90vh;object-fit: cover;opacity: 1;}
.slider .item .text {position: absolute;color: #232A4E;top: 0;left: 0;right: 50%;bottom: 0;padding: 25px;text-align: right;display: flex;flex-direction: column;justify-content: center;font-size: 25px;}
.slider .item .text h1 {font-weight: bold;font-size: 40px;margin: 15px 0 20px;line-height: 1;margin: 0 0 30px;}
.slider .item .text h1 span{
  font-size: 60pt;
}
@media (max-width: 769px) {
  .slider .item img{
    width: 100%;
    min-height: 42vh;
    object-fit: cover;
    height: auto;
    padding-top: 40px;
  }

  .slider .item .text{
    right: 22% !important;
    font-size: 12px;
    height: 70%;
    font-weight: 500;
  }
  .slider .item .text h1{
    margin: 0 0 10px;
    line-height: 20px;
  }
  .slider .item .text h1 span{
    font-size: 15pt !important;
    margin: 0;
  }  
}




/**/


section{
clear: both;
padding: 50px 10px;
overflow: hidden;
display: block;
}

/**/

/**/
.about{}
.about .block{float: left;padding: 25px 5px;}
.about h1{display: block;margin: 0 0 30px;padding: 10px 0 20px;font-weight: bold;font-size: 28px;color: #000;position: relative;}
.about h1:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 1px;
  background: #d2b96769;
  box-shadow: -20px 5px 1px #232a4e38;
}
.about p{
padding: 0;
margin: 0 0 10px;
}
.about img{width: auto;margin: 0 auto;padding: 0;border-radius: 100px  0  100px;max-width: 100%;display: block;height: auto;}
.about .block ul{
  padding: 0 20px 20px 0;
  margin: 0;
  color: #d2b967;
  font-size: 18px;
}
.about .block ul li{
  padding: 3px 0;
  color: #232a4e;
  margin: 0;
}
.about .block ul li::marker {
  color: #D2B967;
}
.about .block a{
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #232A4E;
  padding: 10px 25px;
  border-radius: 30px;
  margin: 20px 0 0;
  display: inline-block;
}
.about .block a:hover{
    background: #d2b967;
}

/*  */

.services{
  padding: 50px 0 0;
}
.title h1{
  font-weight: bold;
  font-size: 35px;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 40px;
  text-align: center;
}
/* .services .title h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 1px;
  background: #d2b96769;
  box-shadow: -20px 5px 1px #232a4e38;
} */

.services-all{
  display: flex;
}
.services-block{
  width: 16.666%;
  position: relative;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.services-block.w10{
  transition: all 0.5s ease 0s;
  width: 10%;
}


.services-block img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.services-block h2{ display: none;}
.services-block p{ display: none;}




.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
  background: #000;
}

@media (max-width: 769px) {
  .gallery-wrap {
    display: none;
  } 
}




.gallery-wrap  .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.3s ease;
  position: relative;
  transition: all 0.5s ease 0s;

  
  &:hover{
    flex: 5;
    transition: all 0.5s ease 0s;

  }
  .img{
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.3s ease;
    width: 100%;
    transition: all 0.5s ease 0s;

  }
  &:hover .img{
    opacity: 0.5;
    transition: all 0.5s ease 0s;


  } 
  h2{
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
    margin-bottom: 50px;
    color: #fff;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease 0s;
    font-weight: bold;
    opacity: 0;
  }
  p{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: 50px;
    color: #fff;
    width: 100%;
    transition: all 0.5s ease 0s;
    text-align: center;
    opacity: 0;
  }
  &:hover h2{
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
    opacity: 1;

  }
  &:hover p{
    transition: all 0.5s ease 0s;
    margin-top: 10px;
    opacity: 1;

  }
}

/*  */
.serv{
  display: none !important;
}
@media (max-width: 769px) {
  .serv {
    display: block !important;
  } 
  .serv .items{
    padding: 0;
    position: relative;
    margin: 0;
    background: #232A4E;
    color: #fff;
    direction: rtl;
  }
  .serv .items img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    opacity: 0.6;
  }
  .serv .items h2{
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
    text-align: center;
    padding: 10px 20px;
  }
  .serv .items p{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    padding: 10px 20px;
  }
}




/**/

.about-info{
padding: 0 15px;
background-repeat: no-repeat;
background-position: center 15px;
background-size: cover;
}
.about-info .block{
float: right;
padding: 0;
}
.about-info .block .box{
background: #fff;
  transition: all 1.5s ease 0s;
padding: 25px;
  opacity: 0;
color: #000;
border: 1px solid #ddd;
}
.about-info .block:hover .box{
  transition: all 0.5s ease 0s;
  opacity: 1;
}
.about-info .block .box .fa,
.about-info .block .box .fas,
.about-info .block .box .far, 
.about-info .block .box .fal, 
.about-info .block .box .fad, 
.about-info .block .box .fab
{
font-size: 35px;
color: #00000036;
margin: 0;
}
.about-info .block .box h3{
display: block;
margin: 15px 0;
color: #CCB155;
font-size: 22px;
font-weight: 500;
}

.about-info .block h2 {
  display: block;
  padding: 13px 20px;
  transition: all 0.5s ease 0s;
  color: #fff;
  background: #04647082;
  font-size: 30px;
  margin: 0;
}
.about-info .block:hover h2 {
  transition: all 0.5s ease 0s;
  background: #046470;
}

.about-info .block h2  .fa,
.about-info .block h2 .fas,
.about-info .block h2 .far, 
.about-info .block h2  .fal, 
.about-info .block h2 .fad, 
.about-info .block h2  .fab{
float: left;
font-size: 20px;
margin: 10px 0 0;
}

@media (max-width: 769px) {
.about-info .block .box{
  opacity: 1;
}
.about-info .block h2 {
  background: #046470;
  margin: 0 0 15px;
}
}

/**/

.manger{
background: #FAFAFA;
background: rgb(4,100,112);
background: radial-gradient(circle, rgb(4 100 112 / 19%) 50%, rgba(250,250,250,1) 50%);
}
.manger .block{
float: right;
padding: 15px;
}
.manger .block img{
display: block;
margin: 100px auto 0;
max-width: 100%;
height: auto;
width: auto;
}
@media (max-width: 769px) {
.manger .block img{
margin: 0 auto ;
}
}
.manger .block h1 {
  display: block;
  margin: 0 0 25px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 35px;
  color: #046470;
  border-right: 5px solid #CCB155;
}

/**/

.reat{
  padding: 80px 25px;
}
.reat h1{
  display: block;
  margin: 0 0 35px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 35px;
  color: #046470;
  border-right: 5px solid #CCB155;
}

.reat .block{
float: right;
padding: 10px;
}
.reat .block .box{
border: 1px solid #eee;
padding: 30px;
text-align: center;
min-height: 170px;
display: flex;
flex-direction: column;
justify-content: center;
}
.reat .block .box:hover{
border: 1px solid #046470;
background: #046470
}
.reat .block .box .fa,
.reat .block .box .fas,
.reat .block .box .far, 
.reat .block .box .fal, 
.reat .block .box .fad, 
.reat .block .box .fab{
display: block;
margin: 0 auto;
font-size: 35px;
color: #269390;
}
.reat .block .box:hover .fa,
.reat .block .box:hover .fas,
.reat .block .box:hover .far, 
.reat .block .box:hover .fal, 
.reat .block .box:hover .fad, 
.reat .block .box:hover .fab{

color: #fff;
}
.reat .block a{
text-decoration: none;
outline: none;
color: inherit;
}
.reat .block .box h3{
color: #046470;
font-size: 17px;
font-weight: 500;
margin: 15px 0 0;
}
.reat .block .box:hover h3{
color: #fff;
}
/**/

.need{
background: #046470;
color: #fff;
padding: 60px 15px;
text-align: center;
}
.need h1{
  display: inline-block;
  margin: 0 0 50px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 35px;
  color: #fff;
  width: auto;
  border-right: 5px solid #CCB155;
}

.need .need-slider{
position: relative;
z-index: 9;
clear: both;
display: block;
width: 100%;
}
.need .need-slider:after{
content: "";
position: absolute;
top: 42px;
left: 0;
right: 0;
border-bottom: 2px solid #fff;
z-index: -1;
}
.need .need-slider .item{
z-index: 5;
position: relative;
padding: 15px;
display: block;
margin: 0 auto 30px;
max-width: 150px;
}
@media (max-width: 769px) {
.need .need-slider .item{
max-width: 200px;
}

}
.need .need-slider .item .fa,
.need .need-slider .item .fas,
.need .need-slider .item .far, 
.need .need-slider .item .fal, 
.need .need-slider .item .fad, 
.need .need-slider .item .fab{
width: 50px;
height: 50px;
padding: 10px;
border: 1px solid #fff;
background: #046470;
border-radius: 50%;
margin: 0 auto 20px;
position: relative;
z-index: 99999;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 20px;
}


/**/

.owl-pagination{
text-align: center;
direction: rtl;
clear: both;
width: 100%;
margin: 0;
position: absolute;
bottom: 0;
right: 0;
}
.owl-pagination .owl-page{display: inline-block;width: 7px;height: 7px;margin: 5px;border-radius: 7px;background: #dfdfdf;}
.owl-pagination .owl-page.active{
background: #D2B967;
width: 40px;
}

/**/



footer{
padding: 0;
text-align: center;
color: #fff;
background: #464646;
position: relative;
background-image: url("img/map.webp");
background-size: cover;
margin: 0;
overflow: hidden;
}
footer .covers{background: #232a4e;padding: 50px 20px 40px;overflow: hidden;}
footer .foot{float: right;padding: 15px 0;margin: 0 0 15px;text-align: right;direction: rtl;}
footer .foot h3{margin: 0 0 20px;color: #d2b967;font-size: 22px;}
footer .foot img{
  width: 210px;
  height: auto;
  max-width: 100%;
}
footer ul{display: block;overflow: hidden;text-align: right;width: 100%;margin: 0;padding: 0;list-style: none;flex-wrap: wrap;}

footer ul.m-xs{display: flex;overflow: hidden;text-align: right;width: 100%;margin: 0;padding: 0;list-style: none;flex-wrap: wrap;}

footer ul li{float: none;display: block;padding: 5px 1px;font-size: 14px;}
footer ul.m-xs li{
    width: auto;
    padding: 5px;
}
@media (max-width: 769px) {
footer ul.m-xs li{
padding: 5px ;
}
}


footer ul li li{
display: none;
}
footer ul li a{color: #ffffff8a;text-decoration: none;outline: none;padding: 10px 0;}
footer ul.m-xs li a{color: #ffffff8a;text-decoration: none;outline: none;padding: 10px 0;width: 50px;height: 50px;background: #ffffff1f;text-align: center;display: flex;align-items: center;justify-content: center;border-radius: 4px;}
footer ul.m-xs  li a:hover{
  background: #CCB155;
  }
footer ul li a:hover{
color: #CCB155;
}

footer .fa,
footer .fas,
footer .far, 
footer .fal, 
footer .fad, 
footer .fab{
display: inline-block;
margin: 0;
color: #fff;
padding: 5px;
}
footer .fa:hover,
footer .fas:hover,
footer .far:hover, 
footer .fal:hover, 
footer .fad:hover, 
footer .fab:hover{
color: #fff;

}
footer .textwidget .fa-map-marker,
footer  .textwidget .fa-phone,
footer .textwidget  .fa-whatsapp
{
  float: right;
  margin: 0 0 15px 5px;
  color: #CCB155;
}
footer .textwidget{
  font-size: 14px;
  color: #ffffffa3;
}
footer .textwidget b{
  margin: 10px 0 0;
  color: #fff;
}



.copy{clear: both;display: block;padding: 15px 10px;text-align: center;font-size: 12px;font-weight: 300;margin: 0;color: #fff;background: #111630;}
.copy a{
color: #fff;
text-decoration: none;
outline: none;
}
.copy a:hover{
color: #fff;

}

/**/

a.ord{
padding: 25px 30px;
color: #fff;
background: #CCB155;
border-radius: 50px;
position: fixed;
bottom: 50px;
right: 20px;
z-index: 99;
text-decoration: none;
outline: none;
width: 210px;
font-size: 25px;
}

a.whatsapp{
background: #fff;
width: 60px;
height: 60px;
border-radius: 50%;
box-shadow: 0 0 10px #999;
z-index: 99;
position: fixed;
bottom: 150px;
right: 20px;
text-decoration: none;
outline: none;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}
a.whatsapp .fa-whatsapp{
color: #25D366;
font-size: 30px;
text-align: center;
}
a.whatsapp span{
width: 20px;
height: 20px;
text-align: center;
border-radius: 50%;
color: #fff;
background: #FF0000;
position: absolute;
top: 0;
right: 0;
line-height: 20px;
}


@media (max-width: 769px) {
a.ord{
padding: 15px 30px;
font-size: 18px;
bottom: 15px;
}

a.whatsapp{
width: 50px;
height: 50px;
bottom: 80px;
text-align: center;
padding: 0;
}
a.whatsapp .fa-whatsapp{
font-size: 25px;
margin: 0 auto;
display: block;
}
a.whatsapp span{
top: 0;
right: -6px;
}
}

/**/

.head{background-image: url("img/dr.png");text-align: right;padding: 0;background-position: 10% 10px;background-size: 250px auto;background-repeat: no-repeat;background-color: #ddd;color: #000;padding: 0 6% 0 30%;}
.head .cover{padding: 140px 25px;}
.head h1{color: #232a4e;font-weight: 700;font-size: 45px;}
@media (max-width: 769px) {
.head{background-image: url("img/dr.png");text-align: center;padding: 0;background-position: -20% 10px;background-size: 240px auto;background-repeat: no-repeat;background-color: #ddd;color: #000;padding-left: 40%;}
.head .cover{padding: 120px 10px;}
.head h1{color: #232a4e;font-weight: 700;font-size: 25px;text-align: right;}	
}
/**/


.cat a{
text-decoration: none;
outline: none;
color: inherit;
display: inline-block;
margin: 0 0 10px;
padding: 0;
}
.cat h2 {
  display: block;
  margin: 0 ;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 25px;
  color: #046470;
  border-right: 3px solid #CCB155;
}
.cat h2:hover {
  color: #000;
}


/**/
.singel img{
margin: 0 auto 25px;
height: auto;
width: auto;
display: block;
max-width: 100%;
}
.singel .block{
float: right;
padding: 15px;
}
.singel .block h2{
margin: 0 0 25px;
font-size: 22px;
font-weight: 500;
color: #000;
}
@media (max-width: 769px) {
	.singel .block h1,	
	.singel .block h1 span{
		font-size: 28px !important;
	}	
}
.singel .block .fa,
.singel .block .fas,
.singel .block .far, 
.singel .block .fal, 
.singel .block .fad, 
.singel .block .fab{display: inline-block;margin: 0 5px;color: #CCB155;padding: 5px;}
.singel .block .fa:hover,
.singel .block .fas:hover,
.singel .block .far:hover, 
.singel .block .fal:hover, 
.singel .block .fad:hover, 
.singel .block .fab:hover{
color: #999;

}
.singel .block iframe {
width: 100%;
height: 250px;
clear: both;
margin: 30px 0 0;
float: right;
}
.singel .block  a{
text-decoration: none;
outline: none;
color: #CCB155;
}

.singel ul{
  padding: 10px 30px 10px 10px;
}






/**/


.rows{
float: right;
padding: 10px;
overflow: hidden;
}
.rows p{
margin: 0;
}
.wpcf7-form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 20px;
  font-weight: 400;
  color: #495057;
  text-align: right;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 30px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: none;
  max-height: 180px;
}
.wpcf7-submit{
width: auto;
background: #D2B967;
color: #fff;
}
.wpcf7-submit:hover{
width: auto;
background: #CCB155;
color: #fff;
}




/*********/


.counter{
background: #fff;
background-repeat: no-repeat;
background-attachment: fixed;
padding: 50px 0;
}
.number {
float: right;
padding: 15px;
text-align: center;
color: #000;
}
.number img{
display: block;
margin: 0 auto;
width: 30px;
}
.number h1{
margin: 10px 0;
font-weight: 700;
font-size: 45px;
color: #D2B967;
}
.number h3{
  font-weight: 400;
  font-size: 18px;
}

/**/


.media iframe{
width: 100%;
height: 500px;
background: #f0f0f0;
padding: 15px;
border-radius: 20px;
margin: 0 auto;
display: block;
}


.media p{
display: block;
margin: 0 auto;
max-width: 900px;
}
.media .block{
float: right;
padding: 0;
color: #000;
text-align: right;
border: 15px solid #ffffff;
background-color: #f5f5f5;
border-radius: 20px;
}
.media .block .box{
  display: flex;
  padding: 0;
}

@media (max-width: 769px) {
.media .block .box{
  display: flex;
  padding: 0;
  flex-direction: column;
}

.media .block img{
width: 100%;
}
}


.media .block img{
display: block;
margin: 0 auto 0 30px;
height: 220px;
min-width: 220px !important;
max-width: 500px;
object-fit: cover;
border-radius: 7px;
}
.media .block img ~ div{
display: flex;
flex-direction: column;
justify-content: center;
padding: 25px;
}
.media .block h3{
margin: 20px 0;
font-size: 20px;
color: #D2B967;
font-weight: bold;
}


.logoo {
text-align: right !important;
direction: ltr;
}
.logoo img{
width: 100% !important;
}
.logoo h4{
margin: 20px 0;
font-size: 17px;
color: #000;
}

/**/

.bgg{
overflow: hidden;
padding: 0;
background-image: url("img/pat.webp");
background-size: 40% auto;
background-position: right 110px;
background-repeat: no-repeat;
background-attachment: fixed;
}
.testmoi{padding: 60px 0;background-size: 100%;text-align: center;}
.testmoi .itemss{display: block;margin: 0;max-width: 800px;padding: 60px 15px 0;color: #999;display: flex;}
.testmoi .itemss .box{
  position: relative;
  width: 100%;
  float: left;
  color: #000;
  font-size: 12px;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  min-height: 330px;
}
.testmoi .itemss .box:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  border: 2px solid #232a4e52;
  border-width: 1px 1px 1px 0;
}
.testmoi .itemss .box:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  border: 1px solid #232a4e52;
  border-width: 1px 0 1px 1px;
}

.testmoi .itemss p{padding: 20px 25px 10px;margin: 0;border-radius: 0;font-size: 15px;direction: rtl;color: #777;}
.testmoi .itemss  img{width: 120px;height: 120px;display: block;border-radius: 50%;margin: -60px auto 10px;background: #fff;padding: 3px;border: 3px solid #d2b967;}
.testmoi .itemss  h3{font-size: 17px;margin: 0 0 5px;color: #a9924a;}

/**/


.re .res {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.re p{
display: block;
max-width: 800px;
margin: 0 auto;
}
.blog-box{
float: right;
padding: 15px;
text-align: center;
direction: rtl;
}
.blog-box img{
width: 150px;
height: 150px;
border-radius: 50%;
margin: 40px auto 10px;
display: block;
object-fit: cover;
}
@media (max-width: 769px) {
.blog-box{
padding: 10px 5px;
}
.blog-box img{
width: 100px;
height: 100px;
}
}
.blog-box h4{
margin: 20px 0px 5px;
color: #D2B967;
font-size: 28px;
}
.blog-box p{
font-size: 16px;
margin: 0 0 15px;
}
.blog-box a{
display: inline-block;
float: none;
clear: both;
text-decoration: none;
outline: none;
color: #D2B967;
padding: 5px 20px;
border: 1px solid #D2B967;
border-radius: 10px
}
.blog-box a:hover{
color: #fff;
background: #D2B967;

}
/**/
.event img{
height: auto !important;
}

.gallery-item{
padding: 10px;
}
@media (max-width: 769px) {
.gallery-item{
width: 100% !important
}
}
.gallery-item img{
width: 100%;
height: auto;
border: none !important;
}

/**/
.fix{
  list-style: none;
  background: #D2B967;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999;
  width: 37px;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: -80px 0 0;
  border: 1px solid #ffffff47;
  border-width: 1px 1px 1px 0;
}
@media (max-width: 769px) {
	.fix{
		display: none;
	}	
}
.fix li a{
  display: block;
  width: 35px;
  padding: 5px 0;
  text-align: center;
  transition: all 0.2s ease 0s;
  background: #D2B967;
  color: #fff;
  text-decoration: none;
  outline: none;
  border-radius: 0 20px 20px 0;
  float: left;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.fix li a:hover{
  width: 45px;
  color: #fff;
  transition: all 0.2s ease 0s;
  background: #A68654;
}


/**/
.wa{
background: #D2B967;
color: #fff;
text-align: center;
padding: 20px 20px;
clear: both;
font-size: 20px;
}
.wa a{
  line-height: 0;
}
.wa a i{
  color: #fff;
  background: #3ec24f;
  font-size: 50px;
  margin: 10px 0 0;
  line-height: 40px;
  border-radius: 50%;
}
.gallery{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.gallery .landscape{
  display: flex;
  padding: 10px;
  justify-content: center;
  align-content: center;
}
.gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 769px) {
.gallery .gallery-item {
width: 50% !important;
}
}
.gallery .gallery-item img{
display: block;
margin: 0 auto;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.images .gallery .gallery-item img{
width: 100%;
height: 300px;
object-fit: cover;
}
@media (max-width: 769px) {
.images .gallery .gallery-item img{
height: 150px;
}
}


/*  */
.servs-all{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.servs-all .services-box {
  padding: 15px 10px;
  display: block;
}
.servs-all .services-box .box{
  padding: 20px;
  direction: rtl;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.servs-all .services-box img{
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}
.servs-all .services-box h2{
  color: #D2B967;
  margin: 0 0 15px;
  font-size: 20px;
}
.servs-all .services-box h2 a{
  color: #D2B967;
  text-decoration: none;
  outline: none;  
}

.servs-all .services-box p{
  color: #000;
  font-size: 14px;
}
.servs-all .services-box p ~ a {
    text-align: center;
    color: #fff;
    background: #232A4E;
    padding: 9px 15px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    margin: 5px 0 0;
    display: inline-block;
    width: 120px;
}
.servs-all .services-box p ~ a:hover {
    color: #fff;
    background: #D2B967;
}


/*  */

.nav-tabs{
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
  border: none;
  display: flex;
  justify-content: center;
}
.nav-tabs li{
  float: none;
  display: inline-block;
  padding: 10px;
}
.nav-tabs li button{
  background: #d2b9675c !important;
  color: #111630 !important;
  border-radius: 30px !important;
}
.nav-tabs li button.active{
  color: #fff !important;
  background: #111630 !important;
}
/*  */
.vid-box{
	padding: 10px;
	float: right;
}
.vid-box video{
	width: 100%;
}
.vid-box h2{
	display: block;
	margin: 15px 0;
	text-align: right;
	font-size: 17px;
	font-weight: 700;
	color: #232A4E;
}
/*  */
.lang{
    float: left;
    width: auto !important;
}
.lang ul{
    margin: 27px 0 0;
    list-style: none;
    padding: 0;
}
@media (max-width: 769px) {
	.lang ul{
    margin: 5px 0 0;
}
}
.lang ul li{padding: 10px;font-weight: 600;}
.lang ul li a{
    text-decoration: none;
    outline: none;
    color: #d2b967 !important;
    text-shadow: 1px 1px 1px #fff;
}
.lang ul li a:hover{
	color: #000 !important;
}




.dir {
    direction: ltr;
    display: inline-block;
}





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

*/


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



.owl-carousel{
direction: ltr !important;
position: relative;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  clear: both;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  clear: both;
}

.wp-playlist-light .wp-playlist-caption {
  color: #333;
  padding: 0 40px 0 0;
}
.wp-playlist-item {
  position: relative;
  cursor: pointer;
  padding: 0px 3px 10px;
  border-bottom: 1px solid #ccc;
}
/*  */







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