body .section1{
  position: relative;
}

body .page-section.section1:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.5;
}


body .section1 .heading1 .woodmart-text-block{
  font-family: 'PFRegalDisplayPro';
}

@media (max-width: 1280px) {
  .section1 .heading1 .woodmart-text-block {
    font-size: 55px !important;
    line-height: 65px !important;
  }
}

@media (max-width: 550px) {
  .section1 .heading1 .woodmart-text-block {
    font-size: 48px !important;
    line-height: 58px !important;
  }
}

/*********************************** SECTION 2 ********************************/

body .section2 .heading1 .woodmart-text-block {
    font-family: 'PFRegalDisplayPro';
}

.section2 .text1 .woodmart-text-block {
  column-count: 2;
}

.section2 .img1 img {
  height: 500px;
  object-fit: cover;
}

.section2 .img1 {
  position: relative;
  z-index: 2;
}

.section2 .img1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 180px);
  height: 300px;
  display: block;
  background-color: #dadada;
  z-index: -1;
}

.section2 .text2 .woodmart-text-block {
  max-width: 860px;
}

@media (max-width: 1280px) {
  .section2 .heading1 .woodmart-text-block {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .section2 .img1:before{
    width: calc(100% + 100px);
  }
}

@media (max-width: 991px){
  .section2 .text1 .woodmart-text-block{
    column-count: 1;
  }
}

@media (max-width: 550px) {
  .section2 .img1 img {
    height: 350px;
  }

  .section2 .img1:before {
    height: 250px;
  }

  .section2 .heading1 .woodmart-text-block {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}

/*********************************** SECTION 3 ********************************/

body .section3 .heading1 .woodmart-text-block {
    font-family: 'PFRegalDisplayPro';
}

@media (min-width: 991px){
  .section3 .column2 .vc_column-inner {
    padding: 0 15%;
  }
}

@media (max-width: 1280px) {
  .section3 .heading1 .woodmart-text-block {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

@media (max-width: 1199px){
  .section3 .column2 .vc_column-inner{
    padding: 0 15px;
  }
}

@media (max-width: 550px) {
  .section3 .heading1 .woodmart-text-block {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}

/*********************************** SECTION 4 ********************************/

body .section4 .heading1 .woodmart-text-block {
    font-family: 'PFRegalDisplayPro';
}

.section4 .text1 .woodmart-text-block li{
  line-height: 1.5;
  position: relative;
  padding-bottom: 5px;
  font-weight: 600;
  color: #4b4b4b;
  border-bottom: 2px solid #C9A96A;
  margin-bottom: 21px;
  max-width: 450px;
  font-size: 17px;
}

.section4 .text1 .woodmart-text-block ul {
  margin-top: 30px;
}

.section4 .column2 {
  position: relative;
  z-index: 2;
}

.section4 .column2:before{
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #C9A96A;
  z-index: -1;
}

.section4 .text1 .woodmart-text-block li:before{
  top: 5px;
}

@media (min-width: 768px){
  .section4 .column1 .vc_column-inner{
    padding-right: 10%;
  }
}

@media (max-width: 1280px) {
  .section4 .heading1 .woodmart-text-block {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

@media (max-width: 991px){
  .section4 .column2 .vc_column-inner {
    margin: 0 15px;
  }

  .section4 .column2:before {
    display: none;
  }

  .section4 .text1 .woodmart-text-block li {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .section4 .heading1 .woodmart-text-block {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}


/**** AMEA ******/

.section1
{background-color: #000}
