.back-top {
  opacity: 0;
  right: 2rem;
  bottom: 2rem;
  position: fixed;
  transition: all .2s;
  width: 4rem;
  height: 4rem; }
  .back-top .back-top-hex {
    position: absolute;
    width: 100%; }
    .back-top .back-top-hex svg {
      fill: rgba(13, 107, 133, 0.7); }
  .back-top .back-top-arrow {
    position: absolute;
    padding: 6px 8px;
    border-radius: 3px;
    background-color: rgba(63, 199, 236, 0.3); }
    .back-top .back-top-arrow:hover {
      background-color: rgba(63, 199, 236, 0.5); }
    .back-top .back-top-arrow svg {
      fill: white;
      width: 25px;
      height: 20px; }

.back-top-visible,
.back-top-fade-out,
.no-touch .back-top:hover {
  transition: opacity 0.2s 0s, visibility 0s 0s; }

.back-top.back-top-visible {
  visibility: visible;
  opacity: 1; }

.back-top-fade-out {
  opacity: .5; }

.no-touch,
.back-top:hover {
  opacity: 1; }

.back-top-show {
  animation-name: back-top-show;
  animation-duration: 1s;
  animation-fill-mode: both; }
  .back-top-show .back-top-arrow svg {
    animation-duration: 2s;
    animation-fill-mode: both; }

@keyframes back-top-show {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0) rotateX(175deg); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes back-top-svg-show {
  from {
    transform: none; }
  to {
    transform: rotateY(720deg); } }
.back-top-hide {
  animation-name: back-top-hide;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes back-top-hide {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0) rotateX(175deg); } }
.anim-dur-500 {
  animation-duration: 500ms !important; }

.anim-play .fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: both; }
@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.anim-play .fade-in-up {
  animation-name: fade-in-up;
  animation-duration: 1s;
  animation-fill-mode: both; }
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@font-face {
  font-family: 'Suisse Intl';
  src: url("../fonts/suisse/SuisseIntl-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Suisse Intl';
  src: url("../fonts/suisse/SuisseIntl-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Suisse Intl';
  src: url("../fonts/suisse/SuisseIntl-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Suisse Intl';
  src: url("../fonts/suisse/SuisseIntl-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Suisse Intl';
  src: url("../fonts/suisse/SuisseIntl-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }
* {
  font-family: 'Suisse Intl';
  font-weight: 400;
  color: #102E3B; }

body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Suisse Intl';
  font-weight: 400;
  font-style: normal; }

.main {
  position: relative; }

.logo {
  padding-top: 10px;
  height: 80px;
  padding-bottom: 10px; }

section {
  padding: 5rem 0; }
  section:nth-child(odd) {
    background: white; }
  section:nth-child(even) {
    background: rgba(255, 255, 255, 0.9); }
  section h1 ~ h5 {
    margin-bottom: 5rem;
    text-align: center; }

.container {
  display: flex;
  flex-flow: row;
  justify-content: space-between; }

.container:before, .container:after, .navbar-collapse:before, .navbar-collapse:after {
  content: none !important; }

.home-view {
  position: relative;
  padding: 0;
  padding-top: 20px; }
  .home-view h1 {
    font-weight: bolder;
    letter-spacing: .2rem;
    color: white;
    text-align: center; }
  .home-view .container-overlay {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%; }
  .home-view .container-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent; }
  .home-view .container {
    padding: 8rem 1rem; }
    .home-view .container .copmany-logo img {
      background: #ffffff;
      border-radius: 12rem;
      border: 1rem solid #57c1f4;
      height: 20rem; }
  .home-view .vcenter {
    display: table;
    margin: 0 auto;
    float: none;
    padding: 2rem; }
  .home-view .home-center {
    color: white;
    text-align: justify;
    font-size: 12px; }
    @media (min-width: 768px) {
      .home-view .home-center {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .home-view .home-center {
        font-size: 15px; } }
    @media (min-width: 1200px) {
      .home-view .home-center {
        font-size: 17px; } }
  .home-view .carousel {
    margin-top: .5rem;
    position: inherit; }
    .home-view .carousel h3 {
      margin-top: 40px;
      color: white;
      text-align: center; }
    .home-view .carousel .carousel-indicators {
      bottom: -50px; }
    .home-view .carousel .carousel-control {
      background-image: none; }
    .home-view .carousel .carousel-indicators li,
    .home-view .carousel .carousel-indicators .active {
      margin: 0;
      width: 50px;
      height: 8px;
      border-radius: 0; }
    .home-view .carousel .glyphicon-menu-left,
    .home-view .carousel .glyphicon-menu-right {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
      margin-top: -10px; }
    .home-view .carousel a.left span {
      left: 30%; }
    .home-view .carousel a.left:hover span {
      left: 20%; }
    .home-view .carousel a.right span {
      right: 30%; }
    .home-view .carousel a.right:hover span {
      right: 20%; }
    .home-view .carousel a.left span,
    .home-view .carousel a.right span {
      transition: all 2s; }

.vision-view .project-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center; }
  .vision-view .project-item .text-center {
    font-weight: 450;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #102E3B; }
  .vision-view .project-item .icons {
    margin: 0 auto;
    display: table;
    font-size: 5rem; }
  .vision-view .project-item img {
    height: auto;
    width: auto;
    max-height: 175px;
    max-width: 100%; }
    .vision-view .project-item img svg {
      fill: cadetblue !important; }
  .vision-view .project-item p {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    color: #102E3B;
    opacity: 0.7; }
  .vision-view .project-item hr {
    width: 50px;
    height: 1.5px; }
  .vision-view .project-item h3 {
    font-weight: bold; }
  .vision-view .project-item ul {
    list-style: none; }
  .vision-view .project-item .li-point {
    width: .5rem;
    height: .5rem;
    background: #1291b3;
    display: inline-block;
    border-radius: 10px; }

.projects-view {
  padding-top: 0; }
  .projects-view h1 {
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 30px !important; }
  .projects-view .project-item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    box-shadow: 0 4px 16px rgba(15, 81, 130, 0.1);
    border-radius: 25px;
    border-top: 5px solid #52B0F6;
    padding: 25px;
    height: 421px; }
    .projects-view .project-item img {
      height: auto;
      width: 20%; }
    .projects-view .project-item hr {
      width: 20%;
      height: 1px; }
    .projects-view .project-item h3 {
      font-weight: bold;
      margin-top: 0; }
    .projects-view .project-item a {
      font-style: italic;
      font-weight: 300;
      font-size: 13px;
      line-height: 120%;
      color: #00A3FF; }
      .projects-view .project-item a img {
        width: 37px; }
    .projects-view .project-item ul {
      list-style: none;
      padding-left: 0; }
    .projects-view .project-item li {
      margin: 5px 0;
      font-weight: 400; }
      .projects-view .project-item li div {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto; }
      .projects-view .project-item li img {
        width: 10px;
        margin-right: 13px; }
    .projects-view .project-item .socials-c {
      padding-left: 18px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center; }
      .projects-view .project-item .socials-c a {
        margin-right: 15px;
        transition: 0.3s;
        background: #00a3ff;
        width: 28px;
        height: 28.5px;
        border-radius: 7px;
        padding: 4px; }
        .projects-view .project-item .socials-c a img {
          width: 20px; }
        .projects-view .project-item .socials-c a:hover {
          cursor: pointer;
          transform: scale(1.05); }

#projects .row-c {
  align-items: flex-start; }
#projects .project-item ul {
  list-style-type: disc;
  padding-left: 20px !important; }
#projects .project-item ul li::marker {
  color: #326EBD;
  font-size: 1.1em; }
#projects .project-item li span {
  color: #326ebd;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%; }

#capabilities {
  padding-top: 0; }
  #capabilities h1 {
    margin-top: 0;
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 30px !important;
    padding-left: 15px; }
  #capabilities .capability-c_v1 {
    width: 100%;
    margin-bottom: 32px; }
  #capabilities .capability-c {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    margin-bottom: 10px; }
    #capabilities .capability-c ul {
      margin-top: 0; }
    #capabilities .capability-c img {
      margin-top: 15px; }
    #capabilities .capability-c .row-c {
      align-items: flex-start; }
  #capabilities .capability-caption h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    color: #102E3B;
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
  #capabilities .capability-caption span {
    display: block;
    width: 55px !important;
    height: 2px !important;
    background: #5CC2F2;
    min-width: 55px;
    min-height: 2px; }
  #capabilities ul li::marker {
    font-size: 1.1em; }
  #capabilities ul {
    margin-top: 15px;
    font-size: 14px;
    line-height: 150%;
    color: #1F2D42;
    padding-left: 20px; }
    #capabilities ul li {
      font-weight: 300; }

.technologies-view {
  background: linear-gradient(93.57deg, #53B1F6 0.87%, #2F85E8 105.56%) !important; }
  .technologies-view .row-c-arround {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around; }
  .technologies-view h1 {
    margin-top: 0;
    color: white !important;
    margin-bottom: 20px; }
  .technologies-view ul {
    padding-left: 20px; }
    .technologies-view ul li {
      color: white;
      font-size: 16px;
      line-height: 140%;
      letter-spacing: 0.05em;
      font-weight: 300; }

#team {
  padding-bottom: 0; }
  #team .container {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  #team h1 {
    margin-bottom: 20px;
    margin-top: 0;
    color: #102E3B; }
  #team .founders {
    margin-right: 50px; }
    #team .founders h2 {
      font-size: 24px;
      line-height: 160%;
      color: #102E3B;
      padding: 0;
      margin: 0; }
    #team .founders span {
      display: block;
      width: 55px !important;
      height: 2px !important;
      background: #5CC2F2;
      min-width: 55px;
      min-height: 2px; }
  #team .founders-info {
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    color: #102E3B; }
  #team .founders-links {
    margin-left: 50px; }
  #team .founder .founder__name {
    padding-left: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    color: #102E3B; }
  #team .founder .founder__link .founder__link-icon {
    display: inline-block;
    transition: 0.3s;
    background: #00a3ff;
    border-radius: 7px;
    padding: 4px;
    height: 30.5px;
    width: 30px;
    margin-right: 8px; }
    #team .founder .founder__link .founder__link-icon img {
      width: 22px; }
  #team .founder .founder__link span {
    color: #00a3ff;
    font-size: 15px;
    line-height: 130%;
    align-items: center;
    letter-spacing: 0.03em; }
  #team .founder .founder__link:hover span {
    color: #00a3ff; }
  #team .founder .founder__link:hover .founder__link-icon {
    transform: scale(1.05); }

#testimonials h1 {
  margin-bottom: 20px;
  margin-top: 0;
  color: #102E3B; }
#testimonials .testimonial:not(:last-child) {
  margin-right: 20px; }
#testimonials .testimonial {
  width: 32%; }
  #testimonials .testimonial .testimonial__name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px; }
    #testimonials .testimonial .testimonial__name h4 {
      font-style: italic;
      font-weight: 600;
      font-size: 20px;
      line-height: 130%;
      color: #5CC2F2;
      padding: 0;
      margin: 0;
      margin-right: 20px; }
    #testimonials .testimonial .testimonial__name span {
      display: block;
      width: 55px !important;
      height: 2px !important;
      background: #5CC2F2;
      min-width: 55px;
      min-height: 2px; }
  #testimonials .testimonial .testimonial__text {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #20211B; }

.clients-view a {
  display: inline-block;
  margin-right: 60px; }
.clients-view img {
  display: block; }

hr {
  background: #3fc7ec; }

.text-underline .bold-start {
  height: .5rem;
  background: #16b6e2;
  width: 10%;
  position: absolute; }

.tab-size {
  margin-left: 10%; }

.row-between {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%; }

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-50 {
  width: 50%; }

.w-55 {
  width: 55%; }

.w-60 {
  width: 60%; }

.w-100 {
  width: 100%; }

.col-c-start {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start; }

.row-c-center {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center; }

.col-c-start-center {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center; }

.row-c {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start; }

.row-c-start {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start; }

.project-caption {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #2F3138; }
  .project-caption div {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 8px; }
  .project-caption a h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    font-style: normal;
    margin-bottom: 12px;
    text-decoration: none; }
    .project-caption a h3:hover {
      text-decoration: underline; }
  .project-caption h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px; }

#home .logo-c {
  width: 45%; }
  #home .logo-c img {
    width: 250px; }
#home .banner-c {
  width: 55%;
  z-index: -1; }
  #home .banner-c img {
    width: 100%; }
#home h1 {
  color: #102E3B;
  font-weight: 500;
  font-size: 40px;
  line-height: 135%;
  letter-spacing: 0.01em;
  margin-top: 70px; }
#home h4 {
  margin: 0;
  padding: 0;
  margin-top: 21px;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: rgba(16, 46, 59, 0.7); }
#home .consultation-c__border {
  margin-top: 85px;
  background-color: rgba(83, 177, 246, 0.2);
  border-radius: 100px;
  padding: 4px;
  transition: 0.4s; }
  #home .consultation-c__border:hover {
    cursor: pointer;
    box-shadow: 0 0 5px 2px rgba(17, 104, 179, 0.34); }
#home .consultation-c {
  text-transform: uppercase;
  background: linear-gradient(270.8deg, #53B1F6 -6.04%, #3973DE 77.9%), #2475DA;
  padding: 8px 40px 7px 7px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-sizing: border-box; }
  #home .consultation-c .small-text {
    font-weight: 900;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #59E0FF; }
  #home .consultation-c div {
    color: white; }
  #home .consultation-c:hover {
    text-decoration: none; }
  #home .consultation-c:visited {
    text-decoration: none; }
#home .consultation {
  width: 31px;
  height: 31px;
  background: white;
  border-radius: 50%;
  margin-right: 13px; }
  #home .consultation img {
    width: 20px; }
#home .big-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em; }

.shadow {
  box-shadow: 0 2px 24px rgba(0, 133, 245, 0.2); }

#home .container {
  padding-bottom: 0; }

#services {
  margin-bottom: 24px; }
  #services p {
    font-weight: 400; }

#clients {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: linear-gradient(93.57deg, #53B1F6 0.87%, #2F85E8 105.56%);
  color: white; }
  #clients .clients-view__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center; }
  #clients h1 {
    color: white;
    margin: 0;
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    margin-right: 40px; }
  #clients #vertivis-logo {
    height: 40px; }
  #clients #rti-logo {
    height: 40px; }
  #clients #technopeak-logo {
    height: 38px; }
  #clients #arome-scince-logo {
    background-color: #e9f5fd;
    height: 40px;
    padding: 2.5px 4px;
    padding-right: 7px;
    border-radius: 4px; }

#contact {
  font-weight: 400;
  background: #4B4E5F; }
  #contact .container {
    padding-top: 15px;
    padding-bottom: 15px; }
  #contact h5 {
    margin-right: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: white; }
    #contact h5 img {
      margin-right: 10px; }
  #contact .social-links {
    display: flex;
    justify-content: center;
    align-items: center; }
    #contact .social-links a {
      margin-right: 10px; }
      #contact .social-links a img {
        width: 30px; }

.empty {
  width: 100%;
  height: 0; }

@media screen and (max-width: 1200px) {
  #home h1 {
    font-size: 35px;
    margin-top: 40px; }

  .projects-view .project-item {
    padding: 20px; }

  #projects .project-item li span {
    font-size: 12px; }

  #clients h1 {
    font-size: 22px; }

  .clients-view a {
    margin-right: 40px; }

  #clients #vertivis-logo {
    height: 35px; }
  #clients #rti-logo {
    height: 30px; }
  #clients #technopeak-logo {
    height: 30px; }
  #clients #arome-scince-logo {
    height: 30px; } }
@media screen and (max-width: 992px) {
  #home h1 {
    font-size: 26px;
    margin-top: 30px; }

  #home h4 {
    margin-top: 20px;
    font-size: 12px; }

  #home .consultation-c__border {
    margin-top: 25px; }

  .projects-view .project-item li {
    margin: 0; }

  .projects-view .project-item .socials-c {
    padding-left: 5px; }

  .projects-view .project-item {
    height: 515px; }

  #capabilities .capability-c_v1 img {
    width: 40%; }

  #technologies .container .row-c-arround.w-100 .ml-40 img {
    width: 100%; }

  #team .founders {
    margin-right: 30px; }
  #team .founders-info {
    font-size: 17px; }
  #team .founder .founder__link span {
    font-size: 13px; }
  #team .founders-links {
    margin-left: 20px; }
  #team .founder .founder__name {
    font-size: 22px; }

  #clients h1 {
    margin-right: 0; }
  #clients .clients-view a {
    margin-right: 30px; }
  #clients .row-c-center {
    width: 100%; }
  #clients #vertivis-logo {
    height: 35px; }
  #clients #rti-logo {
    height: 30px; }
  #clients #technopeak-logo {
    height: 30px; }
  #clients #arome-scince-logo {
    height: 30px; }

  #contact h5 {
    font-size: 12px; } }
@media (max-width: 768px) {
  .mobile-none {
    display: none; }

  #home .container {
    padding: 0 8px; }
  #home h1 {
    width: 100%;
    margin-top: 50px;
    font-size: 35px; }
  #home h4 {
    text-align: center;
    font-size: 15px; }
  #home .consultation-c__border {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px; }
  #home .row-between {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    #home .row-between .logo-c, #home .row-between .banner-c {
      width: 100%; }

  #clients {
    padding-top: 20px;
    padding-bottom: 0; }
    #clients .container {
      padding: 0; }
    #clients .row-between.w-100 {
      flex-flow: column nowrap;
      justify-content: flex-start;
      align-items: center; }
    #clients .clients-view__content {
      flex-direction: column; }
      #clients .clients-view__content h1 {
        margin-right: 0;
        margin-bottom: 30px; }
      #clients .clients-view__content .row-c-center {
        flex-direction: column; }
        #clients .clients-view__content .row-c-center a {
          margin-right: 0;
          margin-bottom: 25px; }
    #clients h1.sticked {
      width: 100%;
      margin-right: -15px;
      margin-left: -15px;
      text-align: center;
      font-size: 24px;
      border-bottom: 1px solid white;
      background-color: #5CC2F2;
      border-top: 1px solid #0d6b85;
      color: white;
      box-shadow: 0 2px 24px rgba(0, 133, 245, 0.2); }
    #clients .row-c {
      flex-flow: column nowrap;
      justify-content: flex-start; }
      #clients .row-c img {
        max-height: 100px;
        margin-bottom: 20px; }

  #services {
    padding-bottom: 25px; }
    #services .project-item {
      margin-bottom: 25px; }
      #services .project-item h2 {
        margin-top: 10px;
        margin-bottom: 10px; }
      #services .project-item hr {
        margin: 0;
        padding: 0;
        margin-bottom: 15px; }

  #projects {
    padding-top: 0;
    padding-bottom: 30px; }
    #projects h1 {
      margin-bottom: 20px !important; }
    #projects .row.row-between {
      flex-flow: column nowrap; }
    #projects .col-sm-4 {
      padding: 0; }
    #projects .project-item {
      height: auto;
      margin-bottom: 15px;
      padding: 25px 10px; }

  #capabilities h1 {
    width: 100%; }
  #capabilities .row-c.w-100 {
    flex-flow: column nowrap; }
  #capabilities .col-c-start.w-55 {
    width: 100%; }
  #capabilities .col-c-start.w-45 {
    width: 100%;
    margin-left: 0; }
  #capabilities .capability-c_v1 {
    flex-direction: column; }
    #capabilities .capability-c_v1 img {
      width: 200px;
      margin: 0 auto;
      margin-bottom: 15px; }
  #capabilities .capability-caption {
    text-align: center; }
    #capabilities .capability-caption span {
      margin: 0 auto; }
  #capabilities .capability-c div.row-c {
    flex-direction: column; }
    #capabilities .capability-c div.row-c img {
      margin: 0 auto;
      margin-bottom: 15px; }

  #technologies {
    padding-top: 25px; }
    #technologies .row-c-arround.w-100 {
      flex-direction: column; }
      #technologies .row-c-arround.w-100 h1 {
        text-align: center;
        width: 100%; }
      #technologies .row-c-arround.w-100 .ml-40 {
        margin-left: 0; }
        #technologies .row-c-arround.w-100 .ml-40 img {
          width: 100% !important;
          margin-top: 10px; }

  #team h1 {
    width: 100%;
    text-align: center; }
  #team .row-c-start.w-100 {
    flex-direction: column; }
  #team .row-c-start.w-50 {
    flex-direction: column;
    width: 100%; }
  #team .founders-info {
    font-size: 20px;
    margin-top: 10px; }
  #team .founders-links {
    margin-top: 20px;
    margin-left: 0; }
    #team .founders-links span {
      font-size: 12px !important; }

  #testimonials h1 {
    width: 100%;
    text-align: center; }
  #testimonials .row-between.w-100 {
    flex-direction: column; }
  #testimonials .testimonial {
    width: 100%;
    margin-bottom: 15px; }

  #contact .container.text-center {
    flex-direction: column; }
    #contact .container.text-center .row-c {
      flex-direction: column; }

  .empty {
    height: 100px; } }
.mb-20 {
  margin-bottom: 20px; }

.ml-40 {
  margin-left: 40px; }

.ml-30 {
  margin-left: 30px; }

.ml-20 {
  margin-left: 20px; }

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