@-webkit-keyframes sideupscroll {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes sideupscroll {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
  }
}
.button {
  display: inline-block;
  padding: 14px 20px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.button:hover {
  text-decoration: none;
}
.button--primary {
  background-color: #2e59c1;
  color: white;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.button--primary:hover {
  background-color: white;
  color: #2e59c1;
}
.button--text {
  color: white;
}

h1,
.h1 {
  font-weight: 700;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Book.eot");
  src: url("../fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Book.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Book.woff") format("woff"),
    url("../fonts/AvenirLTStd-Book.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Roman.eot");
  src: url("../fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Roman.woff") format("woff"),
    url("../fonts/AvenirLTStd-Roman.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Medium.eot");
  src: url("../fonts/AvenirLTStd-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Medium.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Medium.woff") format("woff"),
    url("../fonts/AvenirLTStd-Medium.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
.header {
  width: 100%;
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  background-color: #0f1946;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .h1 {
  color: white;
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 75px;
  margin-bottom: 30px;
}
.header .h1 span {
  font-weight: 300;
}
.header .baro-logo {
  margin-bottom: 30px;
}
.header p {
  color: white;
  line-height: 40px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
}
.header img {
  max-width: 100%;
}

.align-self-mid {
  align-self: center;
}

.spacial,
.references {
  padding-top: 90px;
  padding-bottom: 90px;
}
.spacial h2,
.references h2 {
  color: #2e59c1;
  font-size: 40px;
  margin-bottom: 40px;
}
.spacial p,
.references p {
  line-height: 40px;
  margin-bottom: 50px;
}

.slider {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0f1946;
  text-align: center;
  overflow-x: hidden;
}
.slider img {
  display: inline-block;
}
.slider h3,
.slider p {
  color: white;
}
.slider h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.slider p {
  padding: 0 105px;
  color: white;
  line-height: 40px;
  margin-bottom: 50px;
}

.app-screen {
  max-width: 100%;
}

@media (max-width: 480px) {
  .slider img {
    max-width: 100%;
  }
  .slider p {
    padding: 10px;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
    display: inline-block;
  }
  .header .h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .header p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }
  .header .h1 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .header p {
    font-size: 21px;
  }
  .header .button {
    margin-bottom: 30px;
  }
}
.box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 3px 18px 0px rgba(174, 174, 174, 0.5);
  -moz-box-shadow: 0px 3px 18px 0px rgba(174, 174, 174, 0.5);
  box-shadow: 0px 3px 18px 0px rgba(174, 174, 174, 0.5);
  width: 100%;
  padding: 30px;
  text-align: center;
  height: 150px;
  margin-bottom: 50px;
}
.box img {
  margin-bottom: 15px;
}

.fi {
  font-size: 14px;
  font-weight: 500;
}
.fi--aja {
  color: #ed9b38;
}
.fi--mev {
  color: #644fdf;
}
.fi--bar {
  color: #444b53;
}
.fi--barl {
  color: #ea3fc2;
}
.fi--ila {
  color: #b72ba8;
}
.fi--can {
  color: #2e59c1;
}
.fi--yay {
  color: #53c12e;
}
.fi--ara {
  color: #f03f1d;
}
.fi--tel {
  color: #1c99ff;
}
.fi--ses {
  color: #1cbb97;
}
.fi--hab {
  color: #109d26;
}
.fi--duy {
  color: #0088ff;
}

body {
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 18px;
  color: #828697;
  line-height: 24px;
  font-weight: 200;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.count {
  color: #2e59c1;
}
.count--title {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  display: inline-block;
}
.count--title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 10px;
  background-color: #2e59c1;
  left: 0;
  top: -5px;
}

.references-list {
  margin-top: 50px;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.references-list li {
  list-style-type: none;
  width: 33%;
  float: left;
  padding: 15px;
  text-align: center;
  height: 200px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #cfdaf5;
  border-right: 1px solid #cfdaf5;
}
.references-list li:nth-child(3n) {
  border-right: none;
}
.references-list li:nth-last-child(-n + 3) {
  border-bottom: none;
}
.references-list li figure {
  display: inline-block;
  margin-top: 15px;
}
.references-list li figure img {
  max-width: 100%;
  width: 100px;
  height: 100px;
}
.references-list li figure figcaption {
  color: #2e59c1;
  padding: 10px;
  display: block;
}

footer {
  background-color: #0f1943;
  padding-top: 100px;
  padding-bottom: 100px;
}
footer h3,
footer h2 {
  color: white;
}
footer hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-color: #7277a0;
}

.bid {
  background-color: white;
  padding: 50px;
}

input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b7bec3;
  outline: none;
  padding: 10px;
  margin-bottom: 40px;
}

.form-area {
  min-height: 386px;
}

.contact-area {
  background-color: #070f3f;
  padding: 50px;
  color: white;
}
.contact-area h4 {
  margin-top: 30px;
}
.contact-area h4:first-child {
  margin-top: 0;
}
.contact-area p {
  margin-top: 10px;
}
.contact-area strong,
.contact-area h3,
.contact-area p {
  color: white;
}
.contact-area a {
  color: white;
}
.contact-area a:hover {
  color: white;
}

.aligner-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  border-bottom: 1px solid #b7bec3;
  margin-bottom: 40px;
}

.f-line p {
  color: #aab2f0;
}
.f-line .col-md-6:last-child {
  text-align: right;
}
.f-line .col-md-6:last-child img {
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .f-line p {
    text-align: center;
  }
  .f-line .col-md-6:last-child {
    text-align: center;
  }

  .references-list li {
    width: 50%;
  }
  .references-list li:nth-child(3n) {
    border-right: 1px solid #cfdaf5;
  }
  .references-list li:nth-child(2n) {
    border-right: none;
  }
  .references-list li:last-child {
    border-right: none;
  }

  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}

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