.form-control {
  color: #ced4da !important;
}

@media (min-width: 992px) {
  .navbar-nav {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .panels_mobile {
    padding-bottom: 100px;
  }
}
.modal_button {
  background-color: #b2b4b9 !important;
  /* border-radius: 0px !important; */
  border: 1px solid #b2b4b9 !important;
  color: #000000 !important;
  /* padding: 10px 30px !important; */
}
/* SEER TABS PANEL */
/* SEER DIVS */
.panels {
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.panel {
  cursor: pointer;
  background: #1d2e42;
  color: rgb(255, 255, 255);
  text-align: center;
  align-items: center;
  font-size: 40px;
  background-size: cover;
  justify-content: center;

  flex-direction: column;
  font-family: sans-serif;
  position: relative;
  width: calc(25% - 10px); /* 10px is the total margin/padding */
  height: 130px;

  background-color: #ccc;
}
@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;

    max-width: 25%;
  }
}
.panel1 {
  background: #1d2e42;
}

.panel2 {
  background: #1d2e42;
}

.panel3 {
  background: #1d2e42;
}

.panel4 {
  background: #1d2e42;
}
.seer_text {
  font-size: 16px !important;
  font-weight: 100 !important;
}
.panel > * {
  margin: 0;
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel p {
  font-size: 2.1em;
  font-weight: bold;
}

/* .panel:hover .popup{
  display: block !important;
  transform: translateY(-200px);
  /* transform: scale(1.4,1.4); */

.core {
  text-align: center;
}

/* SEER DIvs Popup */
.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #1d2e42;
}

.popup-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1d2e42;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup h3 {
  font-size: 32px;
}

.popup p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 100 !important;
  padding: 5px !important;
}
.horizontal {
  background: linear-gradient(to top, #1d2e42 45%, #ffffff 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.panel:hover .horizontal {
  background: linear-gradient(to top, #ffffff 45%, #ffffff 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767.9px) {
  .seer_tab {
    display: none !important;
  }
}

.panels_mobile {
  min-height: 60vh;
  overflow: hidden;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .panels_mobile {
    display: none !important;
  }
}

.panelm {
  cursor: pointer;
  /* background: #6b0f9c; */
  color: rgb(255, 255, 255);
  text-align: center;
  align-items: center;

  transition: font-size 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11),
    flex 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11), background 0.2s;
  font-size: 20px;
  background-size: cover;
  background-position: center;
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.panelm1 {
  background: #1d2e42;
}

.panelm2 {
  background: #1d2e42;
}

.panelm3 {
  background: #1d2e42;
}

.panelm4 {
  background: #1d2e42;
}

.panelm > * {
  margin: 0;
  width: 100%;
  transition: transform 0.5s;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panelm > *:first-child {
  transform: translateY(-100%);
}

.panelm.open-active > *:first-child {
  transform: translateY(0);
}

.panelm > *:last-child {
  transform: translateY(100%);
}

.panelm.open-active > *:last-child {
  transform: translateY(0);
}

.panelm p {
  font-size: 0.6em;
  opacity: 0.8;
}

.panelm p:nth-child(2) {
  font-size: 1.5em;
}

.panelm.open {
  flex: 5;
  font-size: 40px;
}

@media (max-width: 767px) and (min-width: 279px) {
  .panels_mobile {
    display: block;
    background-color: #1d2e42;
    font-family: "Manrope", sans-serif;
  }

  .panelm {
    display: block;
    overflow: hidden;
    max-height: auto;
    font-family: "Manrope", sans-serif;
  }

  .panelm > * {
    display: block;
  }
}

/* SEER TABS PANEL END */

/* FOOTER */

@media (max-width: 768px) {
  #sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 9999;
    padding: 10px 0;
  }

  #sticky-footer .container {
    max-width: 100%;
  }

  #sticky-footer button {
    display: block;
    margin: 0 auto;
  }

  #sticky-footer.show {
    display: block !important;
  }
}
/* FOOTER END */

/* MEDIA QUERIES */

@media (max-width: 375px) {
  .second_section {
    height: 100% !important;
  }
}
@media (width: 540px) {
  .second_section {
    height: 100% !important;
  }
  .first_section {
    height: 100% !important;
  }
}
@media (max-width: 289px) {
  .main_svg {
    height: 240px !important;
  }
  .heading {
    font-size: 27px !important;
  }
  .sub_heading {
    font-size: 13.7px !important;
    line-height: 23.4px !important;
    margin-bottom: 30px !important;
  }
}
@media (width: 412px) {
  .main_svg {
    height: 380px !important;
  }
  .heading {
    font-size: 37px !important;
  }
  .sub_heading {
    font-size: 20.7px !important;
    line-height: 23.4px !important;
  }
}
@media (width: 375px) {
  .main_svg {
    height: 326px !important;
  }
  .svg_ {
    text-align: center !important;
  }
}
@media (width: 414px) {
  .main_svg {
    height: 363px !important;
  }
  .svg_ {
    text-align: center !important;
  }
}
@media (width: 360px) {
  .main_svg {
    height: 315px !important;
  }
  .svg_ {
    text-align: center !important;
  }
}
@media (width: 393px) {
  .main_svg {
    height: 340px !important;
  }
  .svg_ {
    text-align: center !important;
  }
}
@media (width: 390px) {
  .main_svg {
    height: 340px !important;
  }
  .svg_ {
    text-align: center !important;
  }
}
@media (width: 1024px) {
  .second_section {
    height: 100%;
    padding-bottom: 150px;
  }
  .icon-list li {
    font-size: 39px !important;
  }
}

/* MEDIA QUERIES END */
.navbar.scrolled {
  background-color: #011430 !important;
}
.navbar {
  position: relative;

  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.navbar {
  background-color: #00235b !important;
}

.btn-nav-bar {
  background-color: #ffffff !important;
  border-radius: 0px !important;
  border: 1px solid #fff !important;
  color: #00235b !important;
  padding: 10px 30px !important;
}

/* Button styles */
.scroll-btn {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 40px;
  background-color: #4caf50;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  line-height: 40px;
  cursor: pointer;
}

.fade-out {
  animation: fade-out 0.5s forwards;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.image-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.bottom-image {
  width: 60px;
  height: 37px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.bottom-image.hidden {
  opacity: 0;
}
.image-container-2 {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.bottom-image-2 {
  width: 80px;
  height: 50px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.bottom-image-2.hidden {
  opacity: 0;
}

@media (max-width: 991px) {
  .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-nav {
    display: none !important;
  }
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2;
}
.icons {
  width: 50px;
  margin-right: 60px;
}
@media (max-width: 282px) {
  .icons {
    width: 30px;
    margin-right: 30px;
  }
  .svg_second_section {
    height: 250px !important;
  }
  .icon-list li {
    font-size: 15px !important;
  }
  .second_section {
    height: 100% !important;
  }
}

.icon-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: #fff;
  font-size: 44px;
}
@media (max-width: 768px) {
  .icon-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
  }
  .second {
    margin-top: 30px;
  }
  .svg_second {
    text-align: center;
  }
}
.modal {
  z-index: 9999 !important;
}

.icon-list li svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 8px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

._slider {
  color: #ffffff;
  font-size: 20px;
  line-height: 34.4px;
  padding-left: 73px;
  /* margin-top: 22px; */
  /* margin-bottom: 30px; */
  margin-left: 48px;
  /* text-align: justify; */
}
@media (max-width: 768px) {
  ._slider {
    font-size: 15.7px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .swiper {
    padding-right: 1px !important;
  }
  .heading_slider {
    font-size: 24px !important;
  }
  .icons {
    margin-right: 20px !important;
  }
}
.heading_slider {
  font-size: 47px;
  color: #ffffff;
  font-weight: 400;
}

@media (width: 375px) {
  .heading_slider {
    font-size: 20px !important;
  }
  .swiper {
    padding-right: 0px !important;
  }
}
@media (width: 390px) {
  .heading_slider {
    font-size: 21px !important;
  }
  .swiper {
    padding-right: 0px !important;
  }
  .swiper-pagination{
    display: none;
  }
}
@media (width: 393px) {
  .heading_slider {
    font-size: 22px !important;
  }
  .swiper {
    padding-right: 0px !important;
  }
  .swiper-pagination{
    display: none;
  }
}
@media (width: 412px) {
  .swiper {
    padding-right: 0px !important;
  }
}
@media (width: 540px) {
  .swiper {
    padding-right: 0px !important;
  }
}
@media (width: 280px) {
  .swiper {
    padding-right: 0px !important;
  }
}
@media (width: 1024px) {
  .heading_slider {
    font-size: 35px !important;
  }
  ._slider {
    font-size: 19px;
  }
  .swiper-pagination{
    display: none;
  }
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 22% !important;
}

@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50% !important;
  }
}


.swiper-pagination-bullet-active {
  background: white !important;
}
.swiper-pagination-bullet {
  background: white !important;
  border: 1px solid white !important;
  transform: scale(1) !important;

}
.swiper-pagination, .swiper-pagination-bullets, .swiper-pagination-horizontal, .swiper-pagination-bullets-dynamic{
  width: 190px !important;
}
/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

body,
.first_section,
.second_section,
.third_section,
.heading_slider,
._slider {
  font-family: "Manrope", sans-serif !important;
}
.first_section {
  background-color: #00235b !important;
  height: 100vh;
}
.second_section {
  background-color: #011430;
  height: 100vh;
  padding-top: 150px;
}
.third_section {
  height: 100%;
  background-color: #012458;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #00235b !important;
}
.fixed-position {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00235b;
  z-index: 1;
}

@media (max-width: 768px) {
  .left {
    order: 2;
  }

  .svg_ {
    order: 1;
  }
}
.logo {
  height: 58px;
}
@media (max-width: 768px) {
  .logo {
    height: 47px;
  }
}

/* FORM */
.modal-content {
  background-color: #1d2e42 !important;
  text-align: left;
}
.form-group input {
  background-color: #1d2e42;
}
.form-group input {
  background-color: #1d2e42;
}
.form-group input:focus {
  background-color: #1d2e42;
}

.form-group label {
  color: #b2b4b9;
}

.form_description p {
  color: #b2b4b9;
}
.form_description span {
  color: #e8a137;
}
.close {
  color: #ffffff !important;
}
.form_description {
  border-bottom: 1px solid #1d2e42;
}
.modal-title {
  color: #f4f3f2;
  padding: 16px var(--dialog-padding-x) 18px;
  background-color: #1d2e42;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--dialog-border-color);
}

.heading {
  color: #ffffff;
  font-size: 55px;
  font-weight: 400;
}
.sub_heading {
  color: #ffffff;
  font-size: 20px;
  line-height: 34.4px;
  margin-top: 22px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 33px;
    margin-top: 50px;
  }
  .sub_heading {
    font-size: 16.7px;
    line-height: 24.4px;
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

#waitlist-btn {
  font-weight: 500;
}

/* SVG AND ITS ANIMATIONS */
.svg_ {
  text-align: right;
}

.st0 {
  fill: #ffffff;
}
.st1 {
  opacity: 0.4;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.6244;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  enable-background: new;
}

polyline.lines1 {
  opacity: 1;
  animation: textDraw 12s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}

polyline.lines2 {
  opacity: 1;
  animation: textDraw 11s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines3 {
  opacity: 1;
  animation: textDraw 18s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines4 {
  opacity: 1;
  animation: textDraw 17s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines5 {
  opacity: 1;
  animation: textDraw 14s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines6 {
  opacity: 1;
  animation: textDraw 20s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines7 {
  opacity: 1;
  animation: textDraw 16s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines8 {
  opacity: 1;
  animation: textDraw 13s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
line.lines9 {
  opacity: 1;
  animation: textDraw 18s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines10 {
  opacity: 1;
  animation: textDraw 7s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
line.lines11 {
  opacity: 1;
  animation: textDraw 8s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines12 {
  opacity: 1;
  animation: textDraw 15s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines13 {
  opacity: 1;
  animation: textDraw 9s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines14 {
  opacity: 1;
  animation: textDraw 11s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines15 {
  opacity: 1;
  animation: textDraw 19s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines16 {
  opacity: 1;
  animation: textDraw 14s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines17 {
  opacity: 1;
  animation: textDraw 10s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines18 {
  opacity: 1;
  animation: textDraw 18s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines19 {
  opacity: 1;
  animation: textDraw 20s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
line.lines20 {
  opacity: 1;
  animation: textDraw 16s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
polyline.lines21 {
  opacity: 1;
  animation: textDraw 25s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
line.lines22 {
  opacity: 1;
  animation: textDraw 12s cubic-bezier(1, 1, 1, 1) forwards;
  stroke-dasharray: 2000;
  animation-iteration-count: infinite;
  background: transparent;
}
@keyframes textDraw {
  0% {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  25% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 500;
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 2500;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 5;
    opacity: 1;
  }
  100% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dashoffset: 10;
    opacity: 1;
  }
}
.st10 {
  opacity: 1 !important;
  fill: none;
  stroke: #ffffff;
  stroke-width: 6.6163;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  enable-background: new;
}

/* Style the select dropdown to match input fields */
.form-control,
.form-control:focus,
select.form-control,
select.form-control:focus {
  background-color: #1d2e42;
  color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4L2 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 10px;
}

