#header {
  background-image: url("../images/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
#header .header-nav .logo {
  padding: 0 30px;
}
#header .header-nav .logo a {
  text-decoration: none;
}
#header .header-nav .logo a img {
  margin-right: 10px;
  max-width: 62px;
}
#header .header-nav .logo a p {
  margin-bottom: 0;
  font-size: 21px;
  color: #4e5265;
}
#header .header-nav .logo a:hover p {
  color: #7d7f9c;
}
#header .header-nav .nav-bar {
  padding: 0 15px;
}
#header .header-nav .nav-bar .row {
  padding: 0 15px;
}
#header .header-nav .nav-bar a {
  font-size: 16px;
  color: #898CA4;
  margin-right: 30px;
}
#header .header-nav .nav-bar a:last-child {
  margin-right: 0;
}
#header .header-nav .nav-bar a.active {
  color: #fff;
}
#header .header-nav .nav-bar a:hover {
  text-decoration: none;
  color: #fff;
}
#header .header-nav .nav-bar a.green-button-outline {
  padding: 12px 25px;
  color: #DFECC8;
  border: 1px solid #A0D468;
  border-radius: 40px;
}
#header .header-nav .nav-bar a.green-button-outline:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
}
#header .header-nav .nav-bar-collapse {
  position: relative;
  display: none;
}
#header .header-nav .nav-bar-collapse .collapse-icon {
  color: #B4EC51;
  font-size: 30px;
  margin: 20px 30px 0 0;
  cursor: pointer;
}
#header .header-nav .nav-bar-collapse .collapse-icon:hover {
  color: #898CA4;
}
#header .header-nav .nav-bar-collapse-items {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  background: #f7f7f7;
  color: #fff;
  margin-left: -15px;
  text-align: center;
}
#header .header-nav .nav-bar-collapse-items p {
  margin: 20px 0;
}
#header .header-nav .nav-bar-collapse-items p a {
  font-size: 16px;
  color: #898CA4;
}
#header .header-nav .nav-bar-collapse-items p a.active {
  color: #A0D468;
}
#header .header-nav .nav-bar-collapse-items p a:hover {
  text-decoration: none;
  color: #A9BEC6;
}
#header .header-nav .nav-bar-collapse-items p a.green-button-outline {
  padding: 12px 25px;
  color: #DFECC8;
  border: 1px solid #A0D468;
  border-radius: 40px;
}
#header .header-nav .nav-bar-collapse-items p a.green-button-outline:hover {
  text-decoration: none;
  color: #A9BEC6;
  border: 1px solid #A9BEC6;
}
#header .header-nav .nav-bar-collapse-items p:last-child {
  margin: 20px 0 30px;
}
#header .header-hero .headline {
  margin: 200px 0;
}
#header .header-hero .headline .title {
  font-size: 48px;
  font-weight: 600;
  color: #72878f;
}
#header .header-hero .headline .subtitle {
  font-size: 22px;
  color: #9da1a9;
}
#header .header-hero .headline .subtitle span {
  display: block;
}
#header .header-hero .headline .description {
  font-size: 18px;
  color: #aaaeb6;
}
#header .header-hero .headline .get-in-touch {
  background: -moz-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #B4EC51), color-stop(100%, #A0D468)); /* safari4+,chrome */
  background: -webkit-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* ie10+ */
  background: linear-gradient(135deg, #B4EC51 0%, #A0D468 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B4EC51", endColorstr="#A0D468", GradientType=1); /* ie6-9 */
  width: 200px;
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid #B4EC51;
  font-size: 18px;
  color: #848b98;
  text-align: center;
  text-transform: uppercase;
}
#header .header-hero .headline .get-in-touch:hover {
  background: transparent;
  border: 1px solid #B4EC51;
  color: #B4EC51;
  cursor: pointer;
  text-decoration: none;
}
#header .header-hero .slides img {
  margin-top: 200px;
  margin-left: 50px;
}
#header .header-hero .slides img.lazy {
  max-width: 100%;
}
#header .white-bg {
  background-image: url("../images/header-white-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 1076px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: -7%;
}
@media (min-width: 1660px) {
  #header .white-bg {
    left: -2%;
  }
}
@media (max-width: 1465px) {
  #header .header-hero .slides img {
    margin-left: 0;
  }
  #header .white-bg {
    left: -20%;
  }
}
@media (max-width: 1350px) {
  #header .header-hero .slides img {
    width: 95%;
    margin-left: 50px;
  }
}
@media (max-width: 1250px) {
  #header .header-hero .slides img {
    margin-left: 30px;
  }
  #header .white-bg {
    left: -26%;
  }
}
@media (max-width: 1200px) {
  #header .container {
    max-width: 1140px !important;
  }
}
@media (max-width: 1150px) {
  #header .header-hero .headline {
    padding-right: 100px;
  }
  #header .header-hero .headline .title {
    font-size: 44px;
  }
  #header .header-hero .headline .subtitle {
    font-size: 20px;
  }
  #header .header-hero .headline .description {
    font-size: 16px;
  }
  #header .header-hero .headline .get-in-touch {
    width: 180px;
    padding: 11px 20px;
    font-size: 16px;
  }
  #header .white-bg {
    left: -40%;
  }
}
@media (max-width: 1060px) {
  #header .header-hero .headline {
    margin: 200px 0;
  }
  #header .header-hero .headline .title {
    font-size: 40px;
  }
  #header .header-hero .headline .subtitle {
    font-size: 18px;
  }
  #header .header-hero .headline .description {
    font-size: 14px;
  }
  #header .header-hero .headline .get-in-touch {
    width: 150px;
    padding: 10px 20px;
    font-size: 15px;
  }
  #header .header-hero .slides img {
    margin-left: 0;
  }
  #header .white-bg {
    height: 980px;
    left: -50%;
  }
}
@media (max-width: 1010px) {
  #header .header-nav .nav-bar a {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  #header .header-nav .logo a {
    display: block !important;
  }
  #header .header-nav .logo a img {
    margin-bottom: 5px;
  }
  #header .header-nav .logo a p {
    font-size: 20px;
  }
  #header .header-nav .nav-bar a {
    font-size: 14px;
  }
  #header .header-hero .headline {
    margin: 200px 0 260px;
  }
  #header .header-hero .headline .title {
    font-size: 36px;
  }
  #header .header-hero .headline .subtitle {
    font-size: 16px;
  }
  #header .header-hero .headline .description {
    font-size: 13px;
  }
  #header .header-hero .headline .get-in-touch {
    width: 140px;
    padding: 9px 20px;
    font-size: 14px;
  }
  #header .white-bg {
    background-position: center top;
    height: 900px;
    left: -60%;
  }
}
@media (max-width: 920px) {
  #header .header-nav .nav-bar a {
    font-size: 13px;
    margin-right: 20px;
  }
  #header .header-nav .nav-bar a.green-button-outline {
    padding: 9px 20px;
  }
  #header .white-bg {
    left: -65%;
  }
}
@media (max-width: 850px) {
  #header .header-hero .headline {
    margin: 150px 0 160px;
  }
  #header .white-bg {
    margin-top: -50px;
    height: 830px;
    left: -72%;
  }
}
@media (max-width: 810px) {
  #header .header-nav .nav-bar {
    display: none !important;
  }
  #header .header-nav .nav-bar-collapse {
    display: block !important;
  }
  #header .header-hero .headline {
    margin: 150px 0 75px;
  }
  #header .header-hero .headline .title {
    font-size: 32px;
  }
  #header .header-hero .headline .subtitle {
    font-size: 15px;
  }
  #header .header-hero .slides img {
    margin-top: 130px;
  }
  #header .white-bg {
    margin-top: -90px;
    height: 750px;
    left: -80%;
  }
}
@media (min-width: 810px) {
  #header .header-nav .nav-bar {
    display: flex !important;
  }
  #header .header-nav .nav-bar-collapse {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #header .header-nav .logo a {
    display: flex !important;
  }
  #header .header-hero .headline {
    text-align: center;
    margin: 25px 15px 130px 0;
    padding-right: 0;
  }
  #header .header-hero .headline .get-in-touch {
    margin: 0 auto;
  }
  #header .header-hero .slides {
    width: 60%;
    margin: 0 auto 40px;
  }
  #header .header-hero .slides img {
    margin-top: 0;
  }
  #header .white-bg {
    margin-top: 0;
    height: 430px;
    left: -40%;
    background-position: center center;
  }
}
@media (max-width: 450px) {
  #header .header-hero .headline .subtitle {
    padding: 0 15px;
  }
  #header .header-hero .headline .subtitle span {
    display: unset;
  }
}
@media (max-width: 420px) {
  #header .header-nav .logo a img {
    width: 50px;
  }
  #header .header-nav .nav-bar-collapse .collapse-icon {
    margin: 12px 30px 0 0;
  }
  #header .header-hero .headline {
    margin: 60px 0 70px;
    padding-right: 15px;
  }
  #header .header-hero .headline .subtitle {
    padding: 0;
  }
  #header .header-hero .headline .description {
    margin-bottom: 0;
  }
  #header .white-bg {
    height: 450px;
  }
}

@media (max-width: 992px) {
  #header {
    padding: 50px 0 0;
  }
}
#services {
  position: relative;
}
#services .services {
  position: relative;
  padding: 120px 0 0;
}
#services .services .service {
  text-align: center;
}
#services .services .service img {
  width: 80%;
}
#services .services .service p {
  font-family: "Ubuntu Bold", sans-serif;
  font-size: 20px;
  color: #80959d;
}
#services .services .service p span {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  color: #878a8d;
}
#services .bubbles-pattern {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 1600px) {
  #services .bubbles-pattern {
    transform: scale(0.5);
  }
}
@media (max-width: 1450px) {
  #services .bubbles-pattern {
    display: none;
  }
}
@media (max-width: 1200px) {
  #services .services .row .service p {
    font-size: 18px;
  }
  #services .services .row .service p span {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  #services .services {
    max-width: 960px;
    padding: 80px 0 0;
  }
  #services .services .row {
    margin: 0;
  }
  #services .services .row .service p {
    font-size: 16px;
  }
  #services .services .row .service p span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #services .services {
    padding: 60px 0 0;
  }
  #services .services .row .service p {
    font-size: 12px;
  }
  #services .services .row .service p span {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #services .services {
    padding: 40px 0 0;
  }
  #services .services .row .service img {
    width: 40%;
  }
  #services .services .row .service p {
    font-size: 16px;
  }
  #services .services .row .service p span {
    font-size: 15px;
  }
}

#success-stories {
  position: relative;
}
#success-stories .success-stories {
  padding: 200px 0 0;
}
#success-stories .success-stories .row .left-side .stories img {
  width: 85%;
}
#success-stories .success-stories .row .left-side .stories .left-stories {
  padding: 100px 0 0;
  text-align: right;
}
#success-stories .success-stories .row .right-side {
  padding: 195px 0 0;
}
#success-stories .success-stories .row .right-side p.title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 58px;
  line-height: 60px;
  color: #7a8091;
  text-transform: uppercase;
}
#success-stories .success-stories .row .right-side p.title span {
  display: block;
}
#success-stories .success-stories .row .right-side p.description {
  font-family: "Ubuntu", sans-serif;
  font-size: 19px;
  color: #878a8d;
  padding-right: 15px;
}
#success-stories .success-stories .row .right-side .get-in-touch {
  background: -moz-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #B4EC51), color-stop(100%, #A0D468)); /* safari4+,chrome */
  background: -webkit-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* ie10+ */
  background: linear-gradient(135deg, #B4EC51 0%, #A0D468 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B4EC51", endColorstr="#A0D468", GradientType=1); /* ie6-9 */
  width: 200px;
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid #B4EC51;
  font-size: 18px;
  color: #848b98;
  text-align: center;
  text-transform: uppercase;
}
#success-stories .success-stories .row .right-side .get-in-touch:hover {
  background: transparent;
  border: 1px solid #B4EC51;
  color: #B4EC51;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1400px) {
  #success-stories .success-stories {
    padding: 115px 0 0;
  }
}
@media (max-width: 1200px) {
  #success-stories .success-stories {
    padding: 80px 0 0;
  }
  #success-stories .success-stories .row .right-side {
    padding: 175px 0 0;
  }
  #success-stories .success-stories .row .right-side p.title {
    font-size: 50px;
  }
  #success-stories .success-stories .row .right-side p.description {
    font-size: 18px;
  }
  #success-stories .success-stories .row .right-side .get-in-touch {
    width: 180px;
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  #success-stories .success-stories {
    max-width: 960px;
    padding: 60px 0 0;
  }
  #success-stories .success-stories .row .right-side {
    padding: 175px 0 0;
  }
  #success-stories .success-stories .row .right-side p.title {
    font-size: 42px;
    line-height: 50px;
  }
  #success-stories .success-stories .row .right-side p.description {
    font-size: 16px;
  }
  #success-stories .success-stories .row .right-side .get-in-touch {
    width: 150px;
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media (max-width: 830px) {
  #success-stories .success-stories .row .right-side {
    padding: 150px 0 0;
  }
}
@media (max-width: 768px) {
  #success-stories .success-stories .row .right-side {
    padding: 100px 0 0;
  }
  #success-stories .success-stories .row .right-side p.title {
    font-size: 38px;
    line-height: 46px;
  }
  #success-stories .success-stories .row .right-side p.description {
    font-size: 15px;
  }
}
@media (max-width: 650px) {
  #success-stories .success-stories .row .right-side {
    padding: 70px 0 0;
  }
}
@media (max-width: 576px) {
  #success-stories .success-stories {
    padding: 80px 0 0;
  }
  #success-stories .success-stories .row .left-side .left-stories {
    display: none;
  }
  #success-stories .success-stories .row .right-side {
    padding: 30px 0 0;
  }
  #success-stories .success-stories .row .right-side p.description {
    padding-right: 30px;
  }
}
@media (max-width: 420px) {
  #success-stories .success-stories .row .left-side .right-stories {
    padding-top: 5px;
  }
  #success-stories .success-stories .row .right-side p.title {
    font-size: 32px;
    line-height: 38px;
  }
  #success-stories .success-stories .row .right-side p.description {
    font-size: 14px;
    text-align: justify;
    padding-right: 40px;
  }
  #success-stories .success-stories .row .right-side .get-in-touch {
    width: 130px;
    padding: 10px 15px;
    font-size: 13px;
  }
}
#success-stories .side-pattern {
  position: absolute;
  right: 0;
  margin: -120px 855px 0;
}
#success-stories .bubbles-pattern-top {
  position: absolute;
  left: 50%;
  top: 50px;
}
#success-stories .bubbles-pattern-right {
  position: absolute;
  right: 10px;
  top: 50%;
}
@media (min-width: 1850px) {
  #success-stories .side-pattern {
    margin: unset !important;
    right: unset;
  }
}
@media (min-width: 1700px) {
  #success-stories .side-pattern {
    margin: -120px 935px 0;
  }
}
@media (max-width: 1400px) {
  #success-stories .side-pattern {
    margin: -200px 715px 0;
  }
}
@media (max-width: 1200px) {
  #success-stories .side-pattern {
    margin: -260px 605px 0;
  }
}
@media (max-width: 992px) {
  #success-stories .side-pattern {
    margin: -310px 515px 0;
  }
  #success-stories .bubbles-pattern-right {
    display: none;
  }
}
@media (max-width: 830px) {
  #success-stories .side-pattern {
    margin: -310px 420px 0;
  }
}
@media (max-width: 768px) {
  #success-stories .side-pattern {
    margin: -370px 395px 0;
  }
  #success-stories .bubbles-pattern-top {
    transform: scale(0.5);
    top: 0;
  }
}
@media (max-width: 650px) {
  #success-stories .side-pattern {
    margin: -400px 330px 0;
  }
  #success-stories .bubbles-pattern-top {
    top: -35px;
  }
}
@media (max-width: 480px) {
  #success-stories .side-pattern {
    margin: -425px 250px 0;
  }
}
@media (max-width: 420px) {
  #success-stories .side-pattern {
    margin: -440px 220px 0;
  }
}

#about {
  position: relative;
}
#about .about {
  padding: 320px 0 0;
}
#about .about .team .col-sm-2 img {
  width: 80%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
}
#about .about .team .col-sm-2 img:hover {
  cursor: pointer;
  opacity: 0.9;
  border: 1px solid rgba(180, 236, 81, 0.3);
}
#about .about .team .col-sm-2 .info {
  visibility: hidden;
  margin: 0;
}
#about .about .team .col-sm-2 .info p.name {
  margin: 10px 0 0 0;
  color: #fff;
}
#about .about .team .col-sm-2 .info p.title {
  font-family: "Montserrat Light", sans-serif;
  font-size: 14px;
  color: #B4EC51;
  margin: 0;
}
#about .about .team div:nth-child(2) {
  margin-top: 100px;
}
#about .about .team div:nth-child(3) {
  margin-top: 220px;
}
#about .about .team div:nth-child(4) {
  margin-top: 340px;
}
#about .about .team div:nth-child(5) {
  margin-top: 460px;
}
#about .about .team div:nth-child(6) {
  margin-top: 580px;
}
#about .about .about-text {
  margin: -215px 0 0 10px;
}
#about .about .about-text p.title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 58px;
  color: #fff;
  text-transform: uppercase;
}
#about .about .about-text p.description {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  color: #fff;
}
#about .about .about-text .get-in-touch {
  background: -moz-linear-gradient(315deg, #ccc 0%, #fff 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ccc), color-stop(100%, #fff)); /* safari4+,chrome */
  background: -webkit-linear-gradient(315deg, #ccc 0%, #fff 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(315deg, #ccc 0%, #fff 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(315deg, #ccc 0%, #fff 100%); /* ie10+ */
  background: linear-gradient(135deg, #ccc 0%, #fff 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccc", endColorstr="#fff", GradientType=1); /* ie6-9 */
  width: 200px;
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #848b98;
  text-align: center;
  text-transform: uppercase;
}
#about .about .about-text .get-in-touch:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#about .side-pattern {
  position: absolute;
  right: 0;
  margin: 87px -132px 0;
}
#about .bubbles-pattern-left {
  position: absolute;
  left: 50%;
}
#about .bubbles-pattern-right {
  position: absolute;
  right: 10%;
}
#about .bubbles-pattern-small {
  position: absolute;
  right: 10%;
  bottom: 50%;
}
@media (min-width: 1850px) {
  #about .side-pattern {
    margin: unset;
    right: unset;
  }
}
@media (min-width: 1700px) {
  #about .side-pattern {
    margin: 87px -52px 0;
  }
}
@media (max-width: 1400px) {
  #about .side-pattern {
    margin: 87px -271px 0;
  }
  #about .about {
    padding: 300px 0 0;
  }
}
@media (max-width: 1200px) {
  #about .side-pattern {
    margin: -150px 0px 0;
    clip: rect(190px, 3000px, 3000px, 0px);
  }
  #about .bubbles-pattern-right {
    display: none;
  }
  #about .about {
    padding: 270px 0 0;
  }
  #about .about .team .col-sm-2 img {
    width: 100%;
  }
  #about .about .team div:nth-child(1) {
    margin-top: 30px;
  }
  #about .about .team div:nth-child(2) {
    margin-top: 130px;
  }
  #about .about .team div:nth-child(3) {
    margin-top: 230px;
  }
  #about .about .team div:nth-child(4) {
    margin-top: 330px;
  }
  #about .about .team div:nth-child(5) {
    margin-top: 430px;
  }
  #about .about .team div:nth-child(6) {
    margin-top: 530px;
  }
  #about .about .about-text p.title {
    font-size: 52px;
  }
  #about .about .about-text p.description {
    font-size: 22px;
  }
  #about .about .about-text .get-in-touch {
    width: 180px;
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  #about .side-pattern {
    margin: -300px 0px 0;
    clip: rect(240px, 3000px, 3000px, 0px);
  }
  #about .about {
    padding: 110px 0 0;
  }
}
@media (max-width: 992px) {
  #about .side-pattern {
    margin: -300px 0 0;
  }
  #about .about {
    max-width: 960px;
    padding: 110px 0 0;
  }
  #about .about .team {
    padding: 0 20px;
  }
  #about .about .team .col-sm-2 img {
    width: 100%;
  }
  #about .about .team .col-sm-2 .info p.name {
    font-size: 12px;
  }
  #about .about .team .col-sm-2 .info p.title {
    font-size: 10px;
  }
  #about .about .team div:nth-child(1) {
    margin-top: 30px;
  }
  #about .about .team div:nth-child(2) {
    margin-top: 130px;
  }
  #about .about .team div:nth-child(3) {
    margin-top: 230px;
  }
  #about .about .team div:nth-child(4) {
    margin-top: 330px;
  }
  #about .about .team div:nth-child(5) {
    margin-top: 430px;
  }
  #about .about .team div:nth-child(6) {
    margin-top: 530px;
  }
  #about .about .about-text {
    margin: -255px 0 0 10px;
  }
  #about .about .about-text p.description {
    font-size: 20px;
  }
  #about .about .about-text .get-in-touch {
    width: 150px;
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media (max-width: 830px) {
  #about .side-pattern {
    margin: -390px 0 0;
  }
  #about .about {
    padding: 110px 0 0;
  }
  #about .about .team {
    padding: 0 20px;
  }
  #about .about .team div:nth-child(1) {
    margin-top: 30px;
  }
  #about .about .team div:nth-child(2) {
    margin-top: 110px;
  }
  #about .about .team div:nth-child(3) {
    margin-top: 190px;
  }
  #about .about .team div:nth-child(4) {
    margin-top: 270px;
  }
  #about .about .team div:nth-child(5) {
    margin-top: 350px;
  }
  #about .about .team div:nth-child(6) {
    margin-top: 430px;
  }
  #about .about .about-text {
    margin: -205px 0 0 10px;
  }
  #about .about .about-text p.title {
    font-size: 46px;
  }
  #about .about .about-text p.description {
    font-size: 18px;
  }
  #about .about .about-text .get-in-touch {
    width: 150px;
    padding: 10px 0;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #about .side-pattern {
    margin: -450px 0 0;
    z-index: -1;
  }
  #about .about {
    padding: 110px 0 0;
  }
  #about .about .team {
    padding: 0 20px;
  }
  #about .about .team div:nth-child(1) {
    margin-top: 0;
  }
  #about .about .team div:nth-child(2) {
    margin-top: 80px;
  }
  #about .about .team div:nth-child(3) {
    margin-top: 150px;
  }
  #about .about .team div:nth-child(4) {
    margin-top: 220px;
  }
  #about .about .team div:nth-child(5) {
    margin-top: 290px;
  }
  #about .about .team div:nth-child(6) {
    margin-top: 360px;
  }
  #about .about .about-text {
    margin: -160px 0 0 10px;
  }
  #about .about .about-text p.title {
    font-size: 40px;
  }
  #about .about .about-text p.description {
    font-size: 16px;
  }
  #about .about .about-text .get-in-touch {
    width: 130px;
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (max-width: 650px) {
  #about .side-pattern {
    margin: -530px 0 0;
    z-index: -1;
  }
  #about .bubbles-pattern-left {
    transform: scale(0.7);
  }
  #about .bubbles-pattern-small {
    transform: scale(0.5);
  }
  #about .about {
    padding: 60px 0 0;
  }
  #about .about .team {
    padding: 0 20px;
  }
  #about .about .team div:nth-child(1) {
    margin-top: 0;
  }
  #about .about .team div:nth-child(2) {
    margin-top: 70px;
  }
  #about .about .team div:nth-child(3) {
    margin-top: 130px;
  }
  #about .about .team div:nth-child(4) {
    margin-top: 190px;
  }
  #about .about .team div:nth-child(5) {
    margin-top: 250px;
  }
  #about .about .team div:nth-child(6) {
    margin-top: 310px;
  }
  #about .about .about-text {
    margin: -140px 0 0 10px;
  }
  #about .about .about-text p.title {
    font-size: 34px;
  }
  #about .about .about-text p.description {
    font-size: 15px;
  }
  #about .about .about-text .get-in-touch {
    width: 130px;
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  #about .side-pattern {
    margin: -440px -340px 0;
  }
  #about .bubbles-pattern-left {
    left: 55%;
  }
  #about .bubbles-pattern-small {
    display: none;
  }
  #about .about {
    padding: 60px 0 0;
  }
  #about .about .team {
    padding: 0 20px;
  }
  #about .about .team div:nth-child(1) {
    margin-top: 0;
  }
  #about .about .team div:nth-child(2) {
    margin-top: 100px;
  }
  #about .about .team div:nth-child(3) {
    margin-top: 200px;
  }
  #about .about .team div:nth-child(4) {
    margin-top: -100px;
  }
  #about .about .team div:nth-child(5) {
    margin-top: 0;
  }
  #about .about .team div:nth-child(6) {
    margin-top: 100px;
  }
  #about .about .about-text {
    margin: 10px 0 0 10px;
  }
}
@media (max-width: 480px) {
  #about .side-pattern {
    margin: -440px -340px 0;
  }
  #about .about .team .col-sm-2 .info p.name {
    font-size: 12px;
  }
  #about .about .team .col-sm-2 .info p.title {
    font-size: 10px;
  }
}
@media (max-width: 420px) {
  #about .side-pattern {
    margin: -440px -340px 0;
  }
  #about .about .team div:nth-child(1) {
    margin-top: 20px;
  }
  #about .about .team div:nth-child(2) {
    margin-top: 100px;
  }
  #about .about .team div:nth-child(3) {
    margin-top: 180px;
  }
  #about .about .team div:nth-child(4) {
    margin-top: -80px;
  }
  #about .about .team div:nth-child(5) {
    margin-top: 0;
  }
  #about .about .team div:nth-child(6) {
    margin-top: 80px;
  }
  #about .about .about-text p.description {
    text-align: justify;
    margin-right: 15px;
  }
}

#products .products .product {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}
#products .products .product p.title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 58px;
  line-height: 60px;
  color: #7a8091;
  text-transform: uppercase;
  margin-top: 100px;
}
#products .products .product p.description {
  font-family: "Ubuntu", sans-serif;
  font-size: 19px;
  color: #878a8d;
  text-align: justify;
}
#products .products .product img.lazy {
  max-width: 100%;
}
#products .products .product .get-in-touch {
  background: -moz-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #B4EC51), color-stop(100%, #A0D468)); /* safari4+,chrome */
  background: -webkit-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* ie10+ */
  background: linear-gradient(135deg, #B4EC51 0%, #A0D468 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B4EC51", endColorstr="#A0D468", GradientType=1); /* ie6-9 */
  width: 200px;
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid #B4EC51;
  font-size: 18px;
  color: #848b98;
  text-align: center;
  text-transform: uppercase;
}
#products .products .product .get-in-touch:hover {
  background: transparent;
  border: 1px solid #B4EC51;
  color: #B4EC51;
  cursor: pointer;
  text-decoration: none;
}
#products .products .product .bubbles-pattern-product-dev-right {
  position: absolute;
  right: 0;
  top: 30%;
  margin-right: -200px;
}
#products .products .product .bubbles-pattern-product-dev-left {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -200px;
}
#products .products .product .bubbles-pattern-product-dev-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
}
#products .products .product .bubbles-pattern-blockchain-right {
  position: absolute;
  right: 0;
  z-index: 1;
}
#products .products .product .bubbles-pattern-blockchain-bottom {
  position: absolute;
  left: 30%;
  bottom: 150px;
}
#products .products .product .bubbles-pattern-blockchain-bottomright {
  position: absolute;
  right: 0;
  bottom: 100px;
  margin-right: -100px;
}
#products .products .product .bubbles-pattern-automation {
  position: absolute;
  left: 0;
  margin-left: -200px;
}
#products .products .product .bubbles-pattern-mvp-dev-lefttop {
  position: absolute;
  left: 0;
  margin-left: -200px;
  margin-top: -100px;
}
#products .products .product .bubbles-pattern-mvp-dev-righttop {
  position: absolute;
  right: 0;
  margin-right: -200px;
  margin-top: -100px;
}
#products .products .product .bubbles-pattern-mvp-dev-right {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 150px;
  margin-right: -200px;
}
#products .products .product .bubbles-pattern-mvp-dev-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 50px;
}
#products .products .product:first-child {
  padding-top: 310px;
}
@media (max-width: 1650px) {
  #products .products .product .bubbles-pattern-product-dev-right {
    right: -5%;
    margin-right: 0;
  }
  #products .products .product .bubbles-pattern-product-dev-left {
    left: -5%;
    margin-left: 0;
  }
  #products .products .product .bubbles-pattern-automation {
    left: -5%;
    margin-left: 0;
  }
  #products .products .product .bubbles-pattern-mvp-dev-lefttop {
    left: -5%;
    margin-left: 0;
  }
  #products .products .product .bubbles-pattern-mvp-dev-righttop {
    margin-right: 0;
  }
  #products .products .product .bubbles-pattern-mvp-dev-right {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  #products .products .product img {
    width: 100%;
  }
  #products .products .product p.title {
    font-size: 50px;
    margin-top: 50px;
  }
  #products .products .product p.description {
    font-size: 18px;
  }
  #products .products .product .bubbles-pattern-product-dev-right {
    top: 10%;
    right: -5%;
  }
  #products .products .product .bubbles-pattern-blockchain-bottomright {
    bottom: 0;
    margin-right: 0;
    transform: scale(0.7);
  }
  #products .products .product .bubbles-pattern-mvp-dev-right {
    right: -5%;
    transform: scale(0.7);
  }
  #products .products .product:first-child {
    padding-top: 150px;
  }
}
@media (max-width: 992px) {
  #products .products {
    max-width: 960px;
  }
  #products .products .product {
    padding-bottom: 150px;
  }
  #products .products .product p.title {
    font-size: 46px;
    line-height: 50px;
  }
  #products .products .product p.description {
    font-size: 16px;
  }
  #products .products .product .get-in-touch {
    width: 180px;
    padding: 10px 15px;
    font-size: 18px;
  }
  #products .products .product .bubbles-pattern-product-dev-right {
    top: 20%;
    right: 0;
    transform: scale(0.7);
  }
  #products .products .product .bubbles-pattern-product-dev-left {
    left: 0;
    transform: scale(0.7);
  }
  #products .products .product .bubbles-pattern-product-dev-bottom {
    transform: scale(0.7);
  }
  #products .products .product .bubbles-pattern-blockchain-right {
    transform: scale(0.7);
  }
  #products .products .product .bubbles-pattern-blockchain-bottom {
    transform: scale(0.7);
  }
  #products .products .product .bubbles-pattern-automation {
    left: 0;
    transform: scale(0.7);
  }
  #products .products .product .bubbles-pattern-mvp-dev-lefttop {
    left: 0;
  }
  #products .products .product .bubbles-pattern-mvp-dev-bottom {
    transform: scale(0.7);
  }
  #products .products .product:first-child {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  #products .products .product {
    padding: 0 10px 80px 10px;
  }
  #products .products .product p.title {
    font-size: 32px;
    line-height: 40px;
  }
  #products .products .product p.description {
    font-size: 14px;
  }
  #products .products .product .get-in-touch {
    width: 150px;
    padding: 10px 15px;
    font-size: 16px;
  }
  #products .products .product .bubbles-pattern-product-dev-left {
    transform: scale(0.6);
  }
  #products .products .product .bubbles-pattern-product-dev-bottom {
    display: none;
  }
  #products .products .product .bubbles-pattern-blockchain-right {
    transform: scale(0.5);
    top: 0;
  }
  #products .products .product .bubbles-pattern-blockchain-bottom {
    bottom: 0;
  }
  #products .products .product .bubbles-pattern-mvp-dev-lefttop {
    transform: scale(0.7);
  }
  #products .products .product .bubbles-pattern-mvp-dev-righttop {
    transform: scale(0.7);
  }
  #products .products .product .bubbles-pattern-mvp-dev-right {
    display: none;
  }
  #products .products .product .bubbles-pattern-mvp-dev-bottom {
    margin-bottom: 0;
  }
  #products .products .product:first-child {
    padding-top: 200px;
  }
}
@media (max-width: 576px) {
  #products .products .product {
    padding: 0 10px 120px 10px;
    text-align: center;
  }
  #products .products .product img {
    width: 80%;
  }
  #products .products .product p.description {
    text-align: center;
  }
  #products .products .product .get-in-touch {
    margin: 0 auto;
  }
  #products .products .product .bubbles-pattern-product-dev-right {
    top: 1%;
    right: -3%;
  }
  #products .products .product .bubbles-pattern-product-dev-bottom {
    left: 70%;
  }
  #products .products .product .bubbles-pattern-blockchain-bottom {
    transform: scale(0.5);
  }
  #products .products .product .bubbles-pattern-blockchain-bottomright {
    display: none;
  }
  #products .products .product .bubbles-pattern-mvp-dev-lefttop {
    top: 0;
  }
  #products .products .product .bubbles-pattern-mvp-dev-righttop {
    top: 0;
  }
  #products .products .product:first-child {
    padding-top: 100px;
  }
}

#work {
  position: relative;
}
#work .work .work-products {
  padding-bottom: 50px;
}
#work .work .work-products img {
  width: 90%;
}
#work .work .work-description {
  padding: 330px 0 0;
}
#work .work .work-description p.title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 58px;
  line-height: 60px;
  color: #7a8091;
  text-transform: uppercase;
}
#work .work .work-description p.title span {
  display: block;
}
#work .work .work-description p.description {
  font-family: "Ubuntu", sans-serif;
  font-size: 19px;
  color: #878a8d;
  padding-right: 15px;
}
#work .work .work-description .get-in-touch {
  background: -moz-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #B4EC51), color-stop(100%, #A0D468)); /* safari4+,chrome */
  background: -webkit-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(315deg, #B4EC51 0%, #A0D468 100%); /* ie10+ */
  background: linear-gradient(135deg, #B4EC51 0%, #A0D468 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B4EC51", endColorstr="#A0D468", GradientType=1); /* ie6-9 */
  width: 200px;
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid #B4EC51;
  font-size: 18px;
  color: #848b98;
  text-align: center;
  text-transform: uppercase;
}
#work .work .work-description .get-in-touch:hover {
  background: transparent;
  border: 1px solid #B4EC51;
  color: #5e616a;
  cursor: pointer;
  text-decoration: none;
}
#work .footer-pattern {
  position: absolute;
  right: 0;
  margin: -100px -100px 0;
}
#work .bubbles-pattern-work-topleft {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -250px;
}
@media (min-width: 1850px) {
  #work .footer-pattern {
    margin: unset;
    right: unset;
  }
}
@media (min-width: 1700px) {
  #work .footer-pattern {
    margin: -100px -30px 0;
  }
}
@media (max-width: 1200px) {
  #work .footer-pattern {
    margin: -290px -390px 0;
    clip: rect(160px, 3000px, 3000px, 0px);
  }
  #work .bubbles-pattern-work-topleft {
    transform: scale(0.7);
  }
  #work .work .work-products {
    padding-bottom: 30px;
  }
  #work .work .work-products img {
    width: 100%;
  }
  #work .work .work-description {
    padding: 50px 0 0 30px;
  }
}
@media (max-width: 992px) {
  #work .footer-pattern {
    margin: -290px -485px 0;
  }
  #work .bubbles-pattern-work-topleft {
    display: none;
  }
  #work .work {
    max-width: 960px;
  }
  #work .work .work-description {
    padding: 50px 15px 0 30px;
  }
  #work .work .work-description p.title {
    font-size: 46px;
    line-height: 50px;
  }
  #work .work .work-description p.description {
    font-size: 16px;
  }
  #work .work .work-description .get-in-touch {
    width: 180px;
    padding: 10px 15px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #work .footer-pattern {
    margin: -320px -610px 0;
    clip: rect(270px, 3000px, 3000px, 0px);
  }
  #work .bubbles-pattern-work-topleft {
    display: none;
  }
  #work .work {
    padding-top: 50px;
  }
  #work .work .work-description p.title {
    font-size: 32px;
    line-height: 40px;
  }
  #work .work .work-description p.description {
    font-size: 14px;
  }
  #work .work .work-description .get-in-touch {
    width: 150px;
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  #work .footer-pattern {
    margin: -530px -580px 0;
  }
  #work .work .work-products {
    text-align: center;
    padding: 60px 0 0;
    background-color: #282933;
  }
  #work .work .work-products img {
    width: 70%;
  }
  #work .work .work-products img:first-child {
    margin-bottom: 20px;
  }
  #work .work .work-description {
    padding: 60px 0 20px;
    text-align: center;
  }
  #work .work .work-description p.title {
    text-align: center;
  }
  #work .work .work-description p.description {
    text-align: center;
    margin-bottom: 0;
  }
  #work .work .work-description .get-in-touch {
    margin: 0 auto;
    padding: 10px 15px;
  }
  #work .work .placeholder {
    display: none;
  }
}
@media (max-width: 420px) {
  #work .footer-pattern {
    margin: -530px -700px 0;
  }
}

#footer .footer {
  padding: 200px 15px 85px;
}
#footer .footer .info p.title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 68px;
  color: #fff;
  text-transform: uppercase;
}
#footer .footer .info p.address, #footer .footer .info p.phone, #footer .footer .info p.email {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  color: #A9BEC6;
}
#footer .footer .info p.address a, #footer .footer .info p.phone a, #footer .footer .info p.email a {
  color: #A9BEC6;
}
#footer .footer .info p.phone i {
  transform: rotate(90deg);
}
#footer .footer .info .social-icons {
  font-size: 28px;
}
#footer .footer .info .social-icons .social-icon {
  padding: 60px 20px 0 15px;
}
#footer .footer .info .social-icons .social-icon a {
  color: #A9BEC6;
}
#footer .footer .info .social-icons .social-icon a:hover {
  color: #fff;
}
#footer .footer .contact-form {
  background-color: #fff;
  padding: 50px;
  border-radius: 7px;
}
#footer .footer .contact-form label {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 16px;
  color: #272B6A;
  text-transform: uppercase;
}
#footer .footer .contact-form input {
  border: 1px solid #fff;
  border-bottom: 1px solid #0E0A28;
  border-radius: 0;
  padding-left: 1px;
}
#footer .footer .contact-form button {
  margin-top: 5px;
  border-radius: 50px;
}
#footer .footer .form-message .alert-success, #footer .footer .form-message .alert-danger {
  display: none;
}
#footer .copyright {
  background-color: #3c3e50;
  padding: 20px 15px 20px 15px;
  position: relative;
}
#footer .copyright .container {
  padding-left: 0;
}
#footer .copyright .container p {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #dedede;
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 1200px) {
  #footer .footer {
    padding: 120px 15px 50px;
  }
  #footer .footer .info p.title {
    font-size: 58px;
  }
  #footer .footer .info .social-icons .social-icon {
    padding: 80px 40px 0 15px;
  }
}
@media (max-width: 992px) {
  #footer .footer .info p.title {
    font-size: 46px;
  }
  #footer .footer .info .social-icons .social-icon {
    padding: 80px 30px 0 15px;
  }
}
@media (max-width: 768px) {
  #footer .footer {
    padding: 160px 15px 50px;
  }
  #footer .footer .info p.title {
    font-size: 32px;
  }
  #footer .footer .info p.address, #footer .footer .info p.phone, #footer .footer .info p.email {
    font-size: 16px;
  }
  #footer .footer .info .social-icons {
    font-size: 24px;
  }
  #footer .footer .info .social-icons .social-icon {
    padding: 80px 15px 0 15px;
  }
  #footer .copyright {
    text-align: center;
  }
}
@media (max-width: 576px) {
  #footer .footer {
    padding: 100px 15px 100px;
  }
  #footer .footer .info {
    text-align: center;
  }
  #footer .footer .info p.title {
    color: #7a8091;
  }
  #footer .footer .info p.address, #footer .footer .info p.phone, #footer .footer .info p.email {
    color: #878a8d;
  }
  #footer .footer .info p.address a, #footer .footer .info p.phone a, #footer .footer .info p.email a {
    color: #878a8d;
  }
  #footer .footer .info .social-icons {
    justify-content: center;
  }
  #footer .footer .info .social-icons .social-icon {
    padding: 30px 10px 0 15px;
  }
  #footer .footer .info .social-icons .social-icon a {
    color: #878a8d;
  }
  #footer .footer .info .social-icons .social-icon a:hover {
    color: #B4EC51;
  }
  #footer .footer .contact-form {
    padding: 70px 50px 0 50px;
  }
}

@media (max-width: 992px) {
  #footer .container {
    max-width: 960px;
  }
}
@font-face {
  font-family: "Ubuntu";
  src: url("/styles/fonts/Ubuntu-Regular.ttf");
}
@font-face {
  font-family: "Ubuntu Bold";
  src: url("/styles/fonts/Ubuntu-Bold.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("/styles/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("/styles/fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat Light";
  src: url("/styles/fonts/Montserrat-Light.ttf");
}
@media (min-width: 1200px) {
  .container {
    max-width: 1248px !important;
  }
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Ubuntu", sans-serif !important;
  overflow: hidden;
}

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