:root {
  --black: #141414;
  --white: white;
  --primary: #2e518e;
  --black-2: black;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #5a5c5f;
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-wrapper {
  background-image: url('../images/left-Elements.png'), url('../images/Right-Elements.png'), url('../images/Group-1.png'), url('../images/Vector-78_1Vector 78.webp'), url('../images/hero-left-victor_1hero left victor.webp'), url('../images/Vector-77_1Vector 77.webp');
  background-position: 0 30%, 100% 13%, 100% 100%, 0 100%, 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 220px, 300px, auto 1156px, auto, 260px, 72%;
}

.header {
  z-index: 999999;
  width: 100%;
  position: fixed;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: auto;
  max-width: 1320px;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin-left: 6px;
  margin-right: 6px;
  padding: 5px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.nav-link:hover {
  border-bottom: 3px solid var(--black);
  font-weight: 600;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 8px;
  margin-left: 74px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  transition: all .4s;
}

.button-primary:hover {
  color: var(--primary);
  background-color: #fff;
}

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

.section {
  padding-left: 20px;
  padding-right: 20px;
}

.section.hero {
  padding-top: 191px;
  padding-bottom: 128px;
}

.section.dyk {
  padding-top: 17px;
  padding-bottom: 120px;
}

.section.choose, .section.testimonial {
  padding-bottom: 120px;
}

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

.hero-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-block {
  width: 60%;
}

.hero-image-block {
  width: 40%;
}

.hero-title {
  margin-top: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.3;
}

.secondary {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-transform: none;
  border-radius: 8px;
  padding: 14px 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  transition: all .4s;
}

.secondary:hover {
  color: var(--primary);
  background-color: #fff;
}

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

.hero-main-text-holder {
  margin-bottom: 72px;
}

.hero-subtext {
  font-size: 20px;
}

.section-title {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 132%;
}

.section-title.left {
  text-align: left;
}

.center {
  text-align: center;
}

.dyk-box-holder {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.dyk-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 471px;
  display: flex;
}

.dyk-box-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.dyk-arrow {
  width: 361px;
  position: absolute;
  top: 26%;
}

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

.choose-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.choose-right-block {
  margin-top: 52px;
}

.choose-image-block {
  flex: none;
  width: 480px;
}

.choose-list-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 56px;
  display: flex;
}

.choose-list-title {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-from-wrap {
  width: 100%;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap {
  border-top: 1px solid #b3bac5;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 678px;
  margin: 64px auto 116px;
}

.field-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 164%;
}

.text-field {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  min-height: 56px;
  margin-bottom: 0;
  font-size: 18px;
}

.text-field:focus {
  border-color: var(--primary);
}

.text-field.text-area {
  min-height: 200px;
  font-size: 18px;
}

.fild-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: var(--primary);
  letter-spacing: -.4px;
  border-radius: 8px;
  padding: 22px 52px;
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
}

.testimonial-block {
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.testimonial-box {
  border: 1px solid var(--primary);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 32.35%;
  padding: 24px;
  display: flex;
}

.testimonial-customer-space {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.testimonial-image {
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.testimonial-customer-nr {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-nrp {
  width: 100%;
}

.testimonial-customer-post {
  margin-bottom: 0;
  line-height: 1.3;
}

.testimonial-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}

.service-area-map-holder {
  margin-top: 73px;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
}

.faq-wrapper-2 {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  color: var(--black-2);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-paragraph {
  color: #5a5c5f;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-content {
  overflow: hidden;
}

.faq-question-wrap {
  cursor: pointer;
}

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

@media screen and (min-width: 1280px) {
  .nav-link {
    letter-spacing: .25px;
    font-size: 16px;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subtext, .sub-heading {
    font-size: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    background-image: url('../images/left-Elements.png'), url('../images/Right-Elements.png'), url('../images/Group-1.png'), url('../images/Vector-78_1Vector 78.webp'), url('../images/hero-left-victor_1hero left victor.webp'), url('../images/Vector-77_1Vector 77.webp');
    background-position: 0 30%, 100% 15%, 100% 100%, 0 100%, 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 300px, 300px, auto 1156px, auto, 260px, 61%;
  }

  .dyk-box-holder {
    grid-column-gap: 228px;
    grid-row-gap: 228px;
  }

  .choose-list-box {
    margin-top: 56px;
  }

  .footer-text {
    color: var(--black);
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }

  .page-wrapper {
    background-image: url('../images/Group-1.png'), url('../images/Vector-78_1Vector 78.webp'), url('../images/hero-left-victor_1hero left victor.webp'), url('../images/Vector-77_1Vector 77.webp');
    background-position: 100% 100%, 0 100%, 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto 620px, 100%, 260px, 72%;
  }

  .header {
    background-color: var(--white);
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-primary {
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .hero-holder {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row-reverse wrap-reverse;
  }

  .hero-text-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-image-block {
    width: 55%;
  }

  .hero-title {
    text-align: center;
    font-size: 59px;
  }

  .hero-main-text-holder {
    margin-bottom: 40px;
  }

  .hero-subtext {
    text-align: center;
  }

  .section-title {
    font-size: 43px;
  }

  .dyk-box-holder {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
  }

  .dyk-box {
    width: 40%;
  }

  .dyk-arrow {
    width: 242px;
  }

  .dyk-image {
    width: 130px;
  }

  .choose-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .choose-right-block {
    margin-top: 20px;
  }

  .choose-image-block {
    margin-left: auto;
    margin-right: auto;
  }

  .choose-list-box {
    margin-top: 40px;
  }

  .choose-list-title {
    font-size: 19px;
  }

  .footer-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .testimonial-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .testimonial-box {
    width: 48%;
  }

  .faq-question-bar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 1.5;
  }

  .page-wrapper {
    background-size: auto 420px, 100%, 260px, 72%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 20px 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .section.hero {
    padding-top: 160px;
  }

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

  .section.choose {
    padding-bottom: 60px;
  }

  .section.footer {
    padding-bottom: 0;
  }

  .section.testimonial {
    padding-bottom: 100px;
  }

  .section.sservice {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .hero-title {
    font-size: 50px;
  }

  .secondary {
    font-size: 15px;
  }

  .section-title {
    font-size: 37px;
  }

  .dyk-box-holder {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .dyk-box-title {
    font-size: 31px;
  }

  .dyk-arrow {
    width: 198px;
  }

  .dyk-image {
    width: 104px;
  }

  .choose-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .choose-image-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    text-align: center;
    font-size: 16px;
  }

  .field-label {
    font-size: 14px;
  }

  .text-field {
    min-height: 42px;
    font-size: 15px;
  }

  .text-field.text-area {
    min-height: 160px;
  }

  .fild-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .submit-button {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 17px;
  }

  .testimonial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-box {
    width: 100%;
    padding: 17px;
  }

  .testimonial-customer-space {
    margin-top: 30px;
  }

  .testimonial-image {
    width: 50px;
    height: 50px;
  }

  .testimonial-customer-post {
    font-size: 13px;
  }

  .testimonial-name {
    font-size: 20px;
    line-height: 25px;
  }

  .service-area-map-holder {
    margin-top: 60px;
  }

  .faq-question-bar {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 21px;
  }

  .faq-paragraph {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
  }

  .page-wrapper {
    background-image: url('../images/Group-1.png'), url('../images/Vector-78_1Vector 78.webp'), url('../images/hero-left-victor_1hero left victor.webp'), url('../images/Vector-77_1Vector 77.webp');
    background-position: 100% 100%, 0 100%, 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto 420px, 100%, 140px, 72%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 20px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    width: 85px;
  }

  .nav-menu-two {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-direction: column;
  }

  .section {
    padding-bottom: 60px;
  }

  .section.hero {
    padding-top: 130px;
  }

  .section.dyk, .section.testimonial {
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: 39px;
  }

  .secondary {
    font-size: 14px;
  }

  .hero-main-text-holder {
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 30px;
  }

  .dyk-box-holder {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .dyk-box {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 100%;
  }

  .dyk-arrow {
    top: auto;
    transform: rotate(90deg);
  }

  .dyk-image {
    width: 83px;
  }

  .footer-text {
    font-size: 14px;
  }

  .text-field.text-area {
    min-height: 133px;
  }

  .testimonial-block {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-box {
    width: 100%;
  }

  .service-area-map-holder {
    margin-top: 20px;
  }

  .faq-question-bar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .faq-paragraph {
    font-size: 14px;
  }

  .plus-icon {
    width: 20px;
  }

  .faq-question-wrap {
    padding-left: 0;
  }

  .question-title {
    flex: 1;
    font-size: 19px;
  }
}


