.contact_us_and_footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #030011;
  background: -webkit-gradient(linear, left top, left bottom, from(#030011), color-stop(36%, #030011), color-stop(89%, #000073), to(#000073));
  background: linear-gradient(180deg, #030011 0%, #030011 36%, #000073 89%, #000073 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030011", endColorstr="#000073", GradientType=1);
  overflow: hidden;
}
.contact_us_and_footer .contact_us {
  width: 100%;
  margin-bottom: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 113px;
  z-index: 9;
}
@media (max-width: 1599.98px) {
  .contact_us_and_footer .contact_us {
    margin-bottom: 150px;
  }
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .contact_us {
    padding-top: 70px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .contact_us {
    padding-top: 40px;
    margin-bottom: 70px;
  }
}
.contact_us_and_footer .contact_us .contact_us_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.contact_us_and_footer .contact_us .contact_us_inner .contact_us_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 895px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .contact_us .contact_us_inner .contact_us_header {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact_us_and_footer .contact_us .contact_us_inner .contact_us_header {
    margin-bottom: 20px;
  }
}
.contact_us_and_footer .contact_us .contact_us_inner .contact_us_header .title {
  position: relative;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-family: "Sofia Pro";
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .contact_us .contact_us_inner .contact_us_header .title {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .contact_us .contact_us_inner .contact_us_header .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.contact_us_and_footer .contact_us .contact_us_inner .contact_us_header .title + .para {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .contact_us_and_footer .contact_us .contact_us_inner .contact_us_header .title + .para {
    margin-top: 20px;
  }
}
.contact_us_and_footer .contact_us .contact_us_inner .contact_us_header .para {
  font-size: 25px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-family: "Sofia Pro";
  text-align: center;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .contact_us .contact_us_inner .contact_us_header .para {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .contact_us .contact_us_inner .contact_us_header .para {
    font-size: 18px;
  }
}
.contact_us_and_footer .contact_us .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.contact_us_and_footer .contact_us .form-group::after {
  width: 0%;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #00F7EF;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.contact_us_and_footer .contact_us .form-group::before {
  width: 0%;
  height: 5px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  background-color: #00F7EF;
  -webkit-filter: blur(9px);
          filter: blur(9px);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-animation: glowing 1s infinite;
          animation: glowing 1s infinite;
}
.contact_us_and_footer .contact_us .form-group.active::after {
  width: 100%;
  opacity: 1;
}
.contact_us_and_footer .contact_us .form-group.active::before {
  width: 100%;
  opacity: 1;
}
.contact_us_and_footer .contact_us .form_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 1075px;
  margin: 0px auto;
}
.contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner {
  margin: 0 -50px;
}
.contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item {
  padding: 0px 50px;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item {
    margin-bottom: 0;
  }
}
.contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item input.form-control {
  height: 70px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  border-bottom: 5px solid #00F7EF;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item input.form-control {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item input.form-control {
    font-size: 20px;
  }
}
.contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item input.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item textarea.form-control {
  height: 140px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  border-bottom: 5px solid #00F7EF;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item textarea.form-control {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item textarea.form-control {
    font-size: 20px;
    height: 100px;
  }
}
.contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item textarea.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item .floating_label {
  position: absolute;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 0;
  bottom: 0px;
  margin: auto;
  left: 50px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item .floating_label {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item .floating_label {
    font-size: 20px;
  }
}
.contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
}
.contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item .icon span {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .contact_us .form_wrapper .form_wrapper_inner .form_item .icon span {
    font-size: 18px;
  }
}
.contact_us_and_footer .contact_us .form-group.active .floating_label {
  -webkit-transform: scale(0.65) translate(-80px, -53px);
          transform: scale(0.65) translate(-80px, -53px);
}
.contact_us_and_footer .contact_us .form-group.active .icon {
  opacity: 1 !important;
}
.contact_us_and_footer .contact_us .form-group.active .icon span::before {
  color: #00F7EF !important;
}
.contact_us_and_footer .contact_us .textarea .icon,
.contact_us_and_footer .contact_us .textarea .floating_label {
  top: 8px !important;
  left: 0px !important;
  bottom: auto !important;
}
.contact_us_and_footer .contact_us .textarea .form-group.active .floating_label {
  -webkit-transform: scale(0.65) translate(0px, -53px);
          transform: scale(0.65) translate(0px, -53px);
}
.contact_us_and_footer .contact_us select[selected*=selected] + button span {
  opacity: 1;
}
.contact_us_and_footer .contact_us .submit_btn {
  width: 170px;
  height: 62px;
  border-radius: 35px;
  background-color: transparent;
  border: 3px solid #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
  font-size: 23px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.contact_us_and_footer .contact_us .submit_btn:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.contact_us_and_footer .contact_us .submit_btn::after {
  position: absolute;
  left: -7px;
  top: 1px;
  content: "";
  width: 170px;
  height: 62px;
  border: 3px solid #FD2C55;
  border-radius: 35px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.contact_us_and_footer .contact_us .submit_btn:active {
  background-color: transparent;
  border: 3px solid #FFFFFF;
}
.contact_us_and_footer .footer_wrapper {
  width: 100%;
  position: relative;
  z-index: 9;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .footer_wrapper {
    padding-bottom: 20px;
  }
}
.contact_us_and_footer .footer_wrapper .footer_wrapper_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.contact_us_and_footer .footer_wrapper ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .footer_wrapper ul {
    margin-bottom: 40px;
    text-align: center;
  }
}
.contact_us_and_footer .footer_wrapper ul li {
  width: auto;
  list-style: none;
  margin: 0px 20px;
}
@media (max-width: 991.98px) {
  .contact_us_and_footer .footer_wrapper ul li {
    margin: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .footer_wrapper ul li {
    margin: 10px 15px;
  }
}
@media (max-width: 575.98px) {
  .contact_us_and_footer .footer_wrapper ul li {
    margin: 5px 15px;
  }
}
.contact_us_and_footer .footer_wrapper ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  width: auto;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 17px;
}
.contact_us_and_footer .footer_wrapper .copy_right {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 500;
  font-family: "proxima_novabold";
  text-align: center;
}
@media (max-width: 767.98px) {
  .contact_us_and_footer .footer_wrapper .copy_right {
    font-size: 15px;
  }
}
.contact_us_and_footer .banner_sea_base {
  position: absolute;
  bottom: -25%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .contact_us_and_footer .banner_sea_base {
    bottom: 0;
  }
}
.contact_us_and_footer .banner_sea_base .banner_sea_base_inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.contact_us_and_footer .banner_sea_base .banner-sea-base-glow {
  position: absolute;
  left: 0;
  right: 0;
  top: -24%;
}
.contact_us_and_footer .banner_sea_base .banner-sea-base-glow img {
  width: 100%;
}
.contact_us_and_footer .banner_sea_base .banner_left {
  position: absolute;
  top: -13%;
  left: 11vw;
  z-index: 3;
}
.contact_us_and_footer .banner_sea_base .banner_right {
  position: absolute;
  top: 2%;
  right: 10vw;
  z-index: 3;
}
.contact_us_and_footer .banner_sea_base img {
  display: block;
  max-width: 100%;
}
.contact_us_and_footer .floating-light {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  mix-blend-mode: screen;
  pointer-events: none;
}
.contact_us_and_footer .floating-light .floating-lights {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.contact_us_and_footer .floating-light .floating-lights .floating-lamp {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contact_us_and_footer .floating-light .floating-lights .floating-lamp span {
  font-size: 11.5625rem;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .floating-light .floating-lights .floating-lamp span {
    font-size: 9.375rem;
  }
}
.contact_us_and_footer .floating-light .floating-lights .floating-lamp-glow {
  background: #700958;
  background: radial-gradient(circle, #700958 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#700958", endColorstr="#000000", GradientType=1);
  width: 130px;
  height: 130px;
  position: absolute;
  -webkit-animation: glowing1 0.9s alternate infinite ease-in;
          animation: glowing1 0.9s alternate infinite ease-in;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: screen;
}
.contact_us_and_footer .floating-light .floating-lights.shape-01 {
  margin-left: -83vw;
  top: -1%;
}
.contact_us_and_footer .floating-light .floating-lights.shape-01 .floating-lamp {
  opacity: 0.05;
}
.contact_us_and_footer .floating-light .floating-lights.shape-02 {
  margin-right: -74vw;
  top: 10%;
}
.contact_us_and_footer .floating-light .floating-lights.shape-02 .floating-lamp {
  opacity: 0.1;
}
.contact_us_and_footer .floating-light .floating-lights.shape-02 .floating-lamp-glow {
  background: #6e0857;
  background: radial-gradient(circle, #6e0857 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857", endColorstr="#000000", GradientType=1);
  -webkit-animation: glowing1 0.6s alternate infinite ease-in;
          animation: glowing1 0.6s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-lights.shape-03 {
  margin-right: -68vw;
  top: 44%;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .floating-light .floating-lights.shape-03 {
    top: 68%;
  }
}
.contact_us_and_footer .floating-light .floating-lights.shape-03 .floating-lamp {
  opacity: 0.06;
}
.contact_us_and_footer .floating-light .floating-lights.shape-03 .floating-lamp-glow {
  background: #6e0857;
  background: radial-gradient(circle, #6e0857 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857", endColorstr="#000000", GradientType=1);
  -webkit-animation: glowing1 1.2s alternate infinite ease-in;
          animation: glowing1 1.2s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-lights.shape-04 {
  margin-left: -70vw;
  top: 69%;
}
.contact_us_and_footer .floating-light .floating-lights.shape-04 .floating-lamp {
  opacity: 0.1;
}
.contact_us_and_footer .floating-light .floating-lights.shape-04 .floating-lamp-glow {
  background: #6e0857;
  background: radial-gradient(circle, #6e0857 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857", endColorstr="#000000", GradientType=1);
  -webkit-animation: glowing1 0.9s alternate infinite ease-in;
          animation: glowing1 0.9s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-lights.shape-05 {
  margin-left: -65vw;
  top: 48%;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .floating-light .floating-lights.shape-05 {
    display: none;
  }
}
.contact_us_and_footer .floating-light .floating-lights.shape-05 .floating-lamp {
  opacity: 0.05;
}
.contact_us_and_footer .floating-light .floating-lights.shape-05 .floating-lamp-glow {
  background: #0DF9ED;
  background: radial-gradient(circle, rgba(13, 249, 237, 0.3) 0%, rgba(10, 199, 190, 0.2) 25%, rgba(7, 153, 145, 0.2) 40%, rgba(5, 112, 107, 0.2) 51%, rgba(2, 49, 46, 0.2) 68%, rgba(0, 2, 2, 0.2) 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857", endColorstr="#000000", GradientType=1);
  -webkit-animation: glowing1 0.8s alternate infinite ease-in;
          animation: glowing1 0.8s alternate infinite ease-in;
  bottom: -11%;
}
.contact_us_and_footer .floating-light .floating-lights.shape-06 {
  margin-left: -87vw;
  top: 18%;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .floating-light .floating-lights.shape-06 {
    margin-left: -95vw;
    top: 6%;
  }
}
.contact_us_and_footer .floating-light .floating-lights.shape-06 .floating-lamp {
  opacity: 0.1;
}
.contact_us_and_footer .floating-light .floating-lights.shape-06 .floating-lamp-glow {
  background: #0DF9ED;
  background: radial-gradient(circle, rgba(13, 249, 237, 0.3) 0%, rgba(10, 199, 190, 0.2) 25%, rgba(7, 153, 145, 0.2) 40%, rgba(5, 112, 107, 0.2) 51%, rgba(2, 49, 46, 0.2) 68%, rgba(0, 2, 2, 0.2) 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857", endColorstr="#000000", GradientType=1);
  -webkit-animation: glowing1 0.7s alternate infinite ease-in;
          animation: glowing1 0.7s alternate infinite ease-in;
  bottom: -11%;
}
.contact_us_and_footer .floating-light .floating-lights.shape-07 {
  margin-right: -89vw;
  top: 4%;
}
.contact_us_and_footer .floating-light .floating-lights.shape-07 .floating-lamp {
  opacity: 0.05;
}
.contact_us_and_footer .floating-light .floating-lights.shape-07 .floating-lamp-glow {
  background: #0DF9ED;
  background: radial-gradient(circle, rgba(13, 249, 237, 0.3) 0%, rgba(10, 199, 190, 0.2) 25%, rgba(7, 153, 145, 0.2) 40%, rgba(5, 112, 107, 0.2) 51%, rgba(2, 49, 46, 0.2) 68%, rgba(0, 2, 2, 0.2) 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857", endColorstr="#000000", GradientType=1);
  -webkit-animation: glowing1 0.9s alternate infinite ease-in;
          animation: glowing1 0.9s alternate infinite ease-in;
  bottom: -11%;
}
.contact_us_and_footer .floating-light .floating-lights.shape-08 {
  margin-right: -69vw;
  top: 80%;
}
.contact_us_and_footer .floating-light .floating-lights.shape-08 .floating-lamp {
  opacity: 0.1;
}
.contact_us_and_footer .floating-light .floating-lights.shape-08 .floating-lamp-glow {
  background: #6e0857;
  background: radial-gradient(circle, #6e0857 0%, #4c063c 25%, #310326 40%, #1b0215 51%, #0b0009 68%, #020002 83%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0857", endColorstr="#000000", GradientType=1);
  -webkit-animation: glowing1 0.8s alternate infinite ease-in;
          animation: glowing1 0.8s alternate infinite ease-in;
  bottom: -11%;
}
.contact_us_and_footer .floating-light .floating-flower {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.contact_us_and_footer .floating-light .floating-flower .floating-flower {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contact_us_and_footer .floating-light .floating-flower .floating-flower span {
  font-size: 7.5rem;
}
.contact_us_and_footer .floating-light .floating-flower.shape-01 {
  margin-left: -60vw;
  top: 14%;
}
@media (max-width: 991.98px) {
  .contact_us_and_footer .floating-light .floating-flower.shape-01 {
    display: none;
  }
}
.contact_us_and_footer .floating-light .floating-flower.shape-01 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 16.8s alternate infinite ease-in;
          animation: spin 16.8s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-flower.shape-02 {
  margin-left: -46vw;
  top: 5%;
}
.contact_us_and_footer .floating-light .floating-flower.shape-02 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 15.8s alternate infinite ease-in;
          animation: spin 15.8s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-flower.shape-02 .floating-flower span {
  font-size: 3.625rem;
}
.contact_us_and_footer .floating-light .floating-flower.shape-03 {
  margin-left: -79vw;
  top: 39%;
}
@media (max-width: 1199.98px) {
  .contact_us_and_footer .floating-light .floating-flower.shape-03 {
    top: 70%;
  }
}
.contact_us_and_footer .floating-light .floating-flower.shape-03 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 12.8s alternate infinite ease-in;
          animation: spin 12.8s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-flower.shape-03 .floating-flower span {
  font-size: 6.1875rem;
}
.contact_us_and_footer .floating-light .floating-flower.shape-04 {
  margin-left: -86vw;
  top: 65%;
}
.contact_us_and_footer .floating-light .floating-flower.shape-04 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 16.8s alternate infinite ease-in;
          animation: spin 16.8s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-flower.shape-04 .floating-flower span {
  font-size: 7.5rem;
}
.contact_us_and_footer .floating-light .floating-flower.shape-05 {
  margin-left: -78vw;
  top: 91%;
}
.contact_us_and_footer .floating-light .floating-flower.shape-05 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 18.8s alternate infinite ease-in;
          animation: spin 18.8s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-flower.shape-05 .floating-flower span {
  font-size: 5.8125rem;
}
.contact_us_and_footer .floating-light .floating-flower.shape-06 {
  margin-right: -83vw;
  top: 68%;
}
.contact_us_and_footer .floating-light .floating-flower.shape-06 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 16.8s alternate infinite ease-in;
          animation: spin 16.8s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-flower.shape-06 .floating-flower span {
  font-size: 7.5625rem;
}
.contact_us_and_footer .floating-light .floating-flower.shape-07 {
  margin-right: -83vw;
  top: 34.6%;
}
.contact_us_and_footer .floating-light .floating-flower.shape-07 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 19.8s alternate infinite ease-in;
          animation: spin 19.8s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-flower.shape-07 .floating-flower span {
  font-size: 7.5625rem;
}
.contact_us_and_footer .floating-light .floating-flower.shape-08 {
  margin-right: -51vw;
  top: 5.6%;
}
.contact_us_and_footer .floating-light .floating-flower.shape-08 .floating-flower {
  opacity: 0.07;
  -webkit-animation: spin 11.8s alternate infinite ease-in;
          animation: spin 11.8s alternate infinite ease-in;
}
.contact_us_and_footer .floating-light .floating-flower.shape-08 .floating-flower span {
  font-size: 6.1875rem;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0px 0 0;
}
.select-dropdown .select-dropdown__button::after {
  position: absolute;
  content: "";
  right: 15px;
  top: calc(50% - 10px);
  width: 12px;
  height: 12px;
  border-right: 3px solid rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.select-dropdown::last-child {
  margin-right: 0px;
}
.select-dropdown__button {
  height: 70px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  border-bottom: 5px solid #00F7EF;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}
@media (max-width: 1199.98px) {
  .select-dropdown__button {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .select-dropdown__button {
    font-size: 20px;
  }
}
.select-dropdown__button span {
  opacity: 0.5;
}
.select-dropdown__button:focus {
  outline: none !important;
}
.select-dropdown__button:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #cecece;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  text-align: left;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover {
  background-color: #00F7EF;
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@-webkit-keyframes glowing {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes glowing {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}