/*
** NOTE: This file is generated by Gulp and should not be edited directly!
** Any changes made directly to this file will be overwritten next time its asset group is processed by Gulp.
*/

/* quicksand font */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Quicksand-VariableFont_wght.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Quicksand-VariableFont_wght.eot?#iefix") format("embedded-opentype"), url("../fonts/Quicksand-VariableFont_wght.woff2") format("woff2"), url("../fonts/Quicksand-VariableFont_wght.woff") format("woff"), url("../fonts/Quicksand-VariableFont_wght.ttf") format("truetype"), url("../fonts/Quicksand-VariableFont_wght.svg#Quicksand") format("svg");
  /* Legacy iOS */
}
/* quicksand font regular */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../quicksand-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v30-latin-regular.woff2") format("woff2"), url("../fonts/quicksand-v30-latin-regular.woff") format("woff"), url("../fonts/quicksand-v30-latin-regular.ttf") format("truetype"), url("../fonts/quicksand-v30-latin-regular.svg#Quicksand") format("svg");
  /* Legacy iOS */
}
/* quicksand font 500 */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/quicksand-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../quicksand-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v30-latin-500.woff2") format("woff2"), url("../fonts/quicksand-v30-latin-500.woff") format("woff"), url("../fonts/quicksand-v30-latin-500.ttf") format("truetype"), url("../fonts/quicksand-v30-latin-500.svg#Quicksand") format("svg");
  /* Legacy iOS */
}
/* quicksand font 600 */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/quicksand-v30-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../quicksand-v30-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v30-latin-600.woff2") format("woff2"), url("../fonts/quicksand-v30-latin-600.woff") format("woff"), url("../fonts/quicksand-v30-latin-600.ttf") format("truetype"), url("../fonts/quicksand-v30-latin-600.svg#Quicksand") format("svg");
  /* Legacy iOS */
}
/* quicksand font 700 */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quicksand-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../quicksand-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v30-latin-700.woff2") format("woff2"), url("../fonts/quicksand-v30-latin-700.woff") format("woff"), url("../fonts/quicksand-v30-latin-700.ttf") format("truetype"), url("../fonts/quicksand-v30-latin-700.svg#Quicksand") format("svg");
  /* Legacy iOS */
}
:root {
  --primary-color: #34256b;
  --secondary-color: #5670b5;
  --third-color: #712774;
  --forth-color:#ee3732;
  --fifth-color:#3a3a3a;
  --font-color: #34256b;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Quicksand";
  font-size: 17pt;
  position: relative;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}

ol, ul {
  padding-left: 20px;
}

li::marker {
  color: #ef6f51;
  font-weight: bold;
}

input[type=number] {
  font-size: 17pt;
  padding: 0;
  text-align: center;
}

.body-wrapper {
  min-height: -webkit-calc(100% - 100px);
  min-height: calc(100% - 100px);
  padding-top: 10px;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 30pt;
  font-weight: bold;
  color: var(--primary-color);
}

h2 {
  font-size: 30pt;
  font-weight: bold;
  color: var(--primary-color);
}

h3 {
  font-size: 20pt;
  font-weight: bold;
  color: var(--primary-color);
}

p {
  font-size: 17pt;
}

.smaller-text {
  font-size: 14pt;
}

.email-info {
  position: relative;
  z-index: 1100;
  float: right;
  padding-top: 20px;
}

.email-info a {
  padding-right: 15px;
  color: var(--fifth-color);
  font-size: 11pt;
}

.navbar {
  background: #FFF;
  opacity: 0.9;
}

nav ul {
  padding-top: 40px;
}

.nav-link {
  color: var(--font-color) !important;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px !important;
}

.nav-link-selected,
.nav-link:hover {
  color: var(--forth-color) !important;
}

.onepage {
  padding-top: 120px;
}

.home {
  background-image: linear-gradient(to right, var(--primary-color), var(--forth-color));
  padding: 100px 0;
}

.home p {
  color: #FFF;
}

.home h1 {
  color: #FFF;
}

.home .btn-primary {
  background: #FFF;
  color: var(--primary-color);
  font-size: 17pt;
  padding: 10px 25px;
  margin-right: 15px;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  border: 5px solid #FFF;
}

.home .btn-secondary {
  background: transparent;
  color: #FFF;
  border: 5px solid #FFF;
  font-size: 17pt;
  padding: 10px 25px;
  margin-top: 20px;
  display: inline-block;
}

.home img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.section-content {
  padding: 60px 0 0 0;
}

.industry-column {
  background: #ebebeb;
  background-clip: content-box;
  margin-bottom: 20px;
}

.industry-image img {
  width: 100%;
  object-fit: cover;
}

.industry-content {
  padding: 20px;
}

.industry-content h3 {
  margin-bottom: 20px;
  font-size: 18pt;
}

.mission-container {
  border: 5px solid var(--primary-color);
  padding: 40px;
}

#mission p {
  font-size: 25pt;
  width: 80%;
  margin: 0px auto;
  line-height: 1.2;
}

a.mission-btn {
  padding: 10px 80px;
  background: linear-gradient(to right, var(--primary-color), var(--forth-color));
  color: #FFF;
  font-weight: bold;
  font-size: 20pt;
  margin: 0px auto;
  margin-top: 20px;
  display: inline-block;
  /* width: 28%; */
}

.solutions p.main-p {
  font-size: 20pt;
}

.solutions h2 {
  width: 70%;
  margin: 10px auto;
}

.solutions h3 {
  font-size: 16pt;
  height: 60px;
}

.solutions img {
  width: 50%;
}

#contact-us {
  margin-top: 80px;
}

.contact-us img {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 0 40px;
}

.contact-us h2 {
  font-size: 25pt;
}

.form-label {
  width: 100%;
  font-size: 11pt;
  margin-top: 20px;
  margin-bottom: 5px;
  color: white !important;
}

.form-control {
  width: 100%;
  font-size: 14pt;
  padding: 10px;
  border: 1px solid #9582ac;
  color: #FFF;
  background: transparent;
  border-radius: 0px !important;
}

.contact-us input,
.contact-us textarea {
  width: 100%;
  font-size: 14pt;
  padding: 10px;
}

#submit-btn {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  font-size: 12pt;
  padding: 15px 60px;
  margin-top: 20px;
}

.footer-logo img {
  padding-top: 30px;
  width: 50%;
  margin: 0 auto;
  display: block;
}

.top-link-column {
  padding-top: 35px;
}

.links a {
  color: var(--fifth-color);
  font-size: 14pt;
  text-transform: uppercase;
}

.social-link img {
  float: right;
  padding-top: 60px;
  margin-right: -25px;
  width: 40%;
}

.text-right.col-12.copyright {
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
  padding-right: 0;
}

div#thank-you-message {
  height: 400px;
  display: block;
  position: relative;
}

#thank-you-message span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 40px;
  background: linear-gradient(to right, var(--primary-color), var(--forth-color));
  color: #FFF;
  font-weight: bold;
  font-size: 17pt;
}

section#solutions {
  padding: 120px 0 0 0;
}

footer {
  padding: 0px 0 0 0;
  margin-top: 0px;
}

.links a:hover {
  color: var(--forth-color);
}

.mission-btn:hover {
  background: linear-gradient(to right, var(--forth-color), var(--primary-color));
}

#submit-btn:hover {
  background: #FFF;
  color: var(--primary-color);
}

.btn-primary:hover {
  background: transparent;
  color: #FFF;
  border-color: #FFF;
}

.btn-secondary:hover {
  background: #FFF;
  color: var(--primary-color);
  border-color: #FFF;
}

.whitetext {
  color: #FFF;
  background: transparent;
}

.bordercolor {
  border: 1px solid #9582ac;
}

.contact-us-background {
  background: url("../../media/General/contact-us-travel-software-development.webp");
  background-position: top;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  .solutions h2 {
    width: 90%;
  }

  .solutions h3 {
    height: 80px;
  }

  .mission p {
    font-size: 22pt;
  }

  .email-info {
    padding-top: 5px;
  }

  .email-info a {
    padding-right: 0;
  }

  .industry-content h3 {
    height: 50px;
  }

  .contact-us h2 {
    font-size: 20pt;
  }
}
@media (max-width: 992px) {
  .mission p {
    width: 100%;
  }

  .solutions h2 {
    width: 100%;
  }

  .solutions h3 {
    height: 100px;
  }

  .mission p {
    font-size: 20pt;
  }

  .contact-us-background {
    background-position: left;
  }
}
@media (max-width: 768px) {
  .solutions h3 {
    height: 80px;
  }

  .footer-logo img {
    width: 60%;
  }

  .mission p {
    font-size: 25pt;
  }

  .industry-content h3 {
    height: auto;
  }

  .section-content {
    padding: 80px 0 0 0;
  }

  .contact-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  h1, h2 {
    font-size: 18pt;
  }

  h3 {
    font-size: 14pt;
  }

  .home {
    padding: 40px 0 0 0;
  }

  p {
    font-size: 14pt;
  }

  .smaller-text {
    font-size: 12pt;
  }

  .home img {
    object-fit: contain;
    height: auto;
  }

  .container {
    padding: 0 25px;
  }

  .solutions h3 {
    font-size: 12pt;
  }

  .solutions h3 {
    height: 60px;
  }

  .solutions p {
    font-size: 12pt;
  }

  .mission p {
    font-size: 18pt;
  }

  a.mission-btn {
    padding: 10px 40px;
    font-size: 16pt;
  }

  .email-info {
    display: none;
  }

  #submit-btn {
    width: 100%;
  }

  .contact-us h2 {
    font-size: 16pt;
  }

  .navbar {
    top: -10px !important;
  }

  .footer-logo img {
    width: 45%;
    margin: 0;
    margin-left: -15px;
  }

  .social-link img {
    width: 35%;
  }

  .text-right.col-12.copyright {
    padding-right: 5px;
  }
}
@media (max-width: 400px) {
  .home .btn-primary {
    margin-right: 5px;
  }

  .home .btn-primary,
.home .btn-secondary {
    font-size: 10pt;
  }

  .navbar-brand img {
    width: 180px !important;
  }

  a.mission-btn {
    font-size: 12pt;
  }

  .solutions h3 {
    height: 80px;
  }

  .mission-container {
    padding: 30px 10px;
  }

  #mission p {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin: 0px;
  }
}
.casti-link:hover {
  color: #ee3732 !important;
}

.g-recaptcha {
  margin-top: 20px;
}

.validation-summary-errors {
  color: white !important;
}
