html{
    direction: ltr;
    text-align: left !important;
}

body{
    padding-top: 0em;
    overflow: hidden;
    background-color: #eaf0f2;
}

.text-start{
    text-align: start;
}




@font-face {
    font-family: Cairo-Light;
    src: url(../webfonts/Cairo-Light.ttf);
 
  }
  @font-face {
    font-family: Cairo-Regular;
    src: url(../webfonts/Cairo-Regular.ttf);
 
  }


  @font-face {
    font-family: Cairo-Bold;
    src: url(../webfonts/Cairo-Bold.ttf);
  }
  @font-face {
    font-family: ElMessiri-Bold;
    src: url(../webfonts/ElMessiri-Bold.ttf);
  }
  @font-face {
    font-family: ElMessiri-Medium;
    src: url(../webfonts/ElMessiri-Medium.ttf);
  }
  @font-face {
    font-family: ElMessiri-Regular;
    src: url(../webfonts/ElMessiri-Regular.ttf);
  }


/* loader */

    .loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url(../pics/loader.gif) 50% 50% no-repeat rgb(255,255,255);
        
    }


/* end loader */

.line-1{
    width: 60px;
    height: 5px;
    background: #d87053;
    display: inline-block;
    border-radius: 40px;
}
.line-2{
    width: 40px;
    height: 5px;
    background: #d87053;
    display: inline-block;
    border-radius: 40px;
    margin: 0 10px;
}


.wp-button {
    margin-top: 14px;
    color: #FFF;
}
  .bottom-whatsapp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50%;
    text-align:center;
    font-size:35px;
    
    z-index:999;
    transition: all 0.5s ease-in-out;
  }
  .mov-ver{
    -webkit-animation: mover .5s infinite alternate;
    animation: mover .5s infinite alternate;

  }
  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10); }
    100% { transform: translateY(-20px); }
}

/* start nav bar */

header{
    
    position: relative;
    
}

.navbar{
    font-family: Cairo-bold, Arial, sans-serif;
    background-color: #fff;
    border-bottom: 3px solid #1b5278;
   
    
}
.logo{
    
    width: 80px;
    height: 80px;
}
.logo img{
    width: 100%;
    height: 100%;
} 
.nav-link {
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #1b5278;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
 }
 
@media (min-width: 1080px){
 .nav-link {
    font-size: 20px;
    font-weight: 900;
 }
}
@media (max-width: 991.5px){
    .nav-link {
       font-size: 20px;
       font-weight: 900;
    }
   }
 .nav-link:hover {
     
    color: #d87053;
  
    transition: all 0.7s ease-in-out !important;
 }
 .nav-link:after {

    transition: all 0.4s ease-in-out;
    background: none repeat scroll 0 0 #155e72;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}
.nav-right .activee::after {
    width: 100%;
}
.nav-link:hover:after {
    width: 100%;
    background: none repeat scroll 0 0 #d87053;
}


 .lang-img{
    color: #121212;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
}
.lang-img:after{
    content: "";
    display: none;
}
.lang-img:hover{
    color: #121212;
}
 @media (min-width: 992px){
.navbar-nav {
 
   margin: auto;
   padding: 0px;
}
.nav-item{
    padding: 5px 15px;
    border-right: 1px solid #155e72;
}

.nav-item-last{
    border: none
}
.nav-item-last-lang-img{
    margin: auto;
}
.lang-img{
    padding: 0 10px 0 0;
 
}
 }
.top{
    
    top: 0px !important;
    transition: all 1s ease-in-out;
    background-color: #fff;
  
}
.top-minus{
    top:-1000px;
}

/* end nav */




.company-services{
    padding: 60px 0;
    
}


.company-services .company-services-title{
    font-family: ElMessiri-Bold;
    color: #1b5278;
    font-size: 32px ;
    margin: 10px 0 40px ;
}

.service{
    font-family: cairo-regular;
    font-size: 16px;
    overflow: hidden;
    margin: 15px 0;
    height: 400px;
    
}
.service-tilte{
    height: 45px;
    margin-bottom: 10px;
}
.service-content{
    height: 75px;
    overflow: hidden;
}
.service-img{
width: 300px;
height: 200px;
margin: auto;
overflow: hidden;
}



.service-img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.service-img img:hover{
transform: scale(1.3);
}

.service a {
    border: 1px solid #155e72;
    border-radius: 3px;
    height: 50px;
  display: inline-block;
    background: linear-gradient( #155e72 , #18a8a8 );
    background-size: 100% 0%;
    background-position: 50% 50%;
    transition: all .5s ease-in-out;
    padding: 10px;
  }
  
  .service a:hover {
    background-size: 100% 100%;
    color: #FFF;
  }



  /* company service */

  

.company-service .container{
    padding: 60px 10px;
    
}
.company-service .title{
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
    font-family: ElMessiri-Bold;
    color: #1b5278;
    font-size: 38px ;
}


.company-service .img{
    width: 80%;
    height: 300px;
    margin: auto;
    padding: 20px 0;
   overflow: hidden;
}
.company-service .img img{
    width: 100%;
    height: 100%;
    transition: all 0.8s ease-in-out;
}
   

.company-service .img img:hover{
    transform: scale(1.1);
}
.company-service p{
    text-align: justify;
    font-size: 20px;
    font-family: cairo-Regular;
    font-weight: 500;
    color: #121212;
    line-height: 40px;
}

/* end company service */


/* footer */

footer{
    padding: 80px 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: auto;
    }
    
    footer::before{
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        /* background: linear-gradient(-45deg,#5486aa,#54f8f8); */
        background-image: url(../pics/wave.svg);
        width: 100%;
        height: 100%;
      
         background-repeat: no-repeat;
         background-size: cover;
       z-index: -1;
       transform: scaleX(-1);
        /* background-attachment: fixed;
        background-repeat: no-repeat; */
        /* border-radius: 50% 50% 0 0 /100% 100% 0 0;
        transform: scalex(1.5); */
    }
    footer .part{
        margin: auto;
        font-family: cairo-Regular;
        color: #eaecf0 ;
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .footer-info svg{
        font-size: 20px;
        margin-right: 5px;
    }
    .social-link {
        display: inline-block;
        border-bottom: 2px solid transparent;
        
        text-decoration: none;
        font-size: 22px;
        font-weight: 900;
        padding-right: 20px;
        color: #c2c2c2;
     }
     .social-link:hover {
         
        color: #213d99;
      
        transition: all 0.7s ease-in-out !important;
     }
    
/* end footer */

@media only screen and (min-width: 992px) {
    .slider,
    .carousel-inner,
    .company-projects::before,
    .our-statistics::before
    {
        background-attachment: fixed;
    }
  }