section.services-2-hero {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  margin-bottom: 50px;
  height: 45vh;
}
@media (max-width: 992px) {
  section.services-2-hero {
    padding-top: 140px;
    height: 45vh;
  }
}
section.services-2-hero > .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: auto;
  height: 100%;
}
@media (max-width: 992px) {
  section.services-2-hero > .container {
    justify-items: center;
  }
}
section.services-2-hero .heading {
  margin-bottom: 50px;
}
section.services-2-hero .heading h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1.35px;
  z-index: 10;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-top: auto;
}
@media (min-width: 992px) {
  section.services-2-hero .heading h1 {
    width: 60%;
  }
}
@media (max-width: 992px) {
  section.services-2-hero .heading h1 {
    text-align: center;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
  }
}

section.services-2-hero-2 {
  margin-bottom: 50px;
  background: #fff;
  overflow: hidden;
  height: 600px;
}
section.services-2-hero-2 .container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
section.services-2-hero-2 .gallery {
  display: flex;
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
}
section.services-2-hero-2 .gallery img {
  object-fit: cover;
  height: 600px;
}
section.services-2-hero-2 .gallery-mobile {
  display: none;
}
section.services-2-hero-2 .heading {
  position: relative;
  z-index: 9999999;
  width: 100%;
  padding: 50px 0 50px 0;
  background: radial-gradient(rgba(45, 45, 45, 0.7215686275) 25%, transparent 70%);
}
section.services-2-hero-2 .heading h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1.35px;
  z-index: 10;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 992px) {
  section.services-2-hero-2 .heading h1 {
    text-align: center;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  section.services-2-hero-2 {
    height: auto;
    padding-top: 110px;
    background: #3e3f41;
  }
  section.services-2-hero-2 .container {
    display: block;
  }
  section.services-2-hero-2 .gallery {
    position: initial;
    flex-wrap: wrap;
  }
  section.services-2-hero-2 .gallery img {
    height: auto;
  }
  section.services-2-hero-2 .gallery-desktop {
    display: none;
  }
  section.services-2-hero-2 .gallery-mobile {
    display: flex;
  }
  section.services-2-hero-2 .heading {
    position: relative;
    z-index: 9999999;
    width: 100%;
    padding: 50px 0 50px 0;
    background: none;
  }
}

section.services-2-content-experience {
  padding-bottom: 50px;
}
section.services-2-content-experience h2 {
  font-size: 40px;
  color: #4b4b4b;
  text-align: center;
  font-weight: 700;
  margin: 30px 0 60px 0;
}
section.services-2-content-experience .boxes h3 {
  font-size: 18px;
  color: #ffab23;
  font-weight: 700;
  margin: 0 0 15px 0;
}
section.services-2-content-experience .boxes p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
section.services-2-content-experience h3 {
  font-size: 22px;
  color: #4b4b4b;
  font-weight: 700;
  margin: 50px 0 30px 0;
  text-align: center;
}
section.services-2-content-experience .icons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
section.services-2-content-experience .icons .icon {
  margin: 15px 30px;
  display: block;
  text-align: center;
  position: relative;
}
section.services-2-content-experience .icons .icon img {
  margin: 5px 0;
}
section.services-2-content-experience .icons .icon span {
  display: block;
  margin: 20px 0 0 0;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 700;
}
section.services-2-content-experience .icons .separator {
  content: "+";
  font-size: 60px;
}
section.services-2-content-experience .icons .separator:last-of-type {
  display: none;
}
@media (max-width: 992px) {
  section.services-2-content-experience .icons {
    align-items: flex-start;
  }
  section.services-2-content-experience .icons .separator {
    display: none;
  }
}
@media (max-width: 615px) {
  section.services-2-content-experience .icons {
    flex-direction: column;
    align-items: center;
  }
}

section.services-2-content-contents {
  background: #fff;
  padding: 50px;
}
@media (max-width: 992px) {
  section.services-2-content-contents {
    padding: 50px 0;
  }
}
section.services-2-content-contents .arrow-bottom {
  background-image: url("../images/icon-white-arrow-bottom.png");
  position: absolute;
  top: 0;
  left: calc(50% - 37px);
  width: 73px;
  height: 47px;
}
section.services-2-content-contents h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-align: center;
  margin: 50px 0 70px 0;
}
@media (max-width: 992px) {
  section.services-2-content-contents h2 {
    font-size: 32px;
  }
}
section.services-2-content-contents .tabs .nav-tabs {
  border: none;
}
section.services-2-content-contents .tabs .nav-tabs .nav-item .nav-link {
  background: #f8f8f8;
  color: #030303;
  font-size: 12px;
  border: none;
  border-radius: 0;
  padding: 10px 25px;
}
section.services-2-content-contents .tabs .nav-tabs .nav-item .nav-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
  margin-left: 10px;
  color: #ccc;
}
section.services-2-content-contents .tabs .nav-tabs .nav-item .nav-link.active {
  background: #f5f5f5;
  color: #030303;
  font-weight: 700;
}
section.services-2-content-contents .tabs .nav-tabs .nav-item .nav-link.active:after {
  color: #000;
}
section.services-2-content-contents .tabs .tab-content {
  background: #f5f5f5;
  border: none;
  overflow: auto;
  padding: 30px;
}
section.services-2-content-contents .tabs .tab-content > .active {
  background: #f5f5f5;
  border: none;
  overflow: auto;
  padding: 30px;
}
section.services-2-content-contents .tabs .tab-content h2 {
  margin: 0;
  padding: 30px;
  font-size: 28px;
  color: #000;
  text-shadow: none;
}
@media (max-width: 992px) {
  section.services-2-content-contents .tabs {
    display: none;
  }
}
section.services-2-content-contents .accordions {
  display: none;
}
@media (max-width: 992px) {
  section.services-2-content-contents .accordions {
    display: block;
  }
}
section.services-2-content-contents .accordions .accordion-label {
  background: #f8f8f8;
  color: #030303;
  font-size: 12px;
  border: none;
  border-radius: 0;
  padding: 10px 25px;
  text-align: center;
  display: block;
}
section.services-2-content-contents .accordions .accordion-label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
  margin-left: 10px;
  color: #ccc;
}
section.services-2-content-contents .accordions .accordion-label[aria-expanded=true] {
  background: #f5f5f5;
  color: #030303;
  font-weight: 700;
}
section.services-2-content-contents .accordions .accordion-label[aria-expanded=true]:after {
  color: #000;
}
section.services-2-content-contents .accordions .accordion-content {
  padding: 0;
  overflow: auto;
}
section.services-2-content-contents .accordions .accordion-content h2 {
  margin: 0;
  padding: 30px 0;
  font-size: 28px;
  color: #000;
  text-shadow: none;
}
@media (max-width: 992px) {
  section.services-2-content-contents .accordions .accordion-content h2 {
    font-size: 18px;
  }
}
section.services-2-content-contents p {
  font-size: 12px;
  color: #000;
  margin: 15px 0;
}
section.services-2-content-contents table {
  font-size: 12px;
  color: #060606;
  width: 100%;
  margin: 0 auto;
}
section.services-2-content-contents table thead tr td {
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
}
section.services-2-content-contents table thead tr td:first-child {
  width: 40px;
}
section.services-2-content-contents table tbody tr {
  border-bottom: 1px solid #ccc;
}
section.services-2-content-contents table tbody tr td {
  padding: 10px;
}
section.services-2-content-contents table tbody tr td h3 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 20px 0 10px 0;
  margin: -10px -10px -11px -10px;
  z-index: 10;
  position: relative;
}

section.services-2-content-how-it-works {
  background: #fff;
  padding: 50px;
}
section.services-2-content-how-it-works h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-align: center;
  margin: 50px 0 70px 0;
}
@media (max-width: 992px) {
  section.services-2-content-how-it-works h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  section.services-2-content-how-it-works .image {
    overflow: auto;
  }
}
section.services-2-content-how-it-works .image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  section.services-2-content-how-it-works .image img {
    max-width: initial;
    height: initial;
  }
}
section.services-2-content-how-it-works .content {
  font-size: 12px;
  color: #000;
  margin: 30px 0;
}
section.services-2-content-how-it-works .content-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.services-2-content-how-it-works .content ul {
  padding: 0;
  margin: 0;
}
section.services-2-content-how-it-works .content ul li {
  margin: 10px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
}
section.services-2-content-how-it-works .content ul li:before {
  background-image: url("../images/bullet.png");
  background-position: center left;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
}
section.services-2-content-how-it-works .content h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  color: #000;
  text-align: left;
}

section.services-2-content {
  margin: 25px 0;
}
section.services-2-content .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.services-2-content .offers {
  margin: 30px 0;
}
@media (max-width: 992px) {
  section.services-2-content .offers {
    margin: 0 0 30px 0;
  }
}
section.services-2-content .offers .offer {
  text-align: center;
}
section.services-2-content .offers .offer .icon {
  margin: 10px 0 25px 0;
  height: 104px;
}
section.services-2-content .offers .offer .label {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.39px;
  line-height: 17px;
}
section.services-2-content .content {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
section.services-2-content .content h2 {
  color: #4b4b4b;
  font-size: 30px;
  font-weight: 700;
  margin: 5px 0 5px 0;
}
section.services-2-content .content h3 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.78px;
  margin: 5px 0 40px 0;
}
section.services-2-content .content p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
section.services-2-content .content p:first-of-type {
  margin-top: 30px;
}
section.services-2-content .show-investment-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -10px;
}
section.services-2-content .show-investment-btn {
  display: flex;
  flex: 1 0 40%;
  width: auto;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #3e3f41;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  height: 56px;
  text-decoration: none;
  border-radius: 6px;
  margin: 20px 10px 10px 10px;
  padding: 15px 50px;
}
section.services-2-content .show-investment-btn i {
  margin-right: 10px;
  font-size: 20px;
}
@media (max-width: 992px) {
  section.services-2-content .show-investment-btn {
    margin: 20px auto 5px auto;
  }
}
section.services-2-content .phone-btn {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: auto auto 0 auto;
  width: 265px;
}
section.services-2-content .phone-btn i {
  font-size: 22px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  section.services-2-content .phone-btn {
    margin: 20px auto 5px auto;
  }
}
section.services-2-content .image {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}
@media (max-width: 992px) {
  section.services-2-content .image {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
section.services-2-content .image img {
  border-radius: 8px;
  z-index: 10;
  position: relative;
}
section.services-2-content .image .background {
  background-color: #3e3f41;
  position: absolute;
  width: 250px;
  height: 100%;
  z-index: 9;
}
section.services-2-content .image.left .background {
  bottom: 20px;
  left: -20px;
}
@media (max-width: 992px) {
  section.services-2-content .image.left .background {
    left: -10px;
    bottom: 10px;
  }
}
section.services-2-content .image.right img {
  margin-left: auto;
}
section.services-2-content .image.right .background {
  bottom: 20px;
  right: -20px;
}
@media (max-width: 992px) {
  section.services-2-content .image.right .background {
    right: -10px;
    bottom: 10px;
  }
}
section.services-2-content .accordion {
  margin: 0 0 30px 0;
}
section.services-2-content .accordion .group .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url("../images/icon-arrow-right-yellow.png");
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}
section.services-2-content .accordion .group .label h4 {
  color: #ffab23;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  opacity: 1;
}
section.services-2-content .accordion .group .label span {
  color: #010101;
  font-size: 12px;
  font-weight: 400;
}
section.services-2-content .accordion .group .label.collapsed h4 {
  opacity: 0.5;
}
section.services-2-content .accordion .group .content {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  section.services-2-content .accordion .group .content {
    padding-left: 0;
  }
}
section.services-2-content .accordion .group .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 5px 0;
}
section.services-2-content .accordion .group .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.services-2-content .accordion .group .content ul li {
  margin: 0;
}
section.services-2-content .accordion .group .content ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: #ffab23;
  background-color: #ffab23;
  border-radius: 50%;
  font-size: 8px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}

section.services-2-contact-form {
  position: relative;
  background-color: #f5f5f5;
  padding: 85px 0 60px 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form {
    padding: 80px 0 30px 0;
  }
}
section.services-2-contact-form .form-check {
  padding-left: 5px;
}
section.services-2-contact-form .arrow-bottom {
  background-image: url("../images/icon-white-arrow-bottom.png");
  position: absolute;
  top: 0;
  left: calc(50% - 37px);
  width: 73px;
  height: 47px;
}
section.services-2-contact-form .offer {
  text-align: center;
}
@media (max-width: 992px) {
  section.services-2-contact-form .offer {
    margin-bottom: 30px;
  }
}
section.services-2-contact-form .offer .icon {
  margin: 10px 0 25px 0;
}
section.services-2-contact-form .offer .label {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.39px;
  line-height: 17px;
}
section.services-2-contact-form .content.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.services-2-contact-form .content h2 {
  color: #4b4b4b;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.06px;
  line-height: 38px;
  margin: 0 0 20px 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form .content h2 {
    font-size: 28px;
  }
}
section.services-2-contact-form .content h3 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
}
section.services-2-contact-form .content p {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
}
@media (max-width: 992px) {
  section.services-2-contact-form .content p {
    font-size: 14px;
  }
}
section.services-2-contact-form form label {
  color: rgba(51, 51, 51, 0.87);
  font-size: 13px;
  font-weight: 700;
}
section.services-2-contact-form form .wpcf7-list-item-label {
  color: #818181;
  font-size: 10px;
  font-weight: 400;
}
section.services-2-contact-form form .form-check-input {
  margin-top: 5px;
}
section.services-2-contact-form form ::placeholder {
  color: #b5b5b5;
  opacity: 1;
}
section.services-2-contact-form form :-ms-input-placeholder {
  color: #b5b5b5;
}
section.services-2-contact-form form ::-ms-input-placeholder {
  color: #b5b5b5;
}
section.services-2-contact-form form .form-control {
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #dededf;
  padding: 8px 10px;
  height: auto;
  outline: none;
  box-shadow: none;
}
section.services-2-contact-form .dark {
  text-align: center;
  margin: 30px 0 15px 0;
}
section.services-2-contact-form .dark p {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.34px;
  line-height: 17px;
}
section.services-2-contact-form .buttons {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form .buttons {
    flex-direction: column;
  }
}
section.services-2-contact-form .buttons a {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 0 15px 10px 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form .buttons a {
    width: 100%;
  }
}
section.services-2-contact-form .buttons a i {
  margin-right: 15px;
  font-size: 22px;
}
section.services-2-contact-form .buttons button {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  margin: 0 15px 10px 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form .buttons button {
    width: 100%;
  }
}
section.services-2-contact-form .buttons button i {
  margin-right: 15px;
  font-size: 22px;
}
section.services-2-contact-form .right .buttons {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 50px;
}

section.services-2-contact-form-2 {
  position: relative;
  background-color: #f5f5f5;
  padding: 85px 0 30px 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form-2 {
    padding: 80px 0 30px 0;
  }
}
section.services-2-contact-form-2 .arrow-bottom {
  background-image: url("../images/icon-white-arrow-bottom.png");
  position: absolute;
  top: 0;
  left: calc(50% - 37px);
  width: 73px;
  height: 47px;
}
section.services-2-contact-form-2 .offer {
  text-align: center;
}
@media (max-width: 992px) {
  section.services-2-contact-form-2 .offer {
    margin-bottom: 30px;
  }
}
section.services-2-contact-form-2 .offer .icon {
  margin: 10px 0 25px 0;
}
section.services-2-contact-form-2 .offer .label {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.39px;
  line-height: 17px;
}
section.services-2-contact-form-2 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  margin-bottom: 50px;
}
section.services-2-contact-form-2 .content h2 {
  color: #4b4b4b;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.06px;
  line-height: 38px;
  margin: 0 0 20px 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form-2 .content h2 {
    font-size: 28px;
  }
}
section.services-2-contact-form-2 .content h3 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
}
section.services-2-contact-form-2 .content p {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
}
@media (max-width: 992px) {
  section.services-2-contact-form-2 .content p {
    font-size: 14px;
  }
}
section.services-2-contact-form-2 form label {
  color: rgba(51, 51, 51, 0.87);
  font-size: 13px;
  font-weight: 700;
}
section.services-2-contact-form-2 form label.custom-control-label {
  color: #818181;
  font-size: 10px;
  font-weight: 400;
}
section.services-2-contact-form-2 form .custom-control-input:focus {
  outline: none;
  box-shadow: none;
}
section.services-2-contact-form-2 form ::placeholder {
  color: #b5b5b5;
  opacity: 1;
}
section.services-2-contact-form-2 form :-ms-input-placeholder {
  color: #b5b5b5;
}
section.services-2-contact-form-2 form ::-ms-input-placeholder {
  color: #b5b5b5;
}
section.services-2-contact-form-2 form .form-control {
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #dededf;
  padding: 8px 10px;
  height: auto;
  outline: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  section.services-2-contact-form-2 form .right .form-group {
    margin-top: 20px;
  }
}
section.services-2-contact-form-2 .description {
  text-align: center;
  margin: 30px 0 15px 0;
}
section.services-2-contact-form-2 .description p {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.34px;
  line-height: 17px;
}
section.services-2-contact-form-2 .buttons {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form-2 .buttons {
    flex-direction: column;
  }
}
section.services-2-contact-form-2 .buttons a {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 0 15px 10px 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form-2 .buttons a {
    width: 100%;
  }
}
section.services-2-contact-form-2 .buttons a i {
  margin-right: 15px;
  font-size: 22px;
}
section.services-2-contact-form-2 .buttons button {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  margin: 0 15px 10px 0;
}
@media (max-width: 992px) {
  section.services-2-contact-form-2 .buttons button {
    width: 100%;
  }
}
section.services-2-contact-form-2 .buttons button i {
  margin-right: 15px;
  font-size: 22px;
}

section.services-2-reviews {
  margin: 80px 0 100px 0;
}
@media (max-width: 992px) {
  section.services-2-reviews {
    margin: 40px 0 100px 0;
  }
}
section.services-2-reviews h2 {
  color: #4b4b4b;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.06px;
  line-height: 38px;
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 992px) {
  section.services-2-reviews h2 {
    font-size: 28px;
    margin: 30px 0;
  }
}
section.services-2-reviews .slider {
  position: relative;
  padding: 0 100px;
  text-align: center;
}
@media (max-width: 992px) {
  section.services-2-reviews .slider {
    padding: 0;
  }
}
section.services-2-reviews .slider .label {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 30px 0 0 0;
}
section.services-2-reviews .slider .review .company {
  color: #ababab;
  font-size: 48px;
  font-weight: 700;
  line-height: 49px;
  margin: 0 0 30px 0;
}
@media (max-width: 992px) {
  section.services-2-reviews .slider .review .company {
    font-size: 30px;
  }
}
section.services-2-reviews .slider .review .content {
  color: #888787;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 992px) {
  section.services-2-reviews .slider .review .content {
    font-size: 12px;
  }
}
section.services-2-reviews .slider .swiper-button-prev {
  left: 0;
  top: calc(50% + 40px);
  outline: none;
}
@media (max-width: 992px) {
  section.services-2-reviews .slider .swiper-button-prev {
    top: auto;
    bottom: -15px;
  }
}
section.services-2-reviews .slider .swiper-button-prev:after {
  font-size: 50px;
  color: #000;
}
section.services-2-reviews .slider .swiper-button-next {
  right: 0;
  top: calc(50% + 40px);
  outline: none;
}
@media (max-width: 992px) {
  section.services-2-reviews .slider .swiper-button-next {
    top: auto;
    bottom: -15px;
  }
}
section.services-2-reviews .slider .swiper-button-next:after {
  font-size: 50px;
  color: #000;
}
section.services-2-reviews .slider .swiper-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
section.services-2-reviews .slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  outline: none;
}
section.services-2-reviews .slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffab23;
}

section.services-2-offers {
  position: relative;
  background-color: #f5f5f5;
  padding: 100px 0 80px 0;
}
@media (max-width: 992px) {
  section.services-2-offers {
    padding: 80px 0 30px 0;
  }
}
section.services-2-offers .arrow-bottom {
  background-image: url("../images/icon-white-arrow-bottom.png");
  position: absolute;
  top: 0;
  left: calc(50% - 37px);
  width: 73px;
  height: 47px;
}
section.services-2-offers h2 {
  color: #4b4b4b;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.06px;
  line-height: 38px;
  margin: 0 0 40px 0;
}
section.services-2-offers h3 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
}
section.services-2-offers .offer {
  text-align: center;
}
section.services-2-offers .offer .icon {
  margin: 10px 0 25px 0;
}
section.services-2-offers .offer .label {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.39px;
  line-height: 17px;
}
section.services-2-offers .buttons {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 50px;
}
@media (max-width: 992px) {
  section.services-2-offers .buttons {
    margin: 30px 0;
    flex-direction: column;
  }
}
section.services-2-offers .buttons a {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 0 15px 10px 0;
}
@media (max-width: 992px) {
  section.services-2-offers .buttons a {
    width: 100%;
  }
}
section.services-2-offers .buttons a i {
  margin-right: 15px;
  font-size: 22px;
}
section.services-2-offers .buttons button {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  margin: 0 15px 10px 0;
}
@media (max-width: 992px) {
  section.services-2-offers .buttons button {
    width: 100%;
  }
}
section.services-2-offers .buttons button i {
  margin-right: 15px;
  font-size: 22px;
}

section.services-2-realizations {
  padding: 40px 0 40px 0;
}
section.services-2-realizations h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-align: center;
  margin: 40px 0 70px 0;
}
@media (max-width: 992px) {
  section.services-2-realizations h2 {
    font-size: 32px;
  }
}
section.services-2-realizations .slider .realization {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
section.services-2-realizations .slider .realization img {
  border-radius: 5px;
}
section.services-2-realizations .slider .realization .caption {
  margin: 15px 0 0 0;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
section.services-2-realizations .slider .realization .caption p {
  margin: 0 0 3px 0;
}
section.services-2-realizations .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.services-2-realizations .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-2-realizations .navigation .swiper-button-prev:after {
  display: none;
}
section.services-2-realizations .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-2-realizations .navigation .swiper-button-next:after {
  display: none;
}
section.services-2-realizations .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.services-2-realizations .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.services-2-realizations .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.services-2-realizations .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

section.services-2-realizations-2 {
  padding: 40px 0 40px 0;
}
section.services-2-realizations-2 h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-align: center;
  margin: 40px 0 70px 0;
}
@media (max-width: 992px) {
  section.services-2-realizations-2 h2 {
    font-size: 32px;
  }
}
section.services-2-realizations-2 h3 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-align: center;
  margin: 20px 0 20px 0;
}
section.services-2-realizations-2 .slider .realization {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
section.services-2-realizations-2 .slider .realization img {
  border-radius: 5px;
}
section.services-2-realizations-2 .slider .realization .caption {
  margin: 15px 0 0 0;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
section.services-2-realizations-2 .slider .realization .caption p {
  margin: 0 0 3px 0;
}
section.services-2-realizations-2 .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.services-2-realizations-2 .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-2-realizations-2 .navigation .swiper-button-prev:after {
  display: none;
}
section.services-2-realizations-2 .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-2-realizations-2 .navigation .swiper-button-next:after {
  display: none;
}
section.services-2-realizations-2 .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.services-2-realizations-2 .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.services-2-realizations-2 .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.services-2-realizations-2 .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

section.services-2-packages {
  position: relative;
  background-color: #f5f5f5;
  padding: 75px 0 60px 0;
}
section.services-2-packages .arrow-bottom {
  background-image: url("../images/icon-white-arrow-bottom.png");
  position: absolute;
  top: 0;
  left: calc(50% - 37px);
  width: 73px;
  height: 47px;
}
section.services-2-packages h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-align: center;
}
@media (max-width: 992px) {
  section.services-2-packages h2 {
    font-size: 32px;
  }
}
section.services-2-packages .content {
  font-size: 14px;
  color: #666;
  margin: 40px 0 30px 0;
}
section.services-2-packages .gallery img {
  margin-bottom: 15px;
}
section.services-2-packages .price-included {
  margin: 30px 0 15px 0;
}
section.services-2-packages .price-included .label {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
}
section.services-2-packages .price-included .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  section.services-2-packages .price-included .icons {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-evenly;
  }
}
section.services-2-packages .price-included .icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
}
section.services-2-packages .price-included .icons .icon span {
  font-size: 12px;
  color: #000;
  margin-left: 15px;
}

section.services-2-offers-slider h2 {
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 700;
  margin: 70px 0 45px 0;
}
section.services-2-offers-slider .slider {
  margin: 0 30px;
}
@media (max-width: 992px) {
  section.services-2-offers-slider .slider {
    margin: 0 10px;
  }
}
section.services-2-offers-slider .slider .offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  min-height: 464px;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
}
section.services-2-offers-slider .slider .offer .button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #8b8b8b;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.services-2-offers-slider .slider .offer .bottom {
  padding: 20px 10px;
}
section.services-2-offers-slider .slider .offer .bottom .type {
  background-color: #ffab23;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.38px;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 25px;
  display: inline-block;
}
section.services-2-offers-slider .slider .offer .bottom h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
}
section.services-2-offers-slider .slider .offer .bottom .description {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
}
section.services-2-offers-slider .slider .offer .bottom .parameters {
  display: flex;
  align-content: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  section.services-2-offers-slider .slider .offer .bottom .parameters {
    margin-top: 10px;
  }
}
section.services-2-offers-slider .slider .offer .bottom .parameters .parameter {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-right: 1px solid #fff;
  padding: 3px 15px;
  margin-top: auto;
}
section.services-2-offers-slider .slider .offer .bottom .parameters .parameter:last-child {
  border-right: none;
}
section.services-2-offers-slider .slider .offer .bottom .parameters .parameter span {
  display: block;
  text-align: center;
}
section.services-2-offers-slider .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.services-2-offers-slider .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-2-offers-slider .slider .navigation .swiper-button-prev:after {
  display: none;
}
section.services-2-offers-slider .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-2-offers-slider .slider .navigation .swiper-button-next:after {
  display: none;
}
section.services-2-offers-slider .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.services-2-offers-slider .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.services-2-offers-slider .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.services-2-offers-slider .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

/*# sourceMappingURL=page-services-new.css.map */
