.top-navbar {
  max-width: 1800px;
  margin: auto;
  position: sticky;
  top: 0;
  height: 35px;
  background-color: #ffffff;
  display: flex;
  padding: 0%;
  padding-left: 0;
  justify-content: space-between;
  z-index: 50;
}

.top-navbar .text {
  text-align: center;
  display: flex;
  place-items: center;
  color: rgba(0, 0, 0, 0.797);
  position: relative;
  z-index: 1000;
  place-items: center;
}

.top-navbar .text .colorBox {
  background-color: #10161a;
  width: 300px;
  height: 100%;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);

}

.top-navbar .text img {
  width: 18px;
  margin-right: 5px;
  border-radius: 0;
  margin-top: 5px;
  opacity: 0.7;
  filter: brightness(0);

}

.top-navbar .text h6 {
  height: 100%;
  margin-left: 20px;
  margin-bottom: 0;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #000000ac;
  place-items: center;
}

.top-navbar .social-m {
  display: flex;
  place-items: center;
  padding-right: 2%;
}

.top-navbar .social-m img {
  width: 22px;
  margin: 0 5px;
  opacity: 1;
  cursor: pointer;
  border: 0.2px solid rgb(0, 0, 0);
  border-radius: 60%;
  padding: 3px;
  filter: brightness(0);
}

.top-navbar .social-m img:hover {
  background-color: #f5a95c;
}

.top-navbar .social-m .tx {
  width: 90%;
  margin-right: -10%;
  color: white;
}


.top-navbar .social-m .tx span {
  color: #10b5f7;
}


.book-service {
  position: fixed;
  right: 0;
  max-width: 1800px;
  top: 300px;
  z-index: 20;
}

.book-service h1 {
  background-color: #204579;
  color: rgb(255, 255, 255);
  rotate: 90deg;
  padding: 15px;
  margin: 0;
  border-radius: 0 0 15px 15px;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  margin-right: -65px;
}

.book-service a {
  text-decoration: none;
}

.book-service a:hover {
  text-decoration: none;
}



nav {
  position: sticky;
  top: 35px;
  left: 0;
  max-width: 1800px;
  margin: auto;
  height: 80px;
  background-color: #10161a;
  z-index: 99;
  transition: background-color 0.5s ease-in-out;
  padding: 0 0px;
}

nav.scrolled {
  /* background-color: #ffffff; */
  background-color: #10161a;
  border-bottom: 1px solid #ffffff42;
}

nav .navbar {
  height: 100%;
  max-width: 1800px;
  width: 100%;
  display: flex;
  padding: 0;
  z-index: 110;
}


.active {
  background-color: black;
}

.navbar .logo {
  width: 24%;
  height: 100%;
  display: grid;
  place-items: center;
  padding-right: 50px;
  text-align: center;
}

.navbar .logo img {
  width: 200px;
  margin-top: -40px;
}


nav .navbar .nav-links {
  width: 75%;
  line-height: 70px;
  height: 100%;
  padding: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0);
  place-items: center;
  justify-content: space-between;

}


nav .navbar .links {
  display: flex;
  height: 100%;
  margin-left: -0%;
}

nav .navbar .links li {
  position: relative;
  /* display: flex; */
  align-items: center;
  list-style: none;
  padding: 0 10px;
  padding-top: 10px;
}

nav .navbar .links li:first-child a {
  color: #9fdd22;
}

nav .navbar button {
  display: flex;
  margin-right: 2%;
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 10px 20px;
  border-radius: 30px;
  place-items: center;
}

nav .navbar button img {
  width: 30px;
  margin-right: 10px;
  margin-top: 5px;
}

nav .navbar button p {
  margin: 0;
  font-size: 12px;
  color: rgb(0, 0, 0);
  line-height: normal;
  color: #f5c918;
}

nav .navbar button h4 {
  margin: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
}



nav .navbar .links li a {
  text-decoration: none;
  white-space: nowrap;
  color: #ffffffd4;
  font-size: 18px;
}

nav .navbar .links li:hover a {
  color: #9fdd22;
}

nav .navbar .links li .mean a {
  color: #000000;
}

nav .navbar .links li .mean a:hover {
  padding-left: 10px;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrowB {
  transform: rotate(180deg);
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrowC {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #9fdd22;
  transition: all 0.3s ease;
  /* color: aqua; */
  /* display: none; */
}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 85px;
  left: 0;
  width: 280px;
  line-height: 40px;
  padding-bottom: 20px;
  background-color: #10161a;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  border-radius: 0 0 4px 4px;
  display: none;
  border-radius: 0px 0px 20px 20px;
  z-index: 2;
  border: none;
}

nav .navbar .links li .sub-menu li a {
  float: left;
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  transition: ease-in-out 0.5s;
}

nav .navbar .links li .sub-menu li a:hover {
  background-color: #123e66;
  color: #f5d15c;
}

nav .navbar .links li .sub-menu-b li a {
  /* margin-left: 20px; */
  float: left;
  width: 130px;
  font-weight: 200;
  letter-spacing: 0.8px;
  /* justify-content: space-between; */
}

nav .navbar .links li .sub-menu-c li a {
  /* margin-left: 20px; */
  float: left;
  width: 130px;
  font-weight: 200;
  letter-spacing: 0.8px;
  /* justify-content: space-between; */
}

.a-list {
  line-height: 18px;
  margin: 10px 0;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu2 {
  display: block;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu3 {
  display: block;
}

.navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu-b li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu-c li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu-b a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu-c a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
  display: none;
}

.navbar .links li .htmlCss-more-sub-menu {
  line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}

.navbar .bx-menu {
  display: none;
  /* background-color: rgb(181, 241, 15); */
  text-align: right;
  /* margin-left: 220px; */
  justify-content: flex-end;
}


@media (max-width:920px) {
  nav {
    padding-left: 0;
    margin-left: 0;
    /* padding-top: 10px; */
    height: fit-content;
  }

  nav .navbar {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 20px;
    padding: 0;
    margin-top: -2px;
  }

  nav .navbar .links li .arrow {
    /* height: 100%; */
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
  }

  nav .navbar .links li {
    width: 320px;
  }

  nav .navbar .links li .sub-menu {
    margin-left: 0;
    flex-direction: column;
    background-color: #10161a;
    height: 300px;
  }

  nav .navbar .links li .sub-menu li a {
    color: rgba(255, 255, 255, 0.941);
  }

  /* nav .navbar .links li .sub-menu-b li a {
    width: 350px;
  } */

  nav .navbar .links li a {
    color: rgb(255, 255, 255);
  }

  nav .navbar .links li {
    border-bottom: 0.2px solid rgba(255, 255, 255, 0.303);
  }

  nav .navbar .nav-links {
    margin-left: 0;
  }

  .mean {
    font-size: 10px;

  }

  nav .navbar .links li .sub-menu li a {
    width: 100%;
  }

  nav .navbar .links li .sub-menu li {
    flex-direction: column;

  }

  nav .navbar .icons {
    margin-top: 0;
  }


  nav .navbar .links li {
    padding: 0 10px;
  }

  nav .navbar .links li a {
    /* font-size: 15px; */
  }
}

@media (max-width:800px) {
  nav {
    /* position: relative; */
    top: 30px;
    padding: 0 20px;
    border-top: 0.1px solid rgba(0, 0, 0, 0.079);
  }

  .navbar .bx-menu {
    display: block;
    /* margin-left: 2%; */
    /* margin-top: 20px; */
  }

  nav .navbar .nav-links {
    position: fixed;
    top: 0px;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background-color: #10161a;
    line-height: 40px;
    overflow-y: scroll;
    height: fit-content;
    padding: 20px;
    height: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }

  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;

  }

  .navbar .logo {
    width: 50%;
    margin-top: 5px;
    padding: 10px 0px;
    padding-top: 10px;
    margin-left: -20px;
  }

  .navbar .logo img {
    width: 80%;
    margin-top: -30px;
  }


  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #f1b827;

  }

  nav .navbar .links {
    display: block;
    /* margin-top: 20px; */
  }

  nav .navbar .links li .arrow {
    line-height: 40px;
  }

  nav .navbar .links li {
    display: block;
  }

  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
  }

  nav .navbar .links li .sub-menu-b {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
    margin-top: 10px;
  }

  nav .navbar .links li .sub-menu-c {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
    margin-top: 10px;
  }

  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }

  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }

  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu2 {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu3 {
    display: none;
  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show4 .links .js-sub-menu2,
  .navbar .nav-links.show5 .links .js-sub-menu3,
  .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  }

  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow,
  .navbar .nav-links.show4 .links .js-arrowB,
  .navbar .nav-links.show5 .links .js-arrowC {
    transform: rotate(180deg);
  }

  .navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width:450px) {
  nav .navbar .nav-links {
    max-width: 100%;
    place-items: end normal;
  }

  .book-service h1 {
    font-size: 12.8px;
    padding: 0;
    margin-right: -55px;
    padding: 10px;
    border: 0 0 10px 10px;
  }

}




@media screen and (max-width: 900px) {

  .top-navbar .text .colorBox {
    /* display: none; */
    width: 140px;
    margin-left: -20px;
  }

  .top-navbar {
    height: 30px;
    padding-left: 20px;
  }

  nav .navbar button {
    margin-top: 18px;
    font-size: 12px;
    padding: 8px 15px;
    display: none;
  }

  .top-navbar .det {
    width: 100%;
    padding: 0 20px;
    justify-content: space-between;
  }

  .top-navbar .color-box {
    width: 10%;
    height: 105%;
    display: none;
  }

  .top-navbar .text {
    width: fit-content;
    padding-left: 0;
    padding-right: 0;
    /* display: none; */
  }

  .top-navbar .text .tx-d {
    margin: 0;
  }

  .top-navbar .text h6 {
    font-size: 13.5px;
  }

  .top-navbar .text img {
    width: 18px;
    margin-top: 0;
  }

  .top-navbar .text h6:nth-child(2) {
    display: none;
    font-size: 12px;
  }

  .top-navbar .social-m {
    border-left: 0;
    display: none;
  }

  .top-navbar .social-m img {
    width: 18px;
    margin: 0 5px;
  }

}