.gradient {
  background: #04befe;
  background: linear-gradient(5deg, #006dda 30%, #04befe);
  background: -webkit-linear-gradient(5deg, #006dda 30%, #04befe);
  background: -moz-linear-gradient(5deg, #006dda 30%, #04befe);
  background: -o-linear-gradient(5deg, #006dda 30%, #04befe); }

.gradient25 {
  background: #04befe;
  background: linear-gradient(25deg, #006dda 40%, #04befe);
  background: -webkit-linear-gradient(25deg, #006dda 40%, #04befe);
  background: -moz-linear-gradient(25deg, #006dda 40%, #04befe);
  background: -o-linear-gradient(25deg, #006dda 40%, #04befe); }

.gradientBright, #contactCard {
  background: #04befe;
  background: linear-gradient(45deg, #006dda -40%, #04befe);
  background: -webkit-linear-gradient(45deg, #006dda -40%, #04befe);
  background: -moz-linear-gradient(45deg, #006dda -40%, #04befe);
  background: -o-linear-gradient(45deg, #006dda -40%, #04befe); }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.transition01 {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s; }

.transition02, .serviceCard, .serviceCard:hover, .clientItemIcon, .clientItemContainer:hover .clientItemIcon, .clientItemContainer:hover .clientItemName, .owl-item.active.center .clientItemContainer .clientItemIcon, .owl-item.active.center .clientItemContainer .clientItemName, .clientItemName {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s; }

.transition03, .serviceCardButtonContainer div, .serviceCardButtonContainer div:hover {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.transition05 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.disableClick {
  filter: grayscale(50%);
  opacity: 0.5;
  pointer-events: none; }

body {
  overflow-x: hidden; }

/**
-----------------
  SlideShow
-----------------
 */
body .blueimp-gallery-carousel {
  box-shadow: none;
  padding-bottom: 0; }

body .slides .slide img, body .blueimp-gallery > .slides > .slide > .video-content > video {
  width: 100% !important;
  object-fit: cover;
  object-position: top;
  height: 100%; }

body .slide-content {
  width: 100% !important;
  object-fit: cover;
  object-position: top;
  height: 100%; }

.background {
  width: 100%;
  display: none;
  overflow-y: hidden;
  overflow-x: hidden;
  flex-direction: column;
  transition-duration: 0.8s;
  background: #fafafa; }

/**
------------------------------------------------------------
SECTION HEADER IMAGE + LOGO
------------------------------------------------------------
 */
#headerContainer {
  width: 100%;
  display: flex;
  justify-content: center; }

#headerContainer .customContainer15 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 15px 20px 15px;
  flex-direction: column; }

#headerContentContainer {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column; }

#headerContentDivider {
  width: 100%;
  max-width: 600px;
  background: #04befe;
  margin-top: 15px;
  height: 1px;
  margin-bottom: 15px; }

.section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  flex-direction: column; }

.serviceCard {
  width: 100%;
  min-height: 320px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  cursor: pointer; }

.serviceCard:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }

.serviceCard .serviceImageContainer {
  width: 100%;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  background: -webkit-linear-gradient(25deg, #006dda -10%, #04befe);
  height: 130px; }
  .serviceCard .serviceImageContainer img {
    width: 100%;
    object-fit: contain;
    height: 100%; }

.serviceCardContent {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px; }

.serviceCardContentTitle {
  font-size: 14pt;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4em;
  min-height: 2.8em; }

.serviceCardContentDescription {
  font-size: 12pt;
  color: #888888;
  font-weight: 300;
  height: 8.4em;
  line-height: 1.4;
  overflow: hidden; }

.serviceCardButtonContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -12px; }

.serviceCardButtonContainer div {
  height: 46px;
  width: 46px;
  cursor: pointer;
  background: -webkit-linear-gradient(25deg, #006dda -10%, #04befe);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.serviceCardButtonContainer div:hover {
  box-shadow: 0 0 20px 0 rgba(4, 190, 254, 0.3); }

.serviceCardButtonContainer div i {
  color: #ffffff;
  font-size: 14pt; }

.clientContainer {
  width: 100%;
  min-height: 200px;
  background: #eeeeee;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.clientItemContainer {
  min-height: 150px;
  min-width: 200px;
  display: flex;
  align-items: center; }

.clientItemIcon {
  height: 100px;
  max-width: 150px;
  object-fit: contain;
  cursor: pointer;
  margin-top: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.clientItemContainer:hover .clientItemIcon {
  -webkit-filter: none;
  filter: none; }

.clientItemContainer:hover .clientItemName {
  color: #777777;
  border: 1px solid #777777; }

.owl-item.active.center .clientItemContainer .clientItemIcon {
  -webkit-filter: none;
  filter: none; }

.owl-item.active.center .clientItemContainer .clientItemName {
  color: #777777;
  border: 1px solid #777777; }

.clientItemName {
  color: #888888;
  font-family: "Ubuntu", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 12pt;
  margin-top: 20px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #999999; }

.clientItemContent {
  height: 100%;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

@media all and (max-width: 992px) {
  .clientContainer {
    min-height: 150px; }

  .clientItemIcon {
    height: 70px; }

  .clientItemName {
    margin-top: 10px;
    font-size: 9pt;
    padding: 3px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px; } }
#storyIllustrationOverlay {
  object-fit: contain;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

#storyIllustrationContainer {
  width: 100%;
  position: relative;
  max-width: 80%; }

#storyContent {
  color: #888888;
  max-width: 90%;
  font-size: 12pt;
  padding-bottom: 20px; }

@media all and (max-width: 992px) {
  #storyContent {
    max-width: 100%; }

  #storyContent ~ .buttonGradient {
    align-self: center; }

  #storyIllustrationContainer {
    max-width: 100%;
    padding-top: 20px; } }
#contactContainer {
  width: 100%;
  display: flex;
  padding-top: 10px;
  position: relative;
  justify-content: center; }

#contactContainerBackground {
  width: 100%;
  object-fit: cover;
  position: absolute; }

@media all and (min-width: 993px) {
  #contactContainerBackground {
    max-height: 540px;
    min-height: 500px; } }
#contactCardContainer {
  display: flex;
  justify-content: center;
  padding-top: 50px; }

#contactCard {
  width: 100%;
  max-width: 80%;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

#contactCardContent {
  color: #ffffff;
  font-size: 12pt; }

#sliderContainer {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-top: 40px;
  user-select: none; }

#sliderContainer img {
  object-fit: contain;
  width: 100%;
  max-width: 85%;
  user-select: none; }

#infoSectionContainer {
  margin: 0;
  padding: 80px 0 20px; }

.infoContainer {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 10px;
  align-items: flex-start; }

.infoContainerContent {
  padding-left: 15px;
  font-size: 12pt; }

#contactCardButtonContainer {
  flex: 1;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex; }

#contactCardButtonContainer .buttonWhite {
  animation-name: shadowPulse;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

@keyframes shadowPulse {
  from {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.3); }
  to {
    box-shadow: 0 0 35px 0 rgba(255, 255, 255, 0.8); } }
@media all and (max-width: 992px) {
  #infoSectionContainer {
    padding-top: 30px; }

  #infoContainerDivider {
    display: flex;
    width: 100%;
    height: 10px; }

  .section {
    padding-top: 20px; }

  .serviceCardContentTitle {
    font-size: 12pt; }

  #sliderColumn {
    display: none; }

  #contactContainerBackground {
    transform: scale(1.4);
    margin-top: 30px;
    background-position: top; }

  #contactCard {
    max-width: 100%; }

  #contactCardButtonContainer {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    margin-top: 20px; } }

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