.header-full-width .container {
  max-width: 1400px !important;
  margin-top: 15px;
  padding: 0 15px;
}
.hide {
  display: none !important;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.main-content {
  font-family: Lexend !important;
}
.main-content .flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.w-50 {
  width: 50%;
}
.full-height {
  height: 100%;
}
.mb-24 {
  margin-bottom: 24px;
}
.f-24 {
  font-size: 24px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.l-28 {
  line-height: 28px;
  color: #343434;;
}
.uppercase {
  text-transform: uppercase;
  font-weight: 700;
}
.l-container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .l-container {
    padding: 0 15px;
  }
}

section.topbaner .content {
  max-width: 610px;
  width: max-content;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  padding: 0 35px;
  text-transform: uppercase !important;
}
section.topbaner .content p,section.topbaner .content h2 {
  color: #fff;
}
section.topbaner .content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
section.topbaner .content h2 {
  font-weight: 400;
  font-size: 89px;
  line-height: 120px;
}
section.topbaner .content h2 p {
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: 0%;
}
section.banner-2 {
  position: relative;
  z-index: 2;
  top: -142px;
  padding: 0 35px;
}
section.banner-2 .content {
  max-width: 1280px;
  margin: 0 auto;
}
section.banner-2 .content img {
  width: 100%;
  border-radius: 38px;
}
section.section-3 h2{
  font-family: Lexend;
  font-weight: 700;
  font-size: 64px;
  line-height: 83.2px;
  letter-spacing: 0%;
  text-align: center;
  margin: -50px auto 50px;
  color: #000;
  text-transform: uppercase;
  max-width: 1062px;
}
section.section-3 .content .l-content img {
  max-width: 516px;
  border-radius: 30px;
  width: 100%;
}
section.section-3 .content .r-content > div{
  max-width: 517px;
  margin-left: 35px;
}
section.section-3 .content .r-content > div > h3 {
  font-family: Lexend;
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  color: #000;
}
section.section-3 .content .r-content > div > p {
  font-family: Lexend;
  font-weight: 300;
  font-size: 24px;
  line-height: 48px;
}

section.section-5 {
  margin-top: 50px;
}
section.section-5 .content .l-content {
  text-align: end;
}
section.section-5 .content .l-content img {
  max-width: 516px;
  border-radius: 30px;
  width: 100%;
}
section.section-5 .content .r-content > div{
  max-width: 516px;
  margin-left: 35px;
  margin: 0 auto;
}
section.section-5 .content .r-content > div > h3 {
  font-family: Lexend;
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  color: #000;
}
section.section-5 .content .r-content > div > div {
  font-family: Lexend;
  font-weight: 300;
  font-size: 24px;
  line-height: 48px;
  padding: 0 15px;
}
section.section-5 ol,section.section-5 ul {
  margin-top: 0;
  padding: revert;
}
section.section-6 {
  background-color: #F4FAF0;
  margin-top: 50px;
  padding: 50px 0;
}
section.section-6 h2 {
  text-align: center;
  font-family: Lexend;
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  color: #000;
}
section.section-6{
  overflow: hidden;
}
section.section-6 .content {
  display: inline-flex
}
section.section-6 .content .item {
  width: calc(85vw - 35px);
}
@media (max-width: 767px) {
  section.section-6 .content {
    display: block;
  }
  section.section-6 .content .item {
    width: 100%;
  }
}
section.section-6 .content .item .l-item {
  width: 40%;
}
section.section-6 .content .item .r-item {
  width: calc(50% - 10%);
  margin-left: 10%;
}
section.section-6 .content .item .r-item .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
section.section-6 .content .item .r-item h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
section.section-6 .content .item .r-item .desp {
  font-weight: 300;
  font-size: 24px;
  line-height: 48px;
}
.owl-carousel .owl-item img {
  display: unset;
  width: auto;
}
section.section-6 .owl-carousel .owl-dots button {
  margin-right: 5px ;
}
section.section-6 .owl-carousel .owl-dots button span {
  width: 28px;
  height: 2px;
  background: #586f4a80;
  display: block;
  margin: 5px;
}
section.section-6 .owl-carousel .owl-dots button.active span {
  width: 56px;
  background: #586F4A;
}
section.section-6 .owl-carousel .owl-dots {
  text-align: center;
  z-index: 5555;
  position: relative;
  margin-top: -30px;
}

section.contact p {
  color: #343434;
}

section.contact hr {
  opacity: 1;
}
section.contact table {
  max-width: 224px;
}
section.contact table td {
  font-size: 14px;
  border: unset;
}
section.contact .background {
  position: absolute;
  bottom: 8%;
  right: -32px;
  right: 0;
  z-index: -1;
}
section.contact .container {
  padding-top: 150px;
  background: unset;
}
@media (max-width: 1024px) { 
  section.section-6 h2 {
    font-size: 42px;
  }
  section.section-6 .content .item .r-item .desp {
    font-size: 18px;
    line-height: 32px;
  }
  section.section-6 .content .item .r-item {
    width: calc(50% - 50px);
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .w-50 {
    width: 100%;
    text-align: center !important;
  }
  section.banner-2 {
    top: -85px;
  }
  .section-4 .content .title {
    margin-top: 15px;
  }
  section.contact .p-relative {
      padding-top: 30px;
      padding-bottom: 50px;
  }
  section.contact .container {
      padding-top: 30px;
      background: unset;
  }
  section.section-3 .content .r-content > div, section.section-5 .content .r-content > div {
    margin: 0 auto 35px;
    text-align: justify;
  }
  section.section-3 .content .r-content > div > h3, section.section-3 h2, section.section-5 .content .r-content > div > h3 {
    font-size: 42px;
    line-height: 58.2px;
    text-align: center;
    margin-top: 30px;
  }
  .section-5 .content.flex.flex-wrap {
    flex-direction: column-reverse;
}
}
@media (max-width: 612px) {
  section.topbaner .content h2, section.topbaner .content h2 p {
    font-size: 38px;
    line-height: 54px;
  }
  section.topbaner .content p {
    margin-bottom: 10px;
  }
  section.section-6 .content .item .l-item, section.section-6 .content .item .r-item {
    width: calc(100% - 30px);
    margin: 30px 15px 0;
    text-align: center;
  }
  section.section-6 .content .item .r-item .desp {
    text-align: justify;
  }
}
@media (max-width: 540px) {
  section.topbaner .content p {
    font-size: 18px;
    line-height: 18px;
  }
  section.topbaner .content h2, section.topbaner .content h2 p {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  section.banner-2 {
    top: -50px;
  }
  section.section-3 .content .r-content > div > h3, section.section-3 h2, section.section-5 .content .r-content > div > h3, section.section-6 h2 {
    font-size: 22px;
    line-height: 32px;
  }
  section.section-3 .content .r-content > div > p,section.section-5 .content .r-content > div > div {
    font-size: 18px;
    line-height: 28px;
  }
  section.section-5 {
    margin-top: 0;
  }
  section.section-6 .content .item .r-item .title ,section.section-6 .content .item .r-item .desp{
    font-size: 18px;
    line-height: 28px;
  }
  section.section-6 .content .item .r-item h3 {
    font-size: 22px;
  }
  
}
section.section-3 {
  position: relative;
  z-index: 2;
}
section.section-4 {
  padding: 230px 0 50px;
  background-size: cover !important;
  margin-bottom: 35px;
  position: relative;
  top: -50px;
  z-index: 1;
}
section.section-4 .content .item{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 35px;
  min-height: 610px;
}
section.section-4 .content .l-item {
  width: calc(50% - 10%);
  margin-right: 10%;
  font-family: Lexend;
  font-weight: 300;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
  margin-top: 30px;
}
section.section-4 .content .item img {
  border-radius: 30px;
}
section.section-4 .content .l-item span {
  font-weight: 700;
}
section.section-4 .content .r-item {
  width: 50%;
  position: relative;
}
section.section-4 .content .r-item .img1 {
  position: absolute;
  width: 50%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
section.section-4 .content .r-item .img2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}
section.section-4  .owl-carousel .owl-dots {
  position: absolute;
  top: -50px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  margin: -7px auto;
}
section.section-4  button.owl-dot {
  width: 100%;
  display: flex;
  text-align: center !important;
  justify-content: center;
  border-top: 1px solid #fff !important;
  margin-right: 0;
}
section.section-4  button.owl-dot span {
  height: 14px;
  width: 14px;
  background-color: #fff;
  top: -7px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.section-4 button.owl-dot.active span {
  background-color: red;
  width: 50px;
}
section.section-4 button.owl-dot:before {
  content: attr(data-value);
  font-family: Lexend;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #fff;
  margin-top: -70px;
}
section.section-3 .l-container .l-content,section.section-5 .l-container .l-content {
  position: sticky;
  top: 50px;
  height: fit-content;
}
section.section-3 .l-container .r-content,section.section-5 .l-container .r-content {
  position: sticky;
  top: 150px;
  height: fit-content;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
    section.topbaner .content h2 p, section.topbaner .content h2 {
        font-size: 44px;
    line-height: 56px;
    }
  section.section-4 .content .l-item, section.section-4 .content .r-item {
    width: 100%;
    margin-right: 0;
  }
  section.section-4 {
    position: unset;
  }
  section.section-4 .content .r-item {
    text-align: end;
    margin-top: 35px;
  }
  section.section-4 .content .r-item .img1 {
    left: 0;
  }
  section.section-4 .content .r-item .img2 {
    width: 80%;
    position: unset;
  }
  section.section-4 button.owl-dot:before {
    font-size: 26px;
  }
  section.section-4 .content .l-item {
    font-size: 24px;
    line-height: 28px;
  }
  section.section-4 .content .l-item ul {
    margin: 0;
  }
}
@media (max-width: 540px) {
  section.section-4 button.owl-dot:before {
    font-size: 22px;
  }
  section.section-4 .content .l-item {
    font-size: 18px;
    line-height: 28px;
  }
}