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




.icons{
  text-align: left;
  padding: 5px 5px;
}
 .icons .fas,
 .icons .fab,
.icons .far
{
  margin: 0 4px;
  float: left;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0f98be;
  border-radius: 50%;
  font-size: 13px;
  color: #0f98be;
}
.icons i:hover
{
  border: 1px solid #0f98be;
  color: #fff;
  background-color: #0f98be
}

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








header{
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 10px 15px;
  /*box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);*/
}
header .container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header img{
  float: right;
  width: auto;
  height: 60px;
  margin: 0 0 0 50px;
  padding: 0;
}
@media (max-width: 769px) {
header img{
  height: 55px;
}  
}


header ul.topnav{
  float: left;
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
}
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 20px;
  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;
  position: relative;
  border-radius: 20px;
  background: #000;
  overflow: hidden;
}
.slider .item{
  position: relative;
  padding: 0
}
.slider .item img{
  width: 100%;
  height: 90vh;
  border-radius: 20px;
  opacity: 0.5;
  object-fit: cover;
}
.slider .item .text{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  direction: rtl;
}
.slider .item .text .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
    transition: all 0.5s ease 0s;
  margin-top: 100px;
}
.slider .active .item .text .container{
  margin-top: 0;
  transition: all 0.5s ease 0s;
  opacity: 1;
  transition-delay: 1s;
}
.slider .active .item img{
  transition: all 30s ease 0s; 
        transform: scale(2);

}

.slider .item .text h1{
  color: #34B3B1;
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 600;
}
.slider .item .text p{
  max-width: 600px;
}
.slider .item .text a{
  width: 180px;
  height: 45px;
  border-radius: 30px;
  color: #34B3B1;
  border: 2px solid #34B3B1;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 20px 0 0;
}
.slider .item .text a:hover{
  background-color: #34B3B1;
  color: #fff;
  border-color: #34B3B1;
}


.slider .owl-pagination{
     position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center; 
}




/**/


section{
  clear: both;
  padding: 50px 5px;
  overflow: hidden;
  display: block;
}
.about{
  padding: 50px 5px;

}
.about .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.about .container .block{
  padding: 20px;
  font-size: 19px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about h1{
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-weight: 600;
  font-size: 40px;
  color: #198CC3;
}
.about p{
  padding: 0;
  margin: 0;
}
.about img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.about a{
  width: 120px;
  height: 45px;
  border-radius: 30px;
  color: #198CC3;
  border: 2px solid #198CC3;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 30px 0 0;
}
.about a:hover{
  background-color: #34B3B1;
    color: #fff;
    border-color: #34B3B1;
}


/**/
.serv{
    background: #f9f9f9;
}
.serv .container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.serv .container h1{
    display: block;
    margin: 0 0 30px;
    padding: 0;
    font-weight: 600;
    font-size: 40px;
    color: #198CC3;
    text-align: center;
}
.serv .container .serv-slider{
  position: relative;
  padding: 0;
}
.serv .container .serv-slider .item{
  direction: rtl;
  padding: 10px;
}
.serv .container .serv-slider .item img{
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
}
.serv .container .serv-slider .item h4{
  font-size: 17px;
  margin: 20px 0 0;
  padding: 0;
}
.serv .container .serv-slider .item a{
  color: #000;
  text-decoration: none;
  outline: none;
}
.serv .container .serv-slider .item a:hover{
  color: #198CC3;
}




/**/

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

/**/
/**/
.projects{}
.projects .container{
  display: flex;
  flex-wrap: wrap;
}
.projects .container .block{
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects .container .block h1{
  display: block;
  margin: 0 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 40px;
  color: #198CC3;
  text-align: center;
}

.projects .container .item{
  direction: rtl;
  padding: 10px;
}
.projects .container .item img{
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
}
.projects .container .item h4{
  font-size: 17px;
  margin: 20px 0 0;
  padding: 0;
}
.projects .container .item a{
  color: #000;
  text-decoration: none;
  outline: none;
}
.projects .container .item a:hover{
  color: #198CC3;
}

/**/
.cunt{
}
.cunt .container{
  padding: 0;
  overflow: hidden;
  background-image: url("img/bbg.png");
  background-attachment: fixed; 
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
}
.cunt .container .cover{
  background: #1e85c080;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
}
.cunt .container .cover h1{
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-align: right;
  width: 100%;
}
.cunt .container .cover .cunt-box{
  padding: 15px;
  display: flex;
  color: #fff;
  font-size: 20px;
  flex-direction: column;
  align-items: center;
}
.cunt .container .cover .cunt-box i{
  font-size: 30px
}
.cunt .container .cover .cunt-box h3{
  display: block;
  margin: 5px 0;
  color: #00fffb;
  font-size: 60px;
  font-weight: 300;
}

/**/
.clint{}
.clint .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.clint .container h1{
  display: block;
    margin: 0 0 30px;
    padding: 0;
    font-weight: 600;
    font-size: 40px;
    color: #198CC3;
    text-align: center;
    width: 100%;
}
.clint .container .clint-box{
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2db2b5;
  border: 2px solid #fff;
  border-radius: 20px;
  min-height: 100px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background: rgb(52,179,177);
  background: linear-gradient(31deg, rgba(52,179,177,1) 0%, rgba(23,130,191,1) 100%);
}
.clint .container .clint-box img{
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}




/**/





/* footer */

footer {
    padding: 40px 10px;
    clear: both;
    color: #fff;
    font-size: 13px;
    background: #333;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

footer .container .foot {
    padding: 15px;
}

footer .container .foot ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

footer .container .foot ul li {
    list-style: none;
    display: block;
    clear: both;
    padding: 5px 0;
}

footer .container .foot ul li a {
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 5px 0;
}

footer .container .foot ul li a:hover {
    color: #34B3B1;
}

footer .container .foot ul li ul {
    display: none;
}

.icons {
    display: block;
    text-align: right;
    margin: 20px 0 0;
}

.icons a {
    font-size: 16px;
    padding: 5px 0;
    width: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    display: inline-block;
}

.icons a:hover {
    color: #34B3B1;
}

.copy {
    padding: 15px;
    text-align: center;
    font-size: 12px;
    display: block;
    border-top: 1px solid #eee;
    color: #000;
    text-align: center;
}

.copy .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

@media (max-width: 769px) {
    .copy .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.copy a {
    color: #000;
    text-decoration: none;
    outline: none;
}

.copy a:hover {
    color: #34B3B1;
}


.textwidget{
  font-size: 15px;
}
.textwidget a{
  color: #fff;
  text-decoration: none;
  outline: none;
}
.textwidget a:hover{
  color: #34B3B1;
}




/**/

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: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px #999;
  z-index: 99;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-decoration: none;
  outline: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
a.whatsapp .fa-whatsapp{
  color: #fff;
  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;
  border-radius: 50px 50px  0 0;
  overflow: hidden;
}
.head .cover{
  padding: 60px 25px;
  background: #1b84c382;
}
.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);
*/