.pf4_mobile_only,
.mobile_only {
  display: none; 
}

.btn{
    text-transform: uppercase;
    padding: 11px 30px 9px 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1.4px;
    border-radius:0;
    border:0;
    box-shadow:0px 0px 0px rgba(0, 0, 0, 0);
}
.btn:hover{
  background-color:#DAB7AD !important;
  filter: brightness(100%);

}
.section--custom_content h2{
  font-size: 40px;
}
.style1 .section--custom_content p{
  text-align:right;
  font-size: 16px;
}
.style2 .section--custom_content h2{
  font-size: 100px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1150px){
  .section--custom_content .container{
      max-width: 900px;
      padding: 0;
  }
  .section--custom_content h2{
    font-size:32px;
  }
  .section--large{
    padding: 75px 0;
  }
  .style2 .section--custom_content h2{
    font-size:80px;
  }
  .section--medium{
    padding: 55px 0;
  }
}
@media (max-width: 980px){
  .section--custom_content .container{
      max-width: 600px;
  }
  .style1 .section--custom_content .col-md-5{
    width:100%;
  }
  .section--large {
      padding: 40px 0;
  }
}
@media (max-width: 700px){
  .section--custom_content .container{
      max-width: 400px;
  }
  .style2 .section--custom_content h2{
    font-size:60px;
  }
  .section--custom_content h2{
    font-size:26px;
  }
}
@media (max-width: 500px) {
  .section--custom_content .container{
    width: 86%; 
  }
}

/*
	Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative; }

.full-bg-holder > * {
  position: relative;
  z-index: 1; }

.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  opacity: 0; }

.full-left-bg.active {
  opacity: 1; }

/*
	Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1; }

/*
	Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC; }

.full-bg-mobile.active {
  opacity: 1; }

@media (max-width: 980px) {
  .full-left-bg,
  .full-right-bg {
    display: none; }

  .full-bg-mobile {
    display: block; } }
/*
	Globals --> Button
-----------------------------*/
.pf4_button{
  font-family: GothamHTF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #ffffff;
  background-color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 30px 9px 30px;
  margin: 0;
}

.pf4_button:hover{
  background-color: #d4b7af;
  color: #fff; 
}
.pf4_button:visited{
  color: #fff;
  text-decoration: none;
}
@media (max-width: 500px){
  .pf4_button{
    font-size:15px;
  }
}
/*
	Globals --> Font
-----------------------------*/
.pf4_h2,
.pf4_the_popup h2 {
  margin: 0;
  font-family: Flama-Basic;
  font-size: 40px;
  letter-spacing: 3.1px;
  color: #000000;
  /* text-transform: uppercase; */
  margin-bottom: 14px;
  }

.pf4_text,
.pf4_the_popup {
  font-family: GothamHTF;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  }

@media (max-width: 700px) {
  .pf4_h2 {
    font-size: 30px; } }


/*
	Section 1 (Hero)
=================================================*/
.pf4_section_1 {
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
  }

.pf4_section_1 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  }

.pf4_section_1__left {
  width: 50%;
  position: relative;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 56px;
  word-wrap: break-word;
  }

.pf4_section_1__right {
  width: 50%;
  padding-top: 70px;
  padding-bottom: 0;
  }

.pf4_section_1__style_text {
  margin: 0;
  font-family: WildSpiritAlt;
  font-size: 235.3px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  position: absolute;
  left: -50px;
  z-index: 2;
  top: 170px;
  width: 920px;
  text-align: center;
  }

.pf4_section_1__title {
  margin: 0;
  font-family: ProximaNovaExCn;
  font-size: 33.3px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  position: absolute;
  bottom: 170px;
  right: 60px;
  z-index: 2;
}
.pf4_section_1 .pf4_button{
  position: absolute;
  bottom: 115px;
  right: 62px;
  z-index: 2;
}
.pf4_section_1__right img {
  color: #fff;
  margin-left: -36px;
  max-width: 502px;
  margin-top: 0;
  margin-bottom: 0;
}
.pf4_section_1__overlay_bg {
  position: absolute;
  width: 37%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: right bottom;
}
.pf4_section_1__right .s-full-right-bg {
  height: 83%;
  height: calc(100% - 70px);
  background-color: #F3E9E7;
  position:absolute;
  bottom: 47px;
  left:0;
  display:block;
  width: 100%;
  z-index: 0;
}
.pf4_section_1__mobile_bg{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-size:cover;
  display:none;
}
.pf4_section_1__mobile_bg:after{
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+29,ffffff+100&1+29,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}


.hero_slider{
  margin-left:-30px;
  width: 96%;
  background-color: #fff;
  height: 480px;
  overflow: hidden;
}
.hero_slider_item{
  width: 100%;
  height: 480px;
  background-size:cover;
  background-repeat:no-repeat;
}
.hero_slider .slick-prev, 
.hero_slider .slick-next{
  display:none !important;
}
@media (max-width: 1150px) {
  .pf4_section_1 .container {
    max-width: 900px; 
  } 
  .pf4_section_1__style_text{
    font-size:110px !important;
    left: 80px;
    text-align: left;
  }
  .pf4_section_1__title{
    bottom:200px;
  }
  .pf4_section_1__right .s-full-right-bg{
    left: 40px;
  }
  .pf4_section_1__right{
    padding-top: 50px;
  }
}
@media (max-width: 980px) {
  .pf4_section_1 .container {
    max-width: 600px; 
  }
  .pf4_section_1__left {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .pf4_section_1__right {
    width: 100%;
    padding: 0;
    text-align: center; 
  }
  .pf4_section_1__right img {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .pf4_section_1__style_text {
    top: 0 !important;
    left: 0 !important;
    position: relative;
    margin-bottom: -20px;
    font-size: 90px !important;
    text-align: left;
    }

  .pf4_section_1__title {
    bottom: 0px !important;
    right: auto;
    left: 0 !important;
    position: relative;
    margin-bottom: 20px;
    }

  .pf4_section_1 {
    padding-bottom: 10px;
    }

  .pf4_section_1__right .full-bg-mobile {
    height: 80%;
    top: 10%; 
  }
  .pf4_section_1 .pf4_button{
    position:relative;
    right: auto !important;
    bottom: auto !important;
  }
  .pf4_section_1__right{
    display: none;
  }
  .pf4_section_1__right .s-full-right-bg{
    height:100%;
    bottom: 20px;
    left: 20px;
  }
  .pf4_section_1__mobile_bg{
    display:block;
  }
  .pf4_section_1{
    margin-bottom:50px;
  }
}
@media (max-width: 700px) {
  .pf4_section_1 .container {
    max-width: 400px; 
  }
}
@media (max-width: 500px) {
  .pf4_section_1 .container {
    width: 86%; 
  }
  .pf4_section_1__style_text{
    font-size: 80px !important;
  }
}


/*
	Section 2 (Image & content)
=================================================*/
.pf4_section_2 {
  position: relative;
  background-color: #fff;
  padding-top: 97px;
  padding-bottom: 85px; }

.pf4_section_2 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; }

.pf4_section_2__left {
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
  }

.pf4_section_2__left img {
  margin: 0;
  padding: 12px;
  background-color: #fff;
  max-width: 452px;
  width: 100%; }

.pf4_section_2__right {
  width: 50%;
  }

.pf4_section_2__right_in {
  background-color: #FFFFFF;
  padding: 50px 40px;
  padding-bottom: 65px;
  }

.pf4_section_2__title {
  margin: 0;
  font-family: Flama-Basic;
  font-size: 40px;
  letter-spacing: 3.1px;
  color: #000000;
  margin-bottom: 14px;
  }

.pf4_section_2__text {
  font-family: GothamHTF;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 29px;
  }

.pf4_section_2__leaf {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 458px;
  background-repeat: no-repeat;
  background-position: center top; }

.pf4_section_2__bg {
  background-color: #F2E8E6;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 67%;
  left: 0;
  top: 0;
}
.style1 .pf4_section_2__bg{
 top:0;
 height:60%;
}

@media (max-width: 1150px) {
  .pf4_section_2 .container {
    max-width: 900px; 
  }
  .pf4_section_2__title{
    font-size:32px;
  }
  .pf4_section_2{
    padding-bottom:20px;
    padding-top: 50px;
  }
}
@media (max-width: 980px) {
  .pf4_section_2 {
    padding-top: 50px;
    padding-bottom: 0;
    }

  .pf4_section_2 .container {
    max-width: 600px; }

  .pf4_section_2__left {
    display: none; 
  }
  .pf4_section_2 .mobile_only{
    display:block;
  }
  .pf4_section_2__right {
    width: 100%; }

  .pf4_section_2__bg {
    height: 100%;
    top: 0; }

  .pf4_section_2__leaf {
    height: 98%;
    top: 2%; } }
@media (max-width: 700px) {
  .pf4_section_2 .container {
    max-width: 400px; }

  .pf4_section_2__right_in {
    padding: 30px; }

  .pf4_section_2__title {
    font-size: 26px; } }
@media (max-width: 500px) {
  .pf4_section_2 .container {
    width: 86%; } }
/*
	Section 3 (box content and bg)
=================================================*/
.pf4_section_3 {
  background-color: #fff;
  padding-bottom: 147px; }

.pf4_section_3 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 72px;
  padding-bottom: 66px; }

.pf4_section_3__box {
  background-color: #fff;
  max-width: 514px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 90px 50px;
  padding-bottom: 110px; }

.pf4_section_3__text {
  margin-bottom: 29px; }

@media (max-width: 980px) {
  .pf4_section_3 .container {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }

  .pf4_section_3__box {
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 60px; }

  .pf4_section_3 {
    padding-bottom: 0; } }
@media (max-width: 700px) {
  .pf4_section_3__box {
    max-width: 400px;
    padding: 30px; } }
@media (max-width: 500px) {
  .pf4_section_3__box {
    width: 86%; } }
/*
	Section 4 (hero2)
=================================================*/
.pf4_section_4 {
  background-color: #F3E9E7;
  padding-top: 91px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden; }

.pf4_section_4 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-bottom: 69px; }

.pf4_section_4__left {
  width: 50%;
  padding-top: 67px;
  box-sizing: border-box;
  padding-right: 90px; }

.pf4_section_4__right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 50px; }

.pf4_section_4__text {
  margin-bottom: 54px; }

.pf4_section_4__mobile_cover {
  height: 445px;
  width: 230px;
  position: relative;
  background-size: contain; }

.pf4_section_4__mobile_image {
  height: 309px;
  width: 181px;
  position: absolute;
  top: 69px;
  left: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.pf4_section_4__leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  z-index: 0;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat; }

.pf4_section_4__headphone {
  position: absolute;
  bottom: 0;
  left: 315px;
  width: 230px;
  height: 210px;
  z-index: 0;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat; }

.pf4_section_4__dots {
  position: absolute;
  bottom: -240px;
  left: -98px;
  width: 600px;
  height: 400px;
  z-index: 0;
  background-size: 553px;
  background-position: left bottom;
  background-repeat: no-repeat; }

@media (max-width: 1150px) {
  .pf4_section_4 .container {
    max-width: 900px; }

  .pf4_section_4__dots {
    width: 330px;
    height: 230px;
    bottom: -66px;
    left: 0;
    background-size: contain; }

  .pf4_section_4__leaf {
    width: 20%; }

  .pf4_section_4__headphone {
    left: 290px;
    width: 180px;
    height: 150px; } }
@media (max-width: 980px) {
  .pf4_section_4 .container {
    max-width: 600px;
    padding-bottom: 20px; }

  .pf4_section_4__left {
    padding: 0;
    padding-top: 60px; }

  .pf4_section_4__text {
    margin-bottom: 20px; }

  .pf4_section_4__headphone {
    display: none; }

  .pf4_section_4 {
    padding-top: 50px; } }
@media (max-width: 700px) {
  .pf4_section_4 .container {
    max-width: 400px; }

  .pf4_section_4__left {
    width: 100%;
    padding-top: 30px; }

  .pf4_section_4__right {
    display: none; }

  .pf4_section_4 {
    padding-top: 0; }

  .pf4_section_4 .container {
    padding-bottom: 50px; } }
@media (max-width: 500px) {
  .pf4_section_4 .container {
    width: 86%; } }
/*
	Section 5 (Blog)
=================================================*/
.pf4_section_5 {
  background-color: #ffffff;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  padding-top: 148px;
  padding-bottom: 100px; }

.pf4_section_5 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.pf4_section_5__left {
  width: 50%;
  box-sizing: border-box; }

.pf4_section_5__right {
  width: 50%;
  box-sizing: border-box; }

/* Left Content */
.pf4_section_5__left_content {
  position: relative;
  padding-left: 76px;
  padding-top: 76px;
  margin-top: 73px; }

.pf4_section_5__left_content_img1 {
  width: 330px;
  height: 320px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; }

.pf4_section_5__left_content_img2 {
  width: 384px;
  height: 317px;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  border: solid 10px #fff;
  box-shadow: 1.3px 2.2px 42px 0 rgba(0, 0, 0, 0.07); }

.pf4_section_5__left_content h4 {
  font-family: ProximaNovaExCn;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1;
  letter-spacing: 3px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0px 0px 5px #D1A691;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0; }

.pf4_section_5__left_content a {
  position: absolute;
  z-index: 2;
  background-color: #000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0; }

/* Right Top Content */
.pf4_section_5__rightTop_content {
  position: relative;
  height: 242px;
  margin-bottom: 43px;
  margin-top: 16px; }

.pf4_section_5__rightTop_content_img1 {
  width: 210px;
  height: 204px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover; }

.pf4_section_5__rightTop_content_img2 {
  width: 210.5px;
  height: 149px;
  position: absolute;
  left: 297px;
  top: 92px;
  background-size: cover; }

.pf4_section_5__rightTop_content h4 {
  font-family: ProximaNovaExCn;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1;
  letter-spacing: 3px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0px 0px 5px #D1A691;
  position: absolute;
  top: 80px;
  left: 150px;
  margin: 0;
  z-index: 2;
  text-transform: uppercase; }

.pf4_section_5__rightTop_content a {
  position: absolute;
  z-index: 3;
  background-color: #000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0; }

.pf4_section_5__rightTop_content:before {
  content: " ";
  position: absolute;
  z-index: 1;
  width: 279.5px;
  height: 187.5px;
  opacity: 0.73;
  background-color: #f2e8e6;
  top: 54px;
  left: 122px;
  margin: 0; }

.pf4_section_5__rightTop_content:after {
  content: " ";
  position: absolute;
  z-index: 2;
  width: 279.5px;
  height: 187.5px;
  top: 25px;
  left: 98px;
  background-color: rgba(242, 232, 230, 0);
  border: solid 9px #ffffff; }

/* Right Bottom Content */
.pf4_section_5__rightBottom_content {
  position: relative;
  height: 284px; }

.pf4_section_5__rightBottom_content_img1 {
  width: 210px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover; }

.pf4_section_5__rightBottom_content_img2 {
  position: absolute;
  left: 341px;
  top: 69px;
  width: 164px;
  height: 204.5px;
  background-size: cover; }

.pf4_section_5__rightBottom_content h4 {
  font-family: ProximaNovaExCn;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1;
  letter-spacing: 3px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0px 0px 5px #D1A691;
  position: absolute;
  top: 115px;
  left: 230px;
  margin: 0;
  z-index: 2;
  text-transform: uppercase; }

.pf4_section_5__rightBottom_content a {
  position: absolute;
  z-index: 3;
  background-color: #000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0; }

.pf4_section_5__rightBottom_content:before {
  content: " ";
  position: absolute;
  z-index: 1;
  width: 279.5px;
  height: 187.5px;
  opacity: 0.73;
  background-color: #f2e8e6;
  top: 88px;
  left: 126px;
  margin: 0; }

.pf4_section_5__rightBottom_content:after {
  content: " ";
  position: absolute;
  z-index: 2;
  width: 279.5px;
  height: 187.5px;
  top: 52px;
  left: 154px;
  background-color: rgba(242, 232, 230, 0);
  border: solid 9px #ffffff; }

.pf4_section_5 .pf4_button {
  margin: 0 auto;
  margin-top: 57px; }

.pf4_section_5__text {
  max-width: 300px; }

@media (max-width: 1150px) {
  .pf4_section_5 .container {
    max-width: 900px; }

  .pf4_section_5__left_content_img1 {
    width: 330px;
    height: 320px; }

  .pf4_section_5__left_content_img2 {
    width: 300px;
    height: 275px; }

  .pf4_section_5__rightTop_content_img1 {
    width: 190px;
    height: 180px; }

  .pf4_section_5__rightTop_content_img2 {
    left: 230px;
    top: 80px; }

  .pf4_section_5__rightTop_content:before {
    width: 250.5px;
    height: 174.5px; }

  .pf4_section_5__rightTop_content:after {
    width: 250.5px;
    height: 174.5px; }

  .pf4_section_5__rightBottom_content_img1 {
    width: 180px;
    height: 170px; }

  .pf4_section_5__rightBottom_content_img2 {
    left: 273px;
    top: 41px;
    width: 162px;
    height: 188.5px; }

  .pf4_section_5__rightBottom_content:after {
    width: 250.5px;
    height: 170.5px;
    top: 22px;
    left: 80px; }

  .pf4_section_5__rightBottom_content:before {
    width: 258.5px;
    height: 167.5px;
    top: 72px;
    left: 108px; }

  .pf4_section_5__rightBottom_content h4 {
    top: 95px;
    left: 139px; } }
@media (max-width: 980px) {
  .pf4_section_5 {
    padding-top: 50px;
    padding-bottom: 40px; }

  .pf4_section_5 .container {
    max-width: 600px; }

  .pf4_section_5__left {
    width: 100%; }

  .pf4_section_5__right {
    width: 100%; }

  .pf4_section_5__left_content {
    margin-top: 30px;
    margin-bottom: 40px; }

  .pf4_section_5 .pf4_button {
    margin-top: 10px; } }
@media (max-width: 700px) {
  .pf4_section_5 .container {
    max-width: 320px; }

  .pf4_section_5__left_content {
    padding-left: 40px;
    padding-top: 40px; }

  .pf4_section_5__left_content_img1 {
    width: 220px;
    height: 200px; }

  .pf4_section_5__left_content_img2 {
    width: 224px;
    height: 200px; }

  .pf4_section_5__rightTop_content,
  .pf4_section_5__rightBottom_content {
    height: auto; }

  .pf4_section_5__rightTop_content,
  .pf4_section_5__rightBottom_content {
    padding-left: 40px;
    padding-top: 40px;
    max-width: 262px; }

  .pf4_section_5__rightTop_content_img1,
  .pf4_section_5__rightBottom_content_img1 {
    width: 220px;
    height: 200px; }

  .pf4_section_5__rightTop_content_img2,
  .pf4_section_5__rightBottom_content_img2 {
    position: relative;
    width: 224px;
    height: 200px;
    left: 0;
    top: 0;
    border: solid 10px #fff;
    box-shadow: 1.3px 2.2px 42px 0 rgba(0, 0, 0, 0.07); }

  .pf4_section_5__rightTop_content h4,
  .pf4_section_5__rightBottom_content h4 {
    bottom: 20px;
    right: 17px;
    top: auto;
    left: auto; }

  .pf4_section_5 .pf4_button {
    margin-top: 40px; }

  .pf4_section_5__rightTop_content:before,
  .pf4_section_5__rightTop_content:after,
  .pf4_section_5__rightBottom_content:after,
  .pf4_section_5__rightBottom_content:before {
    display: none; } }
@media (max-width: 500px) {
  .pf4_section_5 .container {
    width: 86%; } }
/*
	Footer
=================================================*/
.footer {
  padding: 0;
  background-color: #fff;
  position: relative;
  padding-bottom: 30px;
  padding-top: 20px;
  }

.footer:after {
  content: "";
  background-color: #F2E8E6;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  }

.footer .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position: relative;
  z-index: 4; }

.pf4_ig_feed h2 {
  text-align: right;
  margin-bottom: 30px; }

.pf4_footer_form {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 23px;
  padding-top: 20px;
  }

.pf4_footer_form h3 {
  text-align: center;
  font-family: ProximaNovaExCn;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  margin: 0;
  margin-bottom: 31px; 
  letter-spacing: 1.9px;
}

.pf4_footer_form .optin__panel {
  display: flex;
  justify-content: space-between; }

.pf4_footer_form .form-group {
  width: 40%;
  }

.pf4_footer_form .pf4_form_button_holder {
  width: 16%; }

.pf4_footer_form button {
  font-family: GothamHTF;
  width: 100%;
  height: 29.5px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 1.9px;
  text-align: center;
  color: #b4b4b4;
  text-transform: uppercase;
  border: solid 1px #D0A690;
  background-color: #D0A690;
  color: #fff;
  }

.pf4_footer_form button:hover {
  background-color: #000000;
  border-color: #000000; }

.pf4_footer_form .pf4-form-control {
  font-family: GothamHTF;
  height: 29.5px;
  background-color: #ffffff;
  font-size: 7.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 1.9px;
  text-align: center;
  color: #b4b4b4;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #fff;
  font-size: 16px;
  }

.pf4_footer_icons .social-icons {
  text-align: center; }

.footer .social-icons__icon {
  background-color: #000;
  height: 37px;
  width: 37px;
  border-radius: 100%;
  font-size: 20px;
  margin-bottom: 2px; }

.pf4_footer_menu {
  text-align: center; }

.pf4_footer_menu a {
  font-family: ProximaNovaExCn;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin: 0; }

.pf4_footer_menu a:after {
  content: " | ";
  padding-left: 4px;
  padding-right: 4px; }

.pf4_footer_menu a:last-child:after {
  display: none; }

.pf4_footer_copyright {
  font-family: GothamHTF;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: -0.1px;
  text-align: center;
  color: #000;
  margin-bottom: 3px;
  }

.pf4_footer_code {
  text-align: center;
  color: #000;
  font-family: GothamHTF;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.66;
  letter-spacing: -0.1px;
  text-align: center;
  color: #000000;
  }

.footer_leaf_image {
  position: absolute;
  left: 0;
  top: 40px;
  width: 28%;
  height: 100%;
  z-index: 1;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat; }

@media (max-width: 1150px) {
  .footer .container {
    max-width: 900px; } }
@media (max-width: 980px) {
  .footer .container {
    max-width: 600px; } }
@media (max-width: 700px) {
  .footer .container {
    max-width: 400px; }

  .pf4_footer_form .optin__panel {
    display: block; }

  .pf4_footer_form .form-group {
    width: 100%;
    margin-bottom: 5px; }

  .pf4_footer_form .pf4_form_button_holder {
    width: 100%; }

  .pf4_footer_form button {
    display: block;
    width: 100%; }

  .pf4_footer_form h3 {
    font-size: 22px;
    margin-bottom: 16px; }

  .pf4_footer_menu {
    margin-bottom: 20px; }

  .pf4_footer_menu a:after {
    display: none; } }
@media (max-width: 500px) {
  .footer .container {
    width: 86%; } }
/*
  Header 
================= Edited ================================*/
.header {
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFF !important;
  position: relative;
  width: 100%;
  z-index: 999;
  }

.header .container {
  padding: 0;
  max-width: 1080px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  }

.pf4_header_icons {
  float: right;
  width: 20%;
  text-align: right;
  padding-top: 10px; 
}
.header .header-menu {
  width: 100%;
  padding-top: 0px;
  text-align:center;
}
.header .logo--image {
  height: 50px !important; display:none; }

.header .logo {
  width: 22%;
}
.header .logo img {
  max-height: 50px !important; }

.header .social-icons {
  text-align: right;
  margin-bottom: 0; }

.header .social-icons__icon {
  height: 30px;
  width: 30px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 32px; }

.header .header-menu a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.05 !important;
  text-align: right;
  color: #131313;
  border: solid 0px rgba(0, 0, 0, 0);
  padding-top: 54px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 2px;
  margin-left: 3px;
  margin-right: 3px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.header .header-menu span[kjb-settings-id="sections_header_settings_language_login"] a{
  
margin-right: -60px;
}
.header .header-menu a.btn{
  padding: .5rem 1rem;
  margin-top: 0;
}
.dropdown-toggle:after{
    margin-top: -7px;
    margin-left: 5px;
}
.header .header-menu a:hover{
  border-color: #000000;
}

.header .header-menu a.pv4_home{
    width: 67px;
    font-size: 0px;
    height: 76px;
    background-image: url(logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 57px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 16px;
}

.header .header-menu a.logo_menu{
  padding:0;
  padding-left: 40px;
  padding-right: 40px;
}
.header .header-menu a.logo_menu img{
  width: auto;
  height: 100px;
}

.dropdown-menu{

}
.dropdown-menu li{
  margin: 0;
}
.dropdown-menu li a{
  display: block !important;
  text-align: left !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-bottom: solid 1px #f1f1f1 !important;
}
.dropdown-menu li:last-child a{
  border-bottom: 0 !important;
}

.header .user__dropdown a{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}

.mobile_logo{
	display:none;
}
.header .user {
  margin-right: -50px;
}
@media (max-width: 1150px) {
  .header .container {
    max-width: 90%;
    position: relative;
  } 
  .header .header-menu a.logo_menu{
  	padding-left: 25px;
  	padding-right: 25px;
  }
}
@media (max-width: 1180px){
  .header .header-menu a{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .header .header-menu a.logo_menu{
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .header-menu a.logo_menu img{
    height: 40px;
  }
}
@media (max-width: 1060px){
  .header .header-ham {
    display: inline-block;
    top: 32%;
    right: 0;
  }
  .header .header-ham + .header-menu{
    display:none !important;
  }
  .header .header-ham.open + .header-menu{
    display:block !important;
  }
  .header .header-menu{
    position:absolute;
    background-color:#ffffff;
    width: 80%;
    left: 10%;
    text-align: center;
    border-radius:10px;
    border: solid 1px #dadada;
    padding:30px;
    padding-bottom:20px;
    top: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  }
  .navbar-nav{
    display: block !important;
  }
  .header .header-menu a{
    text-align:center;
    margin-bottom: 15px;
    font-size: 18px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    margin: 0;
    display: block;
  }
  .header .user__avatar{
    margin-top: 20px;
    margin-left: 0;
  }
  .header .header-menu .dropdown-menu{
    position:relative;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 0;
  }
  .header .header-menu a.logo_menu{
    display:none;
  }
	.mobile_logo{
		display:block;
		margin: 0;
	}
.header .header-menu span[kjb-settings-id="sections_header_settings_language_login"] a{
  
margin-right: 0px;
}
}
@media (max-width: 700px) {
  .pf4_header_icons {
    width: 30%; } 
}
@media (max-width: 500px) {
  .header .logo img {
    max-height: 40px !important; 
  }
  .header {
    /* padding-top: 16px; */
    /* padding-bottom: 23px; */
  } 
}
/*
	Section 6 (Hero3)
=================================================*/
.pf4_section_6 {
  position: relative; }

.pf4_section_6 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 500px; }

.pf4_section_6__left_bg,
.pf4_section_6__right_bg {
  position: absolute;
  width: 100%;
  height: 100%; }

.pf4_section_6__left_bg {
  width: 50%;
  height: 78%;
  bottom: 0;
  height: calc(100% - 150px);
  z-index: 2; }

.pf4_section_6__right_bg {
  width: 56%;
  right: 0;
  height: 79%; }

.pf4_section_6__left_bg .full-left-bg,
.pf4_section_6__left_bg .full-bg-mobile {
  background-size: cover;
  top: auto;
  background-position: center top; }

.pf4_section_6__right_bg .full-right-bg,
.pf4_section_6__right_bg .full-bg-mobile {
  background-size: 400px;
  background-color: #F3E9E7;
  background-repeat: no-repeat;
  background-position: right bottom; }

.pf4_section_6__box_holder {
  z-index: 3;
  max-width: 506px;
  margin-left: 36%;
  margin-top: 395px;
  margin-bottom: 25px; }

.pf4_section_6__box {
  background-color: #fff;
  padding: 45px;
  padding-top: 51px;
  padding-bottom: 48px; }

.pf4_section_6__title {
  margin-bottom: 0; }

.pf4_section_6__subtitle {
  margin-top: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  color: #222222; }

.pf4_section_6__dots {
  position: absolute;
  z-index: 0;
  width: 70%;
  height: 69%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 610px;
  left: 13%;
  top: 23%; }

@media (max-width: 1150px) {
  .pf4_section_6 .container {
    max-width: 900px; } }
@media (max-width: 980px) {
  .pf4_section_6 .container {
    max-width: 600px;
    min-height: 1px; }

  .pf4_section_6__left_bg {
    display: none; }

  .pf4_section_6__box_holder {
    margin: 0;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }

  .pf4_section_6 .pf4_mobile_only {
    display: block; }

  .pf4_section_6__right_bg {
    height: 100%;
    width: 100%; }

  .pf4_section_6__dots {
    display: none; } }
@media (max-width: 700px) {
  .pf4_section_6 .container {
    max-width: 400px; }

  .pf4_section_6__box {
    padding: 20px; } }
@media (max-width: 500px) {
  .pf4_section_6 .container {
    width: 86%; } }


/*
	Section 7 (Simple Text)
=================================================*/
.pf4_section_7 {
  padding-top: 61px;
  padding-bottom: 36px;
  font-family: GothamHTF;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.96;
  text-align: center;
  color: #000000;
  position: relative;
}
.pf4_section_7 .container {
  padding: 0;
  max-width: 850px;
  width: 90%;
  position: relative;
  z-index: 1;
}
.pf4_section_7 p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.pf4_section_7__dots {
  position: absolute;
  bottom: -19%;
  right: 0;
  z-index: 0;
  width: 30%;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom; 
}
.pf4_section_7_title_holder{
  position:relative;
}
.pf4_section_7_title_holder h2{
  font-size: 40px;
  margin: 0;
}
.pf4_section_7_title_holder h3{
  font-size:80px;
  margin:0;
}

.pf4_section_7.parallax_true{
  background-attachment: fixed;
  background-size: cover;
}

/* Style 1 */
.style1 .pf4_section_7_title_holder{
  padding-right: 120px;
  margin-bottom: 15px;
}
.pf4_section_7.style1 article{
  margin-bottom: 70px;
}
.style1 .pf4_section_7_title_holder h2{
  font-size: 40px;
  position: absolute;
  width: 100%;
  margin-top: -70px;
  margin-left: 100px;
}
.style1 .pf4_section_7_title_holder h3{
  font-size: 100px;
}

/* Style 2 */
.style2 .pf4_section_7_title_holder{
  margin-bottom: 33px;
}
.style2 .pf4_section_7_title_holder h3{
  font-size: 100px;
  line-height: 1.2;
}

/* Style 3 */
.style3 .pf4_section_7_title_holder h3{
  font-size: 100px;
  margin-bottom: -80px;
  margin-left: -160px;
}
.style3 .pf4_section_7_title_holder h2{
  padding-left: 290px;
}
.style3 .pf4_section_7_title_holder{
  margin-bottom: 18px;
}
.style3.pf4_section_7 article{
  margin-bottom: 70px;
}

/* Style 4 */
.style4{
    padding-top: 72px;
    padding-bottom: 64px;
}
.style4 .container{
    max-width: 1140px;
}
.style4 .pf4_section_7_title_holder h2{
    text-transform: uppercase;
    padding-bottom: 26px;
}
.style4 .pf4_section_7_title_holder h2 mark{
    background-color: #FFF;
    padding: 0px 20px 0px 10px;
}


/* Style 5 */
.style5{
    padding-top: 95px;
    padding-bottom: 64px;
}
.style5 .container{
    max-width: 1140px;
}
.style5 .pf4_section_7_title_holder{    
    display: inline-flex;    
    padding-bottom: 61px;
}
.style5 .pf4_section_7_title_holder h3{
    font-size: 100px;
    padding-right: 25px;
    color: #dab7ad;
}
.style5 .pf4_section_7_title_holder h2{   
    text-align: left;    
    text-transform: uppercase;    
    line-height: 0.86;    
    padding-top: 11px;
}
.style5 article{
    padding: 0;
    max-width: 850px;
    width: 90%;
    position: relative;
    z-index: 1;
    margin: 0px auto;
}

/* Style 6 */
.style6{
    padding-top: 170px;
    padding-bottom: 88px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.style6 .pf4_section_7_title_holder{    
    display: inline-flex;
    padding-bottom: 12px;
}
.style6 .pf4_section_7_title_holder h3{
    font-size: 100px;
    line-height: 1;
    padding-bottom: 2px;
}
.style6 .pf4_section_7_title_holder h3 span{
    display: block;
    padding-left: 435px;
    margin-top: -41px;
}

/*style7*/
.pf4_section_7.style7{
    padding-bottom: 0;
    padding-top: 82px;
    margin-bottom: -40px;
}
.style7 .pf4_section_7_title_holder{
    margin: 0px auto;
    display: block;
    max-width: 532px;
}
.style7 .pf4_section_7_title_holder:before{
    content: "";
    width: 4.5px;
    height: 64px;
    background-color: #dab7ad;
    display: block;
    position: absolute;
    top: -82px;
    left: 50%;
}
.style7 .pf4_section_7_title_holder h2{
    font-size: 40px;
    position: absolute;
    width: 100%;
    margin-top: -138px;
    text-align: right;
}
.style7 .pf4_section_7_title_holder h3{
    font-size: 100px;
    text-align: left;
}

@media (max-width: 1150px){
  .style1 .pf4_section_7_title_holder h3{
    font-size: 110px;
  }
  .style1 .pf4_section_7_title_holder h2{
    /* font-size:40px; */
    margin-top: -70px;
  }
  .style1 .pf4_section_7_title_holder{
    padding-right:0;
    margin-right: 85px;
  }
  .style2 .pf4_section_7_title_holder h3{
    font-size:80px;
  }
  .style3 .pf4_section_7_title_holder h3{
    font-size: 110px;
  }
  .pf4_section_7_title_holder h2{
    /* font-size:40px; */
  }
  
  .style5 .pf4_section_7_title_holder h3 {
    font-size: 75px;
  }
  .style6 .pf4_section_7_title_holder h3{    
    font-size: 110px;
  }

  .pf4_section_7{
    padding-top:50px !important;
    padding-bottom:50px !important;
  }
  .pf4_section_7.style1 article{
    margin-bottom:20px;
  }
  .pf4_section_7.style6 article p:last-child{
      margin-bottom: 0px;
  }
}
@media (max-width: 980px) {
  .pf4_section_7 {
    padding-top: 40px;
    padding-bottom: 10px; 
  }
  .pf4_section_7 .container {
    max-width: 600px !important;
  }
  .style3 .pf4_section_7_title_holder h3{
    margin-bottom: -57px;
    font-size: 80px;
    margin-left: -80px;
  }
  .style3.pf4_section_7 article{
    margin-bottom:20px;
  }
  .style1 .pf4_section_7_title_holder h3{
    font-size:80px;
  }
  .style1 .pf4_section_7_title_holder h2{
    /* font-size:32px; */
    margin: 0;
    position: relative;
  }
  .style1 .pf4_section_7_title_holder{
    margin-right: 0px;
  }
  
  .style5 .pf4_section_7_title_holder {
    display: block;
    padding-bottom: 30px;
  }
  .style5 .pf4_section_7_title_holder h2 br{
    display: none;
  }
  .style5 article  p:last-child{
      margin-bottom: 0px;
  }
  .style6 .pf4_section_7_title_holder h3{    
    font-size: 80px;
  }
  .style6 .pf4_section_7_title_holder h3 span {
    display: inline-block;
    margin-top: 0px;
    padding-left: 5px;
  }
  .style5 .pf4_section_7_title_holder h2 {
    line-height: 1.3;
  }

  .pf4_section_7.style7 {
      padding-bottom: 0px !important;
      margin-bottom: -95px;
  }
  .style7 .pf4_section_7_title_holder h3 {
      text-align: center;
      font-size: 80px;
  }
  .style7 .pf4_section_7_title_holder h2 {
      font-size: 32px;
      position: relative;
      margin-top: 0px;
      text-align: center;
      padding-bottom: 20px;
  }

  .pf4_section_7_title_holder h2{
    font-size:32px;
  }
}
@media (max-width: 700px) {
  .pf4_section_7 .container {
    max-width: 400px !important;
  } 
  .style3 .pf4_section_7_title_holder h3{
    font-size:60px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .style3 .pf4_section_7_title_holder h2{
    padding: 0;
  }
  .pf4_section_7_title_holder h2{
    font-size:26px;
  }
  .style2 .pf4_section_7_title_holder h3{
    font-size:60px;
  }
  .style1 .pf4_section_7_title_holder h3{
    font-size:60px;
  }
  .style1 .pf4_section_7_title_holder h2{
    font-size: 30px;
  }
  
  .style5 article{
    width: 100%;
  }
  .style5 .pf4_section_7_title_holder h3{    
    font-size: 60px;
    padding-right: 0px;
  }
  .style6 .pf4_section_7_title_holder h3{    
    font-size: 60px;
  }
}
@media (max-width: 500px) {
  .pf4_section_7 .container {
    width: 86%;
  } 
}


/*
	Section 8 (Quote)
=================================================*/
.pf4_section_8 {
  position: relative; }

.pf4_section_8 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap; }

.pf4_section__left {
  width: 42.2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  box-sizing: border-box; }

.pf4_section__right {
  width: 57.8%;
  padding-top: 84px;
  padding-bottom: 84px; }

.pf4_section_8__box {
  background-color: #fff;
  padding: 35px;
  padding-top: 47px;
  margin-right: -157px;
  z-index: 4;
  position: relative; }

.pf4_section_8__quote {
  position: absolute;
  left: -48px;
  width: 109px;
  height: 113px;
  background-size: contain;
  top: 120px;
  z-index: 3;
  background-repeat: no-repeat; }

.pf4_section_8__leaf {
  position: absolute;
  left: 0;
  bottom: 84px;
  width: 447px;
  height: 356px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: 0 bottom; }

.pf4_section_8__accent {
  position: absolute;
  top: 120px;
  left: 0;
  background-color: #F1F1F1;
  width: 100%;
  height: 257.5px;
  z-index: 0; }

.pf4_section__right img {
  margin: 0; }

@media (max-width: 1150px) {
  .pf4_section_8 .container {
    max-width: 900px; }

  .pf4_section_8__quote {
    width: 59px;
    height: 53px;
    left: 0; } }
@media (max-width: 980px) {
  .pf4_section_8 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .pf4_section_8 .container {
    width: 600px; }

  .pf4_section__right {
    display: none; }

  .pf4_section__left {
    width: 100%;
    padding-left: 0; }

  .pf4_section_8__box {
    margin: 0;
    padding-top: 20px; }

  .pf4_section_8__accent {
    height: 100%;
    top: 0; }

  .pf4_section_8__leaf {
    bottom: 0;
    height: 100%; }

  .pf4_section_8 .pf4_mobile_only {
    display: block; }

  .pf4_section_8__quote {
    top: 0;
    display: none; } }
@media (max-width: 700px) {
  .pf4_section_8 .container {
    max-width: 400px; }

  .pf4_section_8__box {
    padding: 20px;
    padding-top: 0; } }
@media (max-width: 500px) {
  .pf4_section_8 .container {
    width: 86%; } }
/*
	Section 9 (Contact)
=================================================*/
.pf4_section_9 {
  position: relative;
  padding-top: 80px; }

.pf4_section_9 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap; }

.pf4_section_9__left {
  width: 48.5%;
  position: relative;
  padding-top: 59px;
  padding-bottom: 36px;
  padding-left: 37px; }

.pf4_section_9__right {
  width: 51.5%;
  padding-top: 30px;
  padding-left: 70px; }

.pf4_section_9__left img {
  float: right;
  margin: 0;
  position: relative;
  z-index: 2;
  margin-right: -70px; }

.pf4_section_9__left h2 {
  position: relative;
  text-align: right;
  z-index: 2;
  margin-bottom: 69px;
  margin-right: -37px; }

.pf4_section_9__left h2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: -22px;
  z-index: -1;
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: right center; }

.pf4_section_9__left_bg {
  height: 80%;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0; }

.pf4_section_9__right_bg {
  background-color: #F3E9E7;
  height: 198px; }

.pf4_section_9__right_in {
  background-color: #fff;
  padding: 30px;
  padding-top: 35px; }

.pf4_section_9 .form-group label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3.2px;
  color: #b4b4b4;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 7px; }

.pf4_section_9 .pf4-form-control {
  width: 100%;
  background-color: #ffffff;
  border: solid 2px #f2e8e6;
  padding-top: 6px;
  padding-bottom: 6px; }

.pf4_section_9 button[type="submit"] {
  background-color: #d0a590;
  border: 0;
  color: #fff;
  font-size: 14.8px;
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: 3.5px;
  display: inline-block;
  padding: 13px 35px; }

.pf4_section_9 button[type="submit"]:hover {
  background-color: #000; }

@media (max-width: 1150px) {
  .pf4_section_9 .container {
    max-width: 900px; } }
@media (max-width: 980px) {
  .pf4_section_9 .container {
    max-width: 600px; }

  .pf4_section_9__left {
    width: 100%;
    padding: 0px; }

  .pf4_section_9__right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 40px; }

  .pf4_section_9__right_bg {
    height: 100%; }

  .pf4_section_9__left img {
    margin: 0;
    max-width: 100%;
    width: 100%; }

  .pf4_section_9__left h2 {
    margin-bottom: 0;
    margin: 0;
    padding: 0; }

  .pf4_section_9__left_bg {
    display: none; } }
@media (max-width: 700px) {
  .pf4_section_9 .container {
    max-width: 400px; } }
@media (max-width: 500px) {
  .pf4_section_9 .container {
    width: 86%; } }
/*
	Section 10 (Hero4)
=================================================*/
.pf4_section_10 {
  position: relative; }

.pf4_section_10 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 500px; }

.pf4_section_10__left_bg,
.pf4_section_10__right_bg {
  position: absolute;
  width: 100%;
  height: 100%; }

.pf4_section_10__left_bg {
  width: 100%;
  height: 78%;
  bottom: 0;
  height: calc(100% - 150px);
  z-index: 2; }

.pf4_section_10__right_bg {
  width: 56%;
  right: 0;
  height: 79%; }

.pf4_section_10__left_bg .full-left-bg,
.pf4_section_10__left_bg .full-bg-mobile {
  background-size: cover;
  top: auto;
  background-position: center top; }

.pf4_section_10__right_bg .full-right-bg,
.pf4_section_10__right_bg .full-bg-mobile {
  background-size: 400px;
  background-color: #F3E9E7;
  background-repeat: no-repeat;
  background-position: right bottom; }

.pf4_section_10__box_holder {
  z-index: 3;
  max-width: 506px;
  margin-left: 0;
  margin-top: 318px;
  margin-bottom: 125px; }

.pf4_section_10__box {
  background-color: #fff;
  padding: 45px;
  padding-top: 54px;
  padding-bottom: 73px; }

.pf4_section_10__title {
  margin-bottom: 15px; }

.pf4_section_10__dots {
  position: absolute;
  z-index: 2;
  width: 70%;
  height: 48%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  right: 0;
  bottom: -60px; }

.pf4_section_10__leaf {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 447px;
  height: 390px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  background-position: 0 bottom; }

@media (max-width: 1150px) {
  .pf4_section_10 .container {
    max-width: 900px; } }
@media (max-width: 980px) {
  .pf4_section_10 .container {
    max-width: 600px;
    min-height: 1px; }

  .pf4_section_10__left_bg {
    display: none; }

  .pf4_section_10__box_holder {
    margin: 0;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }

  .pf4_section_10 .pf4_mobile_only {
    display: block; }

  .pf4_section_10__right_bg {
    height: 100%;
    width: 100%; }

  .pf4_section_10__leaf {
    width: 50%;
    height: 50%;
    z-index: 0; }

  .pf4_section_10__dots {
    width: 50%;
    height: 50%;
    bottom: 0; } }
@media (max-width: 700px) {
  .pf4_section_10 .container {
    max-width: 400px; }

  .pf4_section_10__box {
    padding: 20px; } }
@media (max-width: 500px) {
  .pf4_section_10 .container {
    width: 86%; } }
/*
	Section 11 (Image and Content)
=================================================*/
.pf4_section_11 {
  position: relative;
  padding-top: 97px; }

.pf4_section_11 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.pf4_section_11__image {
  width: 36%;
  position: relative;
  min-height: 404px; }

.pf4_section_11__image span {
  background-size: cover;
  background-position: center;
  height: 125%;
  height: calc(100% + 87px);
  z-index: 1; }

.pf4_section_11__content {
  width: 64%;
  box-sizing: border-box;
  padding-left: 80px;
  padding-top: 76px; }

.pf4_section_11__title {
  margin-bottom: 17px; }

.pf4_section_11__text ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.pf4_section_11__text ul li {
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 14px;
  line-height: 1.43;
  background-position: left 4px;
  margin-top: 11px;
  margin-bottom: 11px; }

.image_right_true .pf4_section_11__content {
  text-align: right;
  padding-left: 0;
  padding-right: 80px; }

.image_right_true .pf4_section_11__text ul li {
  background-position: right 4px;
  padding-left: 0;
  padding-right: 30px; }

@media (max-width: 1150px) {
  .pf4_section_11 .container {
    max-width: 900px; }

  .pf4_section_11__content {
    padding-top: 30px;
    padding-left: 40px; }

  .image_right_true .pf4_section_11__content {
    padding-right: 40px; } }
@media (max-width: 980px) {
  .pf4_section_11 .container {
    max-width: 600px; }

  .pf4_section_11__content {
    padding: 0;
    width: 100%; }

  .pf4_section_11__content .pf4_mobile_only {
    display: block;
    margin-bottom: 30px; }

  .pf4_section_11__image {
    display: none; }

  .pf4_section_11 {
    padding-top: 40px;
    padding-bottom: 30px; }

  .image_right_true .pf4_section_11__content {
    text-align: left;
    padding-right: 0; }

  .image_right_true .pf4_section_11__text ul li {
    padding-left: 30px;
    padding-right: 0;
    background-position: left 4px; } }
@media (max-width: 700px) {
  .pf4_section_11 .container {
    max-width: 400px; } }
@media (max-width: 500px) {
  .pf4_section_11 .container {
    width: 86%; } }
/*
	Section 12 (Box Content)
=================================================*/
.pf4_section_12 {
  position: relative;
  padding-top: 204px;
  padding-bottom: 204px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.pf4_section_12__box {
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 69px;
  padding-bottom: 54px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  line-height: 1.43;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.pf4_section_12 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%; }

.pf4_section_12__box p {
  margin: 0;
  margin-bottom: 20px; }

.pf4_section_12__dots {
  position: absolute;
  width: 100%;
  height: 130%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.65);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: -130px  bottom; }

@media (max-width: 1150px) {
  .pf4_section_12 .container {
    max-width: 900px; }

  .pf4_section_12__box {
    padding-left: 50px;
    padding-right: 50px; } }
@media (max-width: 980px) {
  .pf4_section_12 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .pf4_section_12 .container {
    max-width: 600px; }

  .pf4_section_12__box {
    padding: 40px; }

  .pf4_section_12__dots {
    background-size: 300px;
    background-position: left bottom; } }
@media (max-width: 700px) {
  .pf4_section_12 .container {
    max-width: 400px; } }
@media (max-width: 500px) {
  .pf4_section_12 .container {
    width: 86%; } }
/*
	Section 13 (Content and Image 2)
=================================================*/
.pf4_section_13 {
  position: relative;
  padding-top: 120px;
  overflow: hidden;
  padding-bottom: 63px; }

.pf4_section_13 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  position: relative; }

.pf4_section_13__image {
  width: 44.7%;
  position: relative; }

.pf4_section_13__image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10%;
  left: -43px;
  background-color: #E9D4CF; }

.pf4_section_13__image:before {
  content: "";
  position: absolute;
  background-color: #E9D4CF;
  width: 10px;
  height: 79%;
  left: -43px;
  bottom: 10%; }

.pf4_section_13__image img {
  margin: 0;
  position: relative;
  z-index: 4; }

.pf4_section_13__content {
  width: 55.3%;
  box-sizing: border-box;
  padding-left: 45px;
  padding-top: 49px; }

.pf4_section_13__title {
  margin-bottom: 86px; }

.pf4_section_13__text ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.pf4_section_13__text ul li {
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 14px;
  line-height: 1.43;
  background-position: left 4px;
  margin-top: 11px;
  margin-bottom: 11px; }

.image_right_true .pf4_section_13__content {
  padding-left: 0;
  padding-right: 80px; }

.pf4_section_13__bg {
  background-color: #F2E8E6;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 254px;
  width: 100%;
  height: 100%; }

.pf4_section_13__dots {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 319px;
  background-position: left bottom;
  background-repeat: no-repeat; }

.image_right_true .pf4_section_13__dots {
  left: 1%;
  bottom: -27%;
  background-position: right bottom;
  background-size: 550px; }

@media (max-width: 1150px) {
  .pf4_section_13 .container {
    max-width: 900px; }

  .pf4_section_13__content {
    padding-top: 30px;
    padding-left: 40px; } }
@media (max-width: 980px) {
  .pf4_section_13__title {
    margin-bottom: 10px; }

  .pf4_section_13 .container {
    max-width: 600px; }

  .pf4_section_13__content {
    padding: 0 !important;
    width: 100%; }

  .pf4_section_13__content .pf4_mobile_only {
    display: block;
    margin-bottom: 30px;
    width: 100%; }

  .pf4_section_13__image {
    display: none; }

  .pf4_section_13 {
    padding-top: 40px;
    padding-bottom: 30px; } }
@media (max-width: 700px) {
  .pf4_section_13 .container {
    max-width: 400px; } }
@media (max-width: 500px) {
  .pf4_section_13 .container {
    width: 86%; } }
/*
	Section 14 (Box items)
=================================================*/
.pf4_section_14 {
  position: relative;
  overflow: hidden; }

.pf4_section_14 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position: relative;
  z-index: 0;
  padding-top: 258px; }

.pf4_section_14__bg_holder,
.pf4_section_14__leaf_holder {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 0; }

.pf4_section_14__bg_holder {
  top: 130px;
  height: 70%;
  height: calc(100% - 200px); }

.pf4_section_14__leaf_holder {
  width: 30%;
  height: 90%;
  height: calc(100% - 120px);
  top: 50px; }

.pf4_section_14__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
  z-index: 7;
  margin-bottom: -50px; }

.pf4_section_14__item {
  width: 29.8%;
  background-size: cover;
  position: relative;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 48px;
  padding-bottom: 44px;
  min-height: 327px;
  box-sizing: border-box; }

.pf4_section_14__item_in {
  position: relative;
  z-index: 1;
  color: #fff; }

.pf4_section_14__item_number {
  box-sizing: border-box;
  display: inline-block;
  width: 90px;
  height: 90px;
  border: solid 3px;
  border-radius: 100%;
  font-size: 41px;
  font-weight: normal;
  line-height: 82px;
  letter-spacing: 3.1px;
  font-family: Flama-Basic; }

.pf4_section_14__item_content {
  color: #fff;
  margin-top: 25px;
  line-height: 2.21; }

.pf4_section_14__item:after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  }

.pf4_section_14__bg {
  background-color: #F3E9E7; }

.pf4_section_14__leaf {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain; }

@media (max-width: 1150px) {
  .pf4_section_14 .container {
    max-width: 900px;
    padding-top: 50px; }

  .pf4_section_14__items {
    margin-top: 30px;
    margin-bottom: -20px; }

  .pf4_section_14__item {
    width: 31%;
    margin-bottom: 20px; }

  .pf4_section_14__bg_holder {
    top: 50px; }

  .pf4_section_14__leaf_holder {
    top: 0; } }
@media (max-width: 980px) {
  .pf4_section_14 .container {
    max-width: 600px; }

  .pf4_section_14__items {
    margin-bottom: 0;
    display: block;
    max-width: 400px;
    margin: 0 auto; }

  .pf4_section_14__item {
    width: 100%; }

  .pf4_section_14__title {
    text-align: center; }

  .pf4_section_14__bg_holder {
    width: 100%;
    top: 18%;
    height: 70%; }

  .pf4_section_14__leaf_holder {
    width: 100%;
    top: 18%;
    height: 70%; }

  .pf4_section_14__leaf {
    background-size: 50%; } }
@media (max-width: 700px) {
  .pf4_section_14 .container {
    max-width: 400px; }

  .pf4_section_14__leaf_holder {
    display: none; } }
@media (max-width: 500px) {
  .pf4_section_14 .container {
    width: 86%; } }



/*
	Section 15 (Center Box)
=================================================*/
.pf4_section_15 {
  position: relative;
  overflow: hidden;
  padding-top: 125px;
  padding-bottom: 125px;
}

.pf4_section_15 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position: relative;
  box-sizing:border-box;
  padding: 21px;
}
.pf4_section_15__box{
  background-color:#fff;
  position:relative;
  z-index:1;
  text-align:center;
  overflow: hidden;
  padding: 40px;
  padding-top: 65px;
}
.pf4_section_15__title{
  position:relative;
  padding-bottom: 23px;
  margin-bottom: 28px;
}
.pf4_section_15__title:after{
  content:"";
  position:absolute;
  width: 124px;
  height: 6px;
  background-color: #f2e8e6;
  left:50%;
  margin-left:-72px;
  bottom:0;
}
.pf4_section_15__text{
  max-width: 600px;
  margin:0 auto;
}
.pf4_section_15__text p{
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.43;
}
.pf4_section_15__bg_image{
  position:absolute;
  height:100%;
  width:50%;
  left:0;
  top:0;
  z-index:0;
  background-repeat: no-repeat;
  background-size: cover;
}
.pf4_section_15__bg_color{
  position:absolute;
  height:100%;
  width:50%;
  right:0;
  top:0;
  z-index:0;
  background-color:#FADDD7;
}
@media (max-width: 1150px) {
  .pf4_section_15 .container {
    max-width: 900px;
  } 
}
@media (max-width: 980px) {
  .pf4_section_15 .container {
    max-width: 600px; 
  }
  .pf4_section_15{
    padding-top:50px;
    padding-bottom: 50px;
  }
  .pf4_section_15__box{
    padding:30px;
  }
}
@media (max-width: 700px) {
  .pf4_section_15 .container {
    max-width: 400px;
    padding: 11px;
  }
  .pf4_section_15__text br{
    display:none;
  }
}
@media (max-width: 500px) {
  .pf4_section_15 .container {
    width: 86%; 
  }
  .pf4_section_15__box{
    padding:15px;
  }
  .pf4_section_15 .container{
    padding:5px;
  }
  .pf4_section_15{
    padding-top:20px;
  }
}



/*
	Section 16 (call to action)
=================================================*/
.pf4_section_16 {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 125px;
}

.pf4_section_16 .container {
  padding: 0;
  max-width: 707px;
  width: 100%;
}
.pf4_section_16__box{
  background-color:#F3E9E7;
  position:relative;
  z-index:1;
  text-align:center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 50px;
  padding-top: 60px;
  padding-bottom: 53px;
}
.pf4_section_16__box:before{
  border: solid 8px #fff;
  content:"";
  position:absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  z-index: -1;
}
.pf4_section_16__title{
  position:relative;
  padding-bottom: 27px;
  margin-bottom: 30px;
}
.pf4_section_16__title:after{
  content:"";
  position:absolute;
  width: 316px;
  height: 7.5px;
  background-color: #ffffff;
  left:50%;
  margin-left:-158px;
  bottom:0;
}
.pf4_section_16__subtitle{
  font-size: 22px;
  line-height: 1;
  text-transform:uppercase;
  font-weight:300;
  margin: 0;
  margin-bottom: 18px;
}
.pf4_section_16__text{
  font-size: 15px;
  line-height: 1.33;
  padding-bottom: 2px;
}
.pf4_section_16__text p{
  margin: 0;
  margin-bottom: 20px;
}
.pf4_section_16__buttons{
  padding-left:33px;
  padding-right:33px;
}
.pf4_section_16__button{
  font-family: GothamHTF;
  display:block;
  background-color:#FFFFFF;
  font-size: 15px;
  letter-spacing: 0.9px;
  text-align: center;
  color: #000000;
  text-transform:uppercase;
  font-weight: 400;
  padding: 14px 15px;
  margin: 0;
  margin-bottom: 13px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.04);
}
.pf4_section_16__button:hover{
  color:#fff;
  background-color:#000;
}

.pf4_section_16__leaf{
  position:absolute;
  width:40%;
  height:100%;
  top:0;
  left:0;
  background-repeat:no-repeat;
  background-size:contain;
  background-position: left bottom;
}

@media (max-width: 980px) {
  .pf4_section_16{
    padding-bottom:50px;
  }
  .pf4_section_16 .container {
    max-width: 600px; 
  }
  .pf4_section_16__buttons{
    padding-left:0;
    padding-right:0;
  }
  .pf4_section_16__button{
    font-size:14px;
  }
  .pf4_section_16__leaf{
    width:70%;
  }
}
@media (max-width: 700px) {
  .pf4_section_16 .container {
    max-width: 400px; 
  }
  .pf4_section_16__subtitle{
    font-size:18px;
  }
  .pf4_section_16__title{
    margin-bottom:20px;
    padding-bottom:20px;
  }
  .pf4_section_16__title:after{
    height:5px;
    width:100px;
    margin-left:-50px;
  }
  .pf4_section_16__leaf{
    width:100%;
  }
}
@media (max-width: 500px) {
  .pf4_section_16 .container {
    width: 86%; 
  } 
  .pf4_section_16__box{
    padding:15px;
  }
  .pf4_section_16__box:before{
    border-width: 3px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
}




/*
	Section 17 ( Testimonials )
=================================================*/
.pf4_section_17 {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.pf4_section_17 .container {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position:relative;
  padding-bottom: 86px;
}
.pf4_section_17__title{
  z-index:1;
  text-align: left;
  margin-left: 23.4%;
  padding-left: 157px;
  position: absolute;
}
.pf4_section_17 .testimonials {
  position:relative;
  z-index:1;
}
.pf4_section_17__bg_holderr{
  position:absolute;
  width: 86%;
  right: 0;
  height: 80.5%;
  bottom: 0;
}
.pf4_section_17 .testimonial{
  display:flex;
  flex-wrap:wrap;
  padding:0;
}
.pf4_section_17__item_image{
  width: 23.3%;
}
.pf4_section_17__item_image img{
  width:100%;
  margin:0;
}
.pf4_section_17__item_content{
  width: 76.4%;
  text-align:left;
  box-sizing: border-box;
  padding-left: 50px;
  line-height: 1.47;
  font-size: 15px;
  padding-top: 115px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.pf4_section_17 .slick-dots{
  margin:0;
  position: absolute;
  left: 23.3%;
  padding-left:50px;
  bottom: 0;
  text-align: left;
}
.pf4_section_17__bg{
  background-color:#F2E8E6;
  background-size:35%;
  background-repeat:no-repeat;
  background-position:right top;
}
.section--testimonial .slick-dots li button{
    width: 7px;
    height: 7px;
    margin: 0;
    margin-right: 18px;
}
.pf4_section_17 .slick-dots li.slick-active button{
  background-color:#CFA28B;
}

.pf4_section_17__item_content article{
  margin-bottom: 12px;
}
.pf4_section_17__item_content strong{
  font-size: 15px;
  font-weight: 500;
}

.pf4_section_17_border{
  background-color:#EDDCD9;
  position:absolute;
}
.pf4_section_17__border_top{
  width: calc(100% - 695px);
  height: 13px;
  right: 0;
  top: 28px;
}
.pf4_section_17__border_bottom{
  width: calc(100% - 155px);
  height: 13px;
  left: 100px;
  bottom: 40px;
  width: calc(100% - 100px);
}
.pf4_section_17__border_left{
  width:13px;
  height: 10px;
  left:100px;
  bottom:50px;
}
.pf4_section_17__border_right{
  width:13px;
  height: calc(100% - 78px);
  right: 0;
  bottom:50px;
}

/*Style 1*/
.pf4_section_17.style1{
    padding-top: 186px;
    padding-bottom: 100px;
}
.pf4_section_17.style1 .container {
    max-width: 1130px;
}
.pf4_section_17.style1 .pf4_section_17__border_top {
    width: calc(100% - 780px);
}
.pf4_section_17.style1 .pf4_section_17__title{
    text-transform: uppercase !important;
    letter-spacing: 0px;
    padding-left: 75px;
    padding-top: 7px;
    font-size: 40px;
}
.pf4_section_17.style1 .pf4_section_17__item_content article span{
    display: none;
}
.pf4_section_17.style1 .pf4_section_17__item_content article p{
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 1.5;
}
.pf4_section_17.style1 .pf4_section_17__item_image {
    padding-top: 54px;
}
.pf4_section_17.style1 .pf4_section_17__bg_holderr {
    height: 82.8%;
}
.pf4_section_17.style1 .pf4_section_17__item_content {
    padding-top: 129px;
}
.pf4_section_17.style1 .pf4_section_17__item_content strong {
    font-size: 20px;
}

.pf4_section_17.low_padding{
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1150px) {
  .pf4_section_17 .container {
    max-width: 900px;
  } 
}

@media (max-width: 980px) {
  .pf4_section_17 .container {
    max-width: 600px;
    padding-bottom: 20px;
  }
  .pf4_section_17{
    padding-top:40px;
  }
  .pf4_section_17__item_content{
    width:100%;
    padding:0;
    text-align:center;
  }
  .pf4_section_17 .slick-dots{
    position:relative;
    left: 0;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
  }
  .pf4_section_17__title{
    position:relative;
    margin:0;
    padding:0;
    text-align:center;
    margin-bottom: 30px;
  }
  .pf4_section_17__item_image{
    width:100px;
    margin: 0 auto;
    overflow: hidden;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 20px;
  }
  .pf4_section_17__border_top{
    display:none;
  }
  .pf4_section_17__bg_holderr{
    width:100%;
  }
  
  .pf4_section_17.style1 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .pf4_section_17.style1 .container {
    max-width: 600px;
    padding-bottom: 45px;
  }
  .pf4_section_17.style1 .pf4_section_17__title {
    font-size: 32px;
    padding-left: 0px;
  }
  .pf4_section_17.style1 .pf4_section_17__bg_holderr {
    height: 90%;
  }
  .pf4_section_17.style1 .pf4_section_17__item_content {
    padding-top: 20px;
  }
  .pf4_section_17.style1 .pf4_section_17__item_image {
    padding-top: 0px;
    margin-top: 30px;
  }
  .pf4_section_17.style1 .pf4_section_17__border_top,
  .pf4_section_17.style1 .pf4_section_17__border_bottom,
  .pf4_section_17.style1 .pf4_section_17__border_left,
  .pf4_section_17.style1 .pf4_section_17__border_right{
     display: none;
  }
}
@media (max-width: 700px) {
  .pf4_section_17 .container {
    max-width: 400px; 
  }
  .pf4_section_17__border_top,
  .pf4_section_17__border_bottom,
  .pf4_section_17__border_left,
  .pf4_section_17__border_right{
    display:none;
  }
}
@media (max-width: 500px) {
  .pf4_section_17 .container {
    width: 86%; 
  } 
}



/*
	Section 18 ( FAQ )
=================================================*/
.pf4_section_18{
  background-color: #fff;
  padding-top: 62px;
  padding-bottom: 50px;
}
.pf4_section_18 .container{
  padding: 0;
  max-width: 1030px;
  width: 100%;
}
.pf4_section_18 h2 {
  text-align:center;
  margin-bottom: 54px;
}
.pf4_section_18__items {
  margin: 0 auto;
  border: solid 1px #d0d0d0;
  border-bottom: 0;
}
.pf4_section_18__item_title {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.21;
  color: #000000;
  padding: 15px 20px;
  border-bottom: solid 1px #d0d0d0;
  cursor: pointer;
  position: relative;
  padding-right: 19%;
  font-family: GothamHTF;
}
.pf4_section_18__item_title:after {
  content: " ";
  position: absolute;
  height: 15px;
  width: 15px;
  right: 18.7%;
  top: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pf4_section_18__item_title.active {
  background-color: #F2E8E6;
}
.pf4_section_18__item_text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  padding: 20px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-top: 38px;
  display: none;
  border-bottom: solid 1px #d0d0d0;
  font-family: GothamHTF;
}
.pf4_section_18__item_text.active {
  display: block; 
}

@media (max-width: 1150px) {
  .pf4_section_18 .container {
    max-width: 900px;
  } 
  .pf4_section_18__item_title{
    padding-right:40px;
  }
  .pf4_section_18__item_title:after{
    right:20px
  }
  .pf4_section_18__item_text{
    padding:30px;
  }
}
@media (max-width: 980px) {
  .pf4_section_18 .container {
    max-width: 600px;
    padding-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .pf4_section_18 .container {
    max-width: 400px; 
  }
}
@media (max-width: 500px) {
  .pf4_section_18 .container {
    width: 86%; 
  } 
}




/*
	Section 19 ( Hero 5 )
=================================================*/
.pf4_section_19{
  background-color: #fff;
  text-align:center;
}
.pf4_section_19 .container{
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position:relative;
  padding-top: 259px;
  padding-bottom: 252px;
}
.pf4_section_19 h2 {
  display:inline-block;
  position:relative;
  z-index:2;
  margin: 0;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}
.pf4_section_19 h2:before{
  content:"";
  position:absolute;
  background-color:#000;
  height:70px;
  height: calc(100% + 18px);
  width: 8px;
  left: -35px;
  bottom: -27px;
}
.pf4_section_19 h2:after{
  content:"";
  position:absolute;
  background-color:#000;
  height: 8px;
  width: 64px;
  bottom: -27px;
  left: -27px;
}
.pf4_section_19__right_bg,
.pf4_section_19__left_bg{
  position:absolute;
  right:0;
  top:0;
  z-index:0;
  height:100%;
  width:50%;
}
.pf4_section_19__left_bg{
  right:auto;
  left:0;
}
.pf4_section_19__left_bg_style{
  background-color:#fff;
  background-repeat:no-repeat;
  background-size: 60%;
  background-position:left bottom;

}
.pf4_section_19__right_bg_style{
  background-color:#F2E8E6;
  background-repeat:no-repeat;
  background-size: 45%;
  background-position:right bottom;
}


@media (max-width: 1150px) {
  .pf4_section_19 .container {
    max-width: 900px;
    padding-bottom: 150px;
    padding-top: 200px;
  } 
}
@media (max-width: 980px) {
  .pf4_section_19 .container {
    max-width: 600px;
  }
  .pf4_section_19__left_bg {
    display:none;
  }
  .pf4_section_19__right_bg{
    width:100%;
  }
  .pf4_section_19__right_bg_style{
    background-size:23%;
  }
}
@media (max-width: 768px){
  .pf4_section_19 .container {
    padding-bottom:90px;
    padding-top:90px;
  }
}
@media (max-width: 700px) {
  .pf4_section_19 .container {
    max-width: 400px; 
  }
  .pf4_section_19__right_bg_style{
    background-size:15%;
  }
}
@media (max-width: 500px) {
  .pf4_section_19 .container {
    width: 86%; 
  }
  .pf4_section_19 h2:before{
    width:5px;
    left: -14px;
    height: 100%;
    bottom: -6px;
  }
  .pf4_section_19 h2:after{
    height:5px;
    bottom: -6px;
    left: -11px;
  }
}



/*
	Section 20 ( Shop )
=================================================*/
.pf4_section_20{
  background-color: #fff;
}
.pf4_section_20 .container{
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position:relative;
  padding-top: 70px;
  padding-bottom: 30px;
}
.pf4_section_20__title{
  text-align:center;
  position:relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
  z-index:1;
}
.pf4_section_20__title mark{
  background-color:#ffffff;
  padding: 0 10px;
}
.pf4_section_20__title:after{
  content:"";
  position:absolute;
  width: 124px;
  height: 6px;
  background-color: #f2e8e6;
  left:50%;
  margin-left:-72px;
  bottom:0;
  opacity: 0;
}
.pf4_section_20__items{
  display:flex;
  flex-wrap:wrap;
  margin-left:-27px;
  margin-right:-27px;
  position:relative;
  z-index:1;
}
.pf4_section_20__item{
  width: 25%;
  box-sizing:border-box;
  padding: 15px;
  padding-bottom: 30px;
}

.pf4_section_20__item_image{
  position:relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.pf4_section_20__item_image span{
  height:300px;
  width:100%;
  display:block;
  background-size: cover;
  background-position:center;
  background-repeat:no-repeat;
  background-color:#fff;
  transition: all 0.6s linear;
}
.pf4_section_20__item_image span.on_hover{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 2;
  display:none;
}
.pf4_section_20__item_image.has_hover span.on_hover{
  display:block;
}
.pf4_section_20__item_image:after{
  content:" ";
  position:absolute;
  z-index:1;
  height: 60px;
  width: 60px;
  background-color:#E9C2BB;
  right: -31px;
  top: -31px;
  transform: rotate(45deg);
  display:none;
}

.pf4_section_20__item:hover .pf4_section_20__item_image.has_hover span.on_hover{
  opacity:1;
}

.pf4_section_20__item_title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
  font-family: GothamHTF;
  text-transform: uppercase;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 12px;
}
.pf4_section_20__item_title a{
  color: #000000;
}
.pf4_section_20__item_price{
  text-align: center;
  font-family: GothamHTF;
  display:block;
  font-size: 17.5px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
  color: #d68c7d;
}
.pf4_section_20__right_bg{
  position:absolute;
  left: 0;
  top:0;
  width: 50%;
  height: 400px;
  z-index:0;
}
.pf4_section_20__accent_bg{
  background-color:#F3E9E7;
}


/*title left style*/
.pf4_title_left_true .pf4_section_20__title{
  text-align:left;
  margin-bottom: 30px;
}
.pf4_section_20__left_bg{
  position:absolute;
  left:0;
  top: 66px;
  width: 136px;
  height: 500px;
  z-index:0;
}
.pf4_title_left_true .pf4_section_20__title:after{
  left:0;
  background-color:#fff;
  margin:0;
  width: 161px;
}
.pf4_title_left_true.pf4_section_20 .container{
  padding-top: 145px;
  padding-bottom: 6px;
}
.pf4_title_left_true .pf4_section_20__item_image:after{
  display:block;
}

.three_col_true .pf4_section_20__item{
  width: 33.33%;
  padding: 25px;
}
.three_col_true .pf4_section_20__item_image span{
  height: 388px;
}


.pf4_section_20 .slick-prev:before, 
.pf4_section_20 .slick-next:before{
  display:none;
}
.pf4_section_20 .slick-prev, 
.pf4_section_20 .slick-next{
  background-size: 25px;
  font-size: 0;
  background-repeat:no-repeat;
  background-position: center top;
  width:40px;
  height: 150px;
}
.pf4_section_20 .slick-prev{
  background-image: url(left-arrow.png);
  left: -50px;
}
.pf4_section_20 .slick-next{
  background-image:url(right-arrow.png);
  right: -50px;
}
.light_arrow_true.pf4_section_20 .slick-prev{
  background-image: url(left-arrow-white.png);
}
.light_arrow_true.pf4_section_20 .slick-next{
  background-image:url(right-arrow-white.png);
}

@media (max-width: 1150px) {
  .pf4_section_20 .container {
    max-width: 900px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .pf4_section_20__title{
    /* font-size:32px; */
  }
}
@media (max-width: 980px) {
  .pf4_section_20 .container {
    max-width: 600px;
    padding-top: 50px !important;
  }
  .pf4_section_20.slider_true .container {
    max-width: 500px;
    padding-bottom: 0;
  }
  .pf4_section_20__items{
    margin-left:-10px;
    margin-right:-10px;
    max-width: 520px;
    margin: 0 auto;
  }

  .slider_true .pf4_section_20__item{
    padding-bottom:0;
  }
  .pf4_section_20__item{
    padding:10px;
    padding-bottom: 30px;
    width: 50%;
  }
  .pf4_section_20__right_bg,
  .pf4_section_20__left_bg{
    display:none;
  }
  .pf4_section_20__title{
    /* margin-bottom: 20px; */
  }
  .pf4_title_left_true .pf4_section_20__title{
    padding-bottom:0;
    margin-bottom: 10px;
  }
  .three_col_true .pf4_section_20__items{
    max-width: 300px;
    margin:0 auto;
  }
  .three_col_true .pf4_section_20__item{
    width:100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .pf4_section_20 .container {
    max-width: 400px;
  }
  .pf4_section_20.slider_true .container {
    max-width: 400px;
  }
  .slider_true .pf4_section_20__items{
    max-width:240px;
    margin:0 auto;
  }
  .pf4_section_20__item{
    padding: 0;
    padding-bottom: 30px;
    width:100%;
  }
  .pf4_section_20__item_title{
    margin-top:15px;
  }
  .pf4_section_20__title{
    font-size: 30px;
  }
  .pf4_section_20__items{
    max-width: 240px;
  }
  .three_col_true .pf4_section_20__items{
    max-width: 240px;
  }
  .three_col_true .pf4_section_20__item_image span{
    
    height: 300px;
  }
}
@media (max-width: 500px) {
  .pf4_section_20 .container {
    width: 86%; 
  }
}





/*
	Section 21 ( Podcast Time line )
=================================================*/
.pf4_section_21{
  background-color: #fff;
}
.pf4_section_21 .container{
  padding: 0;
  max-width: 908px;
  width: 100%;
  position:relative;
}
.pf4_section_21__month_name{
  background-color: #f2e8e6;
  border: solid 1.5px #f5dfdb;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: GothamHTF;
  padding: 8px 10px 5px 10px;
  width: 107px;
  z-index: 1;
  position: relative;
}
.pf4_section_21__timeline{
  position:relative;
  padding-bottom: 30px;
  padding-top: 30px;
}
.pf4_section_21__timeline:after{
  content:" ";
  background-color: #eaeaea;
  height:100%;
  width:7px;
  left:50%;
  top:0;
  display: block;
  position: absolute;
  margin-left: -3px;
}


/*line style*/
.pf4_section_21__items{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  overflow: hidden;
  position:relative;
  margin-top: 25px;
}

.pf4_section_21__item{
  margin: 0;
  width:50%;
}

.pf4_section_21__items li.even {
    float: right;
    padding-left: 45px;
}
.pf4_section_21__items li.odd {
    float: left;
    padding-right: 45px;
}
.pf4_section_21__items li:nth-of-type(2n+1) {
    clear: both;
}


.pf4_section_21__items li.add_gap{
    margin-top: 230px;
}


/*Card Style*/
.pf4_section_21__card{
  width:410px;
  position:relative;
  box-sizing: border-box;
  padding-right: 20px;
}
.pf4_section_21__card:after{
  content:" ";
  position:absolute;
  z-index:0;
  left: 30px;
  top: 20px;
  width:100%;
  height:100%;
  height: calc(100% - 67px);
  width: calc(100% - 30px);
  background-color:#F3E9E7;
}
.pf4_section_21__card_in{
  position:relative;
  z-index:1;
}

.pf4_section_21__card_title{
  margin: 0;
  font-family: Flama-Basic;
  font-size: 33.8px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2.5px;
  color: #000000;
  text-transform:uppercase;
  text-align: right;
  margin-bottom: 16px;
  position:relative;
}
.pf4_section_21__card_title:before,
.pf4_section_21__card_title:after{
  content: " ";
  position:absolute;
  height:7px;
  width: 90px;
  background-color: #ffffff;
  right: -20px;
  bottom: -17px;
}
.pf4_section_21__card_title:after{
  background-color: #eaeaea;
  width: 41px;
  right: -61px;
}
.even .pf4_section_21__card_title:before{
  right: auto;
  left: -20px;
}
.even .pf4_section_21__card_title:after{
  left:-61px;
  right:auto;
}
.pf4_section_21__card_title span{
  font-family: GothamHTF;
  line-height: 1.05;
  letter-spacing: 2.4px;
  font-size: 10px;
  display:inline-block;
  background-color:#ffff;
  font-weight:600;
  padding:5px 6px 3px 6px;
  float: left;
  margin-top: 8px;
}
.pf4_section_21__card_content{
  display: flex;
  position:relative;
}

.pf4_section_21__card_content_left span{
  width: 266px;
  height: 205px;
  display:block;
  border:solid 8px #fff;
  background-size: cover;
}
.pf4_section_21__card_content_right{
  padding-left: 20px;
}
.pf4_section_21__card_content_right span{
  font-size: 10px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 2.4px;
  color: #000000;
  text-transform: uppercase;
  font-family: GothamHTF;
  display: inline-block;
  margin-top: 17px;
}
.pf4_section_21__card_content_right a{
  background-color: #dbb5a2;
  display:inline-block;
  font-size: 12.5px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.84;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff;
  position:relative;
  padding:10px;
  padding-right: 33px;
  margin: 0;
  margin-top: 69px;
}
.pf4_section_21__card_content_right a:after{
  content:"";
  position:absolute;
  width: 27px;
  height:100%;
  background-color:#D0A590;
  top:0;
  right:0;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}
.pf4_section_21__card_content_right a:hover{
  background-color:#D0A590;
}

.even .pf4_section_21__card{
  padding-left: 20px;
  padding-right: 0;
}
.even .pf4_section_21__card:after{
  left: auto;
  right: 30px;
}
.even .pf4_section_21__card_title{
  text-align:left;
}
.even .pf4_section_21__card_title span{
  float:right;
}
.even .pf4_section_21__card_content_right{
  padding-right: 20px;
  padding-left: 0;
}

@media (max-width: 1150px) {
  .pf4_section_21 .container {
    max-width: 900px;
  } 
}
@media (max-width: 980px) {
  .pf4_section_21 .container {
    max-width: 600px;
  }
  .pf4_section_21__item{
    margin: 0;
    width:100%;
    margin:0 !important;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom:solid 1px;
  }
  .pf4_section_21__item:last-child{
    border-bottom:0;
  }
  .pf4_section_21__items li.even{
      float: none;
      padding-left: 0;
  }
  .pf4_section_21__items li.odd {
      float: none;
      padding-right: 0;
  }
  .pf4_section_21__items li:nth-of-type(2n+1) {
      clear: both;
  }
  .pf4_section_21__card_title:before, 
  .pf4_section_21__card_title:after,
  .pf4_section_21__timeline:after{
    display:none;
  }
  .pf4_section_21__card{
    margin:0 auto;
  }
}
@media (max-width: 700px) {
  .pf4_section_21 .container {
    max-width: 400px; 
  }
}
@media (max-width: 500px) {
  .pf4_section_21 .container {
    width: 86%; 
  }
  .pf4_section_21__card:after{
    display:none;
  }
  .pf4_section_21__card_title{
    text-align:center !important;
    font-size: 22px;
  }
  .pf4_section_21__card_title span{
    float:none !important;
    display:block
  }
  .pf4_section_21__card_content_left{
    display:none;
  }
  .pf4_section_21__card_content_right{
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
  .pf4_section_21__card_content_right span{
    display:block;
    text-align:center;
    margin-top: 0;
  }
  .pf4_section_21__card_content_right a{
    margin-top: 20px;
  }
  .pf4_section_21__card{
    padding: 0 !important;
    width: 100%;
  }
  .pf4_section_21__card .pf4_mobile_only{
    display:block;
  }
}



/*
	Section 22 ( Hero 5 )
=================================================*/
.pf4_section_22{
  background-color: #fff;
  text-align:center;
}
.pf4_section_22 .container{
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position:relative;
  padding-top: 185px;
  padding-bottom: 78px;
}
.pf4_section_22 h2 {
  display:inline-block;
  position:relative;
  z-index:2;
  margin: 0;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}
.pf4_section_22 h2:before{
  content:"";
  position:absolute;
  background-color:#000;
  height:70px;
  height: calc(100% + 18px);
  width: 8px;
  left: -42px;
  bottom: -34px;
}
.pf4_section_22 h2:after{
  content:"";
  position:absolute;
  background-color:#000;
  height: 8px;
  width: 64px;
  bottom: -34px;
  left: -34px;
}
.pf4_section_22__right_bg{
  position:absolute;
  right:0;
  top:0;
  z-index:0;
  width: 58.5%;
  height: 247px;
}
.pf4_section_22__right_bg_style{
  background-color:#F2E8E6;
}
.pf4_section_22 article{
  max-width:600px;
  margin:0 auto;
  line-height: 2.21;
  position:relative;
  padding-top: 84px;
  padding-bottom: 37px;
  z-index: 1;
}
.pf4_section_22 article:after{
  content:"";
  position:absolute;
  width: 124px;
  height: 6px;
  background-color: #f2e8e6;
  left:50%;
  margin-left:-72px;
  bottom:0;
}

.pf4_blog_archive_page .pf4_section_22__right_bg{
  
width: 56%;
}
@media (max-width: 1150px) {
  .pf4_section_22 .container {
    max-width: 900px;
  }
  .pf4_section_22__right_bg{
    height: 233px;
  }
  .pf4_section_22 h2:before{
    left: -25px;
    bottom: -15px;
  }
  .pf4_section_22 h2:after{
    bottom: -15px;
    left: -18px;
  }
}
@media (max-width: 980px) {
  .pf4_section_22 .container {
    max-width: 600px;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .pf4_section_22__right_bg{
    width:100% !important;
    height: 100%;
  }
  .pf4_section_22 article{
    padding-bottom:0;
    padding-top: 50px;
  }
}
@media (max-width: 768px){
  .pf4_section_22 .container {
    padding-bottom:90px;
    padding-top:150px;
  }
}
@media (max-width: 700px) {
  .pf4_section_22 .container {
    max-width: 400px; 
  }
}
@media (max-width: 500px) {
  .pf4_section_22 .container {
    width: 86%;
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .pf4_section_22 h2:before{
    width:5px;
    left: -14px;
    height: 100%;
    bottom: -6px;
  }
  .pf4_section_22 h2:after{
    height:5px;
    bottom: -6px;
    left: -11px;
  }
}




/*
	Section 23 ( Blog )
=================================================*/
.pf4_blog{
  background-color: #fff;
}
.pf4_blog .container{
  padding: 0;
  max-width: 920px;
  width: 100%;
  position:relative;
  padding-top: 111px;
}
.pf4_blog_post{
  display:flex;
  flex-wrap:wrap;
  margin-bottom: 119px;
  padding-top: 45px;
  padding-left: 45px;
}
.pf4_blog_post:last-child{
  margin-bottom:70px;
}
.pf4_blog_post_image{
  width: 46.5%;
  position: relative;
  min-height: 331px;
  box-sizing: border-box;
}
.pf4_blog_post_content{
  width: 53.5%;
  box-sizing: border-box;
  padding-left: 49px;
  padding-top: 5px;
}
.pf4_blog_post_image span{
  position: absolute;
  width: 100%;
  width: calc(100% - 37px);
  height: 100%;
  left: -45px;
  top: -45px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pf4_blog_post_image a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  border: solid 16px #fff;
}


.pf4_blog_post_content span{
  font-family: GothamHTF;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.05;
  letter-spacing: 2.4px;
  text-align: center;
  color: #000;
  text-transform:uppercase;
  opacity: 0.5;
}
.pf4_blog_post_content h2{
  font-size: 33.8px;
  position:relative;
  padding-bottom: 22px;
  margin-bottom: 23px;
  margin-top: -5px;
}
.pf4_blog_post_content h2 a{
  color:#000;
}
.pf4_blog_post_content h2:after{
  content:"";
  position:absolute;
  width: 124px;
  height: 6px;
  background-color: #ceb0aa;
  left:0;
  bottom:0;
  opacity: 0.3;
}
.pf4_blog_post_content h2 a:hover{
  color: #ceb0aa;
}
.pf4_blog_post_content article{
  line-height: 2.21;
}
.pf4_blog_post_content article + a{
  font-family: GothamHTF;
  font-size: 12px;
  line-height: 2.58;
  color: #ceb0aa;
  text-transform:uppercase;
  display: block;
  padding-top: 14px;
  margin: 0;
}
.pf4_blog_post_content article + a:hover{
  color:#000;
}
.pf4_blog_post_content p{
  margin: 0;
  margin-bottom: 20px;
}


.even .pf4_blog_post_image.for_left{
  display:none;
}
.even.pf4_blog_post{
  padding-left:0;
  padding-right: 45px;
}
.even .pf4_blog_post_content{
  padding-left:0;
  padding-right:49px;
}
.even .pf4_blog_post_image span{
  left:auto;
  right:-45px;
}


.pf4_blog_pagination .pag__cell--pages{
  display:none;
}
.pf4_blog_pagination .pag{
  width: 215px;
  margin:0 auto;
  position: relative;
}
.pf4_blog_pagination .pag:after{
  content:"";
  position:absolute;
  width:1px;
  height: 13px;
  background-color:#000;
  left: 50%;
  top: 20px;
  opacity:0.3;
}
.pf4_blog_pagination .pag__link {
  font-family: GothamHTF;
  line-height: 0.84;
  letter-spacing: 3px;
  font-size: 12.5px;
  font-weight: normal;
  color: #000;
  opacity: 0.5;
}
.pf4_blog_pagination .pagination__link--next i,
.pf4_blog_pagination .pag__link--next i{
  display:none;
}
.pf4_blog_pagination .pagination__link--next:before,
.pf4_blog_pagination .pag__link--next:before{
  content:"OLDER >>";
}
.pf4_blog_pagination .pagination__link--prev i,
.pf4_blog_pagination .pag__link--prev i{
  display:none;
}
.pf4_blog_pagination .pagination__link--prev:before,
.pf4_blog_pagination .pag__link--prev:before{
  content:"<< NEWRE";
}


@media (max-width: 1150px) {
  .pf4_blog .container {
    max-width: 900px;
  } 
}
@media (max-width: 980px) {
  .pf4_blog .container {
    max-width: 600px;
    padding-top: 50px;
  }
  .pf4_blog_post{
    padding-right:0 !important;
    padding-left:45px !important;
    margin-bottom: 50px;
  }
  .pf4_blog_post_image{
    width:100%;
    display:none;
  }
  .pf4_blog_post_content{
    width:100%;
    padding:0;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .pf4_blog_post_image.for_left{
    display: block !important;
  }
  .even .pf4_blog_post_image span{
    right:0;
    left:-45px;
  }
}
@media (max-width: 700px) {
  .pf4_blog .container {
    max-width: 400px; 
  }
}
@media (max-width: 500px) {
  .pf4_blog .container {
    width: 86%; 
  }
  .pf4_blog_post{
    padding-right:0 !important;
    padding-left: 20px !important;
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .pf4_blog_post_image a{
    border-width:8px;
    width: 100%;
    height: 100%;
  }
  .pf4_blog_post_image span{
    left: -20px !important;
    top: -20px;
    height: 90%;
  }
  .pf4_blog_post_image{
    min-height: 260px;
  }
}
@media (max-width:360px){
  .pf4_blog_post_image{
    min-height: 220px;
  }
}



/*
	Section 24 ( Blog 2)
=================================================*/
.pf4_section_24{
    background-color: #F2E8E6;
    padding-top: 41px;
    padding-bottom: 52px;
    position:relative;
}
.pf4_section_24 .container{
  padding: 0;
  max-width: 1030px;
  width: 100%;
}
.pf4_section_24__dots{
    position:absolute;
    width: 389.5px;
    height: 205.5px;
    background-size: contain;
    top: 0;
    right: 0;
}
.pf4_section_24__leaf{
    position:absolute;
    width: 470px;
    height: 356px;
    bottom:0;
    left:0;
    background-size:contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.pf4_section_24__title{
    text-align: center;
    margin-bottom: 9px;
}
.pf4_section_24__items{
    display:flex;
    flex-wrap:wrap;
    margin-left: -28px;
    margin-right: -28px;
}
.pf4_section_24__item{
    width:33.33%;
}
.pf4_section_24__item_in{
    padding: 28px;
}
.pf4_section_24__item_holder{
   position: relative;
}
.pf4_section_24__item_image{
    overflow:hidden;
}
.pf4_section_24__item_image img{
    margin:0;
    width:100%;
}
.pf4_section_24__item_content{
    position:absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align:center;
    background-color: #EDDBD9;
    padding: 10px;
    transition: background-color 2s ease,
    height 3s ease;
}
.pf4_section_24__item_title{
    margin:0;
    font-family: Flama-Basic;
    font-size: 24.5px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1.8px;
    color: #000000;
    /* text-transform: uppercase; */
}
.pf4_section_24__item_text{
    display: none;
    font-family: GothamHTF;
    font-size: 14px;
    line-height: 1.36;
    padding-top: 7px;
    margin: 0;
    padding-bottom: 5px;
}
.pf4_section_24__item_link{
    display: none;
    font-family: GothamHTF;
    font-size: 14px;
    line-height: 1.36;
    padding-top:5px;
    margin: 0;
}

.pf4_section_24__item_holder:hover .pf4_section_24__item_content{
    background-color:rgba(0, 0, 0, 0.9);
    text-align:left;
    padding:25px;
}
.pf4_section_24__item_holder:hover .pf4_section_24__item_title{
    color:#fff;
}
.pf4_section_24__item_holder:hover .pf4_section_24__item_text{
    display:block;
    color:#fff;
}
.pf4_section_24__item_holder:hover .pf4_section_24__item_link{
    display:block;
    color:#fff;
}

.pf4_section_24__button{
    text-align: center;
    padding-top: 18px;
}

@media (max-width: 1150px) {
  .pf4_section_24 .container {
    max-width: 900px; 
  } 
}
@media (max-width: 980px) {
  .pf4_section_24 .container {
    max-width: 600px; 
  }
  .pf4_section_24__items{
      max-width:340px;
      margin:0 auto;
  }
  .pf4_section_24__item{
    width:100%;
  }
  .pf4_section_24__item_in{
    padding:0;
    padding-bottom:30px;
  }
}
@media (max-width: 700px) {
  .pf4_section_24 .container {
    max-width: 400px;
   }

}
@media (max-width: 500px) {
  .pf4_section_24 .container {
    width: 86%; 
  }
}




/*
	Section 25 ( COURSES )
=================================================*/
.pf4_section_25{
    background-color: #ffffff;
    padding-top: 65px;
    padding-bottom: 150px;
    position:relative;
}
.pf4_section_25 .container{
  padding: 0;
  max-width: 1030px;
  width: 100%;
  z-index: 5;
  position: relative;
}
.pf4_section_25__dots{
    position:absolute;
    width: 60%;
    height: 90%;
    background-size: contain;
    top: 19%;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
}
.pf4_section_25__leaf{
    position:absolute;
    width: 470px;
    height: 356px;
    bottom:0;
    left:0;
    background-size:contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.pf4_section_25__title{
    text-align: left;
    margin-bottom: 43px;
    position:relative;
    display: inline-block;
    background-color:#F2E8E6;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 100px;
    margin-top: -26px;
    line-height: 1.2;
}
.pf4_section_25__items{
    display:flex;
    flex-wrap:wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.pf4_section_25__item{
    width: 25%;
}
.pf4_section_25__item_in{
    padding: 10px;
}
.pf4_section_25__item_holder{
   position: relative;
   /* overflow: hidden; */
   background-color: rgba(0, 0, 0, 0);
}
.pf4_section_25__item_image{
    overflow:hidden;
    background-color: #000;
}
.pf4_section_25__item_image img{
    margin:0;
    width:100%;
    transition: all 1s ease;
}
.pf4_section_25__item_content{
    position:absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(237, 219, 217, 0);
    padding: 7px 10px;
    transition: all .5s ease;
    height: 100%;
    text-align: center;
}
.pf4_section_25__item_title{
    margin:0;
    text-transform: uppercase;
    text-align: center;
    font-stretch: condensed;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #000000;
    font-style: normal;
    font-size: 16px;
    left: 0;
    top: 104%;
    width: 100%;
    position: absolute;
}
.pf4_section_25__item_number{
    margin:0;
    text-transform: uppercase;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: 9.5px;
    color: #000000;
    position: absolute;
    top: -44px;
    left: 0;
    font-family: linotype-didot,serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 80px;
    display: block;
    width: 100%;
    text-align: center;
}
.pf4_section_25__item_button{
    transform: translateY(-50%);
    position:absolute;
    width:80%;
    left:10%;
    top:50%;
    background-color:#000;
    font-family: Montserrat;
    font-size: 13.8px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.27;
    letter-spacing: 1.4px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    opacity: 0;
    display:block;
    transition: all 1s ease;
    z-index: 4;
}
.pf4_section_25__item_button:hover{
  color:#fff;
}
.pf4_section_25__item_link{
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
    left:0;
    top:0;
    margin: 0;
    opacity:0;
    background-color:#000;
}
.pf4_section_25__item_holder:hover .pf4_section_25__item_button{
    opacity:1;
}
.pf4_section_25__item_holder:hover .pf4_section_25__item_image img{
  opacity:0.4;
}
.pf4_section_25__bg{
  background-color:#F2E8E6;
  top: 0;
  left: 0;
  width: 57%;
  height: 75%;
  position: absolute;
  z-index: 0;
}
.pf4_section_25__border{
  background-color:transparent;
  top: 86px;
  left: 0;
  width: 64.5%;
  height: 83%;
  height: calc(100% - 86px);
  position: absolute;
  z-index: 2;
  border:solid 15px #EDDBD9;
  border-left:0;
  border-bottom: 0;
}

@media (max-width: 1150px) {
  .pf4_section_25 .container {
    max-width: 900px; 
  }
  .pf4_section_25__title{
    font-size:80px;
    margin-top: -20px;
  }
  .pf4_section_25{
    padding-bottom:70px;
    padding-top:50px;
  }
}
@media (max-width: 980px) {
  .pf4_section_25 .container {
    max-width: 600px; 
  }
  .pf4_section_25__items{
  }
  .pf4_section_25__item{
    width: 50%;
  }
  .pf4_section_25__item_in{
    padding: 10px;
    padding-bottom: 100px;
  }
  .pf4_section_25{
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .pf4_section_25__title{
    background-color:transparent;
    display:block;
    text-align:center;
  }
  .pf4_section_25__border{
    display:none;
  }
  .pf4_section_25__bg{
    height:100%;
  }
  .pf4_section_25__dots{
    height:100%;
    top: 0;
    background-position: right bottom;
  }
}
@media (max-width: 700px) {
  .pf4_section_25 .container {
    max-width: 400px;
   }
  .pf4_section_25__item{
    width:100%;
  }
  .pf4_section_25__title{
    font-size:60px;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .pf4_section_25 .container {
    width: 86%; 
  }
}





/*
	Single Blog page
=================================================*/
.pf4_blog_single{
  background-color: #fff;
}
.pf4_blog_single .container{
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position:relative;
}
.pf4_blog_single .blog__title{
  margin: 0;
  font-family: Flama-Basic;
  font-size: 41px;
  letter-spacing: 3.1px;
  color: #000000;
  text-transform: uppercase; 
}
.pf4_blog_single .panel__body{
  font-family: GothamHTF;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.96;
  color: #000000; 
}
.pf4_blog_single #section-blog_sidebar .panel__body{
  padding:0;
}
.pf4_blog_single .section__sidebar {
 padding-top:50px;
 overflow: hidden;
}
.pf4_blog_single .section__sidebar .panel{
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:solid 1px #d8d7d7;
  background-color: transparent;
}
@media (max-width: 1150px) {
  .pf4_blog_single .container {
    max-width: 900px;
  } 
}
@media (max-width: 980px) {
  .pf4_blog_single .container {
    max-width: 600px;
  }
}
@media (max-width: 700px) {
  .pf4_blog_single .container {
    max-width: 400px; 
  }
}
@media (max-width: 500px) {
  .pf4_blog_single .container {
    width: 86%; 
  }
}


/*
	Button Popup
=================================================*/
.pf4_the_popup{
  position:fixed;
  z-index:9999;
  background-color:rgba(0, 0, 0, 0.7);
  height:100%;
  width:100%;
  left:0;
  top:0;
  display:none;
}
.pf4_the_popup.active{
  display:block;
}
.pf4_the_popup_content{
  background-color:#F2E8E6;
  max-width:600px;
  width:90%;
  margin:0 auto;
  margin-top:10%;
  box-sizing:border-box;
  padding: 12px;
  padding-top: 15px;
  position:relative;
  text-align:center;
}

.pf4_popup_close{
  color:#fff;
  background-color:#000;
  height:30px;
  width:30px;
  line-height: 26px;
  display:block;
  text-align:center;
  font-size: 20px;
  position: absolute;
  border-radius: 100%;
  font-family: cursive;
  top: -12px;
  right: -12px;
  margin: 0;
}
.pf4_popup_close:hover{
  color:#000;
  background-color:#fff;
}

.pf4_popup_inside{
  background-color:#fff;
  padding:30px 30px;
  margin-top: 0px;
}
.pf4_the_popup h2{
  margin-bottom: 11px;
}
.pf4_the_popup .kajabi-form--inline{
  padding: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
}
.pf4_the_popup #kajabi-form .kajabi-form__btn{
  color:#fff;
  background-color:#000;
  border-radius:0;
  font-family: Montserrat;
  text-transform:uppercase;
  font-weight:300;
  letter-spacing:2px;
  display:block;
  width:97%;
  margin-left:1.5%;
  padding: 10px 20px;
  float: left;
  margin-top: 5px;
}
.pf4_the_popup #kajabi-form .kajabi-form__btn:hover{
  opacity:0.9;
  background-color:#000 !important;
}
.pf4_the_popup #kajabi-form .kajabi-form__form-item input{
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #DBDBDB;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:5px;
  border-radius:0;
  height: 49px;
}
.pf4_the_popup p{
  margin: 0 auto;
  margin-top:0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 15px;
}
.pf4_the_popup #kajabi-form .kajabi-form__content{
  max-width:100%;
}
.pf4_the_popup #kajabi-form fieldset{
 background-color: #fff;
 padding: 35px 30px;
}
.pf4_the_popup #kajabi-form .kajabi-form__form-item{
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-bottom: 14px;
}
.pf4_the_popup #kajabi-form .kajabi-form__form-item:nth-child(1),
.pf4_the_popup #kajabi-form .kajabi-form__form-item:nth-child(2){
  width: 50%;
}
.pf4_the_popup #kajabi-form .kajabi-form__form-item .parsley-errors-list.filled{
  list-style-type:none;
  margin:0;
  padding:0;
}
.pf4_the_popup #kajabi-form .kajabi-form__form-item .parsley-required{
  margin-bottom:0;
}

.pf4_the_popup #kajabi-form .kajabi-form__title{
    margin: 0;
    font-family: Flama-Basic;
    font-size: 41px;
    letter-spacing: 3.1px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.7;
}
.pf4_the_popup #kajabi-form .kajabi-form__subtitle{
  background-color:#fff;
  margin:0;
  overflow:hidden;
   padding-top:30px;
}
.pf4_the_popup #kajabi-form .kajabi-form__subtitle p{
  margin: 0 auto;
  margin-top:0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 15px;
  color: #000000;
}
.pf4_the_popup #kajabi-form .kajabi-form__subtitle p:last-child{
  margin-bottom:0;
}
@media(max-width:600px){
  .pf4_the_popup #kajabi-form .kajabi-form__form-item{
    width:100% !important;
  }
  .pf4_the_popup #kajabi-form .kajabi-form__title{
    font-size:22px;
  }
  .pf4_the_popup #kajabi-form .kajabi-form__subtitle p{
    font-size:15px;
  }
  .pf4_the_popup #kajabi-form .kajabi-form__subtitle{
    padding-left:20px;
    padding-right:20px;
    padding-top: 15px;
  }
  .pf4_the_popup #kajabi-form fieldset{
    padding:20px;
  }
}



/*
	Two steps and exit Popup
=================================================*/
#section-pop_two_step .pop__body,
#exit-pop .pop__body{
    background-color: #F2E8E6 !important;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    /* margin-top: 10%; */
    box-sizing: border-box;
    padding: 10px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    border-radius: 0px !important;
}
#section-pop_two_step .pop__body--inner,
#exit-pop .pop__body--inner{
    padding: 0px 0px !important;
    padding-bottom: 10px !important;
    background-color: #fff;
}
#section-pop_two_step .pop__body--inner form{
    padding: 0px 30px 30px 30px;
}
#section-pop_two_step .pop__body--inner h2,
#exit-pop .pop__body--inner h1,
#exit-pop .pop__body--inner h2{
    margin: 0;
    font-family: Flama-Basic;
    font-size: 41px;
    letter-spacing: 3.1px;
    color: #000000;
    text-transform: uppercase;
    background-color: #F2E8E6 !important;
    padding-bottom: 11px;
}
 #section-pop_two_step .pop__body--inner p,
 #exit-pop .pop__body--inner p{
    margin: 0 auto;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
    max-width: 450px;
    margin-bottom: 15px;
    padding-top: 30px;
}

#section-pop_two_step .pop__body--inner form .pop__form {
    margin: 21px 0 30px 0;
    text-align: left;
    margin-bottom: 0px;
}
#section-pop_two_step .pop__body--inner form .pop__form .row{
    margin-left: -1.5%;
    margin-right: -1.5%;
    margin-bottom: -14px;
}
#section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12:first-child,
#section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12:nth-child(2){
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 1.5%;
    padding-right: 1.5%;
    margin-bottom: 14px;
}
#section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12{
    box-sizing: border-box;
    padding-left: 1.5%;
    padding-right: 1.5%;
    margin-bottom: 14px;
}
#section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12 .form-group{
    margin-bottom: 0px !important;
}
#section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12 input {
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #DBDBDB;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    border-radius: 0;
    height: 49px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
 
#section-pop_two_step .pop__body--inner button,
#exit-pop .pop__body--inner button,
#exit-pop .pop__body--inner .btn{
    color: #fff;
    background-color: #000 !important;
    border-radius: 0;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
    padding: 15px 20px;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    border: 0px solid #000 !important;
}
#exit-pop .pop__body--inner .btn{
  margin:10px;
}
#section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12 .btn--sections_pop_two_step_settings_btn_text.btn--solid:hover {
    opacity: 0.9;
    background-color: #000 !important;
}
#exit-pop .pop__body--inner .btn.btn-cta.btn--auto.btn--solid.btn--med{
    display: block;
    float: none !important;
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}
.pop__close{
  background-color: #000;
  border-radius: 100%;
  background-size: 16px;
  background-repeat: no-repeat;  
  background-position: center;
  top: -10px;
  right: -9px;
}
@media(max-width:600px){
    #section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12:first-child,
    #section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12:nth-child(2){
        width: 100%;
        float: left;
    } 
     #section-pop_two_step .pop__body--inner p,
    #exit-pop .pop__body--inner p {
        font-size: 15px;
        padding-left:30px;
        padding-right:30px;
    }
    #section-pop_two_step .pop__body--inner h2,
    #exit-pop .pop__body--inner h2,
    #exit-pop .pop__body--inner h1{
        font-size: 22px;
    }
}


/*
	Form Popup
=================================================*/
#kajabi-form.kajabi-form--popup .kajabi-modal__content{
  max-width: 600px;
  background-color: #F2E8E6;
  border-radius: 0;
  padding: 12px;
  padding-top: 15px;
}

#kajabi-form.kajabi-form--popup .kajabi-form__btn{
  color:#fff;
  background-color:#000;
  border-radius:0;
  font-family: Montserrat;
  text-transform:uppercase;
  font-weight:300;
  letter-spacing:2px;
  display:block;
  width:97%;
  margin-left:1.5%;
  padding: 10px 20px;
  float: left;
  margin-top: 5px;
}
#kajabi-form.kajabi-form--popup .kajabi-form__btn:hover{
  opacity:0.9;
  background-color:#000 !important;
}
#kajabi-form.kajabi-form--popup .kajabi-form__form-item input{
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #DBDBDB;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:5px;
  border-radius:0;
  height: 49px;
}
#kajabi-form.kajabi-form--popup p{
  margin: 0 auto;
  margin-top:0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 15px;
}
#kajabi-form.kajabi-form--popup .kajabi-form__content{
  max-width:100%;
}
#kajabi-form.kajabi-form--popup fieldset{
 background-color: #fff;
 padding: 35px 30px;
}
#kajabi-form.kajabi-form--popup .kajabi-form__form-item{
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-bottom: 14px;
}
#kajabi-form.kajabi-form--popup .kajabi-form__form-item:nth-child(1),
#kajabi-form.kajabi-form--popup .kajabi-form__form-item:nth-child(2){
  width: 50%;
}
#kajabi-form.kajabi-form--popup .kajabi-form__form-item .parsley-errors-list.filled{
  list-style-type:none;
  margin:0;
  padding:0;
}
#kajabi-form.kajabi-form--popup .kajabi-form__form-item .parsley-required{
  margin-bottom:0;
}

#kajabi-form.kajabi-form--popup .kajabi-form__title{
    margin: 0;
    font-family: Flama-Basic;
    font-size: 41px;
    letter-spacing: 3.1px;
    color: #000000;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    line-height: 1.7;
}
#kajabi-form.kajabi-form--popup .kajabi-form__subtitle{
  background-color:#fff;
  margin:0;
  overflow:hidden;
   padding-top:30px;
}
#kajabi-form.kajabi-form--popup .kajabi-form__subtitle p{
  margin: 0 auto;
  margin-top:0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 15px;
  color: #000000;
}
#kajabi-form.kajabi-form--popup .kajabi-form__subtitle p:last-child{
  margin-bottom:0;
}
#kajabi-form.kajabi-form--popup .kajabi-modal__close{
  color:#fff;
  background-color:#000;
  height:30px;
  width:30px;
  line-height: 25px;
  display:block;
  text-align:center;
  font-size: 20px;
  position: absolute;
  border-radius: 100%;
  font-family: cursive;
  top: -12px;
  right: -12px;
  margin: 0;
}

@media(max-width:600px){
  #kajabi-form.kajabi-form--popup .kajabi-form__form-item{
    width:100% !important;
  }
  #kajabi-form.kajabi-form--popup .kajabi-form__title{
    font-size:22px;
  }
  #kajabi-form.kajabi-form--popup .kajabi-form__subtitle p{
    font-size:15px;
  }
  #kajabi-form.kajabi-form--popup .kajabi-form__subtitle{
    padding-left:20px;
    padding-right:20px;
    padding-top: 15px;
  }
  #kajabi-form.kajabi-form--popup fieldset{
    padding:20px;
  }
}


/*
    Announcemen Bar
===========================*/
body.pf4_enable_announcement{
	padding-top: 50px;
}
body .announcement{
    font-weight: normal;
    line-height: 1.5;
    padding: 12px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 18px;
}
@media screen and (max-width: 980px){
	body .announcement{
		position:relative;
	}
	body.pf4_enable_announcement{
		padding-top: 0px;
	}
}


/*
    BP2 Hero Section
===========================*/
.bp2_section_hero {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bp2_section_hero:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }
.bp2_section_hero .container{    
    text-align: center;
}
.bp2_hero_content{    
    padding-top: 307px;
    padding-bottom: 337px;
    display: inline-block;
    margin: 0px auto;
    text-align: left;
    position: relative;
}
.bp2_hero_content h1{
    font-family: WildSpiritAlt;
    font-size: 100px;
    color: #FFF;
    line-height: 0.86;
}
.bp2_hero_content h1 mark{
    font-family: didotltprobolditalic;
    padding: 3px 15px 0px 15px;
    line-height: 0.99;
    display: inline-block;
    background-color: #FFF;
    font-size: 50px;
}

.bp2_hero_content h1 .p2_hero_span{
    display: flex;
    padding-left: 82px;
}
.bp2_hero_content h1 span mark{
    
}
.bp2_hero_content h1 .p2_hero_span span:first-child{
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.67);
}
.bp2_hero_content h1 .p2_hero_span span:last-child{
    display: block;
    margin-top: -14px;
    padding-left: 5px;
}
.bp2_section_hero_play{
    position: absolute;
    bottom: -10px;
    left: 0px;
    text-align: center;
    display: block;
    width: 100%;
}
.bp2_section_hero_play a{
    display: inline-block;
    margin: 0px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.bp2_section_hero_play a:before{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.86;
    border-radius: 22px 22px 0px 0px;
    background-repeat: no-repeat;
    background-size: 74px;
    background-position: center;
}
.bp2_section_hero_play a img{
    width: 70px;
    display: block;
    margin: 0px;
    max-width: 70px;
    z-index: 1;
    position: relative;
    opacity: 0;
}

.bp2_section_hero_popup_base{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999;
  background-color:rgba(0, 0, 0, 0.6196078431372549);
  justify-content: center;
  align-items: center;
}
.bp2_section_hero_popup_base.active{
  display: flex;
}
.bp2_section_hero_popup_base .pf4_popup_bg_close{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(255, 255, 255, 0);
}
.bp2_section_hero_popup_holder{
  max-width:900px;
  width:90%;
  position: relative;
}
.bp2_section_hero_popup_content{

}
@media screen and (max-width: 1200px){
    .bp2_hero_content {
        padding-top: 107px;
        padding-bottom: 125px;
    }
}
@media screen and (max-width: 900px){
    .bp2_hero_content h1{
        font-size: 88px;
    }
    .bp2_hero_content h1 mark{
        font-size: 32px;
    }    
}
@media screen and (max-width: 650px){
    .bp2_hero_content {
        text-align: center;
    }

    .bp2_hero_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bp2_hero_content h1 .p2_hero_span {
        display: block;
        padding-left: 0px;
    }
    .bp2_hero_content h1 {
        line-height: 1;
    }
    .bp2_hero_content h1 .p2_hero_span span:first-child {
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.87);
    }
}


/*
    BP2 Three Box Section
===========================*/
.bp2_section_three_box h2.pf4_style{
    text-align:center;
    margin:0;
    color:#fff;
    font-size:100px;
    line-height: 1;
    padding-top: 40px;
    margin-bottom: -30px;
}
.bp2_section_three_box .container{
    position: relative;
    padding: 0;
    max-width: 1130px;
    width: 92%;
}
.bp2_section_three_box .container:before{
    content: "";
    width: 3.5px;
    height: 32px;
    background-color: #dab7ad;
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
}
.bp2_section_three_box_in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 9px;
    padding-bottom: 50px;
}
.bp2_section_three_box_col{
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top: 38px;
}
.bp2_section_three_box_col h2{
    margin: 0px;
    font-family: linotype-didot,serif !important;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
}
.bp2_section_three_box_col h3{
    font-size: 22px;
    margin: 0px;
    padding-top: 16px;
    line-height: 1.22;
    padding-bottom: 28px;
}
.bp2_section_three_box_col p{
    margin-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.bp2_section_three_box_col .pf4_button{
  min-width:80%;
  margin-top: 10px;
}
.button_in_line_true .bp2_section_three_box_col{
  position:relative;
  padding-bottom: 41px;
  z-index: 2;
}
.button_in_line_true .bp2_section_three_box_col .pf4_button{
  position:absolute;
  bottom:0;
  transform: translateX(-50%);
  left:50%;
}
@media screen and (max-width: 980px){
    .bp2_section_three_box .container{
        max-width: 600px;
    }
    .bp2_section_three_box_in{
        display: block;
        padding-top: 60px;
        padding-bottom: 25px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .bp2_section_three_box_col{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        padding-top: 10px;
    }
    .bp2_section_three_box_col{
      margin-bottom:40px;
    }
    .bp2_section_three_box h2.pf4_style{
      font-size:60px;
    }
    .bp2_section_three_box_col h2{
      font-size:40px;
    }
}
@media screen and (max-width: 700px){
    .bp2_section_three_box .container{
        max-width: 400px;
    }
}

@media screen and (max-width: 500px){
    .bp2_section_three_box .container{
        width: 84%;
    }
}

/*
    BP2 Food Unit One Section
===========================*/
.bp2_section_food_unit_one{
	padding-top: 90px;
}
.bp2_section_food_unit_one .container{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 886px;
    padding-left: 0px;
    padding-right: 0px;
}
.bp2_section_food_unit_col1{
    position: relative;
    width: 12.8%;
    padding: 82px 20px 20px 22px;
}
.bp2_section_food_unit_number{
    margin: 0px;
    font-family: linotype-didot,serif !important;
    font-size: 59px;
    font-weight: 100;
    line-height: 1;
}
.bp2_section_food_unit_number span{
    display: block;
    font-weight: 600;
    font-size: 14px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.bp2_section_food_unit_video{
    width: 69.5px;
    height: 69.5px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 69.5px;
    position: absolute;
    left: 22px;
    bottom: 26px;
    cursor: pointer;
}
.bp2_section_food_unit_col_img{
	
}
.bp2_mobile_only{
	display:none;
}
.bp2_section_food_unit_col2{
    position: relative;
    width: 42%;
    padding: 114px 20px 70px 20px;
}
.bp2_section_food_unit_col2 h3{
    font-size: 16.8px;
    font-weight: 600;
    line-height: 1.23;
    color: #010101;
    margin: 0px;
}
.bp2_section_food_unit_text{
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
    /* font-family: ProximaNovaExCn; */
    margin-bottom: 0px;
    padding-top: 21px;
    padding-left: 20px;
    letter-spacing: 0;
}
.bp2_section_food_unit_text ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bp2_section_food_unit_text ul li{
  margin: 0;
}
.bp2_section_food_unit_col3{
	position:relative;
	width: 45.2%;
}
.bp2_section_food_unit_col3 .full-right-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 980px){
    .bp2_section_food_unit_one .container {
        display: block;
        max-width: 600px;
    } 
    .bp2_section_food_unit_col1 {
        width: 100%;
        padding: 31px 20px 20px 30px;
    }
    .bp2_section_food_unit_video {
        left: inherit;
        bottom: 25px;
        right: 30px;
    }
    .bp2_section_food_unit_col_img.bp2_mobile_only {
        display: block;
    }
    .bp2_section_food_unit_col_img.bp2_mobile_only img{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .bp2_section_food_unit_col2 {
        width: 100%;
        padding: 30px 20px 20px 20px;
    }
    .bp2_section_food_unit_col3{
        display:none;
    }
}
@media screen and (max-width: 700px){
    .bp2_section_food_unit_one .container {
        max-width: 400px;
    }
}

@media screen and (max-width: 500px){
    .bp2_section_food_unit_one .container {
        width: 84%;
    }
    .bp2_section_food_unit_text{
        padding-left: 0px;
    }
}


/*
    BP2 Food Unit Two Section
===========================*/
.bp2_section_food_unit_two{
	padding-top: 90px;
}
.bp2_section_food_unit_two .container{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 886px;
    padding-left: 0px;
    padding-right: 0px;
}
.bp2_section_food_unit_two_col1{
    position: relative;
    width: 12.8%;
    padding: 82px 20px 20px 22px;
}
.bp2_section_food_unit_two_number{
    margin: 0px;
    font-family: linotype-didot,serif !important;
    font-size: 59px;
    font-weight: 100;
    line-height: 1;
}
.bp2_section_food_unit_two_number span{
    display: block;
    font-weight: 600;
    font-size: 14px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.bp2_section_food_unit_two_video{
    width: 69.5px;
    height: 69.5px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 69.5px;
    position: absolute;
    left: 22px;
    bottom: 26px;
    cursor: pointer;
}
.bp2_section_food_unit_two_col_img{
	
}

.bp2_section_food_unit_two_col2{
    position: relative;
    width: 42%;
    padding: 114px 20px 70px 20px;
}
.bp2_section_food_unit_two_col2 h3{
    font-size: 16.8px;
    font-weight: 600;
    line-height: 1.23;
    color: #010101;
    margin: 0px;
}
.bp2_section_food_unit_two_text{
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    /* font-family: ProximaNovaExCn; */
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 20px;
}
.bp2_section_food_unit_two_text ul{
  margin:0;
  padding:0;
  list-style-type:none;
}
.bp2_section_food_unit_two_text ul li{
  margin:0
}
.bp2_section_food_unit_two_col3{
	position:relative;
	width: 45.2%;
}
.bp2_section_food_unit_two_col3 .full-left-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 980px){
    .bp2_section_food_unit_two .container {
        display: block;
        max-width: 600px;
    } 
    .bp2_section_food_unit_two_col1 {
        width: 100%;
        padding: 31px 20px 20px 30px;
    }
    .bp2_section_food_unit_two_video {
        left: inherit;
        bottom: 25px;
        right: 30px;
    }
    .bp2_section_food_unit_two_col_img.bp2_mobile_only {
        display: block;
    }
    .bp2_section_food_unit_two_col_img.bp2_mobile_only img{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .bp2_section_food_unit_two_col2 {
        width: 100%;
        padding: 30px 20px 20px 20px;
    }
    .bp2_section_food_unit_two_col3{
        display:none;
    }
}
@media screen and (max-width: 700px){
    .bp2_section_food_unit_two .container {
        max-width: 400px;
    }
}

@media screen and (max-width: 500px){
    .bp2_section_food_unit_two .container {
        width: 84%;
    }
    .bp2_section_food_unit_two_text{
        padding-left: 0px;
    }
}

/*
    BP2 Students Results Section
===========================*/
.bp2_section_the_proof{
    padding-top: 131px;
    position: relative;
    padding-bottom: 75px;
    margin-top: 123px;
}
.bp2_section_the_proof:before,
.bp2_section_the_proof:after{
    content:"";
	display:block;
	width:100%;
	display:block;
}
.bp2_section_the_proof:before{
    position: absolute;
    background-position: left top;
    background-repeat: no-repeat;
    width: 740px;
    height: 530px;
    background-size: 740px;
    top: 0px;
    left: 0px;
}
.bp2_section_the_proof:after{
    position: absolute;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 700px;
    height: 512px;
    background-size: cover;
    bottom: 0px;
    right: 0px;
}
.bp2_section_the_proof .container{
    z-index: 1;
    position: relative;
}
.bp2_section_the_proof h2{
    /*font-size: 37px;*/
    text-transform: uppercase;
    margin-bottom: 68px;
}

.bp2_section_the_proof_in{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
}
.bp2_section_the_proof_col{
    text-align: left;
    width: 33.333%;
    padding: 15px 15px 105px 15px;
}
.bp2_section_the_proof_text{
    height: 100%;
    padding: 40px 14px 23px 14px;
    text-align: center;
}
.bp2_section_the_proof_text img{
	text-align:left;
	margin: 0px;
	width: 100%;
}
.bp2_section_the_proof_text p{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	padding-bottom: 0px;
	padding-top: 35px;
	font-size: 16px;
	line-height: 1.7;
	/* font-family: ProximaNovaExCn; */
	margin-bottom: 0px;
}
.bp2_proof_student{
	text-align: center;
	font-weight: 600;
	font-style: italic;
	padding-top: 1px !important;
}
.bp2_proof_1,
.bp2_proof_2,
.bp2_proof_3,
.bp2_proof_4,
.bp2_proof_5,
.bp2_proof_6,
.bp2_proof_7,
.bp2_proof_8,
.bp2_proof_9{
	position:relative;
}
.bp2_proof_1:before,
.bp2_proof_2:before,
.bp2_proof_3:before,
.bp2_proof_4:before,
.bp2_proof_5:before,
.bp2_proof_6:before,
.bp2_proof_7:before,
.bp2_proof_8:before,
.bp2_proof_9:before{
    content: "";
    display: block;
    width: 100%;
    
    display: block;
    position: absolute;
    top: -35px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bp2_proof_1:before{
	height: 55px;
}
.bp2_proof_2:before{
	height: 60px;
    top: -41px;
}
.bp2_proof_3:before{
	height: 50px;
    top: -30px;
}
.bp2_proof_4:before{
	height: 65px;
}
.bp2_proof_5:before{
	height: 50px;
}
.bp2_proof_6:before{
	height: 55px;
}
.bp2_proof_7:before{
	height: 50px;
    top: -30px;
}
.bp2_proof_8:before{
	height: 55px;
}
.bp2_proof_9:before{
	height: 50px;
    top: -22px;
}
.bp2_section_the_proof_images{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.bp2_section_the_proof_images div{
  width:47.5%;
}
@media screen and (max-width: 980px){
    .bp2_section_the_proof .container {
        width: 600px;
    }
    .bp2_section_the_proof_col {
        width: 100%;
        padding: 15px 15px 60px 15px;
    }
}
@media screen and (max-width: 768px){
    .bp2_section_the_proof h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 700px){
    .bp2_section_the_proof .container {
        max-width: 400px;
    }
    .bp2_section_the_proof:before {
        width: 100%;
        background-size: cover;
        height: 247px;
    }
    .bp2_section_the_proof:after {
        width: 100%;
        height: 247px;
    }
}
@media screen and (max-width: 500px){
    .bp2_section_the_proof .container {
        width: 84%;
    }
}

/*
    BP2 Featured Slider Section
===========================*/
.bp2_section_featured_slider{
    padding-top: 70px;
    padding-bottom: 50px;
}
.bp2_section_featured_slider .container{
    
}
.bp2_section_featured_slider_title{
    text-align: center;
    padding-bottom: 0;
}
.bp2_section_featured_slider_title h2{
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}
.bp2_section_featured_slider_title p{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 0;
}
.bp2_section_featured_slider_in{
    position: relative;
}
.bp2_section_featured_slider_in .container{
    max-width: 936px;
}
.bp2_section_featured_slider_in:before{
    content: "";
    width: 100%;
    position: absolute;
    top: 17%;
    left: 0px;
    display: block;
    height: 66%;
}
.bp2_section_featured_slider_item{
    
}
.bp2_section_featured_slider_item img{
    margin: 0px auto;
}


.bp2_section_featured_slider_active .slick-prev,
.bp2_section_featured_slider_active .slick-next{
    width: 23px;
    height: 42px;
    background-color: transparent;
    border: 0px;
    text-indent: -999999999999999999999999999px;
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bp2_section_featured_slider_active .slick-prev{
    left: -80px;
}
.bp2_section_featured_slider_active .slick-next{
    right: -80px;
}

.bp2_section_featured_slider_active .slick-dots{
    position: absolute;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 2;
    list-style: none;
    text-align: center;
    bottom: -58px;
}
.bp2_section_featured_slider_active .slick-dots li{    
    margin: 0px;    
    display: inline-block;    
    height: 12px;    
    width: 12px;   
    margin: 0px 8px;
}

.bp2_section_featured_slider_active .slick-dots li button{
    border: 0px;
    text-indent: -999999999999px;
    background-color: rgba(255, 255, 255, 0);
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    border: solid 3px #f8d7ce;
}
.bp2_section_featured_slider_active .slick-dots li.slick-active button {
  background-color: #f8d7ce;
}


/*
    BP2 Enroll Now Section
===========================*/
.bp2_section_enroll_now {
    padding-bottom: 62px;
    position: relative;
    margin-top: 143px;
}
.bp2_section_enroll_now_bgcolor{
    width: 100%;
    height: 75%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.bp2_section_enroll_now .container{
    border: 13px solid #dbb8ae;
    padding-top: 74px;
    padding-bottom: 86px;
    max-width: 990px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.bp2_section_enroll_now_title_holder{
    text-align: center;
}
.bp2_section_enroll_now_title_holder h2{
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    width: auto;
    position: relative;
}
.bp2_section_enroll_now_title_holder h2:before {
    content: "";
    width: 4.5px;
    height: 64px;
    background-color: #dab7ad;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
}
.bp2_section_enroll_now_title_holder h2 span{
    text-transform: lowercase;
    font-size: 100px;
    display: inline-block;
    margin-top: -40px;
    padding-right: 20px;
}
.bp2_section_enroll_now article{
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
    line-height: 1.94;
}
.bp2_section_enroll_now .container .pf4_button{
    margin-top: 26px;
}


@media screen and (max-width: 1150px){
    .bp2_section_enroll_now_bgcolor {
        height: 75%;
    }
    .bp2_section_enroll_now .container {
        max-width: 900px;
    
    }
}

@media screen and (max-width: 980px){
    .bp2_section_enroll_now .container {
        max-width: 600px;
    
    }
    .bp2_section_enroll_now {
        margin-top: 80px;
    }
    .bp2_section_featured_slider {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 768px){
    .bp2_section_enroll_now_title_holder h2 span {
        font-size: 80px;
        margin-top: -27px;
    }
    .bp2_section_enroll_now_title_holder h2:before {
        height: 40px;
        background-color: #dab7ad;
        bottom: -10px;
    }
    .bp2_section_enroll_now_bgcolor {
        height: 79%;
    }
}
@media screen and (max-width: 700px){
    .bp2_section_enroll_now .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .bp2_section_enroll_now .container {
        max-width: 400px;
    }
    .bp2_section_enroll_now article {
        font-size: 19px;
    }
}
@media screen and (max-width: 500px){
    .bp2_section_enroll_now .container {
        max-width: 84%;
    }
}
@media screen and (max-width: 425px){
    .bp2_section_enroll_now_bgcolor {
        height: 83%;
    }
}




/*
    Accordion Section
===========================*/
.section--accordion .pf4_button{
     margin-top:60px;
}
.section--accordion .container{
    
    
}
.section--accordion .heading__title{
    font-family: WildSpiritAlt;
    font-size: 100px;
    line-height: 0.54;
}
.section--accordion .accordion{
    
}
.section--accordion.section--middle [class*="col-"] {
    vertical-align: middle;
    width: 100%;
}
.section--accordion.section--light .accordion .row.text-xs-center .col-md-10{
    width: 100% !important;
}
.section--accordion .accordion__item {
    border: solid 1px #d0d0d0;
    margin: -1px 0px;
}
.section--accordion .accordion__title .accordion__icon{
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  top: 24px;
  right: 30px;
}

.section--accordion .accordion__title .accordion__icon:before {
    content: "";
    background-image: url(bp2_faq_arrow_1.png);
    width: 27px;
    height: 27px;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
}
.section--accordion .accordion__title[aria-expanded="true"] .accordion__icon:before {
    content: "";
    background-image: url(bp2_faq_arrow_2.png);
}
.section--accordion .accordion__title{
    font-size: 21px;
    padding-top: 22px;
    line-height: 1.94;
    /* font-family: ProximaNovaExCn; */
    padding-right: 115px;
}
.section--accordion .accordion__title[aria-expanded="true"] {
    background-color: #dab7ad;
    color: #ffffff;
}
.section--accordion .accordion__body{
    font-size: 19px;
    padding-left: 110px;
    padding-right: 70px;
    padding-bottom: 30px;
    padding-top: 27px;
    min-height: 257px;
    background-color: #fcfcfc;
}
.section--accordion .accordion__body p{
    line-height: 1.4;
}

.section--accordion .collapse.in {
    display: block;
    background-color: #fcfcfc;
}

@media screen and (max-width: 1150px){
    .section--accordion .container {
        max-width: 900px;
    }
    .section--accordion .accordion__body {
        padding-left: 70px;
    }
}
@media screen and (max-width: 980px){
    .section--accordion .container {
        max-width: 600px;
    }
    .section--accordion .heading__title {
        font-size: 80px;
        line-height: 0.84;
    }
}
@media screen and (max-width: 700px){
    .section--accordion .container {
        max-width: 400px;
    }
    .section--accordion .accordion__title {
        padding-right: 60px;
        padding-left: 25px;
        line-height: 1.2;
        font-size: 19px;
    }
    .section--accordion .accordion__title .accordion__icon {
        right: 20px;
        top: 30px;
        width: 20px;
        height: 20px;
    }
    .section--accordion .accordion__title .accordion__icon:before {
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section--accordion .accordion__body {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 500px){
    .section--accordion .container {
        max-width: 84%;
    }
}



/*
	pb2 Shop Hero edited version of Section 1 (Hero) 
=================================================*/
.bp2_shop_hero{

}
.bp2_shop_hero__left{
  width:50%;
  text-align: center;
  box-sizing: border-box;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bp2_shop_hero__right{
  width:50%;
  position: relative;
  padding-top: 30px;
  padding-right: 30px;
}
.bp2_shop_hero__right span{
  background-color:#D4B7AF;
  position:absolute;
  width: 90%;
  height: 90%;
  top:0;
  right:0;
  z-index:0;
}
.bp2_shop_hero .container{
  padding:0;
  max-width:1080px;
  display:flex;
  flex-wrap:wrap;
}
.bp2_shop_hero__style_text{
  font-size: 100px;
  margin: 0;
}
.bp2_shop_hero__title{
  font-size: 18px;
  margin: 0;
  margin-bottom: 30px;
  line-height: 1.6;
}
.bp2_shop_hero__right img{
  margin: 0;
  z-index:1;
  position:relative;
}

.bp2_shop_hero .slick-prev:before, 
.bp2_shop_hero .slick-next:before{
  display:none;
}
.bp2_shop_hero .slick-prev, 
.bp2_shop_hero .slick-next{
  background-size: contain;
  font-size: 0;
  background-repeat:no-repeat;
  background-position:center;
  width:40px;
  height:40px;
  z-index: 3;
}
.bp2_shop_hero .slick-prev{
  background-image:url(left-arrow.png);
  left: 25px;
}
.bp2_shop_hero .slick-next{
  background-image:url(right-arrow.png);
  right: 25px;
}


.bp2_shop_hero .slick-slider{
  margin-bottom:0;
}
.bp2_shop_hero .mobile_only{
  display:none;
}
.bp2_shop_hero .pf4_section_1__style_text{
  display:inline-block;
  width: auto;
}
@media (max-width: 1250px){
  .bp2_shop_hero .container{
    max-width:900px;
  }
  .bp2_shop_hero__right{
    padding-top:20px;
    padding-right:20px;
  }
}
@media (max-width: 1150px){
  .bp2_shop_hero .pf4_section_1__title{
    font-size: 22px;
  }
}
@media (max-width: 1050px){
  .bp2_shop_hero .slick-prev{
    left: 5px;
  }
  .bp2_shop_hero .slick-next{
    right: 5px;
  }
  .bp2_shop_hero__left{
    padding-right:20px;
  }
}
@media (max-width: 980px){
  .bp2_shop_hero .mobile_only{
    display:block;
  }
  .bp2_shop_hero__left{
    width:100%;
    padding-right:0;
  }
  .bp2_shop_hero__right{
    display:none;
  }
  .bp2_shop_hero .container{
    width:70%;
    max-width:600px;
  }
}




/*
	BP2: About
=================================================*/
.bp2_section_about{
  padding-top: 70px;
  padding-bottom: 70px;
}
.bp2_section_about .container{
  padding: 0;
  max-width: 1030px;
  width: 90%;
}
.bp2_section_about_content{
  display: flex;
  flex-wrap:wrap;
  position: relative;
}
.bp2_section_about_content:after{
  content:" ";
  background-color:#F9F6F0;
  width:100%;
  height: 86%;
  height: calc(100% - 250px);
  left:0;
  bottom:0;
  position: absolute;
  z-index: 0;
}
.bp2_section_about_content_left{
  width:50%;
  position:relative;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 250px;
}
.bp2_section_about_content_right{
  width:50%;
  position:relative;
  box-sizing: border-box;
  z-index: 1;
}
.bp2_section_about_content_right span{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-size:cover;
  background-position:center top;
}
.bp2_section_about_extra_content{
  position:relative;
  z-index:1;
  padding:40px;
  padding-top:0;
}
.bp2_section_about_heading{
  display: flex;
  position: absolute;
  right: -20%;
  z-index: 1;
  top: 120px;
}
.image_left_true .bp2_section_about_heading{
  right:auto;
  left:-20%;
  text-align:right;
}
.image_left_true .bp2_section_about_heading h3{
  margin-right: 0;
  margin-left: 30px;
}
.bp2_section_about_heading h2{
  margin: 0;
  font-size: 40px;
}
.bp2_section_about_heading h2 mark{
  padding: 0;
  background-color: #ffff;
  line-height: 1.2;
}
.bp2_section_about_heading h3{
  margin: 0;
  font-size: 100px;
  color: #dab7ad;
  margin-right: 30px;
}
.bp2_section_about img{
  margin:0;
}
.bp2_section_about_text{
  padding: 40px 40px;
}

@media (max-width: 1080px){
  .bp2_section_about_content_left{
    padding-top:0;
  }
  .bp2_section_about_content:after{
    height:100%;
  }
  .bp2_section_about_heading,
  .image_left_true .bp2_section_about_heading{
    position:relative;
    top:0;
    left:auto;
    right:auto;
    display:block;
    padding:40px;
    padding-bottom:0;
  }
  .bp2_section_about_heading h2 br{
    display:none;
  }
  .bp2_section_about_text{
    padding-top:20px;
  }
}
@media (max-width: 900px){
  .bp2_section_about_content_left{
    width:100%;
  }
  .bp2_section_about_content_right{
    display:none;
  }
  .bp2_section_about .mobile_only{
    display:block;
  }
  .bp2_section_about_text,
  .bp2_section_about_heading, 
  .image_left_true .bp2_section_about_heading{
    padding:0;
  }
  .bp2_section_about_heading{
    padding:0;
    padding-bottom: 30px;
  }
  .bp2_section_about_content{
    padding:30px;
  }
}
@media (max-width: 700px){
  .bp2_section_about_heading h2{
    font-size:27px;
  }
  .bp2_section_about_heading h3{
    font-size:60px;
  }
  .bp2_section_about_content{
    padding:20px;
  }
}



/*
	BP2: Menu Section
=================================================*/
.bp2_menu_section{
  padding-top: 70px;
  padding-bottom: 70px;
}
.bp2_menu_section .container{
  padding:0;
  max-width:1080px;
  text-align:center;
}
.bp2_menu_section ul{
  margin:0;
  padding:0;
}
.bp2_menu_section ul li{
  margin:0;
  padding:0;
  display:inline-block;
}
.bp2_menu_section ul li a{
  color:#000;
  text-transform:uppercase;
  font-weight: normal;
  font-size: 18px;
  padding: 0 10px 0 8px;
  position:relative;
  line-height: 1;
  letter-spacing: 1.1px;
}
.bp2_menu_section ul li a:after{
  content:" ";
  height: 68%;
  width: 2px;
  background-color:#000;
  top: 3px;
  right:0;
  position: absolute;
}
.bp2_menu_section ul li a:hover{
  text-decoration:underline;
}
.bp2_menu_section ul li:last-child a:after{
  display:none;
}
@media (max-width: 850px){
  .bp2_menu_section ul li a{
    font-size:14px;
  }
  .bp2_menu_section{
    border-top:solid 1px #f1f1f1;
    border-bottom:solid 1px #f1f1f1;
    margin-top:50px;
    padding-top:20px;
    padding-bottom:20px;
  }
}




/*
	BP2: Courses Hero
=================================================*/
.bp2_courses_hero{
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 200px;
}
.bp2_courses_hero .container{
  padding: 0;
}
.bp2_courses_hero_content{
  padding-left: 57%;
  padding-right: 10%;
}
.bp2_courses_hero h1{
  margin: 0;
  font-size:100px;
  line-height: 1;
  margin-bottom: -16px;
}
.bp2_courses_hero article{
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1050px){
  .bp2_courses_hero{
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .bp2_courses_hero_content{
    padding-left: 50%;
    padding-right: 5%;
  }
}
@media (max-width: 850px){
  .bp2_courses_hero{
    background-position:center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bp2_courses_hero article{
    font-size:18px;
  }
  .bp2_courses_hero_content{
    padding-left: 40%;
    padding-right: 5%;
  }
}
@media (max-width: 500px){
  .bp2_courses_hero{
    background-position:center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bp2_courses_hero_content{
    padding-left: 35%;
  }
  .bp2_courses_hero h1{
    font-size:70px;
    margin-bottom:-30px;
  }
}


/*
	BP2: Courses Card
=================================================*/
.bp2_courses_card{
  padding-top: 40px;
  padding-bottom: 40px;
}
.bp2_courses_card .container{
  padding:0;
  max-width:1100px;
  width:92%;
  display: flex;
  flex-wrap: wrap;
}
.bp2_courses_card_image{
  width: 40%;
  position:relative;
}
.bp2_courses_card_image span{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bp2_courses_card_content{
  width: 60%;
  box-sizing:border-box;
  background-color:#F9F6F1;
  padding:50px;
}
.bp2_courses_card_content_in{
  background-color:#fff;
  overflow:hidden;
  padding:50px;
  padding-top:0;
  text-align: center;
}
.bp2_courses_card_headeing{
  padding-top:15px;
  padding-bottom: 20px;
  text-align: left;
}
.bp2_courses_card_headeing h2{
  text-transform:uppercase;
  font-size: 30px;
  margin: 0;
  margin-bottom: -10px;
}
.bp2_courses_card_headeing h3{
  box-sizing:border-box;
  padding-left:90px;
  margin: 0;
}
.bp2_courses_card_headeing h3 span{
  text-transform:uppercase;
}
.bp2_courses_card_headeing h3 strong{
  font-family: WildSpiritAlt;
  color:#DBB7AC;
  font-weight:normal;
  font-size:80px;
}
.bp2_courses_card_content article{
  text-align: left;
  padding-bottom: 20px;
}
.bp2_courses_card_content article p{
  margin-top: 0;
  margin-bottom: 20px;
}
.bp2_courses_card_content .pf4_button{
  width: 100%;
  text-align: center;
  max-width: 300px;
}
.bp2_courses_card_content h4{
  font-size: 18px;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.bp2_courses_card_content h5{
  font-family: proxima_nova_light;
  font-weight:bold;
  margin: 0;
  font-size: 16px;
}

@media (max-width: 1150px){
  .bp2_courses_card_content{
    padding:25px;
  }
  .bp2_courses_card_content_in{
    padding:25px
  }
  .bp2_courses_card_headeing h3 strong{
    font-size:50px;
  }
  .bp2_courses_card_headeing h2{
    font-size:20px;
  }
  .bp2_courses_card_headeing h3 span{
    font-size:20px;
  }
  .bp2_courses_card_content h4{
    font-size:16px;
  }
}
@media (max-width: 900px){
  .bp2_courses_card_image{
    display:none;
  }
  .bp2_courses_card_content{
    width:100%;
  }
  .bp2_courses_card .container{
    max-width:600px;
    width:84%;
  }
  .bp2_courses_card_content .mobile_only{
    display:block;
  }
  .bp2_courses_card_headeing{
    text-align:center;
  }
  .bp2_courses_card_headeing h3{
    padding-left:0;
  }
  .bp2_courses_card_headeing h2{
    margin-bottom:10px;
  }
  .bp2_courses_card_headeing h3 span{
    display:block;
    margin-top: 5px;
  }
}
@media (max-width: 700px){
  .bp2_courses_card .container{
    width:100%;
  }
}