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%);
}

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

input, button, select {
  border: none;
  background: none;
  outline: none;
  border-radius: 10px;
}

a {
  text-decoration: none;
}

.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;
}

h1 {
  text-align: center;
  font-weight: lighter;
  font-size: 50px;
}

.fold-inner {
  height: 80vh;
  background-image: url(../images/gallery/32.jpeg);
  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";
}

.main-container h2 {
  color: darkblue;
  text-align: center;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  padding: 20px;
  font-family: 'Titillium Web';
}

.ad-side ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  /* align-items: center; */
}

.map iframe {
  width: calc(100% - 20px);
  border: 1px solid #1fce00;
}

.ad-side ul li div {
  margin-right: 60px;
  margin-top: 10px;
}

.ad-side ul {
  font-size: 16px;
}

.form form {
  background: white;
  padding: 10px;
}

.form-card {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  border-radius: 0px;
}

.f-input input {
  border: 1px solid darkblue;
  width: calc(100% - 15px);
  border-radius: 5px;
  height: 25px;
  padding: 5px;
}

.f-input select {
  border: 1px solid rgba(0, 155, 245, 0.966);
  width: calc(100% - 5px);
  border-radius: 5px;
}

.message {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}

.message textarea {
  height: 200px;
  border: 1px solid darkblue;
  width: calc(100% - 15px);
  border-radius: 5px;
  padding: 5px;
  outline: none;
  font-family: "Titillium Web";
  resize: none;
}

.reg-form-submit {
  text-align: right;
  margin-top: 20px;
}

.reg-form-submit button {
  width: 160px;
  background: darkblue;
  height: 30px;
  color: white;
}

.ffs {
  padding: 0px 10px;
  width: 60%;
  margin-left: 50%;
  margin-bottom: 60px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.ffs .form-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ffs .f-input {
  width: 100%;
}

.ffs input {
  width: 100%;
}

iframe {
  width: 100%;
}

.ffs button {
  height: 40px;
  background: lime;
  color: white;
  width: 100px;
}

.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;
  }
  .tbi-inner {
    display: none;
  }
  .contact-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    padding: 10px;
  }
  .ft-grid-top {
    row-gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .ad-side ul {
    font-size: 20px;
  }
  .btm-f {
    row-gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .logo-pack img {
    width: 128px;
  }
  .fold-item h1 {
    font-size: 50px;
  }
  .ffs {
    padding: 0px 5px;
    width: 90%;
    margin-left: 50%;
    margin-bottom: 60px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .ft-grid-top {
    row-gap: 20px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .btm-f {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */