 @font-face {
        src: url('../fonts/Lato-Regular.ttf');
        font-family: Lato-Regular;
    }
    @font-face {
        src: url('../fonts/Lato-Semibold.ttf');
        font-family: Lato-Semibold;
    }
    @font-face {
        src: url('../fonts/din.otf');
        font-family: din;
    }
     @font-face {
        src: url('../fonts/Lato-Bold.ttf');
        font-family: Lato-Bold;
    }
     @font-face {
        src: url('../fonts/Lato-Light.ttf');
        font-family: Lato-Light;
    }
     @font-face {
        src: url('../fonts/Cairo-Light.ttf');
        font-family: Cairo-Light;
    }
    body{
        font-family: Lato-Regular;
        overflow-x: hidden;

    }
    .datepicker-dropdown{
        margin-top: 35px;
    }
    .header-logo{
        width: 122px;
        object-fit: cover;
    }
    .main-page{
        
        background: url('../img/BG.png');
    }
    .title{
        text-align: center;
        color: black;
        margin:50px 0;
    }
    .title .line{
        width: 80px;
        height: 4px;
        background:#333333;
        display: inline-block;
        /*padding:5px;*/
        margin:5px;
    }
    .title .square{
        width: 15px;
        height: 15px;
        background: #333;
        transform: rotate(45deg);
        display: inline-block;
    }
.clear{
    clear: both;
}
 .right{
    float: right;
    padding-right: 2px;
}
 .left{
    float: left;
}
header .left p span i{
    color: red
}
header .top{
    border-bottom: 1px solid #efefef;
    box-shadow: 1px 1px 10px #efefef;
    padding: 10px 0;
}

header .top .right ul{
    list-style: none;
    /*overflow: hidden;*/
}
header .top .right ul li{
    float: left;
    padding:2px 10px ;
}

header .bottom .navbar-default{
    margin:0;
}
    
header .top li button{
    border-radius: 20px;
    width: 120px;
    text-transform: uppercase;
    transition: all 1s;
}

header .top li.sign button , .btn-primary{
    background: #343434;
    color: white;
    width: 100% ;/*hazem*/
}
header .top li.sign button:hover , .btn-primary:hover{
    background: #343434;
}
header .top li.login button, .btn-outlin{
    color: #343434;
    box-shadow: 1px 1px 10px #dfdede;
    background: none;
}
header .top li.login button:hover , .btn-outlin:hover{
    box-shadow: 1px 1px 10px gray;
    color: #343434
}
header .top ul{
    padding-top: 27px;
}

header .navbar-default .navbar-nav>li>a{
    padding:20px 22px;
    font-family: Lato-Regular;
    font-size: 18px;
    color: black;

}
header .navbar-default .navbar-nav .lang-en a{
    padding: 19px 21px;
    font-size: larger;
    font-weight: bold;
    
}
header .navbar-default .navbar-nav>li>a:hover{
    color: #747474

}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header, 
.container>.navbar-collapse, .container>.navbar-header,.navbar-nav{
    margin:0;
}
header .top .gray{
    display: block;
    color: gray
}
header .top .left img{
    padding-right: 5px;
}
/*header .navbar-default .navbar-nav>li:first-child>a{
    padding-left: 5px;
}*/
.navbar-collapse{
    padding:0;
}


 #carousel-example-generic{
        height: 700px;
        overflow: hidden;
    }

#slider .carousel-indicators{
        width:20px;
        right:10%;
        left:auto;
        top: 45%;
        bottom:25%;
        margin:3px 30px;
    }
    .carousel-indicators li{
        background-color: white !important;
        width: 15px;
        height: 15px;
    }
    .carousel-indicators .active{
        position: relative;
        background-color: #747474 !important;
        border:0;
        width: 20px !important;
        height: 20px !important;
    }
    #slider  .carousel-inner.vertical {
      height: 100%;
      width:100%;

    }
    #slider  .carousel-inner.vertical > .item {
      -webkit-transition: .6s ease-in-out top;
      -o-transition: .6s ease-in-out top;
      transition: .6s ease-in-out top;
      width:100%;
      height: 100%;

    }
    #slider  .carousel-inner.vertical > .item img{
        width: 100%;
        height: 100%;
        margin:0;
        position: relative;
        right: auto;
        float: right;
    }
    @media all and (transform-3d),
    (-webkit-transform-3d) {
      #slider .carousel-inner.vertical > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        width:100%;
        color: white;
      }
      .carousel-inner.vertical > .item.next,
      .carousel-inner.vertical > .item.active.right {
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        width:100%;
      }
      .carousel-inner.vertical > .item.prev,
      .carousel-inner.vertical > .item.active.left {
        top: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        width: 100%
      }
      .carousel-inner.vertical > .item.next.left,
      .carousel-inner.vertical > .item.prev.right,
      .carousel-inner.vertical > .item.active {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width:100%;
      }
    }
    .carousel-inner.vertical > .active {
      top: 0;
       width:100%;
    }
    .carousel-inner.vertical > .next,
    .carousel-inner.vertical > .prev {
      top: 0;
      height: 100%;
       width:100%;
    }
    .carousel-inner.vertical > .next {
      left: 0;
      top: 100%;
       width:100%;
    }
    .carousel-inner.vertical > .prev {
      left: 0;
      top: -100%;
       width:100%;
    }
    .carousel-inner.vertical > .next.left,
    .carousel-inner.vertical > .prev.right {
      top: 0;
       width:100%;
    }
    .carousel-inner.vertical > .active.left {
      left: 0;
      top: -100%;
       width:100%;
    }
    .carousel-inner.vertical > .active.right {
      left: 0;
      top: 100%;
       width:100%;
    }
    #slider .item , #slider .item.active{
        width:100%;
    }


#carousel-example-generic:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 240px;
        /*background: url('../img/wave.png');*/
        left:0;
        bottom:0px;
        z-index: 10;
}

#carousel-example-generic .carousel-caption{
    left: 12%;
    right:20%;
    top:40%;
    font-size: 25px;
    color: black;
    text-align: left;
}
#carousel-example-generic .carousel-caption h1{
    color:#353535;
    font-family: Lato-Bold;
    font-size: 38px;
}
#carousel-example-generic .carousel-caption p{
     color: #000000;
    font-family: Lato-Regular;
    width: 60%;
    text-shadow: -1px -1px 7px #ffff;
    background-color: #ffffff63;
    border-radius: 20px;
    font-weight: 700;
    padding: 9px;
}


#slider .carousel-inner.vertical > .item{
    /*position: relative;*/
}
#slider .carousel-inner.vertical > .item::after {
  display: block;
  position: absolute;
  background:rgba(53,53,53,0.2);
  top:0px;
  bottom:0;
  /*height: 100%;*/
  width: 100%;
  content: '';
}
  


    
/******************** ABOUT *********************/
    #about{
        padding-bottom: 80px;
    }
    #about img{
        width: 100%;
        height: 500px;
        margin-left: 20px;
    }
    .about-info{
        background:linear-gradient(#fafafa,#fff);
        padding:20px 50px;
        height: auto;
        margin-top: 40px;
        margin-left: -110px;
        width: 100%;
        color: #9b9b9b;
        font-size: 16px;
        box-shadow: 0px 0px 20px #aeaeae
    }
    .about-info h2 , #client h2{
        color: black;
        font-size: 36px;
        font-family: Lato-Bold;
        position: relative;
    }
    .about-info h2:before , #client .col-md-6 h2:before{
        position: absolute;
        width: 3px;
        height: 100%;
        left:-10px;
        content: '';
        background-color: #6f6f6f;
        font-size: 36px;
        font-family: Lato-Bold;
    }
/************** Service *******************/
    .inside-item{
        background: white;
        box-shadow: 0px 0px 20px #c8c8c8;
        padding:15px 20px;
        width: 95%;
        margin:auto;
        border-radius: 5px;
        height: 470px;
    }

    .inside-item img{
        width: 100%;
        height: 280px;
        object-fit: fill;
    }
    .inside-item h2{
        color:black;
        font-family: Lato-Bold;
        font-size: 18px;
    }
    .inside-item p{
        color:#b2b2b2;
        font-family: Lato-Regular;
        font-size: 16px;
    }
    .owl-carousel .owl-stage{
        padding-top: 50px;
        padding-bottom: 50px;
    }
	
    #client .col-md-6 h2:before{
        background: black;
    }
    #client .col-md-6 h2{
        width: 70%;
    }
    #client .col-md-6 p{
        color: #9b9b9b;
        width: 85%;
        font-size: 16px;
    }
    #owl-carousel-client .item{
        text-align: center;
    }
    .client-details{
        width: 85%;
        float: right;
        margin-top: 150px;
    }
    .client-img{
        width: 140px;
        height: 140px;
        border-radius: 100%;
        background: white;
        padding:20px;
        margin: 30px;
        display: inline-block;
        box-shadow: 0px 0px 10px #d9d9d9
    }
    .client-img img{
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .client-img.medium{
        width: 110px;
        height: 110px;
    }
    .client-img.large{
        width: 90px;
        height: 90px;
    }
    .client-img.small{
        width: 70px;
        height: 70px;
    }

    #partner > p{
        color: #b2b1b1;
        text-align: center;
        font-size: 24px;
        width: 60%;
        margin:auto;
        font-style: italic;
    }
    .partners{
        /*background: url('../img/Bace.png');*/
        /*height: 500px;*/
        width: 100%;
        background-size: cover;
        margin-top: 20px;
        padding: 80px 0;
    }
    .partners .col-md-3{
        text-align: center;
    }
    .partners .col-md-3 a .img{
        padding: 50px 10px;
        display: block;
        border-radius: 5px;
        height: 350px;
        transition: all .8s;
        
    }
    .partners .col-md-3 a img{
        width: 70%;
        height: 200px;
        object-fit: scale-down;
        
    }
    .partners .col-md-3:hover a .img{
        background:linear-gradient(#fafafa,#fff);
        position: relative;
        box-shadow: 0px 0px 40px #B4B4B4;
        z-index: 10;
        text-decoration: none;
    }
    .partners .col-md-3:hover a , .partners .col-md-3:active a ,
    .partners .col-md-3:focus a{
        text-decoration: none;
    }
    .partner-info h2,#news .inside-news h2{
        text-align: left;
        font-size: 16px;
        color: black;
        font-family: Lato-Bold
    }
    .partners .col-md-3:hover .partner-info{
        opacity: 1
    }
    .partner-info{
        background:linear-gradient(#fafafa,#fff);
        overflow: hidden;
        box-shadow: 0px 0px 30px #dfdede;
        width: 95%;
        padding: 10px;
        margin:auto;
        /*display: none;*/
        opacity: 0;
        transition: all .8s;
        
    }
    #partner .partner-info p , #news p{
        text-align: left;
        color: #b3b3b3;
        font-size: 16px;
        /*width: 90%;*/
        z-index: 2;
        position: relative;
    }
    #news {
        padding:50px 0;
    }
    #news .inside-news{
        background: white;
        border-radius: 5px;
        height: 500px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 30px #dfdede;

    }
    #news .inside-news:hover{
        box-shadow: 0px 0px 30px #818181;

    }
    #news .inside-news:hover a , #news .inside-news a:focus ,#news .inside-news a:active{
        text-decoration: none;
    }
    #news .inside-news img{
        width: 100%;
        height: 260px;
        object-fit: fill;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    #news .inside-news p{
        padding:15px;
        padding-top: 5px;
    }
    #news .inside-news h2{
        padding:15px;
        padding-bottom: 0;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    #news .btn-primary{
        background: #343434;
        width: 250px;
        height: 50px;
        font-size: 18px;
        margin: 50px auto;
        display: block;
    }



    footer{
        
        padding:20px 0 10px;
        background-size: cover;
        color: black;
    }
    footer .container-fluid{
        width: 92%;
    }
    .footer-lists{
        padding-bottom: 40px;
        overflow-y: hidden;
        border-bottom:2px solid white;
    }
    .footer-logo{
        /*padding-top: 50px;*/
        text-align: justify;
    }
    .footer-logo img{
        width: 150px;
        padding-bottom: 10px;
    }
    footer .col-md-3 img{
        width: 100px;
    }
    footer ul{
        list-style: none;
        padding:0;
    }
    footer .col-md-9 .col-md-3:last-child ul{
        width: 100%
    }
    footer ul li{
        padding: 5px 0;
    }
    footer ul .social{
        display: inline-flex;
      
    }
    footer ul li a , footer .copy a{
        color: white;
        font-family: Lato-Light;
        text-transform: capitalize;
    }
    footer ul li a:hover , footer .copy a:hover{
        color: #eee;
        text-decoration: none;
    }
    footer h3{
        font-family: Lato-Bold;
        text-transform: uppercase;
        padding-bottom: 10px;
        font-size: 19px;
    }
    footer .copy{
        padding-top: 20px;
        font-family: Lato-Light
    }
@media(max-width:992px){
    header .container{
        width: 97%;
    }
    header .top li button{
        width: 87px;
    }
    #carousel-example-generic .carousel-caption p{
        width: 90%;
    }
    .client-details{
        width: 95%;
        float: none;
        width: 100%;
    }
    #client .col-md-6 p{
        width: 98%;
        margin-bottom: 50px;
    }
    #client .col-md-6 h2{
        width: 100%
    }
    #partner > p{
        width: 98%
    }
    .about-info{
        margin:50px 0 20px;
        height: auto;
        padding: 30px 20px 30px 30px;
    }
    #about img{
        margin-left: 0;
    }
}
@media(max-width: 767px){
    .header-logo{
        display: none;
    }
    .top .container > .right{
        width: 100%;
        /*text-align: center;*/
    }
    .bottom .logo{
        display: none;
    }
    .bottom .right{
        width: 100%;
    }
    .bottom .container , .bottom ul,header .top .right ul{
        padding: 0 !important;
        text-align: center;
    }
    
    footer .col-sm-4.footer-logo {
        text-align: center;
        margin-bottom: 30px;
    }
    footer .col-sm-8 .col-sm-3{
        width: 40%;
        float: left;
        height: 240px;
        margin-left: 5%;
    }
    #carousel-example-generic .carousel-caption h1{
        font-size: 19px;
    }
    #carousel-example-generic .carousel-caption p{
        font-size: 17px;
    }
    
}
@media(max-width:600px){
    #carousel-example-generic{
        height: 500px !important;
    }
    header .top .right ul li{
        width: 50%;
        font-size: 11px;
    }
    header .top li button{
        width: 120px;
    }
    header .top .left img{
        width: 30px;
    }
    header .container{
        width: 100;
        padding:2px; 
    }
    #carousel-example-generic .carousel-caption{
        top: 39%;
    }
    #slider .carousel-indicators{
        right: 0% !important;
    }
    footer .copy .col-md-9,
    footer .copy .col-md-3{
        width: 100%;
    }
    
}

@media(max-width: 400px){
    
    footer .col-sm-8 .col-sm-3{
        width: 80%;
        height: auto;
        margin-left: 10%;
    }
}
 .nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
 .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
     background-color:transparent;
 }
 
 .error{
     color: red;
 }
 
 .select2-container--default .select2-selection--multiple{
     height:60px !important;
 }

