.navbar {
    background-color: transparent;
    overflow: hidden;
    /* height: 70px; */
    position: absolute;
    top: 0;
    z-index: 1111;
    width: 100%;
  }

  .bar{
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    padding-left: 30px;
    width: 1249px;
    align-items: center;
    margin: auto;
  }

  .navbar a {
    float: left;
    display: block;
    color: white !important;
    text-align: center;
    /* padding: 14px 16px; */
    text-decoration: none;
  }
  /* .navbar a:hover {
    background-color: #ddd;
    color: black;
  } */
  .submenu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A3F64;
    color: white;
    /* text-align: center; */
    z-index: 1111;
  }
  .submenu-content {
    /* position: absolute; */
    /* padding: 35px; */
    padding: 4px 35px 0px 35px;
    height: 100%;
    width: 25%;
    overflow: auto;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
.submenu-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.submenu-content {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

  .submenu a {
    /* display: block; */
    /* margin-bottom: 10px; */
    color: white;
    text-decoration: none;
    /* margin-bottom: 25px; */
    font-size: 19px;
    font-weight: bold;
    height: 50px;
  }

  .link:hover {
    transform: translate(15px, 0px);
    color: rgb(255, 215, 0) !important;
    transition: 0.4s ease;
  }

  .link:hover p {
    color: rgb(255, 215, 0) !important;
  }

  .optionCall a {
    /* display: block; */
    /* margin-bottom: 10px; */
    color: white;
    text-decoration: none;
    /* margin-bottom: 25px; */
    font-size: 15px;
    font-weight: 100;
    height: 50px;
  }

  .optionCall a:hover {
    transform: translate(0px, 0px) !important;
    color: rgb(255, 215, 0);
    transition: 0.4s ease;
  }

  .optionCall a p:hover {
    text-decoration: underline;
  }

  .navbarMenuFixed a{
    color: #0A3F64 !important;
  }

  .closeMenu {
    margin-bottom: 19px;
  }
  .link {
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: space-between;
  }
  #closeSubMenu {
    background: transparent;
    font-size: 39px;
    color: white;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transform: translate(-12px, 6px);
  }
  .content {
    width: 40%;
    background: #0A3F64;
    padding-top: 78px;
    padding-left: 30px;
    color: black;
    padding-right: 30px;
    overflow: auto;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
.content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.content {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

  .headerContent{
    color: #0A3F64;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .contentLink {
    color: #0A3F64 !important;
    display: flex;
    justify-content: space-between;
    width: max-content;
    font-weight: 100 !important;
  }

  .link {
    cursor: pointer;
  }

  .contentLink:hover {
    transform: translate(0px, 0px) !important;
    transition: 0.4s ease;
  }

  .contentLink:hover p:nth-child(1) {
    text-decoration: underline;
  }

  .contentLink p:nth-last-child(1) {
    padding-left: 18px;
    color: #ffd700;
  }

  .about {
    width: 90%;
    opacity: 0;
    transition: 0.4s ease;
  }

  .wedo {
    width: 90%;
    /* display: none; */
    opacity: 0;
    transition: 0.4s ease;
  }

  .ourpeople {
    width: 90%;
    /* display: none; */
    opacity: 0;
    transition: 0.4s ease;
  }

  .invest {
    width: 90%;
    /* display: none; */
    opacity: 0;
    transition: 0.4s ease;
  }

  .partner {
    width: 90%;
    /* display: none; */
    opacity: 0;
    transition: 0.4s ease;
  }

  .future {
    width: 90%;
    /* display: none; */
    opacity: 0;
    transition: 0.4s ease;
  }

  .repair {
    width: 90%;
    /* display: none; */
    opacity: 0;
    transition: 0.4s ease;
  }

  .linkEffect {
    transform: translate(15px, 0px);
    color: #ffd700 !important;
    transition: 0.4s ease;
  }

  .linkEffect p {
    color: #ffd700 !important;
  }

  .optionCall a {
    display: flex;
    align-items: center;
  }

  .optionCall p:nth-last-child(1) {
    padding-left: 18px;
  }

  .optionCall i {
    color: white;
  }

  .shape {
    position: absolute;
    width: 56%;
    right: 0;
    bottom: -5px;
  }

  .navbarMenu {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .openSubMenu {
    background-color: transparent;
    border: none;
    color: #0a4264;
    font-size: 30px;
    cursor: pointer;
    font-weight: 900;
  }

  .searchlink{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 80%;
  }

  .nationality{
    width: 100px;
    height: 33px;
    background: white;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .nationality a{
    color: black !important;
    width: 50%;
    height: 100%;
  }

  .formMod{
    width: 75%;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid whitesmoke;
    background: none;
    color: #999;
    display: flex;
    align-items: center;
  }

  .formMod i{
    color: #ffd700;
    opacity: 0.8;
  }

  .links{
    width: 50%;
  }

  .links hr{
    border-bottom: 3px solid #ffd700;
    border-top: 0 none;
    margin: 0px 0 !important;
    padding: 0;
  }

  .links div{
    width: 30px;
  }

  .links h1{
    font-weight: 600 !important;
  }

  .links ul{
    margin-top: 26px;
    line-height: 2;
  }

  .links ul li{
    border-bottom: 1px solid #ffd700;
    width: max-content;
  }

  .backButton {
    display: none;
  }

  @media only screen and (max-width: 1000px) {
    .img {
      display: none;
    }

    .shape {
      display: none;
    }

    .content {
      width: 80%;
    }

    .submenu-content {
      width: 40%;
  }
  }

  @media only screen and (max-width: 700px) {

    .rightMenu{
      width: 140px !important;
    }

    .bar a img{
      width: 94px !important;
    }

    .content {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      padding-top: 14px;
    }

    .submenu-content {
      width: 100%;
    }

    .backButton {
      display: flex;
      background: transparent;
      font-size: 39px;
      color: #ffd700;
      border: none;
      padding: 0px;
      display: flex;
      align-items: center;
      cursor: pointer;
      margin-top: 10px;
    }

    .backButton p{
        color: #ffd700;
      }

    .backButton p {
      padding: 0;
      margin: 0;
      transform: rotate(180deg) translate(0px, -3px);
    }

    .headerContent {
        margin-top: 25px;
    }

    .bar{
      padding-right: 0px;
      padding-left: 0px;
      width: 100%;
    }

    .navbarMenu{
      display: none;
    }

    .searchlink{
      display: block;
    }
    
    .links {
      width: 100%;
      margin-bottom: 73px;
  }

  .formMod {
    width: 100%;
    font-size: 26px;
  }


  }

  .link p{
    color: white;
  }

  .optionCall p{
    color: white;
    padding: 0;
    margin: 0;
  }

  #progress {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 60px;
    width: 60px;
    display: block;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  #progress-value {
    display: block;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: #0a4264;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 23px;
    color: #001a2e;
    color: #ffd700;
  }

    #progress {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 60px;
    width: 60px;
    display: block;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1111;
  }
  #progress-value {
    display: block;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: #0a4264;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 23px;
    color: #001a2e;
    color: #ffd700;
  }
  #progress-value-1 {
    display: none !important;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: #0a4264;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 23px;
    color: #001a2e;
    color: #ffd700;
  }

  .grid{
    display: grid !important;
  }