@font-face {
  src: url(fonts/DMSans-Regular.ttf);
  font-family: main_font;
  font-display: swap;
}

@font-face {
  src: url(fonts/DMSans-Regular.ttf);
  font-family: main_font_light;
  font-display: swap;
}

@font-face {
  src: url(fonts/DMSans-Medium.ttf);
  font-family: main_font_bold;
  font-display: swap;
}

@font-face {
  src: url(fonts/DMSans-Regular.ttf);
  font-family: secondary_font;
  font-display: swap;
}

@font-face {
  src: url(fonts/DMSans-Medium.ttf);
  font-family: main_font_medium;
  font-display: swap;
}

@font-face {
  src: url(fonts/DMSans-Medium.ttf);
  font-family: main_font_bolder;
  font-display: swap;
}
@font-face {
  src: url(fonts/DMSans-Bold.ttf);
  font-family: main_font_big;
  font-display: swap;
}
:root {
  --font-family-sans-serif: main_font, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: main_font, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --gw_primary_color: #305532;
  --gw_text_color: #070400;
  --gw_selection_color: #ffe0a2;
  --q_red: #d92f2f;
  --q_green: #007e33;
  --q_blue: #0d47a1;
  --q_orange: #ff8800;
  --theme-color-navbar-bg: #f3f7fd;
  --admin-canvas-bg: #f8fdf8;
  --nav-selected: #ffbb332e;
  --nav-current: #ebf7f2;
  --disabled_opacity: 0.3;
  --q_tell_code_width: 52px;
  --q-side-nav-width: 250px;
  --q-top-nav-height: 56px;
}

.nav-container {
  background-color: #fbfcfc !important;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.q-divider {
  border-top: 1px solid rgb(0 0 0 / 0.12);
}
.main-content-container {
  margin-top: 32px;
  padding-left: 32px;
  padding-right: 64px;
}
.no-hover:hover {
  background-color: transparent !important;
}
img {
  max-width: 100%;
  /*Chome blur images on macos*/
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  will-change: transform;
}

html {
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

a {
  text-decoration: none;
  font-family: main_font;
}

a:hover {
  text-decoration: none;
}

body {
  font-size: 14px;
  letter-spacing: 0px;
  position: relative;
  font-weight: 400;
  box-sizing: border-box;
  background-position: center;

  font-family: main_font, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

button:hover {
  opacity: 0.75;
}
small {
  opacity: 0.5;
  font-size: 0.1rem;
  font-family: main_font !important;
}
button,
input,
optgroup,
select,
textarea {
  border: 0;
  background-color: #fff;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.15;
  position: relative;
}

button,
input {
  overflow: visible;
}
label,
input {
  font-size: 14px;
}
button,
select {
  text-transform: none;
}

dialog[open] {
  opacity: 1;
  transform: scaleY(1);
}

dialog {
  top: 20px;
  opacity: 0;
  transform: scaleY(0);
  z-index: 999999;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:focus {
  outline: 0;
  outline-offset: -4px;
}

form fieldset {
  margin: 0;
  padding: 0;
  padding-left: 0px;
  padding-right: 0px;
  border: 0px !important;
  margin-top: 8px;
  margin-bottom: 0;
}

form select {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background-color: red;
  border-radius: 8px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
input[readonly] {
  border-color: #f3f8fc !important;
  border-style: solid !important;
  border-width: 1px !important;
  background-color: rgb(244 244 244) !important;
  color: rgb(84, 84, 84) !important;
}
select {
  background-color: #fff;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

form fieldset p {
  color: red;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 0.8em;
  padding: 0;
  max-width: 100%;
}
fieldset {
  border: 0;
}
form input,
form textarea,
form select {
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  border: 1px solid transparent !important;
  background-color: #f8f9f8 !important;
}

form textarea {
  height: 150px;
  color: inherit;
  margin: 8px 0;
}

form input,
form select {
  color: inherit;
  font-family: inherit;
  height: 42px;
  margin: 0;
}

.wrapper {
  margin: auto;
}

.flow-column {
  width: inherit;
  display: flex;
  display: -ms-flex;
  flex-flow: column;
}

.flow-row {
  width: inherit;
  display: flex;
  display: -ms-flex;
  flex-flow: row;
}

.row {
  height: inherit;
}

.height-inherit {
  height: inherit;
}

.flow-center {
  justify-content: center !important;
  align-items: center !important;
}

.flow-left {
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

.flow-right {
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

.image-bg-left {
  background-position: left;
}

.image-bg-center {
  background-position: center;
}

.image-cover {
  background-size: cover;
}

.image-bg-fixed {
  background-attachment: local;
}

.image-bg-scroll {
  background-attachment: scroll;
}

#bgMove {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: red;
  opacity: 0.3;
  top: auto;
  right: 0;
  left: 0;
  transition: all 0.3s ease-out;
}

p {
  font-family: main_font, apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol" !important;
  font-size: 1rem;
}

.section {
  padding: 100px 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.elevate-1 {
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 0.16), 0 1px 3px 0 rgb(0 0 0 / 0.12);
}

.elevate-5 {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0.16), 0 2px 10px 0 rgb(0 0 0 / 0.12);
}

.elevate-4 {
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.16), 0 1px 8px 0 rgb(0 0 0 / 0.12);
}

.grid {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: inherit;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 33.3333%;
  flex: 33.33333%;
}

.grid div {
  width: 30.333333%;
  margin: 8px;
}

.text-white p {
  color: #d5d5d5;
}

.banner {
  background-image: url("images/d (1).jpg");
  width: 80%;
  height: 70vh;
  display: block;
  margin: auto;
  border-radius: 8px;
}

.anchor-button {
  color: #fff;
  border-radius: 32px;
  padding: 8px 32px;
  letter-spacing: 0.2px;
  background-color: var(--gw_primary_color);
  transition: background-color 0.2s ease-out;
  border: 2px solid var(--gw_primary_color);
  display: initial;
}

.banner-image {
  height: inherit;
}

.contact-ul {
  list-style-type: none;
}

.contact-ul li span {
  font-weight: 700;
  color: #414345;
}

.navigator {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  bottom: 4%;
  right: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.navigator a {
  font-size: 38px;
}

.center-text {
  text-align: center;
  position: relative;
}

.q-card-container {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 0;
}

.q-card-media {
  width: 100%;
  height: auto;
}

.q-card-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.q-card-content {
  padding: 16px;
  width: 100%;
  height: auto;
}

.q-height-inherit {
  height: inherit;
}

.q-card-outlined {
  border: 1px solid rgb(0 0 0 / 0.2);
}

.show {
  opacity: 1;
}

.hide {
  opacity: 0;
}

.q-snack-bar {
  background-color: #0b0c0e;
  color: #fff;
  position: fixed;
  padding: 16px;
  border-radius: 4px;
  bottom: 4%;
  left: 4%;
  width: 350px;
}

.q-snack-bar p {
  margin: 0;
  color: #fff;
}

.q-nav-menu-toggler {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: auto 0;
  justify-content: center;
  padding: 16px;
}

.q-nav-menu-toggler i {
  font-size: 38px;
  margin: auto;
  color: #212529;
  line-height: 5px;
}

.q-open-side-nav {
  width: 100% !important;
  opacity: 1 !important;
}

.q-side-nav {
  position: fixed;
  top: 0;
  width: 0%;
  opacity: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.q-line-list {
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  margin: 0;
}

.q-tabs,
.q-page-indicator {
  background-color: #e8f3eb;
  border-radius: 50px;
}

.q-tabs ul,
.q-page-indicator ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.q-tabs ul li,
.q-page-indicator ul li {
  margin: 0;
}

.q-tabs-list li {
  padding: 24px 80px;
  position: relative;
}

.q-tabs-list li a {
  top: 0;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 50%;
  height: 50%;
  text-align: center;
  background-color: #fff0;
  display: block;
  margin: auto;
  position: absolute;
  cursor: pointer;
}

.q-tabs-current-element {
  position: relative;
}

.q-tabs-current-element a {
  color: var(--gw_primary_color) !important;
}

.q-tabs-current-element::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 96%;
  height: 86%;
  border-radius: 50px;
  display: block;
  margin: auto;
  background-color: white !important;
}

.q-page-indicator {
  background-color: #fff0;
}

.q-paginator-list li {
  padding: 16px 16px;
  position: relative;
}

.q-paginator-list li a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  text-align: center;
  background-color: var(--gw_primary_color);
  border-radius: 50px;
  display: block;
  margin: auto;
  position: absolute;
  font-weight: 600;
  cursor: pointer;
}

.q-feature-image-container {
  padding: 64px;
  padding-top: 0;
}

.q-feature-dirt {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 10%;
}

.q-feature-image-slide-element {
  display: none;
  transition: all 300ms, transform 500ms,
    opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 300ms, -webkit-transform 500ms,
    opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 300ms, -webkit-transform 500ms,
    opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.q-feature-image-slide-element-current {
  display: block !important;
}

.q-show {
  opacity: 1;
  scale: 1;
}

.q-simple-desction-container span {
  background-color: var(--gw_primary_color);
  width: 56px;
  height: 56px;
  border-radius: 50px;
  position: relative;
}

.q-simple-desction-container span i {
  font-size: 32px;
  margin: auto;
  right: 0;
  position: absolute;
  top: 50%;
  left: 49%;
  text-align: center;
  padding: 0;
  transform: translate(-50%, -50%);
}

.q-theme-text-container h3 {
  margin: 8px;
}

.q-theme-text-container p {
  margin-top: 8px;
  margin-bottom: 16px;
}

.q-theme-text-container h2 {
  margin-bottom: 16px;
}

dialog {
  width: 97%;
  /* max-width: 500px;
  width: 90%; */
  border-radius: 24px;
  border: 0 solid var(--gw_text_color);
  position: fixed;
  z-index: 99999999999;
}

dialog button {
  background-color: #fff0;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0;
  color: var(--gw_text_color);
  font-size: 1em;
}

.q-dialog-error {
  color: var(--q_red) !important;
}

dialog h3 {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 8px;
}

dialog p {
  font-size: 0.9em;
  margin: 0;
  margin-left: 8px;
}

dialog span i {
  font-size: 1.6em;
  color: var(--gw_primary_color);
}

.q-has-shaded-bg {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 200%;
  background-position: 10% 30%;
}

.q-sub-feature-image {
  width: 100%;
  height: auto;
}

.q-feature-caption {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

.q-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.q-feature-list-header {
  margin-bottom: 32px !important;
  margin-top: 0 !important;
}

.q-sub-paragraph {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
@media (min-width: 992px) {
  dialog {
    max-width: 500px;
    width: 90%;
  }
}
