.splash {
  height: 100vh;
  background-color: #1C2434;
  background-position: 59% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  background-clip: border-box;
}

.topmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menuitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;


  /* -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */


  padding-top: 10px;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
  /* flex-direction: column; */
}

.menulink, .submenu-link{
  padding-top: 10px;
}

.menulink {
  padding-left: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

@media screen and (max-width: 768px){
  .btn-menu{
    width: 110px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 10px;

  }
}

/* .menubutton  */
.btn-menu{
  height: 36px;
  margin-left: 25px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 15.5px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.menubutton:hover {
  border-color: #2aab00;
  color: #00ef3e;
}

.menubutton:active {
  border-color: #00c088;
  color: #00c088;
}

.splashcontenttext {
  display: block;
  width: 440px;
  margin-bottom: 120px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.splashcontentmockup {
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.mockupsplash {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  margin: -32px 0px 0px -82px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 50px;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.downloadbuttonscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.downloadon {
  height: 45px;
  padding-right: 15px;
}

.image-2 {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 9%;
  width: 200px;
  height: 50px;
  background-image: url('../images/scrolltointeract.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 910px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(192.43deg, #424242, #222);
  color: #fff;
}

.heading-3 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  line-height: 45.5px;
  font-weight: 500;
  text-align: center;
}

.caption {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.icon_centered {
  max-width: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body-lefttext {
  overflow: hidden;
  height: 100vh;
  background-color: #fff;
}

.bodycontainer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1152px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divblocktext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.divblockimage {
  width: 450px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon {
  width: 87px;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
}

.caption-black-body {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.bgblobright {
  position: relative;
  left: 2%;
  top: 15%;
  right: auto;
  bottom: auto;
  display: block;
  width: 806px;
  max-width: 806px;
  min-width: 806px;
}

.mockupright {
  position: relative;
  left: 34%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  max-width: none;
  margin-top: -115%;
  margin-left: 0px;
}

.body-righttext {
  overflow: hidden;
  height: 100vh;
  background-color: #fff;
  background-image: linear-gradient(197deg, #393939, #222);
}

.mockupleft {
  position: relative;
  left: -8%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  max-width: none;
  margin-top: -120%;
  margin-left: 41px;
}

.bgblobleft {
  position: relative;
  left: -42%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 611px;
  max-width: 611px;
  min-width: 611px;
}

.divblockimageleft {
  width: 450px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.divblocktextleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-2white {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
}

.caption-white-body {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.body-lefttext2 {
  overflow: hidden;
  height: 70vh;
  background-color: #fff;
}

.bodycontainer2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 70vh;
  max-width: 1152px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.divblocktext2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.divblockimage2 {
  overflow: visible;
  width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bgblobright2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  max-width: 950px;
  min-width: 950px;
  margin-top: 0%;
}

.icon-sm {
  width: 35px;
  height: 35px;
  max-width: none;
  min-height: 35px;
  min-width: 35px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contactus-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(69deg, #0d23e7, #8c46ff);
}

.div-block-3 {
  width: 665px;
  margin-right: auto;
  margin-left: auto;
}

.smallfield {
  width: 250px;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.25);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.smallfield:focus {
  border-color: #10de9c;
}

.smallfield::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.smallfield:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.smallfield::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.smallfield::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.contactform {
  margin-top: 30px;
}

.form-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.largefield {
  width: 310px;
  height: 170px;
  min-height: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.25);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.largefield:focus {
  border-color: #0bdb9a;
}

.largefield::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.largefield:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.largefield::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.largefield::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.submit-button {
  width: 75px;
  height: 170px;
  margin-top: -6px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 6px;
  background-image: url('../images/ion_send-sharp.png'), linear-gradient(139deg, #17c184, #0be6a4);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
}

.submit-button:hover {
  background-image: url('../images/ion_send-sharp.png'), linear-gradient(139deg, #17c184, #0be6a4);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
}

.submit-button:active {
  background-image: url('../images/ion_send-sharp.png'), linear-gradient(139deg, #099462, #00c086);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
}

.footer {
  width: 100%;
  background-image: linear-gradient(192deg, #424242, #222);
}

.footercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 45px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: #a8a8a8;
  font-size: 16px;
}

.link:visited {
  color: #a8a8a8;
}

.div-block-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a8a8a8;
}

.socialicon {
  height: 25px;
  max-width: none;
  margin-left: 16px;
}

.div-block-6 {
  height: 1px;
  border-top: 1px solid #a8a8a8;
  border-radius: 1px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrollbutton {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 9%;
  width: 200px;
  height: 50px;
  background-image: url('../images/scrolltointeract.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.success-message {
  height: 180px;
  padding: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: hsla(0, 0%, 86.7%, 0.15);
}

.error-message {
  border-style: solid;
  border-width: 2px;
  border-color: red;
  border-radius: 6px;
  background-color: transparent;
}

.text-block {
  font-family: Poppins, sans-serif;
  color: red;
  font-size: 16px;
}

.bodycontainer-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1152px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  height: 375px;
}

.mockupsplash2 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: auto;
  height: auto;
  margin: -2px 0px 0px -82px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.mockuprightalt {
  position: relative;
  left: 34%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: none;
  width: auto;
  height: 70vh;
  max-width: none;
  margin-top: -542px;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(69deg, #0d23e7, #8c46ff);
}

.image-3 {
  width: 125px;
}

.mockupleftalt {
  position: relative;
  left: -8%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 347px;
  max-width: none;
  margin-top: -542px;
}

.download-btn {
  width: auto
}

/* new style */
@media screen and (min-width: 992px) {
  .mockupsplash2 {
  position: absolute;
  top: 170px;
  right: 350px;
  display: block;
  height: 80vh;
  max-width: none;
  margin-left: -10px;
  }

}

@media screen and (max-width: 767px) {
  .download-btn {
    margin-left: 0px;
    width: 120px;
  }
}

@media screen and (max-width: 991px) {

  .menulink {
    padding-left: 20px;
    font-size: 14px;
  }

  .menubutton {
    /* margin-left: 15px; */
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    font-size: 14px;
    border: none;
    text-align: left;
  }

  .splashcontenttext {
    width: 300px;
  }

  .mockupsplash {
    display: none;
    margin-left: -56px;
  }

  .heading {
    font-size: 45px;
  }

  .paragraph {
    font-size: 18px;
  }

  .downloadon {
    height: 35px;
  }

  .container {
    padding-left: 40px;
  }

  .divblocktext {
    width: 300px;
    margin-right: 15px;
  }

  .icon {
    width: 60px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .caption-black-body {
    font-size: 16px;
    line-height: 22px;
  }

  .bgblobright {
    width: 500px;
    max-width: 500px;
    min-height: 5px;
    min-width: 500px;
  }

  .mockupright {
    left: 14%;
    top: 129px;
    display: none;
    width: 300px;
  }

  .mockupleft {
    left: 13%;
    top: 122px;
    bottom: 0%;
    display: none;
    width: 300px;
  }

  .bgblobleft {
    left: 1%;
    top: 0%;
    width: 400px;
    max-width: 400px;
    min-width: 400px;
  }

  .divblockimageleft {
    margin-left: -65px;
    padding-top: 0px;
  }

  .divblocktextleft {
    width: 300px;
  }

  .heading-2white {
    font-size: 32px;
    line-height: 38px;
  }

  .caption-white-body {
    font-size: 16px;
    line-height: 22px;
  }

  .divblocktext2 {
    width: 220px;
  }

  .icon-sm {
    width: 30px;
  }

  .div-block {
    width: 115px;
  }

  .div-block-2 {
    height: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mockupsplash2 {
    display: block;
    height: 80vh;
    max-width: none;
    margin-left: -56px;
  }

  .mockuprightalt {
    left: 14%;
    top: 129px;
    display: block;
    width: auto;
    margin-left: -6px;
  }

  .mockupleftalt {
    left: 13%;
    top: 122px;
    bottom: 0%;
    display: block;
    width: auto;
    height: 70vh;
    margin-left: 6px;
  }
}
@media screen and (min-width: 769px){
  .drop{
    position: absolute;
    top: 30px;
    width: 200px;
  }
}
@media screen and (max-width: 827px) {
  .menuitems{
    display: none;
    width: 100%;
    flex-direction: column;
  }
  .drop{
    display: none;
  }


}

@media screen and (max-width: 827px) {
  .splash {
    overflow: scroll;
  }

  .menuitems.show{
    display: flex;
    /* display: block; */
  }


  menubutton {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
  }

  .splashcontenttext {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .splashcontentmockup {
    max-width: 50%;
    margin-bottom: 0px;
  }

  .mockupsplash {
    top: 0px;
    display: none;
    height: auto;
    max-width: 100%;
    margin-left: 0px;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .downloadbuttonscontainer {
    margin-top: 10px;
  }

  .container {
    position: static;
    overflow: visible;
    height: auto;
    max-height: 80%;
    max-width: none;
    min-height: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3 {
    font-size: 30px;
  }

  .caption {
    font-size: 15px;
    line-height: 20px;
  }

  .icon_centered {
    max-width: 35px;
  }

  .bodycontainer {
    height: 100vh;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divblocktext {
    width: 250px;
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon {
    display: none;
    width: 40px;
  }

  .heading-2 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 25px;
  }

  .caption-black-body {
    font-size: 15px;
    line-height: 20px;
  }

  .mockupright {
    display: none;
    overflow: visible;
  }

  .mockupleft {
    display: none;
  }

  .divblockimageleft {
    margin-left: -36px;
  }

  .divblocktextleft {
    width: 250px;
    height: auto;
  }

  .heading-2white {
    margin-top: 0px;
    font-size: 25px;
    line-height: 25px;
  }

  .caption-white-body {
    width: 250px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .body-lefttext2 {
    height: 100vh;
  }

  .bodycontainer2 {
    height: 100vh;
  }

  .bgblobright2 {
    max-width: 600px;
    min-width: 600px;
    margin-left: -86px;
  }

  .div-block-2 {
    height: 120px;
    margin-top: 0px;
  }

  .contactus-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-3 {
    width: auto;
  }

  .smallfield {
    width: 420px;
    height: 50px;
    font-size: 14px;
  }

  .form-inner-container {
    width: 410px;
    height: 385px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .largefield {
    width: 420px;
    height: 120px;
    min-height: 120px;
    font-size: 14px;
  }

  .submit-button {
    width: 420px;
    height: 75px;
    margin-top: 0px;
  }

  .link {
    font-size: 12px;
  }

  .div-block-5 {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .socialicon {
    margin-top: 10px;
    margin-left: 5px;
  }

  .scrollbutton {
    display: none;
  }

  .success-message {
    height: auto;
  }

  .error-message {
    width: 420px;
    margin-left: -6px;
  }

  .text-block {
    font-size: 14px;
  }

  .bodycontainer-2 {
    height: 100vh;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mockupsplash2 {
    top: 0px;
    display: block;
    height: auto;
    max-width: 100%;
    margin-left: 0px;
  }

  .mockuprightalt {
    display: none;
    overflow: visible;
  }

  .mockupleftalt {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .splashcontenttext {
  margin-bottom: 20%;
  }
}

@media screen and (max-width: 479px) {
  .splash {
    overflow: scroll;
  }

  .topmenu {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 150px
  }

  .menubutton {
    display: block;
  }

  .splashcontenttext {
    width: auto;
    max-width: 100%;
    margin-bottom: 80%;
  }

  .splashcontentmockup {
    display: none;
  }

  .mockupsplash {
    display: none;
  }

  .heading {
    width: 200px;
    font-size: 56px;
    line-height: 62px;
    text-align: left;
  }

  .paragraph {
    width: auto;
    max-width: 100%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    text-align: left;
  }

  .downloadbuttonscontainer {
    height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .downloadon {
    height: 55px;
    margin-top: 15px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .mission {
    overflow: hidden;
  }

  .body-lefttext {
    height: auto;
  }

  .bodycontainer {
    height: auto;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divblocktext {
    margin-top: 30px;
    margin-right: auto;
    margin-left: 15px;
  }

  .divblockimage {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .bgblobright {
    left: auto;
    top: auto;
    width: auto;
    max-width: 125%;
    min-height: auto;
    min-width: 125%;
    margin-right: auto;
    margin-left: auto;
  }

  .body-righttext {
    height: auto;
  }

  .bgblobleft {
    left: auto;
    width: auto;
    max-width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .divblockimageleft {
    width: auto;
    margin-left: 0px;
  }

  .divblocktextleft {
    margin-top: 30px;
    margin-right: auto;
    margin-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .caption-white-body {
    text-align: left;
  }

  .body-lefttext2 {
    overflow: hidden;
    height: auto;
  }

  .bodycontainer2 {
    height: auto;
    margin-top: 45px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divblocktext2 {
    width: 100%;
  }

  .divblockimage2 {
    overflow: visible;
    width: auto;
  }

  .bgblobright2 {
    overflow: visible;
    max-width: 200%;
    min-width: 200%;
    margin-top: 5%;
    margin-bottom: -236px;
    margin-left: -50%;
  }

  .icon-sm {
    height: 30px;
    margin-top: 15px;
  }

  .div-block-2 {
    height: auto;
  }

  .contactus-section {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-3 {
    width: 100%;
  }

  .smallfield {
    width: 100%;
    height: 50px;
  }

  .contactform {
    width: 100%;
  }

  .form-inner-container {
    width: 100%;
  }

  .largefield {
    width: 100%;
  }

  .submit-button {
    width: 100%;
  }

  .footercontainer {
    display: none;
    overflow: hidden;
  }

  .link {
    margin-left: 0px;
    padding-bottom: 15px;
  }

  .div-block-7 {
    height: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .error-message {
    width: 100%;
    margin-left: 0px;
  }

  .text-block {
    width: 100%;
  }

  .bodycontainer-2 {
    height: auto;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    width: 100%;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    width: 100%;
  }

  .mockupsplash2 {
    display: none;
  }
}