.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  height: auto;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #404040;
  line-height: 1.3;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/hero-img-redone.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.pages {
  min-height: auto;
  padding-top: 190px;
  padding-bottom: 100px;
  background-image: linear-gradient(234deg, rgba(49, 89, 89, 0.75), #5ba6a6 83%), url('../images/hero-img-three.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-container.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-container.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-container.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-details {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper.phone {
  margin-right: 0px;
}

.navbar-pages {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/star-bg-redone.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.navbar {
  z-index: 6;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.text-link {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.text-link:hover {
  color: #d6f300;
}

.image {
  margin-right: 10px;
}

.nav-links {
  margin-top: 10px;
  padding-right: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: none;
}

.nav-links:hover {
  color: #d6f300;
}

.nav-links.w--current {
  color: #d6f300;
  font-size: 15px;
}

.nav-links.contact {
  margin-top: 10px;
  padding-right: 0px;
}

.brand {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand.w--current {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-wrapper {
  margin-top: 100px;
  margin-bottom: 0px;
}

.heading-wrapper.pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-sub-text {
  width: 40%;
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
  text-transform: none;
}

.heading-main {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 65px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: none;
}

.heading-main.pages {
  width: 100%;
  margin-bottom: 0px;
  color: #d6f300;
  font-size: 40px;
  font-weight: 700;
  text-align: right;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  padding: 15px 25px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.btn:hover {
  border-color: #d6f300;
  color: #d6f300;
}

.btn.more {
  margin-left: 0px;
  padding: 15px 30px;
  border-color: #d6f300;
  border-radius: 5px;
  background-color: #d6f300;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #315959;
  font-size: 14px;
  font-weight: 500;
  text-indent: 0px;
  text-transform: uppercase;
}

.btn.more:hover {
  border-color: #fff;
  background-color: #fff;
  color: #5ba6a6;
}

.link-wrapper {
  margin-top: 0px;
  margin-bottom: 25px;
}

.services-section {
  margin-top: 0px;
  padding-top: 140px;
  padding-bottom: 220px;
}

.services-section.pages {
  padding-top: 150px;
  padding-bottom: 150px;
}

.services-wrapper {
  margin-bottom: 60px;
  border-radius: 25px;
  background-color: transparent;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #315959;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 78, 78, 0.74)), to(rgba(39, 78, 78, 0.74))), url('../images/img-two.jpg');
  background-image: linear-gradient(180deg, rgba(39, 78, 78, 0.74), rgba(39, 78, 78, 0.74)), url('../images/img-two.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.service-box:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 78, 78, 0.74)), to(rgba(39, 78, 78, 0.74))), url('../images/img-two.jpg');
  background-image: linear-gradient(180deg, rgba(39, 78, 78, 0.74), rgba(39, 78, 78, 0.74)), url('../images/img-two.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0.95;
}

.service-box.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 4px;
  border-color: hsla(0, 0%, 100%, 0.18);
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 78, 78, 0.74)), to(rgba(39, 78, 78, 0.74))), url('../images/img-one.jpg');
  background-image: linear-gradient(180deg, rgba(39, 78, 78, 0.74), rgba(39, 78, 78, 0.74)), url('../images/img-one.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-box.last {
  border-top: 3px none hsla(0, 0%, 100%, 0.18);
  border-right: 3px none hsla(0, 0%, 100%, 0.18);
  border-bottom: 3px none hsla(0, 0%, 100%, 0.18);
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 78, 78, 0.74)), to(rgba(39, 78, 78, 0.74))), url('../images/img-three.jpg');
  background-image: linear-gradient(180deg, rgba(39, 78, 78, 0.74), rgba(39, 78, 78, 0.74)), url('../images/img-three.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.title {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #d6f300;
  font-size: 20px;
  font-weight: 500;
}

.p {
  color: #fff;
  font-size: 15px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.p.dark {
  width: 50%;
  margin-bottom: 20px;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.p.dark.block {
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}

.p.dark.block.contact {
  width: 80%;
  line-height: 35px;
}

.p.dark.block.contact.faq {
  width: 100%;
  text-decoration: none;
}

.p.dark.block.contact-text {
  margin-bottom: 60px;
  line-height: 35px;
}

.p.dark.block.contact-text.faq-text {
  margin-bottom: 20px;
}

.p.dark.block.home {
  margin-bottom: 40px;
}

.p.dark.block.faq {
  margin-bottom: 20px;
  line-height: 35px;
}

.p.dark.footer {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #315959;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
}

.p.dark.cta-heading {
  width: 70%;
  margin-bottom: 100px;
  color: #545454;
  font-size: 45px;
  line-height: 1.5;
  font-weight: 200;
}

.p.dark.cta-heading.aboutus {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.p.dark.cta-heading.aboutus.web-p {
  color: #d6f300;
  font-size: 30px;
}

.p.white {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 2;
}

.p.white.title-form {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.p.white.cta-content {
  font-size: 16px;
  line-height: 35px;
  text-align: left;
}

.button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #d6f300;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #315959;
  font-size: 13px;
  font-weight: 600;
}

.button:hover {
  background-color: #fff;
  color: #5ba6a6;
}

.button.about {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin: 40px 43px 40px 45px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #d6f300;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.button.about:hover {
  background-color: #fff;
  color: #315959;
}

.button.pages {
  padding: 20px;
  background-color: #315959;
  color: #d6f300;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.button.pages:hover {
  background-color: #5ba6a6;
  color: #fff;
}

.button.pages.packages {
  display: none;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(91, 166, 166, 0.5);
  color: #315959;
  font-weight: 600;
}

.button.pages.packages:hover {
  background-color: #315959;
  color: #d6f300;
}

.about-section {
  padding-bottom: 220px;
  background-image: url('../images/star-bg-redone.png');
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.about-section.pages {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.grid-2 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-wrapper.pages {
  padding-top: 0px;
}

.bold {
  color: #315959;
  font-size: 16px;
  line-height: 0px;
  font-weight: 400;
}

.bold.white {
  color: #fff;
  font-weight: 300;
}

.bold.pages {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #315959;
  font-size: 20px;
  line-height: 0px;
  font-weight: 500;
  text-decoration: none;
}

.bold.pages:hover {
  color: #5ba6a6;
}

.bold.packages {
  font-weight: 700;
}

.about-title {
  width: 65%;
  margin-bottom: 30px;
  color: #2d4c4c;
  font-size: 50px;
  line-height: 1.6;
}

.about-title.pages {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #d6f300;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}

.about-title.pages.web {
  color: #315959;
}

.text-link-about {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #2d4c4c;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link-about:hover {
  color: #5ba6a6;
}

.text-link-about.work {
  color: #d6f300;
  font-size: 14px;
  font-weight: 500;
}

.text-link-arrow {
  margin-top: 40px;
}

.text-link-arrow.cta-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-wrapper.pages {
  margin-top: 10px;
}

.image-2 {
  border-radius: 15px;
}

.calltoaction-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(234deg, #315959, #5ba6a6);
}

.grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-title {
  margin-bottom: 20px;
  color: #d6f300;
  font-size: 45px;
  line-height: 1.3;
}

.form-wrapper-input {
  margin-top: 35px;
}

.field {
  width: 100%;
  margin-right: 20px;
}

.field-input {
  width: 100%;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #fff;
  color: #315959;
}

.field-input::-webkit-input-placeholder {
  color: #315959;
}

.field-input:-ms-input-placeholder {
  color: #315959;
}

.field-input::-ms-input-placeholder {
  color: #315959;
}

.field-input::placeholder {
  color: #315959;
}

.field-input.text-area {
  height: 150px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.field-input.contact {
  margin-bottom: 30px;
}

.submit-button {
  height: 50px;
  padding: 15px 35px;
  border-radius: 5px;
  background-color: #d6f300;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #315959;
  font-weight: 500;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fff;
  color: #5ba6a6;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-5 {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.75fr 0.5fr 0.75fr;
  grid-template-columns: 0.75fr 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.follow-us {
  display: block;
  margin-right: 30px;
  color: #2d4c4c;
  font-weight: 600;
}

.link-block-social {
  margin-right: 30px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.link-block-social:hover {
  opacity: 0.6;
}

.link-block-social.last {
  margin-right: 0px;
}

.footer-title {
  margin-top: 28px;
  margin-bottom: 35px;
  color: #2d4c4c;
  font-size: 20px;
  font-weight: 500;
}

.link-wrapper {
  margin-top: 29px;
}

.link-wrapper.contact {
  margin-bottom: 60px;
}

.footer-links {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #5ba6a6;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-links:hover {
  color: #315959;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  margin-right: 20px;
}

.link-2 {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #5ba6a6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  color: #315959;
}

.copyrights {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #f3f3f3;
  background-image: none;
}

.copyright {
  color: #315959;
  font-size: 14px;
  text-decoration: none;
}

.bold-deco {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2px;
  background-color: rgba(45, 76, 76, 0.03);
  color: #5ba6a6;
  font-weight: 600;
}

.arrow-img {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  margin-top: 2px;
  margin-left: -45px;
  opacity: 0;
}

.arrow-img.smaill {
  margin-top: 1px;
  opacity: 0;
}

.text-block {
  margin-top: 0px;
  color: #2d4c4c;
  font-size: 16px;
  font-weight: 400;
}

.image-5 {
  margin-top: 0px;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  height: 100%;
}

.icon {
  color: rgba(173, 191, 38, 0.7);
}

.icon-2 {
  color: rgba(173, 191, 38, 0.7);
}

.slide-nav {
  display: none;
}

.text-link-copyright {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #adbf26;
  text-decoration: none;
}

.text-link-copyright:hover {
  color: #5ba6a6;
}

.div-block-3 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.services-grid {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  justify-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.service-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 4px;
  border-color: rgba(214, 243, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(91, 166, 166, 0.1);
}

.inside-block {
  padding: 7px;
  border-radius: 10px;
  background-color: rgba(91, 166, 166, 0.5);
}

.image-7 {
  padding: 0px;
  background-color: transparent;
}

.block-heading {
  margin-top: 20px;
  color: rgba(49, 89, 89, 0.8);
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.image-8 {
  margin-left: 30px;
}

.grid-7 {
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-9 {
  position: relative;
  border: 1px none #000;
  border-radius: 20px 0px 20px 20px;
  opacity: 0;
}

.overlay-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px 0px 0px 20px;
  background-color: rgba(91, 166, 166, 0.45);
}

.overlay-box.packages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #d6f300;
  opacity: 0;
  text-decoration: none;
}

.overlay-box.packages.main {
  margin: 0px;
}

.image-10 {
  opacity: 0.85;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 0px;
  border-radius: 20px;
  background-color: #315959;
  background-image: linear-gradient(158deg, #2d4c4c, #5ba6a6);
  -o-object-fit: fill;
  object-fit: fill;
}

.content-wrapper.web {
  background-color: #d6f300;
  background-image: linear-gradient(122deg, #adbf26, #d6f300);
}

.divider {
  display: none;
  width: 60%;
  height: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 40px;
  background-color: #d6f300;
  opacity: 0.5;
}

.contact-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.grid-8 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-details-wrapper {
  margin-top: 0px;
}

.contact-details-wrapper.faq {
  margin-top: 20px;
  text-decoration: none;
}

.contact-form {
  padding: 55px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5ba6a6), to(#315959));
  background-image: linear-gradient(180deg, #5ba6a6, #315959);
}

.form-block {
  margin-bottom: 0px;
}

.faq-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.faq-content-wrapper.faq {
  display: block;
  text-decoration: none;
}

.faq-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.faq-wrap-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.faq-wrapper {
  margin-bottom: 20px;
  padding: 5px 30px 2px 35px;
  border-radius: 10px;
  background-color: #315959;
  background-image: linear-gradient(279deg, #315959, #5ba6a6);
}

.faq-arrow-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-container {
  margin-top: 10px;
  padding-left: 30px;
}

.faq-container.faq {
  margin-bottom: 0px;
  padding-left: 0px;
}

.faq-paragraph {
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
}

.text-block-22 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.text-block-22.faq {
  font-size: 15px;
  font-weight: 500;
}

.full-width {
  display: block;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-content {
  overflow: hidden;
  margin-top: 10px;
}

.grid-9 {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-links {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #d6f300;
  font-weight: 400;
  text-decoration: none;
}

.faq-links:hover {
  color: #fff;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url('../images/img-services.png');
  background-position: 0% 50%;
  background-size: cover;
}

.image-wrapper.one {
  background-image: url('../images/img-services.png');
  background-position: 0% 50%;
  background-size: cover;
}

.image-wrapper.two {
  background-image: url('../images/img-services-tax.jpg');
  background-position: 0% 50%;
  background-size: auto;
}

.image-wrapper.three {
  background-image: url('../images/img-services-advisory.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.four {
  background-image: url('../images/img-services-secretarial.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph {
  color: #315959;
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  text-align: justify;
}

.dark-text {
  font-weight: 600;
}

.success-message {
  border-radius: 10px;
  background-color: #d6f300;
}

.error-message {
  border-radius: 15px;
  background-color: #ff1010;
}

.error-code-text-massage {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
}

.success-text {
  font-size: 16px;
  line-height: 35px;
}

.call-back-success-mesaage {
  padding-top: 56px;
  padding-bottom: 56px;
  border-radius: 15px;
  background-color: #d6f300;
}

.grid-10 {
  margin-top: 60px;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.packages-img-wrapper {
  position: relative;
}

.package-grid.second {
  margin-top: 10px;
}

.image-12 {
  width: auto;
  height: auto;
  border-radius: 20px;
}

.download {
  margin-top: 10px;
  color: #2d4c4c;
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
  text-decoration: none;
}

.heading-wrapper-pack {
  width: 100%;
  margin-bottom: 40px;
  color: #2d4c4c;
  font-size: 16px;
  line-height: 35px;
  font-style: normal;
}

.heading-wrapper-pack.web {
  color: #fff;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.heading-wrapper-pack.web.main-p {
  width: 50%;
  -webkit-column-count: 1;
  column-count: 1;
}

.heading-wrapper-pack.web.portfolio {
  -webkit-column-count: 1;
  column-count: 1;
}

.text-block-23 {
  margin-top: 0px;
  margin-left: 20px;
  color: #315959;
  font-size: 30px;
  font-weight: 700;
}

.text-block-23.top {
  margin-bottom: 20px;
  margin-left: 0px;
  color: #315959;
  font-size: 35px;
  font-weight: 700;
}

.text-block-23.top.web {
  width: 80%;
  color: #d6f300;
}

.package-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.package-heading.top {
  margin-top: 0px;
}

.plan-link {
  width: 100%;
  margin-top: 40px;
  text-decoration: none;
}

.plan-link:hover {
  border-radius: 15px;
  background-color: #d6f300;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrapper {
  margin-top: 0px;
}

.wrap-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(58, 107, 107, 0.98);
}

.bg--wrapper-show {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #315959;
  opacity: 1;
}

.bg--wrapper-hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: transparent;
  opacity: 1;
}

.nav--pages {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
}

.service-text {
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

.service-text.last {
  margin-bottom: 0px;
}

.service-text.web {
  color: #315959;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
}

.service--heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  opacity: 1;
}

.link-4 {
  text-decoration: none;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dot-yellow {
  color: #d6f300;
}

.web-button {
  width: 50%;
  margin-top: 20px;
  margin-right: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 8px;
  background-color: #fff;
  color: #315959;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.web-button:hover {
  background-color: #5ba6a6;
  color: #fff;
}

.web-button.work {
  border-radius: 8px;
  background-color: #315959;
  color: #d6f300;
  font-size: 12px;
}

.web-button.work:hover {
  background-color: #5ba6a6;
  color: #fff;
}

.web-button.work._w-page-work {
  margin-right: 0px;
  padding: 20px;
  background-color: #fff;
  color: #315959;
  font-size: 14px;
  font-weight: 500;
}

.web-button.work._w-page-work:hover {
  background-color: #d6f300;
}

.web-button._w-page {
  margin-right: 20px;
  padding: 20px;
  background-color: #5ba6a6;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.web-button._w-page:hover {
  background-color: #adbf26;
}

.web-button._w-page.main {
  width: auto;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.click {
  font-style: italic;
  font-weight: 700;
}

.pricing-comparison {
  position: relative;
  padding: 150px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f3f3f3;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(91, 166, 166, 0.1);
  box-shadow: 0 4px 130px 0 rgba(150, 163, 181, 0.12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d4c4c), to(#5ba6a6));
  background-image: linear-gradient(180deg, #2d4c4c, #5ba6a6);
  box-shadow: 0 4px 130px 0 rgba(150, 163, 181, 0.3);
}

.pricing-card.gold {
  border-radius: 20px;
  background-color: #fff;
}

.pricing-card.bronze {
  border-radius: 20px;
  background-color: #fff;
}

.pricing-image {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #315959;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.pricing-title.silver {
  color: #fff;
}

.pricing-subtitle {
  margin-bottom: 12px;
  color: #315959;
  font-size: 14px;
  line-height: 20px;
}

.pricing-subtitle.silver {
  color: #fff;
}

.pricing-price {
  margin-bottom: 8px;
  color: #315959;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.pricing-price.silver {
  color: #fff;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
  color: #315959;
  font-size: 11px;
  font-weight: 500;
}

.paragraph-regular.margin-bottom-20.silver {
  color: #fff;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  border: 2px solid #bf834e;
  border-radius: 8px;
  background-color: #bf834e;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.button-primary.outline-button:hover {
  border-color: #adbf26;
  background-color: #adbf26;
  color: #fff;
}

.button-primary.outline-button.gold {
  border: 2px solid #d9ae30;
  background-color: #d9ae30;
  color: #fff;
  font-weight: 700;
}

.button-primary.outline-button.gold:hover {
  border-color: #adbf26;
  background-color: #adbf26;
}

.button-primary.silver {
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  background-color: #d9d9d9;
  color: #315959;
  font-weight: 700;
}

.button-primary.silver:hover {
  border-color: #adbf26;
  background-color: #adbf26;
}

.pricing-divider {
  height: 1px;
  margin: 56px -24px 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(118, 135, 157, 0.1);
}

.pricing-feature-list {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.pricing-feature {
  margin-top: 16px;
  padding-left: 32px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
  background-image: url('../images/checkbox-circle-line.svg');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #315959;
  font-size: 14px;
  line-height: 24px;
}

.pricing-feature.silver {
  background-image: url('../images/checkbox-circle-line-white.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  color: #fff;
}

.pricing-feature.all {
  font-weight: 600;
}

.pricing-tag {
  position: absolute;
  top: -19px;
  padding: 7px 16px;
  border-radius: 24px;
  background-color: #adbf26;
  box-shadow: 0 3px 10px 0 rgba(150, 163, 181, 0.2);
  color: #fff;
  font-weight: 600;
}

.get-quote {
  margin-bottom: 0px;
}

.website-design {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #5aa6a5;
  background-image: linear-gradient(234deg, #5ba6a6 17%, rgba(49, 89, 89, 0.75));
}

.image-work-wrapper {
  position: relative;
}

.work-content-w {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  margin: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(49, 89, 89, 0.95);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#315959), to(#5ba6a6));
  background-image: linear-gradient(180deg, #315959, #5ba6a6);
}

.web-p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
}

.work-type {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.work-client {
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.div-block-7 {
  position: relative;
  border-radius: 10px;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #315959), to(transparent));
  background-image: linear-gradient(0deg, #315959 10%, transparent);
}

.image-15 {
  border-radius: 10px;
}

.grid-11 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .main-container.footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-details {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-wrapper {
    margin-bottom: 10px;
  }

  .text-wrapper {
    margin-right: 40px;
  }

  .navbar-pages {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .navbar {
    opacity: 0.95;
  }

  .nav-links {
    margin-top: 0px;
    color: #d6f300;
    font-size: 15px;
  }

  .nav-links:hover {
    color: #5ba6a6;
  }

  .nav-links.contact {
    margin-top: 0px;
  }

  .brand {
    margin-top: 0px;
  }

  .heading-wrapper.pages {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-sub-text {
    width: 100%;
    text-align: center;
  }

  .heading-main {
    width: 100%;
    text-align: center;
  }

  .heading-main.pages {
    width: 100%;
    text-align: right;
  }

  .button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-section {
    padding-bottom: 140px;
  }

  .services-section.pages {
    padding-top: 140px;
  }

  .grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p.dark.block {
    margin-bottom: 10px;
    text-align: center;
  }

  .p.dark.block.contact {
    width: 100%;
  }

  .p.dark.footer {
    text-align: center;
  }

  .p.dark.cta-heading {
    width: 100%;
    font-size: 35px;
  }

  .p.dark.cta-heading.aboutus {
    text-align: center;
  }

  .p.white.title-form {
    text-align: center;
  }

  .p.white.cta-content {
    margin-bottom: 0px;
    text-align: center;
  }

  .about-section {
    padding-bottom: 140px;
  }

  .about-section.pages {
    padding-top: 140px;
  }

  .grid-2 {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-wrapper {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold {
    text-align: center;
  }

  .bold.pages {
    font-size: 20px;
  }

  .about-title {
    text-align: center;
  }

  .about-title.pages {
    margin-bottom: 0px;
    font-size: 20px;
    text-align: left;
  }

  .text-link-about.work {
    margin-left: 0px;
    font-size: 13px;
  }

  .text-link-arrow.cta-top {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .img-wrapper {
    margin-bottom: 0px;
  }

  .grid-3 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-title {
    text-align: center;
  }

  .grid-5 {
    justify-items: stretch;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .footer-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-title {
    margin-top: 60px;
    text-align: center;
  }

  .link-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid-6 {
    justify-items: center;
    grid-column-gap: 70px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .details-wrapper.last {
    margin-bottom: 0px;
  }

  .image-3 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .copyright {
    margin-bottom: 0px;
    text-align: center;
  }

  .copyright.last {
    margin-bottom: 0px;
  }

  .icon-3 {
    display: none;
    color: #315959;
    font-size: 40px;
  }

  .menu-button {
    margin-right: 0px;
    padding-top: 25px;
    padding-right: 0px;
  }

  .menu-button.w--open {
    margin-right: 0px;
    padding-right: 0px;
    background-color: transparent;
  }

  .nav-menu {
    margin-top: 25px;
    border-radius: 10px;
    background-color: #315959;
  }

  .services-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .service-border {
    background-color: rgba(91, 166, 166, 0.1);
  }

  .block-heading {
    font-size: 18px;
    font-weight: 600;
  }

  .grid-7 {
    margin-bottom: 0px;
    justify-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .overlay-box {
    margin: 0px;
    border-radius: 20px;
  }

  .content-wrapper {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .contact-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-details-wrapper {
    margin-top: 0px;
  }

  .contact-details-wrapper.faq {
    margin-top: 0px;
  }

  .faq-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .faq-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .faq-wrapper.last-block {
    margin-bottom: 0px;
  }

  .faq-arrow-box {
    margin-left: 40px;
  }

  .faq-container {
    margin-top: 20px;
    padding-left: 0px;
  }

  .faq-container.faq {
    margin-top: 0px;
  }

  .text-block-22.faq {
    line-height: 2;
  }

  .grid-9 {
    grid-column-gap: 50px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .image-wrapper.one {
    border-radius: 20px;
  }

  .image-wrapper.two {
    border-radius: 20px;
  }

  .image-wrapper.three {
    border-radius: 20px;
  }

  .image-wrapper.four {
    border-radius: 20px;
  }

  .image-wrapper.six {
    border-radius: 20px;
  }

  .paragraph {
    text-align: center;
  }

  .line {
    width: 20px;
    height: 4px;
    margin-bottom: 6px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 50px;
    background-color: #fff;
  }

  .line.middle {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    margin-left: auto;
    border-radius: 50px;
  }

  .line.last {
    width: 25px;
    height: 4px;
    margin-bottom: 0px;
    margin-left: auto;
    border-radius: 50px;
  }

  .grid-10 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-wrapper-pack {
    width: 100%;
  }

  .heading-wrapper-pack.web {
    text-align: center;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .heading-wrapper-pack.web.main-p {
    width: 100%;
    text-align: center;
  }

  .plan-link {
    margin-top: 20px;
  }

  .nav-wrapper {
    margin-bottom: 0px;
  }

  .wrap-icons {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-text {
    text-align: left;
  }

  .service-text.web {
    text-align: left;
  }

  .web-button {
    width: 100%;
  }

  .web-button._w-page.main {
    margin-right: 0px;
  }

  .div-block-6 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-comparison {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 728px;
  }

  .pricing-wrapper {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    width: 350px;
  }

  .web-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-work-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .work-content-w {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .web-p {
    font-size: 12px;
    text-align: left;
  }

  .work-type {
    text-align: left;
  }

  .work-client {
    font-size: 18px;
    text-align: left;
  }

  .div-block-7 {
    width: 50%;
    border-radius: 10px 0px 0px 10px;
  }

  .div-block-8 {
    border-radius: 10px 0px 0px 10px;
    background-image: none;
  }

  .image-15 {
    border-radius: 10px 0px 0px 10px;
  }

  .grid-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .text-wrapper {
    margin-right: 10px;
  }

  .nav-links {
    margin-top: 0px;
  }

  .heading-wrapper {
    margin-top: 0px;
  }

  .heading-wrapper.pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-sub-text {
    font-size: 20px;
  }

  .heading-main {
    font-size: 65px;
  }

  .heading-main.pages {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn.more {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-style: none;
  }

  .services-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-section.pages {
    padding-top: 100px;
  }

  .services-wrapper {
    margin-bottom: 60px;
  }

  .grid {
    grid-row-gap: 40px;
  }

  .p.dark.block {
    font-size: 16px;
  }

  .p.dark.footer {
    width: 100%;
  }

  .p.dark.cta-heading {
    margin-bottom: 60px;
    font-size: 25px;
  }

  .p.dark.cta-heading.aboutus {
    font-weight: 400;
  }

  .p.white.title-form {
    font-size: 18px;
  }

  .p.white.cta-content {
    font-size: 16px;
    line-height: 2;
  }

  .button.about {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .about-section {
    padding-bottom: 100px;
    background-position: 0% 50%;
    background-size: cover;
  }

  .about-section.pages {
    padding-top: 100px;
  }

  .grid-2 {
    grid-column-gap: 0px;
  }

  .bold {
    font-size: 16px;
    line-height: 1;
  }

  .bold.pages {
    font-size: 20px;
  }

  .about-title {
    font-size: 40px;
  }

  .img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .field-input {
    text-align: center;
  }

  .submit-button {
    width: 100%;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-row-gap: 30px;
  }

  .social-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .follow-us {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .link-block-social {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-title {
    margin-top: 0px;
  }

  .menu-button {
    margin-right: 0px;
  }

  .nav-menu {
    border-radius: 10px;
  }

  .image-8 {
    margin-left: 0px;
  }

  .grid-7 {
    justify-items: stretch;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .overlay-box {
    margin-right: 0px;
    margin-left: 0px;
  }

  .content-wrapper {
    padding-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.web {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .faq-arrow-box {
    margin-left: 20px;
  }

  .faq-container.faq {
    margin-top: 0px;
  }

  .image-wrapper {
    position: relative;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line {
    background-color: #fff;
  }

  .grid-10 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-wrapper-pack {
    text-align: center;
  }

  .text-block-23 {
    margin-left: 0px;
    text-align: center;
  }

  .text-block-23.top {
    text-align: center;
  }

  .package-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-icons {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-13 {
    margin-bottom: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .image-14 {
    margin-bottom: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .web-button.work {
    margin-right: 0px;
  }

  .pricing-comparison {
    padding: 100px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .image-work-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .work-content-w {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
  }

  .web-p {
    font-size: 11px;
  }

  .work-client {
    font-size: 15px;
  }

  .div-block-7 {
    display: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .div-block-8 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .image-15 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.pages {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .main-container.footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brand {
    margin-left: -15px;
  }

  .heading-wrapper.pages {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-sub-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading-main {
    font-size: 40px;
  }

  .heading-main.pages {
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
  }

  .btn {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .btn.more {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .services-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-section.pages {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-box {
    padding: 30px 20px;
  }

  .title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .p {
    line-height: 1.8;
  }

  .p.dark.block {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .p.dark.footer {
    font-size: 14px;
  }

  .p.dark.cta-heading {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
  }

  .p.dark.cta-heading.aboutus {
    font-weight: 500;
  }

  .p.white.title-form {
    font-size: 16px;
  }

  .button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .button.about {
    width: auto;
    margin-right: 25px;
    margin-left: 25px;
  }

  .about-section {
    padding-bottom: 80px;
  }

  .about-section.pages {
    padding-top: 80px;
  }

  .grid-2 {
    justify-items: stretch;
  }

  .block-wrapper {
    position: relative;
  }

  .bold.pages {
    font-size: 18px;
  }

  .about-title {
    width: 100%;
    font-size: 30px;
  }

  .about-title.pages {
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .text-link-about {
    width: 100%;
    margin-left: -30px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .text-link-about.work {
    width: auto;
    margin-left: -25px;
    text-align: center;
  }

  .text-link-arrow.cta-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .img-wrapper {
    margin-bottom: 0px;
  }

  .calltoaction-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-title {
    margin-top: 0px;
    font-size: 30px;
  }

  .submit-button {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-title {
    font-size: 18px;
  }

  .copyright {
    line-height: 2;
  }

  .text-block {
    line-height: 1.8;
    text-align: center;
  }

  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-8 {
    margin-left: 0px;
  }

  .grid-7 {
    margin-bottom: 0px;
  }

  .content-wrapper {
    padding-top: 0px;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-8 {
    grid-column-gap: 0px;
  }

  .contact-form {
    padding: 20px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#315959), to(#5ba6a6));
    background-image: linear-gradient(180deg, #315959, #5ba6a6);
  }

  .faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-trigger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .faq-wrap-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .faq-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-img-2 {
    display: none;
  }

  .faq-container.faq {
    margin-bottom: 20px;
  }

  .faq-paragraph {
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }

  .text-block-22 {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
  }

  .text-block-22.faq {
    font-size: 15px;
    font-weight: 600;
  }

  .grid-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-wrapper-pack {
    width: 100%;
  }

  .text-block-23 {
    line-height: 1.5;
  }

  .service--heading-wrapper {
    margin-top: 0px;
  }

  .web-button.work._w-page-work {
    width: 100%;
  }

  .web-button._w-page {
    width: 100%;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .work-content-w {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .web-p {
    text-align: center;
  }

  .work-type {
    text-align: center;
  }

  .work-client {
    line-height: 1.5;
    text-align: center;
  }
}

#w-node-_490ed113-83c3-db8a-a32b-0f6506fa03f4-45f5832f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7799834-1d89-ed7c-7a46-f356b7f55ec6-9ac74fab {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_89218b1a-0e1e-4d85-e800-a32affdb47aa-a69c52e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_89218b1a-0e1e-4d85-e800-a32affdb47ca-a69c52e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_89218b1a-0e1e-4d85-e800-a32affdb47f2-a69c52e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85862885-9bd5-a7be-4ea2-546f3464475b-4a9fe976 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_249b5820-3527-43af-609e-ea57cc044c81-4a9fe976 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2506c885-412f-2301-93e8-0739a139e4b1-4a9fe976 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45901352-2836-7876-1915-74bffa7aa3c1-4a9fe976 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4dfa75fa-b37e-aaae-0937-f4fd5c891a4a-5c891a46 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85862885-9bd5-a7be-4ea2-546f3464475b-4a9fe976 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

