@font-face {
  font-family: "consolas";
  src: url("assets/Consolas-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

nav {
  box-shadow: 1px 5px 10px #393939;
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 792px) {
  nav {
    display: flex;
    justify-content: space-between;
  }
}
nav .mobile {
  display: flex;
  justify-content: space-between;
}
nav .mobile .logo {
  display: flex;
  align-items: center;
  font-family: consolas, serif;
  font-weight: bold;
  font-size: 2.5em;
}
nav .mobile .logo-img {
  display: flex;
}
nav .mobile .logo-img img {
  width: 50px;
}
nav .mobile .logo-cust {
  color: #00bffe;
  margin-left: 10px;
}
nav .mobile .logo-soft {
  color: #0e2e48;
}
nav .mobile .mobile-icon {
  font-size: 2em;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
nav .mobile .mobile-icon :hover {
  cursor: pointer;
}
@media screen and (min-width: 792px) {
  nav .mobile .mobile-icon {
    display: none;
  }
}
nav .mobile a {
  text-decoration: none;
}
nav .content {
  position: absolute;
  width: 100%;
  background: white;
  left: 0;
  top: 85px;
  padding-bottom: 20px;
}
nav .content .item {
  font-family: consolas, serif;
  text-align: center;
  font-size: 1.5em;
  align-content: center;
}
nav .content .item.active {
  color: white;
  background: #00bffe;
}
nav .content .item a {
  padding: 10px;
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 792px) {
  nav .content .item a {
    padding: 10px;
    margin: 10px;
  }
}
@media screen and (min-width: 792px) {
  nav .content {
    display: flex;
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
  }
  nav .content .item {
    font-size: 1em;
  }
}

.intro {
  padding: 20px;
}
@media screen and (min-width: 700px) {
  .intro {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1020px;
    margin: 0 auto;
  }
}
.intro .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .img img {
  width: 100%;
}
.intro .img.img-200 img {
  width: 200px;
}
@media screen and (min-width: 700px) {
  .intro .img {
    width: 300px;
  }
  .intro .img.img-200 {
    width: 300px;
  }
}
@media screen and (min-width: 800px) {
  .intro .img {
    width: 400px;
  }
}
.intro .text {
  text-align: justify;
  padding-top: 20px;
  flex: 1;
}
.intro.no-reverse {
  flex-direction: row;
}
.intro.no-reverse .img {
  margin-right: 20px;
}

.apps {
  margin-bottom: 40px;
}
.apps h2 {
  padding-left: 20px;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 680px) {
  .apps {
    display: flex;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.apps .app {
  margin: 10px 20px;
}
@media screen and (min-width: 680px) {
  .apps .app {
    width: 300px;
  }
  .apps .app.full-width {
    width: 100%;
  }
}
.apps .app.first {
  margin-top: 0;
}
@media screen and (min-width: 680px) {
  .apps .app.first {
    margin-top: 10px;
  }
}
.apps .app-header {
  border: 3px solid #e76823;
  width: 75px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: 30px;
  left: 30px;
}
.apps .app-header img {
  width: 100%;
}
.apps .app-video {
  text-align: center;
  padding: 10px 0;
}
.apps .app-video iframe {
  width: 100%;
}
.apps .app-video img {
  border-radius: 10px;
  width: 250px;
  height: 250px;
}
.apps .app-body {
  padding: 10px;
  padding-top: 30px;
  box-shadow: 1px 5px 10px #393939;
  border-radius: 10px;
}
.apps .app-body .price {
  color: #e76823;
  text-align: right;
  font-weight: bold;
}
@media screen and (min-width: 680px) {
  .apps .app {
    width: 300px;
  }
  .apps .app.full-width {
    width: 100%;
  }
  .apps .app.full-width .app-body {
    display: flex;
  }
  .apps .app.full-width .app-body .app-body-content {
    margin-left: 20px;
  }
}
.apps.fixed .app-body {
  height: 235px;
}
.apps.services .app-video img {
  height: auto;
}
.apps.pricing {
  color: white;
  background: #00bffe;
  margin: 0;
  padding: 40px 0;
  min-width: 100%;
}
@media screen and (min-width: 680px) {
  .apps.pricing .pricing-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto;
  }
}
.apps.pricing .app-video img {
  height: auto;
}
.apps.pricing .app-body {
  color: black;
  background: white;
}
.apps.pricing .app-body h4 {
  padding: 20px 5px;
}
.apps.pricing .app-body h4 span {
  color: #e76823;
}

.team {
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .team {
    max-width: 1020px;
    margin: 0 auto;
  }
}
.team h2 {
  padding-left: 20px;
  width: 100%;
}
@media screen and (min-width: 610px) {
  .team-member {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
}
.team-member-avatar {
  flex-shrink: 0;
  width: 200px;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}
.team-member-avatar img {
  width: 100%;
}
.team-member-details {
  padding: 0 20px;
}
.team-member-details-name {
  font-weight: bold;
}
.team-member-details-position {
  font-style: italic;
}
.team-member-details-description {
  padding-top: 10px;
}

@media screen and (min-width: 700px) {
  .reviews {
    max-width: 1020px;
    margin: 0 auto;
  }
}
.reviews h2 {
  padding: 0 20px;
  margin-top: 40px;
}
@media screen and (min-width: 700px) {
  .reviews .review {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 20px;
  }
}
@media screen and (min-width: 700px) {
  .reviews .review .video-container {
    width: 450px;
  }
}
.reviews .review .video-container iframe {
  width: 100%;
  min-height: 250px;
}
.reviews .review .content {
  padding: 20px;
}
@media screen and (min-width: 700px) {
  .reviews .review .content {
    padding: 20px 0;
  }
}
.reviews .review .content .header {
  display: flex;
  flex-shrink: 0;
}
.reviews .review .content .header .avatar {
  box-shadow: 1px 1px 5px #393939;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.reviews .review .content .header .avatar img {
  width: 100%;
  height: auto;
  display: block;
}
.reviews .review .content .header-content {
  padding-left: 10px;
}
.reviews .review .content .header-content-title {
  font-weight: bold;
}
.reviews .review .content .header-content-rating i {
  color: #fdc700;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.required {
  color: red;
}

form {
  background: white;
  padding: 20px;
  border-radius: 10px;
}

.form-control {
  background: transparent;
  margin: 20px 0;
  border: none;
  padding: 0;
}
.form-control label {
  display: inline-block;
  width: 150px;
}
.form-control input {
  height: 30px;
}

.contact {
  padding: 20px;
  background: #00BFFE;
  color: white;
  background: #e76823;
}
.contact .content .contact-message {
  display: none;
}
.contact .content .contact-message a {
  color: white;
}
@media screen and (min-width: 700px) {
  .contact .content {
    display: flex;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
  }
  .contact .content .contact-message {
    display: block;
    flex: 50%;
    align-content: center;
  }
  .contact .content .contact-message .img-container {
    text-align: center;
  }
  .contact .content .contact-message .img-container img {
    width: 100px;
    transform: rotate(180deg);
  }
  .contact .content .contact-form {
    flex: 50%;
  }
}

footer {
  padding: 20px;
  background: #0e2e48;
  color: white;
}
@media screen and (min-width: 700px) {
  footer .contact-info {
    max-width: 1020px;
    margin: 0 auto;
  }
}
footer .contact-info .contact-method {
  display: flex;
  margin-bottom: 10px;
}
footer .contact-info .contact-method .icon {
  width: 60px;
  text-align: right;
}
footer .contact-info .contact-method .content {
  padding-left: 10px;
}
footer .contact-info .contact-method .content a {
  color: white;
  text-decoration: none;
}

.disclaimer {
  color: #e76823;
  font-size: 16px;
  font-weight: bold;
}

.loader {
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px solid #62ab59;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
.loader.white {
  border: 7px solid grey;
  border-top: 7px solid white;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.get-in-touch-feedback .success {
  display: none;
  border: 1px solid green;
  background: lightgreen;
  padding: 10px;
  border-radius: 10px;
}
.get-in-touch-feedback .error {
  display: none;
  border: 1px solid red;
  background: lightcoral;
  padding: 10px;
  border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
