a {
  color: #52d3aa;
}
a:hover, a:active, a:focus {
  color: #52d3aa;
  outline: none;
}

.top-bottom {
  margin: 10rem 0;
}

.container-top {
  padding: 10rem;
}

.no-list-style {
  list-style: none;
}
/*HEADER*/
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li a.btn.btn-primary {
    color: white;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  background-color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li a.navigation_button:hover {
    color: whitesmoke;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #52d3aa;
  font-style: normal;
}
.navbar {
  z-index: 9;
}
div.text-wrap.header {
  z-index: 13 !important;
}
.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #52d3aa;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #52d3aa;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #52d3aa;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #52d3aa;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle i::before {
  top: -7px;
}
.fh5co-nav-toggle i::after {
  bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
  top: -10px;
}
.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}
.fh5co-nav-toggle.active i {
  background: transparent;
}
.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.fh5co-nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
.navbar-brand .nav-logo-white {
  display: inline-block;
  width: 50px;
}
.navbar-brand .nav-logo-color {
  display: none;
}
.slideInDown .navbar-brand .nav-logo-color {
   display: inline-block;
   width: 50px;
}
.slideInDown .navbar-brand .nav-logo-white {
   display: none;
}
.nav-logo-white, .nav-logo-color {
   margin-top: -5px;
}

@media (min-width: 769px) and (max-width: 992px){
  #fh5co-header #navbar li a{
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    padding: 10px;
  }
  #fh5co-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #fh5co-header .navbar-brand {
    color: #52d3aa !important;
  }
  #fh5co-header .navbar-brand span {
    vertical-align: middle;
  }
  #fh5co-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #52d3aa !important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #52d3aa !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .nav-logo-white, .nav-logo-color {
        margin-top: 0!important;
        width:50px;
    }
   #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .fh5co-nav-toggle {
    display: block;
  }
  #fh5co-header #navbar .btn {
    line-height: 0.1em;
    margin-top: 20px;
    margin-left: 0;
    font-size: 1.3em;
  }

  .navbar-brand .nav-logo-color {
    display: inline-block !important;
  }

  .navbar-brand .nav-logo-white {
    display: none !important;
  }

}
@media (max-width: 1199px) and (min-width: 769px){
    .navbar-brand img.nav-logo-white, img.nav-logo-color{
        width: 34px!important;
    }
    .navbar {
      font-size: 8px;
    }
    .nav-logo {
      display: none;
    }
    #fh5co-header #navbar li a {
      font-weight: 400 !important;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
  .navbar {
    font-size: 10px;
  }
}


/*HOME SECTION*/

#fh5co-home {
  background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/w_400/v1580474173/eh-website/bg_corporate.jpg");
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #52d3aa;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 576px) {
  #fh5co-home {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/w_600/v1580474173/eh-website/bg_corporate.jpg");
  }
}

@media (min-width: 768px) {
  #fh5co-home {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/w_1000/v1580474173/eh-website/bg_corporate.jpg");
  }
}

@media (min-width: 992px) {
  #fh5co-home {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/w_1200/v1580474173/eh-website/bg_corporate.jpg");
  }
}


@media (min-width: 1200px) {
  #fh5co-home {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/v1580474173/eh-website/bg_corporate.jpg");
  }
}


#fh5co-home.company-register-bg {
  background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/b_rgb:000000,o_60/v1580734185/eh-website/bg_map.png")
}

@media (min-width: 576px) {
  #fh5co-home.company-register-bg {
    background-image:url("https://res.cloudinary.com/dspi5zyaa/image/upload/b_rgb:000000,o_60/v1580734185/eh-website/bg_map.png")
  }
}

@media (min-width: 768px) {
  #fh5co-home.company-register-bg {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/b_rgb:000000,o_60/v1580734185/eh-website/bg_map.png")
  }
}

@media (min-width: 992px) {
  #fh5co-home.company-register-bg {
    background-image:url("https://res.cloudinary.com/dspi5zyaa/image/upload/b_rgb:000000,o_60/v1580734185/eh-website/bg_map.png")
  }
}


@media (min-width: 1200px) {
  #fh5co-home.company-register-bg {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/b_rgb:000000,o_60/v1580734185/eh-website/bg_map.png")
  }
}


#fh5co-home.platform-bg {
  background-image: url("../img/plattform-3d.png");
}

#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#fh5co-home, #fh5co-home .text-wrap {
  height: 900px;
}
#fh5co-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fh5co-home .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-home .text-inner a:hover, #fh5co-home .text-inner a:active, #fh5co-home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
#fh5co-home .text-inner h1 {
  font-size: 44px;
  color: white;
  margin: 0 0 20px 0;
}
#fh5co-home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
#fh5co-home .btn-primary {
  background-color: #ff6b81;
  font-size: 1.85rem;
}

#fh5co-home .btn-primary.alt-color {
  background-color: #4e5560;
  font-size: 1.85rem;
}



@media (max-width: 376px) {
  #fh5co-home .text-inner h2 {
    padding-bottom: 6rem;
  }
}
@media (max-width: 321px) {
  h1 {
  font-size: 40px!important;
  }
}

/*INTRO SECTION*/

#fh5co-intro {
  position: relative;
  bottom: 0;
  margin-top: -150px;
  z-index: 10;
}
#fh5co-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-intro .fh5co-block {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
#fh5co-intro .fh5co-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fh5co-intro .fh5co-block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-intro .fh5co-block > .fh5co-text {
  position: relative;
  z-index: 10;
}
#fh5co-intro .fh5co-block > .fh5co-text .fh5co-intro-icon {
  font-size: 50px;
  color: #52d3aa;
  margin-bottom: 30px;
  display: block;
}
.company-logo-container {
  height: 120px;
  position: relative;
  animation: FadeIn 1s linear forwards;
  filter: grayscale(100%) opacity(50%);
}
.company-logos-row {
  margin-bottom: 12rem;
  background: radial-gradient(at 50% 100%, #e3e6e93b 30%, rgba(0,0,0,0) 70%);
}
.company-logos-row .company-logo-container:nth-child(1) { animation-delay:   0.3s;}
.company-logos-row .company-logo-container:nth-child(2) { animation-delay:   0.6s;}
.company-logos-row .company-logo-container:nth-child(3) { animation-delay:   0.9s;}
.company-logos-row .company-logo-container:nth-child(4) { animation-delay:   1.2s;}
.company-logos-row .company-logo-container:nth-child(5) { animation-delay:   1.5s;}
.company-logos-row .company-logo-container:nth-child(6) { animation-delay:   1.8s;}
.company-logos-row .company-logo-container:nth-child(7) { animation-delay:   2.1s;}
.company-logos-row .company-logo-container:nth-child(8) { animation-delay:   2.4s;}
.company-logos-row .company-logo-container:nth-child(9) { animation-delay:   2.7s;}
.company-logos-row .company-logo-container:nth-child(10) { animation-delay:  3.0s;}
.company-logos-row .company-logo-container:nth-child(11) { animation-delay:  3.3s;}
.company-logos-row .company-logo-container:nth-child(12) { animation-delay:  3.6s;}
.company-logos-row .company-logo-container:nth-child(13) { animation-delay:  3.9s;}
.company-logos-row .company-logo-container:nth-child(14) { animation-delay:  4.2s;}
.company-logos-row .company-logo-container:nth-child(15) { animation-delay:  4.5s;}
.company-logos-row .company-logo-container:nth-child(16) { animation-delay:  4.8s;}
.company-logos-row .company-logo-container:nth-child(17) { animation-delay:  5.1s;}
.company-logos-row .company-logo-container:nth-child(18) { animation-delay:  5.4s;}
.company-logo-container:hover{}
.company-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: auto;
    max-width: 70%;
    max-height: 50px;
}
.feature-header {
  text-align: left;
  margin-bottom: 0.8rem;
}
.feature-header span {
  vertical-align: text-top;
  margin-left: 2rem;
}
.mt-1 {
   margin-top: 2rem;
}
.mb-1 {
   margin-bottom: 2rem;
}
.mt-0 {
   margin-top: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-intro {
    padding-bottom: 3em;
  }
  #fh5co-intro .fh5co-block {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
    #fh5co-intro .fh5co-block {
        width: 100%;
    }
}


/*SERVICE SECTION*/

#fh5co-services p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
#fh5co-services strong {
   color: rgba(255, 255, 255, 0.9);
   font-weight: 400;
}
#fh5co-services, #fh5co-work, #fh5co-counters {
  padding: 7em 0;
}
#fh5co-services {
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-services:before, #fh5co-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-services:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-services .fh5co-service {
  padding-right: 30px;
}
#fh5co-services h3 {
  font-size: 24px;
  color: #fff;
}
#fh5co-services .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-services .icon:before {
  color: #fff;
}
#fh5co-services .section-heading h2 {
  color: #fff;
}
#fh5co-services .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

/*#fh5co-services {*/
/*  padding-bottom: 700px;*/
/*}*/
#fh5co-services:after {
  box-shadow: 0 10px 30px rgba(50, 50, 93, .1), 0 5px 10px rgba(0, 0, 0, .07);
}
@keyframes spinIn1 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-3deg);
  }
}
@keyframes spinIn2 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-4.7deg);
  }
}
@keyframes spinIn0 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-1.7deg);
  }
}
.animation0 {
  animation: spinIn0 500ms linear forwards;
}
.animation1 {
  animation: spinIn1 1000ms linear forwards;
}
.animation2 {
  animation: spinIn2 1.5s linear forwards;
}

.cv-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  bottom: -500px;
  box-shadow: 0 10px 30px rgba(50, 50, 93, .1), 0 5px 10px rgba(0, 0, 0, .07);

  width: 90%;
  max-width: 814px;
}

/*@media (max-width: 1024px) {*/
/*   .cv-image {*/
/*     bottom: -700px;*/
/*   }*/
/*   #fh5co-services {*/
/*      padding-bottom: 600px;*/
/*   }*/
/*}*/

@media (max-width: 768px) {
  /*.cv-image {*/
  /*   bottom: -400px;*/
  /* }*/

  #fh5co-contact, #fh5co-about {
    padding: 2em 0;
  }

  #fh5co-services, #fh5co-counters {
    padding: 4em 0;
  }
}

/*@media (max-width: 660px) {*/
/*   .cv-image {*/
/*     bottom: -300px;*/
/*   }*/
/*   #fh5co-services {*/
/*      padding-bottom: 600px !important;*/
/*   }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .cv-image {*/
/*      bottom: -100px;*/
/*    }*/
/*}*/

/*COUNTERS SECTION*/

#fh5co-counters {
  background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/w_300/v1580475781/eh-website/bg_stats.png");
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}

@media (min-width: 576px) {
  #fh5co-counters {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/w_600/v1580475781/eh-website/bg_stats.png");
  }
}

@media (min-width: 768px) {
  #fh5co-counters {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/w_700/v1580475781/eh-website/bg_stats.png");
  }
}

@media (min-width: 992px) {
  #fh5co-counters {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/w_1000/v1580475781/eh-website/bg_stats.png");
  }
}


@media (min-width: 1200px) {
  #fh5co-counters {
    background-image: url("https://res.cloudinary.com/dspi5zyaa/image/upload/w_1200/v1580475781/eh-website/bg_stats.png");
  }
}

#fh5co-counters .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.10);
}
#fh5co-counters:before, #fh5co-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-counters:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#fh5co-counters .section-heading h2 {
  color: #fff;
}
#fh5co-counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#fh5co-counters .fh5co-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  display: block;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon {
  font-size: 40px;
  color: #efe030;
}
#fh5co-counters .fh5co-counter .fh5co-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #fh5co-counters {
    padding: 4em 0;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-counters .fh5co-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
  #second-team-row{
    margin-top: 0px;
  }

}


/*ABOUT SECTION*/

.in-between-team-row{
  margin-top: 150px;
}

.first-team-row{
  margin-top: 50px;
}

@media screen and (max-width: 992px){
  .in-between-team-row{
    margin-top: 0em;
  }
}

@media screen and (max-width: 992px){
  .fh5co-person {
    margin-bottom: 6em;
  }

}
@media screen and (max-width: 768px) {
  .team-row{
    margin-left: 1px;
    margin-right: 1px;
  }
}


/*CONTACT SECTION*/

.form-control:active, .form-control:focus {
  border-color: #52d3aa;
}
#fh5co-contact .subtext {
  margin-bottom: 20px;
}
#map {
  width: 100%;
  height: 500px;
  position: relative;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}


/*GENERAL*/

.section-heading {
  float: left;
  width: 100%;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #52d3aa;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #52d3aa;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=company-style.css.map.css.map */
#contact_success{display:none;}

@media (min-width: 1000px) {
    .row-eq-height {
        display: flex;
        min-height: 370px;
        width: 100%;
    }
}

.style4 > .inner {
    display: -moz-flex !important;;
    display: -webkit-flex !important;;
    display: -ms-flex !important;;
    display: flex !important;
}

.platform-img-container {
    max-width: 120%;
    width: 120%;
    position: relative;
    left: 100px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.platform-img-row {
   margin-right: -20%;
}

@media (max-width: 754px) {
    .platform-img-container {
        max-width: 100%;
        left:0;
    }
    .nav-logo-white, .nav-logo-color {
        margin-top: 0!important;
        width:50px;
    }
    .navigation_button {
        color: whitesmoke;
    }
}
.navigation_button {
    background-color: transparent!important;
    border-color: white;
}

@keyframes fadeInUpLight {
    from {
        opacity: 0;
        /*-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 0.85;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpLight {
    -webkit-animation-name: fadeInUpLight;
    animation-name: fadeInUpLight;
}

@keyframes FadeIn {
  0% {
     filter: grayscale(100%) opacity(50%);
  }
  100% {
     filter: grayscale(0%) opacity(100%);
  }
}

#hidden-div{
    display: none;

}
@media screen and (min-width: 992px) and (max-width: 1199px){
    #hidden-div{
        display: block;
    }
}

.btn-register-profile {
  margin-bottom: 4rem;
  white-space: normal;
}


.price-box .price {
  font-size: 6rem;
  font-weight: 900;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.price-box:hover {
  transform: scale(1.03);
}
.price-box {
  color:whitesmoke;
  border-radius: 10px;
  background-image: url("/static/img/background.svg");
  background-position: center center;
  background-size: cover;
  width: 60%;
  -webkit-box-shadow: 0px 5px 17px 2px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 5px 17px 2px rgba(0,0,0,0.06);
  box-shadow: 0px 5px 17px 2px rgba(0,0,0,0.06);
  margin: 6rem 0;
    transition: transform ease-in-out .5s;
}

.price-box.price-box-alt-bg {
  background-image: url("/static/img/background-2.svg") !important;
}

a.price-link:hover {
  text-decoration: none !important;
}

.prices-section {
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: repeating-linear-gradient(to  bottom, rgba(246, 249, 252, 0.0) 0%, rgba(187, 209, 230, 0.4) 100%);
}
.price-model-container:hover {
  -webkit-box-shadow: 0px 5px 17px 2px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 5px 17px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 17px 2px rgba(0, 0, 0, 0.16);
}
.price-model-container {
  padding: 5px;
  padding-top: 30px;
  background: white;
  -webkit-box-shadow: 0px 5px 17px 2px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 5px 17px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 17px 2px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
    transition: box-shadow .5s ease-in-out;
  height: 100%;
}

.price-disclaimer {
  text-align: center;
  margin: 3rem;
}

.price-model-container>h3 {
  font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;
    color: #3c6382;
}
.price-section>p {
  font-weight: 100;
  color: white;
  font-size: 60px;
}
.price-section {
  border-radius: 0 0 10px 10px;
  background: #34495e;
  height: 110px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.price-waves {
      position: absolute;
    bottom: 109px;
    width: 120%;
    left: -5px;
}


.feature-list li {
  margin: 1rem 20px 0 20px;
}
.feature-list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    padding: 0 10px 0 0;
    color: #52d3aa;
    font-weight: 900;
    margin-left: -30px;
}

.feature-list {
    list-style-type: none;
}


/* lg-size */
@media (min-width: 1200px) {
  .flex-row{
    display: flex;
    width: 100%;
  }
}



@media (max-width: 1500px) and (min-width: 1200px) {
  .price-model-container li {
    font-size: 1.8rem;
  }
  .price-model-container>h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1900px) {
  .price-boxes-container {
    width: 83%;
    margin-left: 8.3%;
  }

}



@media (max-width: 1300px) {
  #waves-svg {
      width: 270% !important;
    }
}


@media screen and  (max-width: 613px) {
    #fh5co-home {
      margin-top: 25px;
    }

    #create_profile {
      margin-bottom: 1rem;
    }

    #create_appointment {
      margin-bottom: 5rem;
    }

}

.tablet-border {
    border-radius: 20px;
    border: 28px solid #f6f6f5;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.centered-youtube-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    height: 68px;
    margin-left: -34px;
    margin-top: -34px;
    color: #393e46;
    transition: transform .2s, color 0.2s;
}

a.popup-youtube:hover .centered-youtube-button {
  transform: scale(1.2);
}


@media (max-width: 1300px) {
  .centered-youtube-button {
    left: 40%;
  }
}

@media (max-width: 754px) {
  .centered-youtube-button {
    left: 45%;
  }
}

#fh5co-testimonials {
  position: relative;
  z-index: 10;
  margin-top: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding: 5rem
}

#fh5co-testimonials .section-heading {
  margin-top: 7rem;
}

#fh5co-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: repeating-linear-gradient(to bottom right, #7f7f7f06 0%, #7f7f7f06 30%, white 100%);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
@media (max-width: 991px) {
  #fh5co-testimonials .box-testimony blockquote {
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15)!important;
  }
}
#fh5co-testimonials .box-testimony blockquote:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 39px;
  border-top: 11px solid #00000087;
  border-top-color: #7f7f7f06;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 40px;
  border-top: 10px solid #00000087;
  border-color: white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #00000087;
}
#fh5co-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#fh5co-testimonials .box-testimony .author a {
  color: #52d3aa;
}
#fh5co-testimonials .box-testimony .author a:hover {
  text-decoration: underline;
}
#fh5co-testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#fh5co-testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonials .box-testimony .author p {
  float: left;
  margin-top: 3px;
}
#fh5co-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

@media (max-width: 576px){
  #fh5co-testimonials {
    padding: 1.5rem;
  }
}

.terms-of-use ol {
    counter-reset: item;
}

.terms-of-use ol > li {
    counter-increment: item;
    font-weight: 500;
}

.terms-of-use li > ol {
    font-weight: 300;
}

.terms-of-use ol ol > li {
    display: block;
    font-weight: 300;
}

.terms-of-use ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -32px;
}