html {
  scroll-behavior: smooth;
}

body {
  font-family: "PT Sans", sans-serif;
  height: 400vh;
  max-width: 100% !important;
  overflow-x: hidden !important;
  background-color: white !important;
}

.center_line_animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  text-align: center;
  overflow: hidden;
  z-index: -10;
}

svg {
  display: inline-block;
  height: 100%;
}

.heading_color {
  color: #ff7700;
  font-size: 5rem;
  font-weight: 600;
}

.heading_black {
  color: #1d1d1f;
  font-size: 5rem;
  font-weight: 600;
}

.section_one_landing {
  height: 100vh;
  width: 100% !important;
  overflow-x: hidden;
  background-color: white;
  color: white;
}

.section_one_landing_img_row {
  position: absolute;
  width: 25%;
  height: auto;
  top: 40%;
  left: 42%;
  margin-left: -50px;
  margin-top: -25px;
}

.section_one_landing_text_row {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  margin-left: -1%;
  margin-bottom: -8%;
}

.landing_main {
  height: 100vh;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: hidden;
}

.landing_img {
  height: auto !important;
  width: 25% !important;
}

.section_one_landing_text {
  color: #ff7700;
}

.section_one_landing_arrow {
  width: 2.5rem;
  margin: 1rem auto;
  display: inline-block;
}

.landing_top {
  height: 70vh;
  padding-top: 35vh;
}

.landing_bottom_content {
  height: 30vh;
  padding: 0 !important;
  margin: 0 !important;
}

.landing_bottom {
  padding-top: 15vh;
  height: 20vh;
}

.landing_bottom_bottom {
  height: 10vh;
}

.section_one_menu_bars {
  position: fixed;
  top: 4%;
  right: 4%;
  font-size: 2rem;
  cursor: pointer;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: #ff7700;
  opacity: 0.9;
  overflow-y: hidden;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.overlay .closebtn {
  position: absolute;
  top: 2.3rem;
  right: 3.5rem;
  font-size: 4rem;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.section_two_row {
  padding-top: 8%;
  padding-bottom: 8%;
}

.section_three {
  padding-top: 10%;
  padding-bottom: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_three_card {
  border-radius: 13px !important;
  border: none !important;
  outline: none !important;
  background-color: #ff7700;
}

@media only screen and (max-width: 561px) {
  .section-four-padding {
    padding-top: 20px;
  }
}

.section_three_card_icons {
  max-width: 95px !important;
  color: white;
  border-radius: 50%;
  padding: 10px;
}

.section_four {
  padding-top: 6%;
  padding-bottom: 5%;
}

.section_four_content {
  padding-right: 1.3em !important;
}

.section_four_list {
  padding-left: 2em !important;
}

.fa-solid {
  font-size: 4rem;
}

.section_four_icon_underline {
  border-bottom: 2px solid #ffb347;
  padding-top: 8px !important;
}

.arrow_right_svg {
  padding-top: 8rem;
}

.section_five_content {
  margin-top: 8rem;
  padding-left: 1em !important;
}

@media only screen and (max-width: 575.98px) {
  .arrow_right_svg {
    display: none !important;
  }
}

.section_six {
  background-color: #04ac1c;
}

.section_six_heading {
  font-size: 5rem;
  font-weight: 600;
}

.fa-chevron-right {
  font-size: 0.7em !important;
  color: white;
  padding-top: 6px;
}

.section_six_bullet_point {
  display: inline;
  position: relative;
  overflow: hidden;
  color: white;
}

.section_six_bullet_point:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: rgba(0, 0, 0, 0.527);
  border-radius: 8px;
  height: 4px;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.section_six_bullet_point:hover:after, .section_six_bullet_point:focus:after, .section_six_bullet_point:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

.section_six_content {
  padding-bottom: 1rem;
}

.section_six_content:hover {
  cursor: pointer;
}

.section_seven_content {
  padding-right: 1em !important;
}

.section_eight_content {
  padding: 3rem;
  margin-bottom: 5rem;
  overflow: hidden;
}

.section_eight_display {
  -webkit-box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.04);
  border-radius: 13px;
  background-color: white;
}

.section_eight_card_title {
  color: #ff7700;
  font-size: 3rem;
  font-weight: 600;
}

.section_eight_card_content {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.section_eight_card {
  border: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.section_eight_card_left_pane {
  background-color: #04ac1c;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

.section_nine_img {
  height: 15vh;
  background-image: url("/assets/images/logo_extended_transp.png");
  background-repeat: none;
  padding-bottom: 2rem;
}

.footer {
  padding-top: 1.5rem !important;
  padding-bottom: 2rem !important;
  background-color: #ff7700;
}

.footer_contact_btn {
  width: 100% !important;
  background-color: #ffb347;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  border: none;
  padding: 0.5em 0;
  border-radius: 13px;
}

.footer_contact_btn:hover {
  background-color: #f3ab67;
}

.swal2-title {
  color: #1d1d1f;
  font-size: 2.6rem;
}

.swal2-input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: #ff7700 1px solid !important;
  font-size: 10 !important;
  width: 80%;
  border-radius: 8px;
}

.swal2-input:focus {
  border: #ff7700 2px solid !important;
  font-size: 10 !important;
}

.swal2-input::-webkit-input-placeholder {
  font-size: 1.1rem;
  padding-top: 8px;
}

.swal2-input:-ms-input-placeholder {
  font-size: 1.1rem;
  padding-top: 8px;
}

.swal2-input::-ms-input-placeholder {
  font-size: 1.1rem;
  padding-top: 8px;
}

.swal2-input::placeholder {
  font-size: 1.1rem;
  padding-top: 8px;
}

.swal2-confirm {
  text-decoration: none;
  color: white;
  background-color: white;
  font-weight: 600;
  padding: 12px 44px;
  border-radius: 16px;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 8px 20px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 6px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

@media (max-width: 576px) {
  .center_line_animation {
    left: 3% !important;
  }
  .section_one_menu_bars_svg {
    height: 1.5rem;
  }
  .section_four_content {
    background-color: white !important;
  }
  .section_eight_content_sm {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem;
  }
  .footer {
    margin-top: 5rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 768px) {
  .arrow_right_svg {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .center_line_animation {
    left: 0.3% !important;
  }
  .fa-solid {
    font-size: 3rem;
  }
  .section_four_list_text {
    font-size: 2rem;
  }
  .section_four_list {
    padding-left: 1em !important;
    background-color: white !important;
  }
  .underline-sm {
    height: 12px !important;
    color: black !important;
    padding: 5em !important;
  }
  .section_five_heading {
    padding-top: 10%;
  }
  .section_five_content {
    padding: 0 !important;
  }
  .section_seven_content {
    background-color: white;
  }
}
/*# sourceMappingURL=styles.css.map */