body {
  margin: 0%;
  padding: 0%;
  font-family: Roboto, sans-serif;
  /* -webkit-user-select: none; */
  /* Safari */
  /* -ms-user-select: none; */
  /* IE 10 and IE 11 */
  /* user-select: none; */
  /* Standard syntax */
  font-display: swap;
}

.logo {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100%; */
}

.logo img {
  width: 96px;
  /* height: 50px; */
  flex-shrink: 0;
  display: flex;
}

.pc-header {
  margin-right: 43px;
  width: 100%;
  display: flex;
  align-items: center;
  /* font-weight: 500; */
  margin-left: 100px;
}

.footerblack-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: space-around;
}

.pc-header ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.pc-header li {
  width: 144px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.pc-header li:hover {
  background-color: #1b50b9;
  color: #fff;
}

nav {
  list-style: none;
  display: flex;
  margin: 10px 0px;
}

.fa-caret-down {
  margin-left: 7px;
}

.enq-btn {
  width: 144px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #1b50b9; */
  background-color: #f65204;
  color: #fff;
}

.enq-btn:hover {
  border: 1px solid #000;
  background: #fff !important;
  color: #1b50b9 !important;
}

ul {
}

/* mobile navbar  */
.mobile-nav {
  display: none;
}

.navigation {
  width: 100%;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 4px -3px #232323;
  -moz-box-shadow: 0 4px 4px -3px #232323;
  -webkit-box-shadow: 0 4px 4px -3px #232323;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding-top: 0px;
  height: 65px;
}

.navigation a {
  text-decoration: none;
}

.navigation ul {
  margin-top: 30px;
  text-align: center;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

.menulist {
  width: 200px;
}

.line1,
.line2,
.line3 {
  margin-top: 5px;
  background-color: #000000;
  width: 25px;
  height: 2px;
  display: block;
  position: relative;
  opacity: 1;
  border-radius: 15%;
  /* transition: all .3s; */
}

.line1.active {
  transform: rotate(270deg);
  opacity: 0;
  background-color: #000000;
  top: 5px;
}

.line2.active {
  transform: rotate(45deg);
  background-color: #000000;
}

.line3.active {
  transform: rotate(-45deg);
  background-color: #000000;
  top: -7px;
}

.menuitems {
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  list-style: none;
  /* font-family: "Lato", sans-serif; */
  font-weight: 300;
  font-size: 24px;
  display: inline-block;
  position: relative;
  text-align: center;
  /* color: #000000; */
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.menuitems:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000000;
  transition: width 0.2s;
}

.menuitems:hover::after {
  width: 100%;
}

input,
textarea,
button,
select,
span a {
  -webkit-tap-highlight-color: transparent;
}

#closebtn {
  height: 25px;
  width: 25px;
  position: absolute;
  text-decoration: none;
  top: 20px;
  /* left: 25px; */
  right: 25px;
  font-size: 36px !important;
  /* margin-right: 50px; */
  z-index: 100;
  color: #0e0e0e;
  cursor: pointer;
  trainsition: background-position 0.3s;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

#main {
  transition: margin-top 0.4s;
  text-align: center;
  margin: auto;
  padding: 16px;
  font-size: 30px;
}

a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a {
  color: inherit;
}

.pc-nav {
  /* transition: all 0.2s; */
  background-color: transparent;
  /* transition: background-color 1s; */
  position: fixed;
  top: 0;
  z-index: 100000;
  left: 0;
  width: 100%;
  background: white;
  top: 27px;
  margin: 0;
  padding: 10px 0px;
  box-shadow: 1px 5px 10px rgba(49, 49, 49, 0.21);
}
/* .m-hide {
  display: block;
} */

.m-show {
  display: none;
}
@media only screen and (max-width: 777px) {
  .logo img {
    /* margin-top: 10px;
        width: 54px; */
    margin-top: 5px;
    width: 65px;
  }
  .m-hide {
    display: none;
  }
  .footerblack-2 {
    display: none;
  }

  .pc-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .enq-btn {
    width: 204px;
    height: 25px;
  }

  .logos {
    width: 100%;
  }
  .m-show {
    display: block;
    margin-top: 10px;
  }

  .dropdown-content {
    top: 175px !important;
  }
}

span {
  -webkit-tap-highlight-color: transparent;
}

.intro {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 10px 0px;
  z-index: 100000;
  /* transition: all 0.2s ease-in; */
  /* box-shadow: 0 4px 4px -3px #232323;
    -moz-box-shadow: 0 4px 4px -3px #232323;
    -webkit-box-shadow: 0 4px 4px -3px #232323; */
}

/* dropdown  */
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .menulist {
  border: none;
  outline: none;
  /* color: white; */
  font-size: 24px;
  background-color: inherit;
  /* font-family: inherit; */
  margin: 0;
  font-weight: 300;
}

/* .navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: red;
} */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 20;
  padding: 8px 5px;
  margin: 0;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  /* background-clip: padding-box; */
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 3px 0px #565454;
  transition: all 0.4s ease-in-out;
  top: 70px;
}

.dropdown-content-pc {
  font-size: 24px;
  font-weight: 300;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #1b50b9;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* dropdown  */
