
.container{
  /*max-width: 960px !important;*/
}


*{
    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: 2
}


/*@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: #000;
    /*font-family: 'DIN', sans-serif;*/
    font-family: 'Tajawal', sans-serif;
    font-size: 1rem;
    /*text-transform: capitalize;*/
    text-align: right;
    direction: rtl;
}
header .row > * {
    width: auto;
}
 .row{
  display: block;
}
h1,h2,h3,h4,h5,h6{
  /*font-family:'DIN2' */
}

/***header***/

/***header***/

.top{
  float: right;
  width: 100%;
  padding: 5px 15px;
  text-align: right;
  background: rgb(4,100,112);
background: linear-gradient(90deg, rgba(4,100,112,1) 45%, rgba(4,100,112,1) 75%, rgba(91,164,161,1) 75%);
}
.top .block{
  float: right;
  padding: 3px 5px;
  color: #fff;
}
.top .block a{
  color: #fff;
  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;
  background: #046470;
}
.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: #fff;
  float: right;
  padding: 15px;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
header img{
  float: right;
  width: auto;
  height: 80px;
  margin: 0 0 0;
  padding: 0;
}
@media (max-width: 769px) {
header img{
  height: 55px;
}  
}


header ul.topnav{
  float: left;
  list-style: none;
  padding: 15px 0 0;
  display: block;
}
header ul.topnav li{
  float: right;
  position: relative;
}

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: #999;
  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: #5BA4A1;
}
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;
}

/**/


section{
  clear: both;
  padding: 80px 10px;
  overflow: hidden;
  display: block;
}
.about{
  padding: 80px 25px;

}
.about h1{
  display: block;
  margin: 0 0 25px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 35px;
  color: #046470;
  border-right: 5px solid #5BA4A1;
}
.about p{
  padding: 0;
  margin: 0 0 10px;
}
/**/

.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: #5BA4A1;
  font-size: 22px;
  font-weight: 500;
}
.about-info .block .box p{
}
.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 #5BA4A1;
}

/**/

.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 #5BA4A1;
}

.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 #5BA4A1;
}

.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;
}
.owl-pagination .owl-page{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 15px;
  background: #ddd;
}
.owl-pagination .owl-page.active{
  background: #5BA4A1;
}

/**/



footer{
  padding: 100px 20px;
  text-align: center;
  color: #fff;
  background: #464646;
  position: relative;
}
footer ul{
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: 0 0 50px;
  list-style: none;
}
footer ul li{
  float: none;
  display: inline-block;
  padding: 0 5px;
}
footer ul li a{
  color: #fff;
  text-decoration: none;
  outline: none;
  padding: 10px 10px;
}
footer ul li a:hover{
  color: #5BA4A1;
}

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: #5BA4A1;

}

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

}

/**/

a.ord{
  padding: 25px 30px;
  color: #fff;
  background: #5BA4A1;
  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/bbg.png");
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  padding: 0;
}
.head .cover{
  padding: 60px 25px;
  background: #04647091;
}
.head h1{
  color: #fff;
  font-weight: 500;
  font-size: 35px;
}

/**/

.cat{}
.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 #5BA4A1;
}
.cat h2:hover {
    color: #000;
}


/**/

.singel .block{
  float: right;
  padding: 15px;
}
.singel .block h2{
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.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: #5BA4A1;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: #5BA4A1;
}




/**/


.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: #046470;
  color: #fff;
}
.wpcf7-submit:hover{
  width: auto;
  background: #5BA4A1;
  color: #fff;
}



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



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