body,html
{
    font-family: 'Dosis', sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
}
html {
    scroll-behavior: smooth;
  }
   .section
        {
            display:none;
        }
.navbar 
{
    background-color: transparent;
    z-index:100;
    padding: 1.5% 7% 0 7%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.sticky
{
    position:fixed;
    background-color:rgba(0,0,0,.7);
}
.navbar-brand img
{
    width: 80px;
    height: 60px;
}
.lang a
{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}
.mob{display:none;}
.desk{display:block;}
#hero1
{
    background-image: url('../images/hero1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
#hero2
{
    background-image: url('../images/hero2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.hero-details
{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0% 7%;
}
.hero-details h2
{
    font-size: 65px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: 50px;
}
.hero-details .learnmore
{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 15px 100px;
    border: 1px solid #FF755D;
    border-radius: 41px;
    background-color: rgba(255, 255, 255, .2);
    
}
.hero-details img
{
    margin-bottom: 20px;
    max-width:150px;
}
#hero2 .hero-details h2,#hero3 .hero-details h2
{
    font-size: 56px;
    color: #001420;
}
#hero2 .hero-details .learnmore
{
    background-color: #00B8A4;
    color: #fff;
    border-color: #00B8A4;
}

#hero3
{
    background-image: url('../images/hero3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#hero3 .hero-details .learnmore
{
    background-color: #FF755D;
    color: #fff;
    border-color: #FF755D;
}
#hero3 .hero-details img
{
    max-width:150px;
}
.carousel-item {
    height: 105vh;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    margin-right:10px;
    cursor: pointer;
  }
  .carousel-caption
  {
      top:0px;
      bottom:0px;
  }
  .carousel-caption h2
  {
      position: relative;
      top:3%;
      font-size: 58px;
      font-weight: 500;
      color: #fff;
      font-family: 'Dosis', sans-serif;
  }
  .carousel-caption .city
  {
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    font-size: 160px;
    font-weight: 600;
    color: #fff;
    font-family: 'Dosis', sans-serif;
  }
  .uae
  {
      background-image: url('../images/uae.jpg');
  }
  .egypt
  {
      background-image: url('../images/egypt.jpg');
  }
  .ksa
  {
    background-image: url('../images/ksa.jpg');
  }

  #form-div
  {
      width: 100%;
      height: auto;
      background-color: #fff;
      text-align: center;
  }
  #form-div h2
  {
      margin: 3% 0;
      font-size:56px;
      color: #00B8A4;
  }
  .form-control ,.bootstrap-select>.dropdown-toggle,.selectpicker
  {
      border: 1px solid #001420;
      border-radius: 41px;
      padding: .375rem 1.5rem !important;
      font-size:20px;
      font-weight: 400;
      color: #001420;
      opacity: .75;
      width: 100%;
  }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
  {
      width: 100%!important;
  }
  .bootstrap-select
  {
      padding-right: 0!important;
      padding-left: 0!important;
      width: 100%;
  }
  .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle
  {
      outline: none!important;
  }
  select.form-control:not([size]):not([multiple])
  {
      height: auto!important;
  }
  select::after
  {
      display: none!important;
  }
  textarea
  {
    border: 1px solid #001420;
    border-radius: 20px;
    padding: .75rem 1.5rem !important;
    font-size:20px;
    font-weight: 400;
    color: #001420;
    opacity: .75;
    width: 100%;
  }
  #submit
  {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 10px 100px;
    border: 1px solid #00B8A4;
    border-radius: 41px;
    background-color: #00B8A4;
    cursor: pointer;
  }
  .footer
  {
      background-color: #001420;
      height: 80px;
  }
  .footer-row{
      height:80px;
  }
  .footer h6
  {
    color: #fff;
    text-align:right;
    margin-right: 30px;
  }
  .footer a, .footer a:hover {
  
      color:#fff;
      margin-right:20px;
      text-decoration:none;
  }
  
  @media screen and (max-width:600px)
  {
    .mob{display:block;}
    .desk{display:none;}
    #mhero1
    {
        background-image: url('../images/Mobile/hero1.jpg');
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 55%;
    }
    .mhero-section
    {
        height:45%;
    }
    .mhero-section .bluecol
    {
        color:#00B8A4;
    }
    .mhero-section .learnmore
    {
        color:#FF755D;
        padding:10px 55px;
        font-size:18px;
        font-weight:500;
    }
    .hero-details h2
    {
        font-size: 40px;
    }
    .mhero2-section h2, .mhero3-section h2
    {
    font-size: 31px;
    color:#001420;
    line-height: 1.3;
    }
    
    #mhero2
    {
        background-image: url('../images/Mobile/hero2.jpg');
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 50%;
    }
    .mhero2-section
    {
        height:50%;
    }
    .mhero2-section img
    {
        margin:10px auto;
        width:50%;
    }
    
    .mhero2-section .learnmore
    {
        background-color: #00B8A4;
        color: #fff;
        border-color: #00B8A4;
        padding: 10px 55px;
        font-size: 18px;
        font-weight: 500;
    }
    #mhero3
    {
        background-image: url('../images/Mobile/hero3.jpg');
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 55%;
    }
    .mhero3-section
    {
        height:45%;
    }
    .mhero3-section img
    {
        margin:10px auto;
        width:50%;
    }
    
    .mhero3-section .learnmore
    {
        background-color: #FF755D;
        color: #fff;
        border-color: #FF755D;
        padding: 10px 55px;
        font-size: 18px;
        font-weight: 500;
    }
    
    .uae
      {
          background-image: url('../images/Mobile/uae.jpg');
      }
      .egypt
      {
          background-image: url('../images/Mobile/egypt.jpg');
      }
      .ksa
      {
        background-image: url('../images/Mobile/ksa.jpg');
      }
    .carousel-caption h2
    {
        font-size: 33px;
    }
    .carousel-caption .city
    {
        font-size: 80px;
    }
    .carousel-item
    {
        height: 60vh;
    }
    #form-div h2
    {
        font-size:40px;
    }
    .footer h6
    {
        font-size:0.9rem;
        text-align: center;
        margin-right: 0px;
    }
  }
  
  