html {
  font-size: 62.5%;
}

@media (max-width: 991px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
.content {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #302351;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #2d214d;
}

.big-link {
  color: #6ab538;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.24rem;
  position: relative;
}
.big-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  height: 4px;
  background-color: #6ab538;
  top: 100%;
  transition: all 0.3s;
}
.big-link:hover {
  color: #6ab538;
}
.big-link:hover::before {
  left: 50%;
  right: 50%;
  opacity: 0;
}

@media (max-width: 1689px) {
  .big-link {
    font-size: 5.5rem;
  }
}
@media (max-width: 1489px) {
  .big-link {
    font-size: 5rem;
  }
}
@media (max-width: 1199px) {
  .big-link {
    font-size: 4.2rem;
  }
  .big-link::before {
    height: 3px;
  }
}
@media (max-width: 991px) {
  .big-link {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .big-link {
    font-size: 3.4rem;
  }
  .big-link::before {
    height: 2px;
  }
}
@media (max-width: 575px) {
  .big-link {
    font-size: 3rem;
  }
}
@media (max-width: 1689px) {
  h1, .h1 {
    font-size: 7.6rem;
  }

  h2, .h2 {
    font-size: 5.7rem;
  }
}
@media (max-width: 1489px) {
  h1, .h1 {
    font-size: 7rem;
  }

  h2, .h2 {
    font-size: 5.2rem;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 6.4rem;
  }

  h2, .h2 {
    font-size: 4.6rem;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 5.8rem;
  }

  h2, .h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 5.4rem;
  }

  h2, .h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 4rem;
  }

  h2, .h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 399px) {
  h1, .h1 {
    font-size: 3.8rem;
  }

  h2, .h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 369px) {
  h1, .h1 {
    font-size: 3.6rem;
  }

  h2, .h2 {
    font-size: 2.6rem;
  }
}
.perex p {
  color: #746d86;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
  color: #2d214d;
}
.perex p strong {
  color: #2d214d;
  font-weight: 700;
}

@media (max-width: 575px) {
  .perex p {
    font-size: 1.8rem;
  }
}
button:focus {
  outline: none;
}

.btn-mail {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.83;
  border-radius: 3.9rem;
  padding: 2rem 3.7rem;
  overflow: hidden;
  position: relative;
}
.btn-mail::before, .btn-mail::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
  z-index: 2;
}
.btn-mail::before {
  background-image: linear-gradient(to right, #88dd44 0%, #3f990e 100%);
  opacity: 1;
}
.btn-mail::after {
  background-image: linear-gradient(to left, #88dd44 0%, #3f990e 100%);
  opacity: 0;
}
.btn-mail:hover {
  color: #ffffff;
}
.btn-mail:hover::before {
  opacity: 0;
}
.btn-mail:hover::after {
  opacity: 1;
}
.btn-mail .btn-ico,
.btn-mail span {
  position: relative;
  z-index: 3;
}
.btn-mail-wrap {
  position: relative;
}
.btn-mail-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  bottom: -1rem;
  background: url("../images/btn-shadow.svg") no-repeat top center;
  background-size: 100% 100%;
}

.btn-ico {
  display: inline-block;
  margin-right: 2.5rem;
}

@media (max-width: 1489px) {
  .btn-mail {
    font-size: 2.2rem;
    padding: 1.7rem 3.2rem;
  }

  .btn-ico {
    margin-right: 0.8rem;
    max-width: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .btn-mail {
    font-size: 2rem;
    padding: 1.4rem 2.7rem;
  }

  .btn-ico {
    margin-right: 0.6rem;
    max-width: 3.5rem;
  }
}
@media (max-width: 575px) {
  .btn-mail {
    font-size: 1.8rem;
    padding: 1.3rem 2rem;
    display: inline-flex;
    align-items: center;
  }

  .btn-ico {
    margin-right: 0.8rem;
    max-width: 3rem;
    padding-top: 0.2rem;
  }
}
/* Navbar */
.navbar {
  position: relative;
  padding: 0;
  background-color: transparent;
}

.header-menu {
  flex-basis: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: #4c3680;
  transition: all 0.45s ease;
  overflow: hidden;
  z-index: 4;
}
.header-menu.show {
  width: 30.6rem;
  height: 37.8rem;
}
.header-menu.show .navbar-nav .nav-link {
  opacity: 1;
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.9);
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-top: 8.9rem;
  padding-bottom: 6.7rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-nav .nav-link {
  display: inline-block;
  transition: all 0.3s;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.8s;
}
.navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-nav .active > .nav-link {
  color: #9dff51;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  color: #9dff51;
}

.collapsing {
  width: 0;
  height: 0;
}

/* END Navbar */
/* Hamburger */
.hamburger-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.hamburger {
  position: relative;
  color: #fff;
  padding: 3.15rem 2.85rem;
  width: 10rem;
  height: 10rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #4c3680;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 10;
}
.hamburger::before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -7px;
  width: calc(100% - 6px);
  height: 6px;
  background-color: #251c3e;
  z-index: -1;
}
.hamburger:not(.collapsed) {
  padding: 1.65rem 0.75rem;
}
.hamburger:not(.collapsed)::before {
  background-color: transparent;
}
.hamburger:focus, .hamburger:active {
  outline: 0;
}
.hamburger span {
  display: block;
  background-color: #ffffff;
  height: 5px;
  width: 40px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  transition: background-color 0.3s;
}
.hamburger span:nth-child(1), .hamburger span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.hamburger:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 28px;
  top: 40px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.hamburger:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 28px;
  top: 40px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* END Hamburger */
.big-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: 19.8rem;
}
.header-right .btn-mail-wrap {
  margin-top: 9rem;
}

.header-arrow {
  padding: 3rem;
  display: inline;
}
.header-arrow-wrap {
  display: inline;
  margin-top: 3rem;
  margin-right: 42rem;
}
.header-arrow img {
  transition: all 0.3s;
  animation: headerArrow 2s infinite;
}
.header-arrow:hover img {
  animation-play-state: paused;
}

@keyframes headerArrow {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(3rem) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@media (max-width: 1689px) {
  .big-logo {
    left: -14%;
    width: 75%;
  }
}
@media (max-width: 1489px) {
  .navbar-brand img {
    max-width: 54rem;
  }

  .header-right {
    margin-top: 8rem;
  }
  .header-right .btn-mail-wrap {
    margin-top: 6.5rem;
  }

  .header-arrow img {
    max-width: 6.5rem;
  }

  .big-logo {
    top: -1%;
  }
}
@media (max-height: 699px) and (max-width: 1489px) {
  .navbar-brand img {
    max-width: 48rem;
  }

  .header-right {
    margin-top: 5rem;
  }
  .header-right .btn-mail-wrap {
    margin-top: 4.2rem;
  }

  .header-arrow {
    padding: 1.5rem;
  }
  .header-arrow-wrap {
    margin-top: 0;
  }
  .header-arrow img {
    max-width: 5.5rem;
  }
}
@media (max-height: 739px) and (max-width: 1489px) {
  .header-arrow {
    padding: 2rem;
  }
  .header-arrow-wrap {
    margin-top: 0;
  }
  .header-arrow img {
    max-width: 6rem;
  }
}
@media (max-width: 1199px) {
  .navbar-brand img {
    max-width: 42rem;
  }

  .header-right {
    margin-top: 4rem;
  }
  .header-right .btn-mail-wrap {
    margin-top: 4.5rem;
  }

  .header-arrow {
    padding: 2rem;
  }
  .header-arrow-wrap {
    margin-top: 0;
    margin-right: 34rem;
  }
  .header-arrow img {
    max-width: 5.5rem;
  }

  .big-logo {
    top: 0%;
    left: -11%;
    width: 72%;
  }

  .hamburger {
    width: 80px;
    height: 80px;
    padding: 21.5px 19.5px;
  }
  .hamburger span {
    height: 4px;
    width: 37px;
  }
  .hamburger:not(.collapsed) span:nth-child(1) {
    left: 22px;
    top: 32px;
  }
  .hamburger:not(.collapsed) span:nth-child(3) {
    left: 22px;
    top: 32px;
  }
}
@media (max-width: 991px) {
  .navbar-brand img {
    max-width: 38rem;
  }

  .header-right {
    margin-top: 3rem;
  }
  .header-right .btn-mail-wrap {
    margin-top: 4rem;
  }

  .header-arrow {
    padding: 1.5rem;
  }
  .header-arrow-wrap {
    margin-right: 30rem;
  }
  .header-arrow img {
    max-width: 4.5rem;
  }

  .big-logo {
    top: 0%;
    left: -11%;
    width: 72%;
  }
}
@media (max-width: 575px) {
  header {
    padding-bottom: 6rem;
  }

  .header-right {
    margin-top: -5rem;
    padding-right: 9rem;
  }
  .header-right .btn-mail-wrap {
    margin-top: 2.5rem;
  }

  .big-logo {
    left: -4rem;
    top: -1rem;
    width: 195px;
  }

  .navbar-brand img {
    max-width: 21rem;
  }

  .header-arrow-wrap {
    margin-right: 0;
    margin-top: 4rem;
    padding-top: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    display: none;
  }
  .header-arrow img {
    max-width: 3rem;
  }

  .hamburger {
    width: 60px;
    height: 60px;
    padding: 13px 13.5px;
  }
  .hamburger span {
    height: 3px;
    width: 30px;
  }
  .hamburger:not(.collapsed) span:nth-child(1) {
    left: 15px;
    top: 23px;
  }
  .hamburger:not(.collapsed) span:nth-child(3) {
    left: 15px;
    top: 23px;
  }

  .header-menu.show {
    width: 100%;
  }

  .navbar-nav {
    align-items: center;
  }

  @keyframes headerArrow {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(1rem) rotate(3deg);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}
@media (max-width: 399px) {
  .header-right {
    padding-right: 8rem;
  }
}
@media (max-width: 369px) {
  .big-logo {
    left: -4rem;
    top: 0rem;
    width: 185px;
  }
}
@media (max-width: 359px) {
  .big-logo {
    left: -4rem;
    top: 1rem;
    width: 155px;
  }
}
.footer {
  margin-top: -43rem;
  padding-top: 46.5rem;
  text-align: center;
  padding-bottom: 14.5rem;
}
.footer .container {
  padding-top: 4rem;
}
.footer h2 {
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: -0.24rem;
  margin-bottom: 0;
}
.footer-adress {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-adress-txt {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
  text-align: left;
  padding-top: 4.5rem;
}
.footer-map {
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}
.footer-heading {
  margin-bottom: 8rem;
}
.footer-mail, .footer-tel {
  margin-left: 4.4rem;
  margin-right: 4.4rem;
}
.footer-mail:hover img, .footer-tel:hover img {
  transform: translateX(0.8rem);
}
.footer-mail img, .footer-tel img {
  display: inline-block;
  margin-right: 2.4rem;
  transition: all 0.3s;
}
.footer-mail span, .footer-tel span {
  font-size: 3rem;
  font-weight: 600;
}
.footer-contact {
  margin-top: 8rem;
}
.footer-mail span {
  color: #6ab538;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: -0.12rem;
  position: relative;
}
.footer-mail span::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  height: 2px;
  background-color: #6ab538;
  transition: all 0.3s;
}
.footer-mail:hover span::before {
  left: 50%;
  right: 50%;
  opacity: 0;
}
.footer-tel span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.12rem;
}
.footer-tel span strong {
  font-weight: 700;
}
.footer-socials {
  margin-top: 3.2rem;
}
.footer-socials a {
  display: inline-block;
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}
.footer-socials a path {
  transition: all 0.3s;
}
.footer-socials a:hover svg path {
  fill: #6ab538;
}
.footer-bottom {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 7.9rem;
}

@media (min-width: 576px) {
  .footer {
    background: url("../images/footer-bg.jpg") no-repeat top center;
  }
}
@media (max-width: 1489px) {
  .footer {
    padding-bottom: 11rem;
  }
  .footer-adress-txt {
    font-size: 1.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
  }
  .footer-map {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .footer-heading {
    margin-bottom: 6rem;
  }
  .footer-mail, .footer-tel {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .footer-mail:hover img, .footer-tel:hover img {
    transform: translateX(0.6rem);
  }
  .footer-mail img, .footer-tel img {
    margin-right: 2.2rem;
  }
  .footer-mail span, .footer-tel span {
    font-size: 2.8rem;
  }
  .footer-contact {
    margin-top: 6rem;
  }
  .footer-mail span {
    font-size: 2.8rem;
    line-height: 2.6;
  }
  .footer-tel span {
    font-size: 2.8rem;
  }
  .footer-socials {
    margin-top: 4rem;
  }
  .footer-socials a {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    width: 7rem;
  }
  .footer-socials a.ico-fb {
    width: 6.6rem;
  }
  .footer-socials a svg {
    max-width: 100%;
    height: auto;
  }
  .footer-bottom {
    font-size: 1.4rem;
    margin-top: 6.8rem;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding-bottom: 8rem;
  }
  .footer .container {
    padding-top: 1rem;
  }
  .footer-adress-txt {
    font-size: 1.6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
  }
  .footer-map {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 28rem;
  }
  .footer-heading {
    margin-bottom: 4.5rem;
  }
  .footer-mail, .footer-tel {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .footer-mail:hover img, .footer-tel:hover img {
    transform: translateX(0.45rem);
  }
  .footer-mail img, .footer-tel img {
    width: 4.4rem;
    margin-right: 2rem;
  }
  .footer-mail span, .footer-tel span {
    font-size: 2.6rem;
  }
  .footer-contact {
    margin-top: 4.5rem;
  }
  .footer-mail span {
    font-size: 2.6rem;
    line-height: 2.3;
  }
  .footer-tel span {
    font-size: 2.6rem;
  }
  .footer-socials {
    margin-top: 2.8rem;
  }
  .footer-socials a {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    width: 5.5rem;
  }
  .footer-socials a.ico-fb {
    width: 5rem;
  }
  .footer-bottom {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 6rem;
  }
  .footer .container {
    padding-top: 6rem;
  }
  .footer-adress-txt {
    font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
  }
  .footer-map {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 24rem;
  }
  .footer-heading {
    margin-bottom: 4rem;
  }
  .footer-mail, .footer-tel {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .footer-mail:hover img, .footer-tel:hover img {
    transform: translateX(0.4rem);
  }
  .footer-mail img, .footer-tel img {
    width: 4rem;
    margin-right: 1.8rem;
  }
  .footer-mail span, .footer-tel span {
    font-size: 2.4rem;
  }
  .footer-contact {
    margin-top: 4rem;
  }
  .footer-mail span {
    font-size: 2.4rem;
    line-height: 2;
  }
  .footer-tel span {
    font-size: 2.4rem;
  }
  .footer-socials {
    margin-top: 2.6rem;
  }
  .footer-socials a {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    width: 5.5rem;
  }
  .footer-socials a.ico-fb {
    width: 4.5rem;
  }
  .footer-bottom {
    margin-top: 5rem;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 0;
    margin-top: 0;
  }
  .footer-mail, .footer-tel {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 1.5rem;
  }
}
/* About */
.about {
  background-color: #ffffff;
  margin-top: -68.2rem;
  padding-top: 71.5rem;
  background: #ffffff;
  background-size: contain;
}
.about .container {
  text-align: center;
  padding-top: 4rem;
}
.about h1 {
  position: relative;
  line-height: 1.26;
  margin-bottom: 7.5rem;
  font-weight: 600;
}
.about h1::after {
  position: absolute;
  content: "";
  width: 8.4rem;
  height: 0.8rem;
  background: url("../images/headline-line.svg") no-repeat top center;
  background-size: 100% 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.lankary-font {
  color: #2d214d;
  font-weight: 500;
  letter-spacing: -0.4rem;
  font-size: 10rem;
  font-weight: 800;
  padding-bottom: 2.4rem;
  display: inline-block;
}
.lankary-font-green {
  color: #6ab538;
}

@media (min-width: 576px) {
  .about {
    background: #ffffff url("../images/about-bg.jpg") no-repeat top center;
  }
}
@media (max-width: 1689px) {
  .about {
    margin-top: -64rem;
    padding-top: 66.5rem;
  }

  .lankary-font {
    font-size: 9.4rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1489px) {
  .about {
    margin-top: -55.5rem;
    padding-top: 64rem;
  }

  .lankary-font {
    font-size: 8.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-height: 739px) and (max-width: 1489px) {
  .about {
    margin-top: -56rem;
  }
}
@media (max-height: 699px) and (max-width: 1489px) {
  .about {
    margin-top: -54rem;
  }
}
@media (max-width: 1199px) {
  .about {
    margin-top: -52rem;
    padding-top: 55rem;
  }

  .lankary-font {
    font-size: 8rem;
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 991px) {
  .about {
    margin-top: -51rem;
    padding-top: 53rem;
  }

  .lankary-font {
    font-size: 7.2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .about {
    margin-top: -57.5rem;
    padding-top: 60rem;
  }

  .lankary-font {
    font-size: 6.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .about {
    margin-top: -2rem;
    padding-top: 0;
  }
  .about h1 {
    margin-bottom: 3.5rem;
  }
  .about h1::after {
    width: 5.5rem;
    height: 0.6rem;
  }
  .about .container {
    padding-top: 2.5rem;
  }

  .lankary-font {
    font-size: 5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 399px) {
  .lankary-font {
    font-size: 4.8rem;
  }
}
@media (max-width: 369px) {
  .lankary-font {
    font-size: 4.4rem;
  }
}
/* END About */
/* Services */
.services {
  background-color: #ffffff;
  padding-top: 7.8rem;
}
.services .container {
  padding-top: 4rem;
}

.service-box {
  border-top: 4px solid #4c3680;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8.5rem 6.5rem;
  box-shadow: 0 1.9rem 7rem rgba(45, 33, 77, 0.12);
  background-color: #ffffff;
}
.service-box h3 {
  color: #4c3680;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -0.14rem;
  line-height: 0.8;
  text-align: center;
}
.service-box h3 small {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: normal;
}
.service-box-col:nth-child(2) {
  margin-top: 5rem;
}

.service-ico {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url("../images/service-ico-bg.svg") no-repeat center;
  margin-bottom: 5.5rem;
  margin-top: 3.6rem;
}

.service-txt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}

@media (min-width: 1690px) {
  .services .row {
    margin-left: -37px;
    margin-right: -37px;
  }
  .services .row [class*=col-] {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (max-width: 1489px) {
  .service-box {
    padding: 7rem 2rem;
  }
}
@media (max-width: 1199px) {
  .service-box {
    padding: 5rem 1.5rem;
  }
  .service-box h3 {
    font-size: 3.2rem;
    line-height: 1;
  }
  .service-box h3 small {
    margin-top: 0.5rem;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .services {
    padding-top: 2rem;
  }

  .service-box-col {
    margin-bottom: 4rem;
  }

  .service-box-col:nth-child(2) {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .services .container {
    padding-top: 1rem;
  }

  .service-box {
    box-shadow: 0 1.5rem 3rem rgba(45, 33, 77, 0.12);
  }
}
/* END Services */
/* References */
.references {
  background: #f1f0f5;
  padding-top: 61.5rem;
  margin-top: -50rem;
}
.references .container {
  padding-top: 4rem;
}

.reference-heading {
  text-align: center;
}
.reference-heading h2,
.reference-heading .h2 {
  color: #6ab538;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.24rem;
  margin-bottom: 0;
}
.reference-boxes .row {
  margin-left: -22px;
  margin-right: -22px;
  justify-content: center;
}
.reference-boxes .row [class*=col-] {
  padding-left: 22px;
  padding-right: 22px;
}
.reference-item {
  height: 31.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 2.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .references {
    background: #f1f0f5 url("../images/reference-bg.jpg") no-repeat top center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .references .h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .references .h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .references .h1 {
    font-size: 5.8rem;
  }
}
@media (max-width: 1689px) {
  .references .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .references .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1489px) {
  .reference-item {
    height: 25rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .references {
    padding-top: 56rem;
  }
  .references .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .references .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reference-item {
    height: 21rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .references {
    padding-top: 53rem;
  }
}
@media (max-width: 575px) {
  .references {
    padding-top: 34rem;
    margin-top: -35rem;
    padding-bottom: 3rem;
  }
  .references .h2 {
    margin-bottom: 1rem;
  }
  .references .h1 {
    line-height: 1.2;
  }
  .references .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .references .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .reference-item {
    height: 20rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .reference-item img {
    max-height: 50px;
  }
}
/* END References */

/*# sourceMappingURL=style.css.map */
