html, body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  overflow-y: auto;
}

ul {
  list-style: none;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: "Titillium Web";
}

h2 {
  font-size: 50px;
  color: #1fce00;
}

p {
  font-family: "Titillium Web";
  margin: 10px 0px;
}

a {
  color: initial;
  text-decoration: none;
}

input {
  background: none;
  outline: none;
  border: none;
  border-radius: 10px;
  height: 20px;
  padding: 5px;
  font-family: "Titillium Web";
}

select {
  height: 30px;
  border-radius: 5px;
  outline: none;
  background: none;
  font-family: "Titillium Web";
  border: none;
}

label {
  font-family: "Titillium Web";
}

button {
  cursor: pointer;
  height: 30px;
  background: #1fce00;
  border-radius: 10px;
  outline: none;
  border: none;
  color: white;
}

.icon-inners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50%;
}

.icon-inners span {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.q-smh {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 5000000;
  left: 0px;
  background: white;
}

.q-sh-inner {
  padding: 0px 0px;
  height: 80px;
}

.q-stb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q-s-nav {
  height: 100%;
  width: 55%;
}

.q-s-nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q-s-nav ul li {
  height: 100%;
}

.q-s-nav ul li div {
  height: 100%;
  color: darkblue;
  font-family: "Titillium Web";
  font-weight: bolder;
  border-bottom: 0px solid transparent;
}

.q-s-nav ul li div:hover {
  border-color: rgba(2, 255, 2, 0.315);
}

#en-item {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #1fce00;
}

.li-active {
  border-color: lime !important;
}

.mobile-menu {
  display: none;
}

.fold-inner {
  height: 80vh;
  background-image: url(../images/gallery/31.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fold-item {
  padding: 20px;
  width: 100%;
  background: #1fce00;
  position: relative;
}

.fold-item h1 {
  font-size: 80px;
  color: lightgray;
  text-align: center;
  line-height: 80px;
}

.fold-item p {
  text-align: center;
  color: lightgray;
}

.fold-item::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #1fce00;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: -25px;
  left: calc(50% - 25px);
}

.bread-crumb-inner {
  background: rgba(245, 245, 245, 0.801);
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 10px;
  padding: 10px;
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  margin-top: -50px;
  border: 3px solid lightgray;
}

.crumb-inner {
  font-family: "Titillium Web";
}

.intro-inner-grid {
  padding: 40px;
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  padding-bottom: 0px;
}

.iig2 {
  padding-top: 0px;
}

.int-content {
  padding: 10px;
}

.int-content h2 {
  font-size: 50px;
  color: darkblue;
}

.vid-inner img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

#ab1 {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlights-container {
  padding: 30px;
}

.highlights-container h2 {
  font-size: 30px;
  color: darkblue;
}

.highl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hl-item {
  border-radius: 50%;
  width: 100%;
  text-align: center;
  background: #1fce00;
  margin: 10px;
  padding: 60px;
  color: lightgray;
  font-size: 16px;
}

.hl-icon {
  background: #1fce00;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 30px;
  display: none;
}

.more-info-abt {
  height: 70vh;
  background: url(../images/gallery/33.jpeg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 20px;
}

.more-info-abt-inner {
  background: rgba(0, 25, 92, 0.863);
  padding: 30px;
}

.more-info-abt-inner h2 {
  color: white;
}

.more-info-abt-inner p {
  color: whitesmoke;
}

.destiny-container {
  background: url(../images/gallery/33.jpeg);
  background-size: cover;
  background-color: darkblue;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.destiny-inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.dy-item {
  width: 100%;
  padding: 10px;
  background: rgba(7, 7, 7, 0.918);
}

.dy-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.dy-head h3 {
  color: #1fce00;
}

.dy-head img {
  margin-right: 50px;
}

.dy-body {
  padding: 20px;
}

.dy-body p {
  color: lightgray;
}

.dy-body ul {
  list-style: square;
  padding-left: 30px;
}

.dy-body li {
  color: lightgray;
  font-family: "Titillium Web";
}

.cta-bottom {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.cta-btm-inner {
  background-color: darkblue;
  width: 50px;
  height: 50px;
  color: lightgray;
}

.footer-inner {
  background: darkblue;
  color: white;
  font-family: 'Titillium Web';
}

.footer-inner h3 {
  color: #1fce00 !important;
}

.footer-inner a {
  color: #f0f0f0;
}

.ft-grid-top {
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.fgt li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.footer-inner img {
  margin-top: 20px;
}

.btm-f {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.footer-inner .f-input input {
  background: whitesmoke;
  width: 200px;
}

.footer-inner .form-card {
  display: block;
}

.footer-inner .ffs-sub button {
  background: white;
  color: black;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .q-sh-inner {
    height: 48px;
    padding-top: 15px;
  }
  .logo-pack img {
    width: 80px;
  }
  .mobile-menu {
    font-size: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    display: inline-block;
  }
  .q-stb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .q-s-nav {
    position: absolute;
    background: darkblue;
    width: 100%;
    left: 0px;
    top: 60px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav-active {
    height: 400px;
  }
  .q-s-nav ul {
    display: block !important;
  }
  .q-s-nav ul li {
    margin-top: 10px;
  }
  .q-s-nav ul li div {
    color: lightgray;
    padding: 5px 20px;
    border-bottom-width: 1px;
  }
  .fold-item h1 {
    font-size: 30px;
  }
  .intro-inner-grid {
    padding: 5px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .highl-inner {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    padding: 0px 5px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .destiny-inner {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iig2 {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .iig2 img {
    width: 100vw !important;
  }
}

.vid-inner {
  padding: 0px;
}

@media (max-width: 450px) {
  .logo-pack img {
    width: 128px;
  }
  .highlights-container {
    padding: 5px;
  }
  .highlights-container h2 {
    font-size: 35px;
  }
  .highl-inner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .hl-item {
    margin: 0px;
    padding: 60px;
    width: calc(100% - 120px);
  }
  .hl-icon {
    margin: 10px;
  }
  .more-info-abt {
    padding: 0px;
  }
  .more-info-abt h2 {
    font-size: 30px;
  }
  .more-info-abt-inner {
    padding: 10px;
  }
  .destiny-container {
    margin-top: 50px;
  }
  .destiny-inner {
    padding: 0px;
  }
  .btm-f {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}
/*# sourceMappingURL=about.css.map */