/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.container--main {
  background: #ffffff !important; }


.pf4_h2 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.25;
  font-weight: 300;
  font-size: 37px;
  color: #111c1e;
  margin-bottom: 18px;
  margin-top: 0px; 
}
.pf4_text {
    color: #4f5565;
    font-size: 12px;
    position: relative;
    line-height: 1.834;
    font-family: 'Poppins', sans-serif;
}

/*
	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;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: cover;
  }

.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-bg-mobile {
    display: block; } }
.section_inner {
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  position: relative; }

.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0; }

.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important; }

@media (max-width: 1200px) {
  .section_inner {
    width: 980px; } }
@media (max-width: 1100px) {
  .section_inner {
    width: 800px; } }
@media (max-width: 850px) {
  .section_inner {
    width: 500px; } }
@media (max-width: 550px) {
  .section_inner {
    width: 84%;
    } }
@media (max-width: 320px) {
  .section_inner {
    width: 90% !important;
    } }
/* 
=======================================
  Site Header Section
=========================================*/
.pf4_site_header {
  padding: 0; }

.pf4_site_header .section_inner {
  width: 1220px;
  flex-wrap: wrap;
  margin-bottom: -6px; }

.pf4_heade_logo {
  width: 13%;
  padding-top: 20px;
  z-index: 2; }

.pf4_heade_logo img {
  height: 60px;
  max-height: 60px !important;
  width: 60px;
  max-width: 60px !important; }

.pf4_header_right {
  width: 72%;
  text-align: right;
  padding-top: 9px; }

.pf4_header_right a{
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 22px;
  position:relative;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 !important;
}
.pf4_header_right a:hover {
  color: #000000; 
}
.pf4_header_right a:before,
.pf4_header_right a:after,
.pf4_header_right a i{
  content:" ";
  position:absolute;
  height: 10px;
  bottom: 20px;
  z-index: 0;
  opacity: 0;
}
.pf4_header_right a span{
  position:relative;
  z-index:1;
}
.pf4_header_right a:before{
  width:23px;
  background-size:contain;
  background-position: right center;
  background-repeat: no-repeat;
  left: 0;
}
.pf4_header_right a:after{
  width:29px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: left center;
  right:0;
  border:0;
}
.pf4_header_right a i{
  left:23px;
  width:calc(100% - 52px);
  background-size:contain;
  background-position: center;
  background-repeat:repeat-x;
}

.pf4_header_right a:hover:before,
.pf4_header_right a:hover:after,
.pf4_header_right a:hover i{
  opacity:1;
}

.pf4_header_social_icon {
  width: 15%;
  text-align: right;
  padding-top: 12px; }

.pf4_header_social_icon a {
  text-decoration: none;
  display: inline-block;
  margin-left: 3px;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.pf4_header_social_icon a img {
  height: 17px; }
.dropdown-menu li{
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.pf4_header_right .dropdown-menu li a:before, 
.pf4_header_right .dropdown-menu li a:after, 
.pf4_header_right .dropdown-menu li a i{
  bottom:10px;
}
.dropdown-menu li a{
  padding-top: 0;
  padding-bottom: 0;
}
li.dropdown:after{
  content:" ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -8px;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  
}
@media screen and (max-width: 1240px) {
  .pf4_site_header .section_inner {
    width: 1080px; } }
@media (max-width: 1200px) {
  .pf4_site_header .section_inner {
    width: 980px; }

  .pf4_heade_logo {
    padding-top: 15px; } }
@media (max-width: 1000px) {
  .pf4_site_header .section_inner {
    width: 800px; }

  .pf4_header_social_icon {
    width: 20%; }

  .pf4_heade_logo {
    width: 10%; }

  .pf4_header_right {
    width: 70%; } }
@media (max-width: 850px) {
  .header .header-ham {
    top: 12px;
    z-index: 10; }

  .pf4_site_header .section_inner {
    width: 90%; }

  .pf4_mobile_icon {
    display: block !important; }

  .pf4_destop_icon {
    display: none !important; }

  .pf4_header_social_icon {
    text-align: center;
    padding-top: 15px; }

  .pf4_header_right {
    margin-right: 0;
    width: 85%;
    }

  .pf4_heade_logo {
    width: 15%;
    margin-right: 0;
    }

  .pf4_header_right a {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 8px;
    margin-right: 8px; }

  .pf4_logo img {
    width: 210px;
    padding-top: 15px; } }
@media (max-width: 767px) {
  .pf4_heade_logo {
    width: 100% !important;
    margin-right: 0px;
    text-align: left;
    padding-top: 10px; }

  .pf4_header_right {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    padding-top: 5px; }

  .header .header-menu {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.17); 
  }
  .pf4_header_right a:before,
  .pf4_header_right a:after,
  .pf4_header_right a i{
    display:none;
  }
  li.dropdown:after{
    position: absolute;
  top: 20px;
  right: -7px;
  }
}
@media (max-width: 550px) {
  .pf4_site_header .section_inner {
    width: 300px; } }
@media (max-width: 320px) {
  .pf4_site_header .section_inner {
    width: 280px; } }



/* 
*
*
*
=======================================
  Home Hero Section
=========================================*/
.pf4_hero_section {
  width: 100%;
  display: block;
  position: relative;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 25px;
  }

.pf4_hero_section .section_inner {
  width: 1140px; }

.pf4_hero_section:after {
  width: 197px;
  height: 377px;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -81px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 195px; }

.pf4_logo {
  width: 45%; }

.pf4_logo img {
  width: 270px;
  padding-top: 138px; }

.pf4_logo h1 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.34;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 54px;
  margin: 0px;
  margin-top: -69px; }

.pf4_hero_img {
  width: 55%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 31px;
  padding-bottom: 70px; }

.pf4_hero_img img {
  max-width: 465px;
  display: inline-block; }

@media (max-width: 1350px) {
  .pf4_hero_section:after {
    bottom: -130px;
    width: 174px;
    background-size: 174px;
    height: 377px; } }
@media (max-width: 1200px) {
  .pf4_hero_section .section_inner {
    width: 980px; }

  .pf4_hero_section:after {
    bottom: -130px;
    width: 128px;
    background-size: 130px;
    height: 270px;
    }

  .pf4_logo {
    width: 50%; }

  .pf4_hero_img {
    width: 50%;
    padding-bottom: 50px; }

  .pf4_hero_img img {
    max-width: 363px; }

  .pf4_logo img {
    padding-top: 90px; } }
@media (max-width: 1060px) {
  .pf4_hero_section {
    /* height: 550px; */
    }

  .pf4_logo h1 {
    font-size: 50px; }

  .pf4_hero_img {
    margin-right: 0px; }
.pf4_hero_section .section_inner {
    width: 900px;
    }
    .pf4_hero_img img {
    max-width: 337px;
}
    }
@media (max-width: 1000px) {
  .pf4_hero_section {
    /* height: 450px; */
    }

  .pf4_logo h1 {
    font-size: 42px;
    margin-top: -56px; }

  .pf4_hero_section:after {
    width: 108px;
    height: 210px;
    background-position: left;
    background-size: 107px;
    bottom: -85px;
    }

  .pf4_logo img {
    width: 210px;
    padding-top: 70px;
    }

  .pf4_hero_section .section_inner {
    width: 800px; }

  .pf4_hero_img img {
    max-width: 300px;
    width: 100%;
    } }
@media (max-width: 850px) {
  .pf4_logo img{
    padding-top:20px;
    padding-bottom:20px;
  }
  .pf4_hero_section {
    height: auto;
    padding-bottom: 40px; }

  .pf4_mobile_img {
    display: block !important; }

  .pf4_destop_img {
    display: none; }

  .pf4_logo h1 {
    font-size: 30px;
    margin-top: 0px; }

  .pf4_hero_section .section_inner {
    width: 500px; }

  .pf4_logo {
    width: 100%;
    text-align: center; }

  .pf4_hero_img {
    width: 100%; } }
@media (max-width: 550px) {
  .pf4_logo img {
    width: 170px;
    padding-top: 15px; } 
.pf4_hero_section .section_inner {
    width: 90%; }
}
/* 
*
*
*
=======================================
  Home Story Section
=========================================*/
.pf4_home_story {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 946px;
  background-color: #FFFFFF; }

.pf4_home_story .section_inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 53px;
  margin-top: 81px;
  position: relative; }

.pf4_home_story_bg {
  position: absolute;
  z-index: 2;
  height: 67.1%;
  width: 98%;
  left: 2%;
  top: 137px; }

.pf4_home_story_bg .full-right-bg {
  background-color: #fbdad6; }

.pf4_home_story_row,
.pf4_home_story_row2 {
  position: relative;
  height: 552px;
  width: 100%;
  z-index: 3; }

.pf4_home_story_row2 {
  height: auto; }

.pf4_home_story_row-in {
  display: flex;
  flex-wrap: wrap; }

.pf4_home_story_image {
  width: 50%;
  height: 552px;
  position: relative;
  padding-left: 50px; }

.pf4_home_story_image .full-left-bg {
  padding-top: 53px;
  padding-right: 87px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 206px;
  background-color: transparent !important;
  right: 0px;
  left: inherit; }

.pf4_home_story_img {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.pf4_home_story_content {
  width: 50%;
  height: auto;
  color: #4f5565;
  font-size: 12px;
  position: relative;
  line-height: 1.834;
  font-family: 'Poppins', sans-serif;
  padding-top: 201px; }

.pf4_home_story_content p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 21px;
  font-weight: 500;
  letter-spacing: 0.3px; }

.pf4_home_story_content h2 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.34;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 39px;
  color: #111c1e;
  margin-bottom: 13px;
  margin-top: 0px; }

.pf4_right_img {
  height: auto;
  padding-top: 73px; }

.pf4_right_img img {
  max-width: 402px;
  width: 100%;
  }

.pf4_home_story_row2 .pf4_home_story_content {
  padding-top: 0px; }

.pf4_home_story_content-in {
  padding-left: 134px;
  padding-top: 158px; }

.pf4_home_story_content-in p {
  font-weight: 600; }

.pf4_home_story_content-in h2 {
  margin-bottom: 16px; }

.pf4_home_story_content_frame {
  width: 435px;
  height: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 435px;
  padding-left: 92px;
  margin-left: -90px;
  padding-bottom: 33px;
  padding-top: 21px;
  margin-bottom: 9px; }

.pf4_home_story_content_frame span {
  display: block;
  text-transform: uppercase;
  color: #74a99b;
  letter-spacing: 3px;
  font-family: 'Oswald', sans-serif;
  padding-top: 4px;
  font-size: 11px; }

.pf4_home_story_content_frame h3 {
  color: #4f8c7c;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 1.07;
  margin: 0px;
  font-family: 'Oswald', sans-serif; }

.pf4_home_story_content_frame h3 span {
  display: block;
  font-size: 39px;
  padding-top: 0px;
  margin-bottom: 10px;
  color: #4f8c7c;
  letter-spacing: normal; }

.pf4_small {
  color: #919191; }

@media (max-width: 1200px) {

  .pf4_right_img img {
    margin-left: 50px; } }
@media (max-width: 1000px) {
  .pf4_home_story_row,
  .pf4_home_story_row2 {
    height: auto; }

  .pf4_home_story_image {
    height: 490px;
    }

  .pf4_home_story_content {
    padding-top: 130px;
    }

  .pf4_home_story_content h2 {
    font-size: 30px; }

  .pf4_home_story_image .full-left-bg {
    padding-top: 28px;
    padding-right: 66px;
    background-size: 152px; }

  .pf4_home_story_bg {
    top: 80px;
    height: 71.1%; }

  .pf4_home_story_content-in {
    padding-top: 82px; }

  .pf4_home_story_content_frame {
    width: 342px;
    background-size: 332px;
    padding-bottom: 1px;
    padding-top: 21px; } }
@media (max-width: 850px) {
  .pf4_home_story .section_inner {
    margin-top: 50px; }

  .pf4_home_story_image,
  .pf4_home_story_bg {
    display: none; }

  .pf4_home_story_content {
    width: 100%;
    padding-top: 0px;
    }

  .pf4_home_story_content .pf4_mobile_img {
    margin-bottom: 20px;
    max-width: 400px; }

  .pf4_home_story_content-in {
    padding-top: 30px;
    padding-left: 0px; }

  .pf4_home_story_content_frame {
    margin-left: 0px; } }
@media (max-width: 550px) {
  .pf4_home_story_content {
    /* width: 300px; */
    } }
@media (max-width: 320px) {
  .pf4_home_story_content {
    width: 280px; } }
/* 
*
*
*
=======================================
  Home Coaching Section
=========================================*/
.pf4_home_coaching_section {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 24px;
  margin-top: 73px;
  background-color: #fff; }

.pf4_home_coaching_text {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 411px;
  padding-left: 177px;
  padding-bottom: 142px;
  padding-top: 60px;
  padding-right: 50px;
  line-height: 1.99;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #4f5565;
  text-transform: uppercase;
  margin-top: 14px; }

.pf4_home_coaching_text p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
  font-weight: 600; }

.pf4_home_coaching_text h2 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.25;
  font-weight: 300;
  font-size: 37px;
  color: #111c1e;
  margin-bottom: 18px;
  margin-top: 0px; }

.coaching_button {
  background-color: #508a7b;
  display: inline-block;
  color: #e4e4e4;
  padding: 3px 10px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  font-size: 11px; }

.coaching_button:hover {
  background-color: #fbcecb;
  color: #000000; }

.pf4_home_coaching_left {
  width: 57%; }

.pf4_home_coaching_right {
  width: 43%; }

.pf4_home_coaching_right img {
  margin-top: -85px;
  }

@media (max-width: 1200px) {

  .pf4_home_coaching_text {
    padding-left: 130px;
    background-size: 395px; } 

}
@media (max-width: 1100px){
  .pf4_home_coaching_section{
    margin-top:0;
  }
  .pf4_home_coaching_right img{
    margin-top:40px;
  }
  .pf4_home_coaching_text{
    padding-left: 40px;
    padding-bottom: 50px;
    background-size: contain;
  }
}
@media (max-width: 1000px) {
  .pf4_home_coaching_section {
    padding-bottom: 40px;
    padding-top: 40px; }

  .pf4_home_coaching_text h2 {
    font-size: 30px;
    margin-bottom: 10px; }

  .pf4_home_coaching_left {
    }

  .pf4_home_coaching_right {
    }

  .pf4_home_coaching_right img {
    margin-top: 0px; } }
@media (max-width: 850px) {
  .pf4_home_coaching_section {
    margin-top: 0px; }

  .pf4_home_coaching_right {
    display: none; }

    .pf4_home_coaching_left {
      width:100%;
    }

  .pf4_home_coaching_text {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    background-image: none !important;
    }

  .pf4_home_coaching_text .pf4_mobile_img {
    margin-bottom: 20px; } }
/* 
*
*
*
=======================================
  Home Podcast Section
=========================================*/
.pf4_home_podcast_section {
  padding-top: 87px;
  padding-bottom: 100px; }

.pf4_home_podcast_section .section_inner {
  display: block; }

.pf4_home_podcast_content {
  line-height: 1.999999;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #4f5565;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 62px; }

.pf4_home_podcast_content p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
  font-weight: 600; }

.pf4_home_podcast_content h2 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.25;
  font-weight: 300;
  font-size: 38.2px;
  color: #111c1e;
  margin-bottom: 24px;
  margin-top: 0px; }

.pf4_home_podcast_img {
  height: 364px;
  display: block;
  position: relative;
  padding: 17px 17px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box; }

.pf4_home_podcast_img-in {
  display: block;
  border: 3px solid #FFF;
  position: absolute;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  left: 17px;
  top: 17px; }

.pf4_home_podcast_img-in .coaching_button {
  background-color: #508a7b;
  display: inline-block;
  color: #e4e4e4;
  padding: 5px 15px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  right: 30px;
  bottom: 24px; }

.pf4_home_podcast_img-in .coaching_button:hover {
  background-color: #fbcecb;
  color: #000000; }

.pf4_home_podcast_img:after {
  position: absolute;
  width: 100%;
  height: 94px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  bottom: -94px;
  content: ""; }

@media (max-width: 850px) {
  .pf4_home_podcast_section {
    padding-top: 50px; }

  .pf4_home_podcast_content {
    padding-bottom: 25px; }

  .pf4_home_podcast_content br {
    display: none; }

  .pf4_home_podcast_content h2 {
    font-size: 30px; }

  .pf4_home_podcast_img {
    height: 200px; } }
/* 
*
*
*
=======================================
  Home IG Feed Section
=========================================*/
.pf4_home_igfeed_section {
  padding-top: 20px;
  padding-bottom: 120px; }

.pf4_home_igfeed_section .section_inner {
  display: block; }

.igfeed_title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 300;
  font-size: 38.2px;
  color: #2a2a2a;
  margin-bottom: 42px;
  margin-top: 0px;
  text-align: center; }

.igfeed_title span {
  position: relative;
  display: inline-block; }

.igfeed_title span:after {
  width: 100%;
  height: 4px;
  display: block;
  background-color: #FFFFFF;
  content: "";
  left: 0px;
  top: 23px;
  position: absolute; }

.pf4_home_igfeed_div {
  width: 100%;
  display: block; }

.pf4_home_igfeed_div img {
  width: 100%; }

@media (max-width: 850px) {
  .igfeed_title {
    font-size: 30px;
    margin-bottom: 25px; }

  .igfeed_title span:after {
    top: 18px; }

  .pf4_home_igfeed_section {
    padding-bottom: 50px; } }
/* 
*
*
*
=======================================
  Site Footer
=========================================*/
.pf4_site_footer {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #fcddd9; 
}
.footer-copyright_text{
  text-align:center;
  font-size:16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding-top:50px;
}
.footer-copyright_text a{
  color:#508A7B;
}

.pf4_footer_left {
  width: 305px; }

.pf4_footer_link a {
  margin-top: 0;
  display: block;
  font-family: 'lulocleanone-bolduploadedfile';
  color: #4a4a4a;
  text-decoration: none;
  font-size: 9px;
  margin-bottom: 8px; }

.pf4_footer_center {
  width: 410px;
  margin-left: 24px; }

.pf4_footer_newsletter h5 {
  padding-left: 70px;
  padding-right: 70px;
  font-family: 'lulocleanone-bolduploadedfile';
  margin: 0px;
  color: #4a4a4a;
  font-size: 9px;
  text-align: center;
  line-height: 1.7;
  padding-bottom: 21px; }

#sections_footer_settings_form {
  margin-left: -5px;
  margin-right: -5px; }

.pf4_footer_newsletter .form-group {
  width: 50%;
  margin: 0;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box; }

.pf4_footer_newsletter form input.form-control {
  border: 0px !important;
  height: 26px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 10px;
  font-family: 'Poppins', sans-serif; }

.pf4_footer_newsletter form input[type="text"] {
  margin-left: 0px; }

.pf4_footer_newsletter form input[type="email"] {
  margin-right: 0px; }

.footer_form_button_holder {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden; }

.pf4_footer_newsletter form button {
  width: 100%;
  margin-left: 0px;
  background-color: #508a7b;
  color: #FFF;
  font-size: 10px;
  margin-top: 16px;
  margin-right: 0px;
  height: 28px;
  padding-top: 5px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  border-radius: 0;
  box-shadow: 1px 1px 1px transparent;
  box-sizing: border-box; }

.pf4_footer_newsletter form input[type="submit"]:hover {
  background-color: #f0ede4;
  color: #000; }

.pf4_footer_right {
  width: 315px;
  margin-left: 24px;
  text-align: right; }

.pf4_footer_right_in img {
  height: 67px;
  margin-top: -18px; }

.pf4_footer_right_podcast {
  font-family: 'Poppins', sans-serif;
  font-size: 33px;
  font-weight: 600;
  margin-top: -2px;
  color: #4a4a4a;
  text-transform: uppercase; }

.pf4_footer_right_podcast span {
  font-size: 11px; }

.pf4_footer_right_social {
  font-family: 'Poppins', sans-serif;
  text-align: right;
  font-weight: 500;
  color: #4a4a4a;
  padding-top: 2px;
  line-height: 0.9; }

.pf4_footer_right_social span {
  padding-left: 25px;
  font-size: 11px;
  margin-left: 20px; }

.pf4_footer_right_social .pf4_clients {
  width: 80px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 19px;
  display: inline-block;
  position: relative; }

.pf4_footer_right_social .pf4_clients:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #a0a0a0;
  position: absolute;
  top: 0px;
  right: -12px; }

.pf4_footer_right_social .pf4_fb_group {
  width: 93px;
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 9px;
  padding-left: 16px; }

@media (max-width: 1200px) {
  .pf4_footer_left {
    width: 250px; }

  .pf4_footer_right {
    width: 272px; } }
@media (max-width: 1000px) {
  .pf4_footer_left {
    width: 180px; }

  .pf4_footer_center {
    width: 352px; }

  .pf4_footer_newsletter h5 {
    padding-left: 0px;
    padding-right: 0px; }

  .pf4_footer_right {
    width: 220px; }

  .pf4_footer_newsletter .form-group {
    width: 100%;
    margin-bottom: 10px; }

  .pf4_footer_newsletter form button {
    margin-top: 0; }

  .pf4_footer_right_social .pf4_clients {
    width: 100px;
    margin-bottom: 10px; }

  .pf4_footer_right_social .pf4_fb_group {
    /* display:block; */
    width: 100px; }

  .pf4_footer_right_social .pf4_clients:after {
    display: none; } }
@media (max-width: 850px) {
  .pf4_site_footer {
    padding-top: 50px;
    padding-bottom: 35px; }

  .pf4_footer_left,
  .pf4_footer_center {
    width: 500px;
    margin-left: 0px; }

  .pf4_footer_right {
    margin: 0px auto;
    text-align: center;
    padding-top: 30px; }

  .pf4_footer_right_in img {
    height: 67px;
    margin-top: 0px; }

  .pf4_footer_right_podcast {
    text-align: right; }

  .pf4_footer_newsletter {
    padding-top: 30px; }

  .pf4_footer_link {
    text-align: center; }

  .pf4_footer_link a {
    margin-bottom: 4px;
    display: inline-block;
    padding: 0px 10px; }

  .pf4_footer_right_social {
    text-align: center; }

  .pf4_footer_right_social .pf4_clients,
  .pf4_footer_right_social .pf4_fb_group {
    display: block;
    margin: 0 auto;
    padding: 0;
    padding-top: 25px;
    background-position: center top;
    margin-bottom: 10px;
    text-align: center; } }
@media (max-width: 550px) {
  .pf4_footer_left,
  .pf4_footer_center {
    width: 300px;
    margin: 0px auto; }

  .pf4_home_story_content_frame {
    margin-left: 0px;
    background-image: none !important;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px; }

  .pf4_footer_newsletter form input[type="text"] {
    margin-left: 0px;
    margin-right: 0px; }

  .pf4_footer_newsletter form input[type="email"] {
    margin-right: 0px;
    margin-left: 0px; } }
@media (max-width: 320px) {
  .pf4_footer_left,
  .pf4_footer_center {
    width: 280px; } }
    
    
    
/* 
*
*
*
=======================================
  Page: Contact Us
=========================================*/
.pf4_contact {
    
}
.pf4_contact .section_inner{
    padding-top: 21.5px;
    padding-bottom: 70.5px;
    max-width: 952px;
}

.pf4_contact_left{
    width: 53%;
    position: relative;
}
.pf4_contact_left img{
    width: 100%;
    z-index: 1;
    position: relative;
}
.pf4_contact_image_bodder{
    content: "";
    width: 600px;
    height: 100%;
    position: absolute;
    top: -21.5px;
    left: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.pf4_contact_left:before{
    content: "";
    width: 114px;
    height: 202px;
    position: absolute;
    top: 44.5px;
    right: -126px;
    background-repeat: no-repeat;
    background-size: contain;
}
.pf4_contact_left:after{
    content: "";
    width: 118px;
    height: 207px;
    position: absolute;
    bottom: 100px;
    left: -49px;
    background-repeat: no-repeat;
    background-size: contain;
}

.pf4_contact_right{
    width: 47%;
    position: relative;
    padding-left: 21px;
    z-index: 4;
}

.pf4_contact_right_form{
    
}
.pf4_contact_right_form .form-group{
    margin-bottom: 25.5px;
}
.pf4_contact_right_form .text-area-field.form-group{
    margin-bottom: 16px;
}
.pf4_contact_right_form .form-group input[type="text"],
.pf4_contact_right_form .form-group input[type="email"],
.pf4_contact_right_form .form-group textarea{
    height: 33.5px;
    background-color: #f8f1f1;
    border: 0px solid !important;
    font-size: 9px;
    font-weight: 500;
    color: #797979;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    padding: 0px 16.5px !important;
    border-radius: 0px;
}
.pf4_contact_right_form .form-group textarea{
    height: 145px;
    padding: 13.5px 16.5px !important;
}
.pf4_contact_right_form .pf4_form_button_holder .btn-form{
    margin-left: 0px;
    background-color: #508a7b;
    color: #FFF;
    height: 28px;
    padding: 1px 28px 0px 28px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1.2px;
    margin-top: 0px;
}
.pf4_contact_right_text{
    background-color: #ffffff;
    padding: 8px 19.5px 19px 19.5px;
    margin-left: -86px;
    margin-top: 126px;
    margin-bottom: 26px;
    
}
.pf4_contact_right_text .pf4_h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.pf4_contact_right_text article{
    line-height: 1.8;
}
@media (max-width: 1100px) {
    .pf4_contact_image_bodder {
        width: 519px;
    }
    .pf4_contact_left:after {
        bottom: initial;
        top: 41%;
    }
    .pf4_contact_left:before {
        top: -0.5px;
    }
    .pf4_contact_right_text {
        margin-top: 70px;
    }
}
@media (max-width: 850px) {
    .pf4_contact_left {
        width: 100%;
    }
    .pf4_contact_right {
        width: 100%;
        padding-left: 0px;
    }
    .pf4_contact_right_text {
        margin-top: 20px;
        padding: 8px 0px 0px 0px;
        margin-left: 0px;
    }
    .pf4_contact_left:before,
    .pf4_contact_left:after,
    .pf4_contact_image_bodder {
        display: none;
    }
    .pf4_contact_right_text .pf4_h2{
        font-size: 30px;
    }
}
@media (max-width:850px){
  .pf4_contact .section_inner{
    
padding-bottom: 50px;
  }
}

/* 
*
*
*
=======================================
  Page: About
=========================================*/
.pf4_mobile_only{
    display:none;
}
.pf4_image_and_content {
    padding-bottom: 95px;
    background-repeat: no-repeat;
    background-size: 931px;
    background-position: bottom right;
}
.pf4_image_and_content:after{
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
}
.pf4_image_and_content__top_image{
    height: 556px;
    width: 100%;
    display: block;
    background-position: center top;
    background-size: cover;
    margin-bottom: -263px;
}


.pf4_image_and_content__box_holder{
    max-width: 896px;
    text-align: center;
    margin: 0px auto;
    padding: 35px 35px;
    border: 3px solid #fbcec8;
    border-right: 3px solid rgba(251, 206, 200, 0);
    position: relative;
}
.pf4_image_and_content__box_holder:before,
.pf4_image_and_content__box_holder:after{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    right:-3px;
    background-color:#fbcec8;
}
.pf4_image_and_content__box_holder:before{
    top:-3px;
    height: 88px;
}
.pf4_image_and_content__box_holder:after{
    bottom: -3px;
    height: 32%;
}
.pf4_image_and_content__box{
    background-color: #FFF;
    padding: 25px 48px 0px 48px;
    position: relative;
    z-index: 1;
}
.pf4_image_and_content__box h2{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 39px;
    color: #4a4a4a;
    max-width: 490px;
    margin: 0px auto;
    padding-bottom: 17px;
}
.pf4_image_and_content__box strong{
    font-size: 12.5px;
    font-weight: bold;
    line-height: 1.86;
    letter-spacing: 0.8px;
    color: #666777;
}
.pf4_image_and_content__box article{
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.87;
    color: #666777;
}
.pf4_image_and_content__leaf{
    position: absolute;
    top: 107px;
    right: -55px;
    height: 300px;
    width: 207px;
    background-repeat: no-repeat;
    background-size: 207px;
}
@media (max-width: 850px) {
    .pf4_image_and_content__top_image,
    .pf4_image_and_content__box_holder:before, 
    .pf4_image_and_content__box_holder:after{
        display: none;
    } 
    .pf4_image_and_content__box h2{
        font-size: 30px;
    }
    .pf4_image_and_content__box_holder {
        padding: 10px 10px;
        border: 3px solid #fbcec8;
        border-right: 3px solid rgb(251, 206, 200);
    }
    .pf4_image_and_content__box {
        padding: 20px 15px 10px 15px;
    }
    .pf4_image_and_content {
        padding-bottom: 50px;
    }
    .pf4_image_and_content__box strong{
      display: block;
      margin-top: 20px;
    }
}
@media (max-width: 550px) {
    .pf4_image_and_content__leaf{
        display: none;
    } 
}

/*=======================================
  About List Content
=========================================*/ 
.pf4_list_content .section_inner{
    margin-top: -42px;  
}
.pf4_list_content__left,
.pf4_list_content__right{
    width: 50%; 
    text-align: center;
}
.pf4_list_content__left{
    position: relative;
    padding-top: 264px;
    padding-bottom: 248px;
}
.pf4_list_content__left h2{
    z-index: 1;
    position: relative;
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: right;
    padding-right: 130px;
    
}
.pf4_list_content__left .pf4_list_content__arrow{
    height: 358px;
    width: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 174px;
    position: absolute;
    top: 100px;
    right: 40px;
    z-index: 1;
}
.pf4_list_content__right{
    padding-top: 76px;
}
.pf4_list_content__right ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pf4_list_content__right ul li{
    font-size: 12.5px;
    display: block;
    letter-spacing: 0.8px;
    color: #666777;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}
.pf4_list_content__right ul li strong{
    border-bottom: 1px solid rgba(251, 196, 197, 0.36);
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 14px;
}
.pf4_list_content__right ul li:last-child strong{
    border-bottom: 1px solid rgba(251, 196, 197, 0);
}
@media (max-width: 850px) {
    .pf4_list_content .section_inner {
        margin-top: 0px;
    }
    .pf4_list_content__left, 
    .pf4_list_content__right {
        width: 100%;
    }
    
    .pf4_list_content__left {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .pf4_list_content__left h2 {
        text-align: left;
        padding-right: 0px;
        font-size: 30px;
    }
    .pf4_list_content__left .pf4_list_content__arrow,
    .pf4_list_content__left .full-left-bg{
        display:none;
    }
    
    .pf4_list_content__right {
        padding-top: 20px;
        text-align: left;
        padding-left: 0px !important;
    }
}




/*=======================================
  About Content And Image
=========================================*/
.pf4_content_and_image {
    margin-top: 87px;
    padding-top: 35px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.pf4_content_and_image__left{
    width: 55%;
    position: relative;
    padding-right: 21px;
    z-index: 4;
    padding-top: 85px;
    font-family: 'Poppins', sans-serif;
}
.pf4_content_and_image__left h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.34;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 39px;
    color: #4a4a4a;
    margin-bottom: 16px;
    margin-top: 0px;
}
.pf4_content_and_image__lead{
    font-size: 15.34px;
    font-weight: 600;
    letter-spacing: 0.9px;
    color: #666777;
    text-transform: uppercase;
    padding-top: 25px;
    line-height: 1.3;
    padding-right: 190px;
}
.pf4_content_and_image__lead p{
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
}
.pf4_content_and_image__lead p:last-child{
    margin-bottom: 20px;
}
.pf4_content_and_image__content{
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.87;
    color: #666777;
    padding-right: 190px;
}
.pf4_content_and_image__content p{
    margin-top: 0px;
    margin-bottom: 20px;
}

.pf4_content_and_image__right{
    width: 45%;
    position: relative;
}
.pf4_content_and_image__img_border {
    content: "";
    width: 613px;
    height: 610px;
    position: absolute;
    top: -9.5px;
    left: -44.5px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
@media (max-width: 1200px) {
    .pf4_content_and_image__img_border {
        content: "";
        width: 500px;
        height: 534px;
    }
    .pf4_list_content__right {
        padding-left: 30px;
    }
}
@media (max-width: 1100px) {
    .pf4_content_and_image__left {
        padding-top: 0px;
    }
    .pf4_content_and_image__lead {
        padding-top: 10px;
        padding-right: 20px;
    }
    .pf4_content_and_image__content {
        padding-right: 40px;
    }
    .pf4_content_and_image__img_border {
        content: "";
        width: 420px;
        height: 450px;
    }
}
@media (max-width: 850px) {
    .pf4_mobile_only{
        display: block;  
    }
    .pf4_content_and_image__left h2{
        font-size: 30px;
    }
    .pf4_content_and_image__left {
        width: 100%;
        padding-right: 0px;
        padding-top: 0px;
    }
    .pf4_content_and_image__lead {
        padding-right: 0px;
    }
    .pf4_content_and_image__content {
        padding-right: 0px;
    }
    .pf4_content_and_image__right{
        display: none;
    }
    
    .pf4_content_and_image {
        margin-top: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*=======================================
  About Cta Box
=========================================*/
.pf4_cta_boxes__cta{
    padding-top: 122px;
}
.pf4_cta_boxes__cta__box{
    display: flex;
    flex-wrap: wrap;
    background-color: #f8ebe9;
    padding: 0px 0px 0px 28px;
    position: relative;
}
.pf4_cta_boxes__cta__box_content{
    border: solid 3px #ffffff;
    background-color: #feefec;
    padding: 45px 112.5px 41px 49px;
    width: 83%;
    margin-top: 23.5px;
    margin-bottom: 23.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pf4_cta_boxes__cta__title{
    font-family: 'Oswald', sans-serif;
    line-height: 1.34;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 39px;
    color: #4a4a4a;
    margin-bottom: 16px;
    margin-top: 0px;
    position: absolute;
    top: -31px;
    left: 158px;
}
.pf4_cta_boxes__cta__text{
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.8px;
    color: #4a4a4a;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.93;
}

.pf4_cta_boxes__cta__box_action{
    width: 14%;
    margin-left: 3%;
    background-color: #fff3f1;
}
.pf4_cta_boxes__cta__box_action a{
    display: block;
    height: 100%;
    margin: 0px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.pf4_cta_boxes__cta__box_action a:hover{
    opacity: 0.6;
}

.pf4_cta_boxes__cta__flowers{
    width: 278px;
    height: 82px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 60px;
}


.pf4_cta_boxes__box__title{
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #111c1e;
    margin-bottom: 24px;
    margin-top: 0px;
    text-align: center;
}

.pf4_cta_boxes__box{
  background-size:cover;
}
.pf4_cta_boxes__box .section_inner{
    padding-top: 41.5px;
    padding-bottom: 41.5px;
}
.pf4_cta_boxes__box_inner {
    margin-left: -14px;
    margin-right: -14px;
    width: auto;
    display: flex;
}
.pf4_cta_boxes__box__item{
    width: 25%;
    padding-left: 14px;
    padding-right: 14px;
}

.pf4_cta_boxes__box__item_in{
    border: solid 3px #ffffff;
    background-color: rgba(248, 235, 233, 0.77);
    text-align: center;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.87;
    color: #4a4a4a;
    height: 100%;
    padding: 85px 45px 55px 45px;
    position: relative;
}
.pf4_cta_boxes__box__item_in h4{
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.8px;
    color: #4a4a4a;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.9;
    margin-top: 0px;
    padding-bottom: 7px;
}
.pf4_cta_boxes__box__item_in a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    opacity: 0;
}
@media (max-width: 1100px){
  .pf4_cta_boxes__box_inner{
    flex-wrap:wrap;
  }
  .pf4_cta_boxes__box__item{
    width:50%;
    margin-bottom:30px;
  }
  .pf4_cta_boxes__box .section_inner{
    padding-bottom:10px;
  }
}
@media (max-width: 850px) {
    .pf4_cta_boxes__cta {
        padding-top: 60px;
    }
    .pf4_cta_boxes__box {
        background-size: cover;
    }
    .pf4_cta_boxes__cta__box {
        display: block;
        padding: 0px 0px 0px 0px;
    }
    .pf4_cta_boxes__box__title{
        font-size: 30px;
    }
    .pf4_cta_boxes__box_inner {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        display: block;
    }
    .pf4_cta_boxes__box__item {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .pf4_cta_boxes__box__item:last-child{
        margin-bottom: 0px;
    }
    .pf4_cta_boxes__cta__box_content {
        padding: 10px 15px 10px 15px;
        width: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .pf4_cta_boxes__cta__title {
        font-size: 25px;
        margin-bottom: 5px;
        margin-top: 2px;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .pf4_cta_boxes__cta__box_action {
        width: 100%;
        margin-left: 0px;
    }
    .pf4_cta_boxes__cta__box_action a{
        background-color: #508a7b;
        display: inline-block;
        color: #ffffff;
        padding: 4px 25px 3px 25px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
        font-size: 11px;
        margin-top: 12px;
        margin-bottom: 15px;
        margin-left: 25px;
        background-image: none !important;
        text-transform: uppercase;
    }
    .pf4_cta_boxes__cta__box_action a:hover {
        background-color: #fbcecb;
        color: #000000;
    }
    .pf4_cta_boxes__cta__box {
        margin-bottom: 65px;
    }
    .pf4_cta_boxes__box .section_inner{
      padding-bottom:40px;
    }
}
@media (max-width: 550px) {
    .pf4_cta_boxes__cta__flowers{
        display: none;
    }
}


/* 
*
*
*
=======================================
  Page: Podcast
=========================================*/
.pf4_image_and_content2{
  padding-top: 100px;
}
.pf4_image_and_content2__left {
    width: 47%;
    position: relative;
    max-width: 506px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
}
.pf4_image_and_content2__border {
    content: "";
    width: 562px;
    height: 583px;
    position: absolute;
    top: -21.5px;
    left: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}


.pf4_image_and_content2__right {
    width: 53%;
    padding-left: 65px;
    padding-right: 56px;
    padding-top: 79px;
}
.pf4_image_and_content2__right h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.34;
    font-size: 38.2px;
    text-transform: uppercase;
    font-weight: 300;
    color: #4a4a4a;
    margin-bottom: 11px;
    margin-top: 0px;
}
.pf4_image_and_content2__right article{
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #666777;
    text-transform: uppercase;
    padding-top: 0px;
    line-height: 1.86;
    padding-bottom: 77px;
}
.pf4_image_and_content2__right article p{
    margin-top: 0px;
    margin-bottom: 24px;
}
.pf4_image_and_content2__leaf{
    width: 96%;
    height: 109px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 361px;
    position: absolute;
    bottom: 0px;
    z-index: 3;
}

@media (max-width: 1100px) {
    .pf4_image_and_content2__left{
        height: auto;
        background-position: center;
    }
    .pf4_image_and_content2__border {
        content: "";
        width: 451px;
        height: 468px;
        top: 25.5px;
    }
}
@media (max-width: 850px) {
    .pf4_image_and_content2__border {
        content: "";
        width: 451px;
        height: 468px;
        top: 25.5px;
    }
    .pf4_image_and_content2__left,
    .pf4_image_and_content2__leaf,
    .pf4_image_and_content2__border{
        display: none !important;
    }
    .pf4_image_and_content2__right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 60px;
        background-size: cover;
    }
    .pf4_image_and_content2__right h2{
        font-size: 30px;
    }
    .pf4_image_and_content2__right img{
        margin-bottom: 15px;
    }
    .pf4_image_and_content2__right article {
        padding-bottom: 30px;
    }
}

/*=======================================
  Podcast PODCAST
=========================================*/
.pf4_podcast .section_inner {
    width: 880px;
    display: block;
    padding-top: 93px;
}
.pf4_podcast__title {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: 24px;
    margin-top: 0px;
    text-align: center;
}
.pf4_podcast__items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
.pf4_podcast__item{
    width: 33.33%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 64px;
}
.pf4_podcast__item_in{
    text-align: center;h3
}

.pf4_podcast__item_in h3,
.pf4_podcast__item_in h4{
    font-family: 'Poppins', sans-serif;
    color: #666777;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pf4_podcast__item_in h3{
    font-size: 20.3px;
    letter-spacing: 1.2px;
    padding-top: 24px;
}
.pf4_podcast__item_in h4{
    line-height: 1.98;
    letter-spacing: 0.8px;
    font-size: 12.5px;
    padding-top: 3px;
}
.pf4_podcast__item_in p{
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.67;
    color: #666777;
    margin-top: 2px;
    margin-bottom: 5px;
}
.pf4_podcast__item_in a{
    background-color: #508a7b;
    display: inline-block;
    color: #ffffff;
    padding: 4px 25px 3px 25px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pf4_podcast__item_in a:hover {
    background-color: #fbcecb;
    color: #000000;
}
@media (max-width: 850px) {
    .pf4_podcast .section_inner {
        width: 500px;
        display: block;
        padding-top: 65px;
    }
    .pf4_podcast__title{
        font-size: 30px;
    }
    .pf4_podcast__items {
        display: block;
    }
    .pf4_podcast__item {
        width: 100%;
        margin-bottom: 45px;
    }
}
@media (max-width: 550px) {
    .pf4_podcast .section_inner{
        width: 84%;
    }
}
@media (max-width: 320px) {
    .pf4_podcast .section_inner{
        width: 94%;
    }
}

/*=======================================
  Podcast testimonial
=========================================*/
.pf4_testimonias{
    background-color: #fff6f5;
    margin-top: 50px;
    /* padding-top: 59px; */
    padding-bottom: 73px;
}
.pf4_testimonias .container{
  background-size:191px;
  background-repeat:no-repeat;
  background-position:left top;
  padding-top: 59px;
}
.pf4_testimonias .section--testimonial{
    
}
.pf4_testimonias .pf4_testimonial_item{
        position: relative;
}
.pf4_testimonias .section--testimonial h2{
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: 28px;
    margin-top: 0px;
    text-align: center;
}
.pf4_testimonias .section--testimonial .testimonial__text{
    font-family: 'Poppins', sans-serif;
    color: #666777;
    text-transform: uppercase;
    line-height: 1.98;
    letter-spacing: 0.8px;
    font-size: 12.5px;
    font-weight: 600;
    text-align: right;
}
.pf4_testimonias .section--testimonial .testimonial__name{
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding-top: 19px;
    letter-spacing: 0.8px;
}

.pf4_testimonias .pf4_testimonial_item_content{
     padding-right: 140px;
}
.pf4_testimonias .pf4_testimonial_item_image {
    width: 102px;
    height: 102px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.pf4_testimonial_item_image .testimonial__image{
    max-width: 102px;
    max-height: 102px;
    box-shadow: -1.1px 1.1px 4px 0 rgba(0, 0, 0, 0.19);
    border: solid 3px rgba(255, 255, 255, 0.15);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to top, #edd3c6, #b59281);
    margin-top: 0px;
    margin-bottom: 0px;
}
.pf4_testimonial_button_holder{
    
}
.pf4_testimonial_button_holder .pf4_button{
    background-color: #508a7b;
    display: inline-block;
    color: #ffffff;
    padding: 4px 25px 4px 25px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.pf4_testimonial_button_holder .pf4_button:hover{
    background-color: #fbcecb;
    color: #000000;
}
.pf4_testimonias .section--testimonial .slick-dots{
    margin-bottom: 23px;
}
.pf4_testimonias .section--testimonial .slick-dots li button{
    background: #f7dedb;
    width: 7px;
    height: 7px;
}
.pf4_testimonias .section--testimonial .slick-dots li.slick-active button {
    background: #d0aa98;
}
@media (max-width: 850px) {
    .pf4_testimonias {
        margin-top: 60px;
    }
    .pf4_testimonias .section--testimonial h2{
        font-size: 30px;
    }
    .pf4_testimonias .pf4_testimonial_item_content{
       padding-right: 0;
       padding-top: 115px;
       text-align: center;
  }
  .pf4_testimonias .pf4_testimonial_item_image {
      top: 0;
      right:auto;
      left: 50%;
      margin-left: -51px;
  }
  .pf4_testimonias .section--testimonial .testimonial__text,
  .pf4_testimonias .section--testimonial .testimonial__name{
    text-align:center;
  }
}



/* 
*
*
*
=======================================
  Page: Sales
=========================================*/
.pf4_hero2 {
    position: relative;
    margin-top: 100px;
}
.pf4_hero2 .pf4_hero2__in{
    width: 853px;
}
.pf4_hero2__bg{
    position: absolute;
    height: 458px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    width: 100%;
}
.pf4_hero2__bg2{
    width: 100%;
    height: 853px;
    position: absolute;
    top: 460px;
    right: -10px;
    background-position: 100% -150px;
    background-repeat: no-repeat;
}
.pf4_hero2__content{
    position: relative;
    margin-top: 250px;
    padding-top: 33px;
}
.pf4_hero2__content_in{
    max-width: 532.5px;
    padding: 33px 37px 21px 37px;
    text-align: center;
    background-color: #FFF;
    position: relative;
    z-index: 1;
}
.pf4_hero2__content_in h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
}
.pf4_hero2__content_in article{
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.92;
    color: #666777;
    font-family: 'Poppins', sans-serif;
}
.pf4_hero2__content_in p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.pf4_hero2__content_leaf{
    width: 446px;
    height: 330px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: -83px;
}
.pf4_hero2__content_border{
    position: absolute;
    width: 586px;
    height: 111.2%;
    top: 0px;
    left: 267px;
    border: 3px solid #fbcec8;
}

@media (max-width: 1100px) {
    .pf4_hero2 .pf4_hero2__in {
        width: 800px;
    }
}
@media (max-width: 850px) {
     .pf4_hero2 .pf4_hero2__in {
        width: 500px; 
     }
     .pf4_hero2__content_border,
     .pf4_hero2__content_leaf{
         display: none;
     }
     .pf4_hero2__content_in h2{
         font-size: 30px;
     }
}
@media (max-width: 550px) {
     .pf4_hero2 .pf4_hero2__in {
        width: 84%;
     }
}

/*=======================================
  Sales Image And Content3
=========================================*/
.pf4_image_and_content3{
    padding-top: 194px;
    padding-bottom: 154px;
}
.pf4_image_and_content3 .section_inner{
    width: 960px;
}
.pf4_image_and_content3__left{
    width: 50.482%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.pf4_image_and_content3__right{
    width: 49.482%;
    padding-left: 60px;
    padding-top: 45px;
    
}
.pf4_image_and_content3__right h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: 24px;
    margin-top: 0px;
    text-transform: uppercase;
}
.pf4_image_and_content3__right ul{
    margin: 0px;
    padding: 0px;
}

.pf4_image_and_content3__right ul li{
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.92;
    color: #666777;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    background-position: 0px 3px;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 30px;
    margin-top: 0px;
}


.pf4_image_and_content3__border{
    width: 571px;
    height: 606px;
    position: absolute;
    top: -30px;
    left: -43px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

@media (max-width: 1100px) {
    .pf4_image_and_content3 {
        padding-bottom: 40px;
    }
    .pf4_image_and_content3 .section_inner {
        width: 800px;
    }
    .pf4_image_and_content3__border {
        width: 477px;
        height: 507px;
    }
}
@media (max-width: 850px) {
    .pf4_image_and_content3 {
        padding-top: 0px;
    }
     .pf4_image_and_content3 .section_inner {
          width: 500px;
        display: block;
     }
     .pf4_image_and_content3__left,
     .pf4_image_and_content3__border{
        display: none; 
     }
     .pf4_image_and_content3__right {
        width: 100%;
        padding-left: 0px;
    }
    .pf4_image_and_content3__right img{
        margin-bottom: 20px;    
    }
    .pf4_image_and_content3__right h2{
        font-size: 30px;
    }
}
@media (max-width: 550px) {
     .pf4_image_and_content3 .section_inner {
        width: 84%;
        display: block;
     }
}

/*=======================================
  Sales Image And Content4
=========================================*/
.pf4_image_and_content4{
    background-color: #fff3f1;
    margin-top: 185px;
    padding-bottom: 92px;
}
.pf4_image_and_content4 .section_inner{
    width: 960px;
    display: block;
}
.pf4_image_and_content4:after,
.pf4_image_and_content4 .section_inner:after{
    content: "";
    width: 100%;
    height: 0px;
    display: block;
    clear: both;
}
.pf4_image_and_content4__left{
    width: 55%;
    display: inline-block;
    float: left;
    margin-top: 56px;
    padding-bottom: 9px;
    margin-right: -148px;
    z-index: 999;
    position: relative;
    padding-right: 40px;
}
.pf4_image_and_content4__left h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: -4px;
    margin-top: -25px;
    text-transform: uppercase;
}
.pf4_image_and_content4__left article{
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.91;
    color: #666777;
    font-family: 'Poppins', sans-serif;
    padding-top: 1px;
}
.pf4_image_and_content4__left .full-left-bg {
    background-color: #FFF;
}

.pf4_image_and_content4__right{
    width: 60%;
    height: 518px;
    float: right;
    padding-left: 60px;
    padding-top: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-top: -155px;
    position: relative;
}
.pf4_image_and_content4__right .full-right-bg{
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.pf4_image_and_content4__right .pf4_image_and_content4__leaf{
    width: 131px;
    height: 105px;
    position: absolute;
    left: -122px;
    top: 106px;
    background-size: cover;
}
@media (max-width: 1100px) {
    .pf4_image_and_content4 .section_inner{
        width: 800px;
    }
}
@media (max-width: 850px) {
     .pf4_image_and_content4 .section_inner {
        width: 500px; 
        display: block;
     }
    .pf4_image_and_content4 {
        margin-top: 0px;
        padding-bottom: 20px;
    }
    .pf4_image_and_content4__left {
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 30px;
    }
    .pf4_image_and_content4__right,
    .pf4_image_and_content4__left .full-left-bg{
        display: none !important;
    }
    
    .pf4_image_and_content4__left h2 {
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 30px;
    }
}
@media (max-width: 550px) {
    .pf4_image_and_content4 .section_inner {
        width: 84%;
    }
}

/*
	Section 17 ( Center List )
=================================================*/
.pf4_center_list {
    padding-top: 142px;
    padding-bottom: 121px;
}
.pf4_center_list .section_inner{
    width: 607px;
    height: 601px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 600px;
    padding: 93px 120px 60px 105px;
}
.pf4_center_list h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: 24px;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
    width: 100%;
}
.pf4_center_list h2:after{
    content: "";
    width: 66px;
    height: 6.5px;
    opacity: 0.44;
    background-color: #fbc4c5;
    margin: 0px auto;
    display: block;
    clear: both;
    margin-top: 14px;
}
.pf4_center_list ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.pf4_center_list ul li{
    font-size: 12.5px;
    display: block;
    font-weight: bolder;
    letter-spacing: 0.8px;
    line-height: 1.2;
    color: #666777;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}
.pf4_center_list ul li:after{
    content: "";
    width: 201.5px;
    height: 1px;
    opacity: 0.44;
    background-color: #fbc4c5;
    margin: 0px auto;
    display: block;
    clear: both;
    margin-top: 12px;
    margin-bottom: 14px;
}
.pf4_center_list ul li:last-child:after{
    display: none;
}
@media (max-width: 1100px) {
    .pf4_center_list {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 850px) {
    .pf4_center_list {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .pf4_center_list .section_inner {
        width: 500px;
        height: auto;
        display: block;
        padding: 0px 0px 0px 0px;
        background-image: none !important;
    }
    .pf4_center_list h2,
    .pf4_center_list ul{
        text-align: left;
    }
    .pf4_center_list ul li:after,
    .pf4_center_list h2:after{
        margin-left: 0px;
    }
    .pf4_center_list h2{
        font-size: 30px;
    }
}
@media (max-width: 550px) {
    .pf4_center_list .section_inner {
        width: 84%;
    }
}



/*
	Section 18 ( List Content2 )
=================================================*/
.pf4_list_content2 {
    background-color: #fff3f1;
    padding-top: 62px;
    padding-bottom: 58px;
}
.pf4_list_content2 .section_inner{
    width: 950px;
}
.pf4_list_content2__left{
    width: 30%;
}
.pf4_list_content2__left__in{
    display: table;
    width: 100%;
    height: 100%;
}
.pf4_list_content2__left h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}




.pf4_list_content2__right{
    width: 70%;
    padding-left: 20px;
}
.pf4_list_content2__right ul {
    margin: 0px;
    padding: 0px;
}
.pf4_list_content2__right ul li {
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.91;
    color: #666777;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.pf4_list_content2__right ul li ul{
    padding-bottom: 9px;
}
.pf4_list_content2__right ul li ul li{
    background-image: none !important;
    padding-left: 21px;
    margin-bottom: 13px;
    margin-top: 11px;
}
.pf4_list_content2__right ul li ul li:last-child,
.pf4_list_content2__right ul li:last-child{
    margin-bottom: 0px;
}

@media (max-width: 1100px) {
    .pf4_list_content2 .section_inner{
        width: 800px;
    }
}
@media (max-width: 850px) {
    .pf4_list_content2 {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: rgba(255, 243, 241, 0);
    }
    .pf4_list_content2 .section_inner {
        width: 500px;
        display: block;
    }
    .pf4_list_content2__left {
        width: 100%;
        padding-bottom: 20px;
    }
    .pf4_list_content2__right {
        width: 100%;
        padding-left: 0px;
    }
    .pf4_list_content2__left h2{
        font-size: 30px;
    }
}
@media (max-width: 550px) {
    .pf4_list_content2 .section_inner {
        width: 84%;
    }
}

/*
	Section 19 ( Image And Content5  )
=================================================*/
.pf4_image_and_content5 {
    margin-top: 150px;
}
.pf4_image_and_content5 .section_inner{
    display: block;
    padding-top: 434px;
}
.pf4_image_and_content5 .section_inner:after{
    content: "";
    width: 100%;
    height: 0px;
    display: block;
    clear: both;
}
.pf4_image_and_content5__left {
    height: 552.5px;
    width: 65%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.pf4_image_and_content5__left .full-left-bg{
    background-size: cover;
    background-repeat: no-repeat;
}

.pf4_image_and_content5__right {
    padding-left: 217px;
    width: 85%;
    float: right;
    position: relative;
    padding-bottom: 80px;
}
.pf4_image_and_content5__right h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38px;
    color: #4a4a4a;
    display: inline-block;
    margin-bottom: 36px;
    margin-top: -20px;
    text-transform: uppercase;
    background-color: #FFF;
    padding: 12px 23px 17px 23px;
    margin-left: 10px;
}

.pf4_image_and_content5__right .full-right-bg{
    background-color: rgba(255, 243, 241, 0.71);
}
.pf4_image_and_content5__right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 15px;
}
.pf4_image_and_content5__right ul li {
    font-size: 12.5px;
    display: block;
    letter-spacing: 0.8px;
    color: #3d3d3d;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 30px;
    margin-bottom: 30px;
    line-height: 1.9;
    margin-top: 0px;
}
.pf4_image_and_content5__right ul li:last-child{
    margin-bottom: 0px;
}
.pf4_image_and_content5__leaf{
    top: -154px;
    right: 310px;
    width: 103px;
    height: 134px;
    display: block;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1100px) {
    .pf4_image_and_content5__leaf {
        right: 230px;
    }
    .pf4_image_and_content5__right {
        padding-left: 120px;
    }
}
@media(max-width:1000px){
  .pf4_image_and_content5{
    margin-top:50px;
  }
}
@media (max-width: 850px) {
    .pf4_image_and_content5 {
        background-color: rgba(255, 243, 241, 0.71);
        margin-top: 0;
    }
    .pf4_image_and_content5 .section_inner {
        padding-top: 50px;
    }
    .pf4_image_and_content5__left,
    .pf4_image_and_content5__leaf,
    .pf4_image_and_content5__right .full-right-bg{
        display: none;
    }
    .pf4_image_and_content5__right {
        width: 100%;
        padding-left: 00px;
        padding-bottom: 50px;
    }
    .pf4_image_and_content5__right h2 {
        margin-top: 0px;
        padding: 0px 0px 0px 0px;
        margin-left: 0px;
        background-color: rgba(255, 255, 255, 0);
        margin-bottom: 20px;
        font-size: 30px;
    }
    .pf4_image_and_content5__right article{
        padding-top:20px;
    }
}



/*
	Section 20 ( CTA )
=================================================*/
.pf4_cta {
    padding-top: 119px;
    padding-bottom: 71px;
}
.pf4_cta .section_inner{
    display: block;
    padding-top: 96px;
    padding-bottom: 17px;
}
.pf4_cta .section_inner:after{
    content: "";
    width: 100%;
    height: 0px;
    display: block;
    clear: both;
}
.pf4_cta__left {
    width: 50%;
    height: 531px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
}
.pf4_cta__left .full-left-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pf4_cta__right{
    width: 80%;
    float: right;
    display: block;
    background-color: rgba(255, 246, 245, 0.46);
    z-index: 1;
    position: relative;
    padding: 25px;
}
.pf4_cta__right_in{
    text-align: center;
    padding-top: 59px;
    padding-bottom: 62px;
    border: solid 4px rgba(255, 255, 255, 0.92);
    background-color: rgba(255, 246, 245, 0.92);
}
.pf4_cta__right_in h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: 22px;
    margin-top: 0px;
    text-transform: uppercase;
    width: 100%;
}
.pf4_cta__right_in h2:after {
    content: "";
    width: 66px;
    height: 6.5px;
    opacity: 0.44;
    background-color: #fbc4c5;
    margin: 0px auto;
    display: block;
    clear: both;
    margin-top: 25px;
}
.pf4_cta__right_in article {
    font-size: 12.5px;
    display: block;
    letter-spacing: 0.8px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    margin-bottom: 37px;
    line-height: 1.9;
    margin-top: 0px;
}
.pf4_cta__right_in .pf4_button {
    background-color: #508a7b;
    display: inline-block;
    color: #ffffff;
    padding: 4px 25px 4px 25px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.pf4_cta__right_in .pf4_button:hover {
    background-color: #fbcecb;
    color: #000000;
}
@media (max-width:1000px){
  .pf4_cta{
    padding-top:50px;
  }
}
@media (max-width: 850px) {
    .pf4_cta {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .pf4_cta .section_inner {
        padding-top: 0;
        padding-bottom: 5px;
    }
    .pf4_cta__left{
        display: none;
    }
    
    .pf4_cta__right {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .pf4_cta__right_in {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .pf4_cta__right_in h2{
        font-size: 30px;
    }
    .pf4_cta__right_in article{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width:500px){
  .pf4_cta__right_in article br{
    display:none;
  }
  .pf4_cta__right_in article{
    margin-bottom:0px;
    margin-top:30px;
  }
}


/*
	Section 21 ( FAQ )
=================================================*/
.pf4_section_21{
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 73px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pf4_section_21 .container{
    padding: 0;
    max-width: 706px;
    width: 100%;
}
.pf4_section_21 h2 {
    color: #3a3a3a;
    margin-bottom: 23px;
}
.pf4_section_21__items {
    margin: 0 auto;
    border: solid 1px #d0d0d0;
    border-bottom: 0;
    background-color: #FFF;
}
.pf4_section_21__item_title {
    margin: 0;
    font-size: 12.3px;
    font-weight: bold;
    line-height: 1.39;
    color: #575757;
    padding: 15px 20px;
    border-bottom: solid 1px #d0d0d0;
    cursor: pointer;
    position: relative;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.pf4_section_21__item_title:after {
    content: " ";
    position: absolute;
    height: 15px;
    width: 15px;
    right: 20px;
    top: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pf4_section_21__item_title.active {
    background-color: #508a7b;
     color: #FFF;
}
.pf4_section_21__item_text {
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: justify;
    padding: 20px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-top: 22px;
    color: #606060;
    display: none;
    border-bottom: solid 1px #d0d0d0;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.pf4_section_21__item_text.active {
    display: block;
    background-color: #fcfcfc;
}

@media (max-width: 1150px) {
  .pf4_section_21 .container {
    max-width: 900px;
  } 
  .pf4_section_21__item_title{
    padding-right:40px;
  }
  .pf4_section_21__item_title:after{
    right:20px
  }
  .pf4_section_21__item_text{
    padding:30px;
  }
}
@media (max-width: 1100px) {
    .pf4_section_21 .container {
        max-width: 800px;
    }
}
@media (max-width: 980px) {
  .pf4_section_21 .container {
    max-width: 600px;
    padding-bottom: 20px;
  }
}
@media (max-width: 850px) {
      .pf4_section_21 .container {
        width: 500px;
        padding-bottom: 0px;
     }
     .pf4_section_21 h2{
         font-size: 30px;
     }
}
@media (max-width: 700px) {
  .pf4_section_21 .container {
    max-width: 400px; 
  }
}
@media (max-width: 500px) {
  .pf4_section_21 .container {
    width: 86%; 
  } 
}


/*
	Section 22 ( CTA Form  )
=================================================*/
.pf4_cta_form {
    padding-top: 86px;
    padding-bottom: 40px;
}
.pf4_cta_form .section_inner{
    display: block;
}
.pf4_cta_form .pf4_h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.12px;
    color: #252525;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 0px;
    text-transform: uppercase;
}
.pf4_cta_form article{
    max-width: 520px;
    margin: 0px auto;
    line-height: 1.999999;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #7a7a7a;
    text-transform: uppercase;
    text-align: center;
}

.pf4_cta_form__box{
    position: relative;
    padding-bottom: 97px;
}
.pf4_cta_form__holder{
    border: solid 2px #fbcdc7;
    background-color: #ffffff;
    padding: 46px 40px 47px 40px;
    margin-top: 21px;
}
.pf4_cta_form__holder .form-group,
.pf4_cta_form__holder .pf4_form_button_holder{
    width: 28.85%;
    display: inline-block;
    margin-bottom: 0px !important;
    padding-right: 20px;
}
.pf4_cta_form__holder .pf4_form_button_holder{
    width: 12%;
    padding-right: 0px;
}
.pf4_cta_form__holder .form-group input,
.pf4_cta_form__holder .pf4_form_button_holder button{
    height: 33.5px;
    background-color: #f8f1f1;
    border: 0px solid #000 !important;
    border-radius: 0px !important;
    padding: 0px 10px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    color: #797979;
    font-weight: 500;
    letter-spacing: 1px;
}
.pf4_cta_form__holder .pf4_form_button_holder button{
    background-color: #508a7b;
    color: #ffffff;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.pf4_cta_form__leaf{
    width: 100%;
    height: 97px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 301px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
@media (max-width: 1100px) {
    .pf4_cta_form__holder .form-group, 
    .pf4_cta_form__holder .pf4_form_button_holder {
        width: 26.85%;
    }
    .pf4_cta_form__holder .pf4_form_button_holder {
        width: 17%;
        padding-right: 0px;
    }
}
@media (max-width: 850px) {
    .pf4_cta_form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pf4_cta_form .pf4_h2,
    .pf4_cta_form article{
        text-align: left;
    }
    .pf4_cta_form .pf4_h2{
        font-size: 30px;
    }
    .pf4_cta_form__box {
        padding-bottom: 0px;
    }
    .pf4_cta_form__holder {
        padding: 20px 20px 20px 20px;
        margin-top: 21px;
    }
    .pf4_cta_form__holder .form-group, 
    .pf4_cta_form__holder .pf4_form_button_holder {
        width: 100%;
        display: block;
        margin-bottom: 10px !important;
        padding-right: 0px;
    }
    .pf4_cta_form__holder .pf4_form_button_holder {
        margin-bottom: 0px !important;
    }
    .pf4_cta_form__leaf{
        display: none !important;
    }
}
/*
	Section 23 ( Shop Hero3 )
=================================================*/
.pf4_hero3 {
    padding-top: 100px;
}
.pf4_hero3 .section_inner{
    display: block;
}
.pf4_hero3__left{
    width: 58.7%;
    position: relative;
    display: inline-block;
    margin-right: -6px;
    text-align: center;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 717px;
    padding-bottom: 151px;
    padding-top: 117px;
    vertical-align: top;
}
.pf4_hero3__left h2{
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.2px;
    color: #4a4a4a;
    margin-bottom: 24px;
    margin-top: 0px;
    text-transform: uppercase;
}
.pf4_hero3__left img{
    max-width: 350px;
}

.pf4_hero3__right{
    width: 41.3%;
    position: relative;
    display: inline-block;
}
.pf4_hero3__right img{
    z-index: 1;
    position: relative;
}
.pf4_hero3__leaf{
    width: 207px;
    height: 300px;
    display: block;
    position: absolute;
    left: -98px;
    bottom: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pf4_hero3__border{
    width: 475.5px;
    height: 507px;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    top: -7px;
    left: -11px;
}
@media (max-width: 1100px) {
    .pf4_hero3__left {
        padding-bottom: 119px;
        padding-top: 68px;
    }
    .pf4_hero3__border {
        width: 360.5px;
        height: 386px;
    }
}
@media (max-width: 850px) {
    .pf4_hero3__left{
        padding-bottom: 80px;
        padding-top: 70px;
        width: 100%;
        display: block;
        margin-right: 0px;
    }
    .pf4_hero3__right {
        width: 100%;
        display: block;
    }
    .pf4_hero3__leaf,
    .pf4_hero3__border{
        display: none;
    }
}
@media (max-width:500px){
  .pf4_hero3__left img{
    max-width:80%;
  }
}
/*
	Section 24 ( Shop Image And Style Text )
=================================================*/
.pf4_image_and_style_text {
    padding-top: 98.5px;
}
.pf4_image_and_style_text .section_inner{
    width: 790px;
}
.pf4_image_and_style_text_title{
    display: block;
    padding-bottom: 50px;
}
.pf4_image_and_style_text_title h2 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 38.12px;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 0px;
    text-transform: uppercase;
}
.pf4_image_and_style_text__left{
    width: 40.6%;
}
.pf4_image_and_style_text__right{
    width: 59.4%;
    padding-left: 34px;
    padding-top: 44px;
}
.pf4_image_and_style_text__box {
    width: 435px;
    height: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 435px;
    padding-left: 92px;
    padding-bottom: 33px;
    padding-top: 21px;
    margin-bottom: 9px;
}
.pf4_image_and_style_text__box h3 {
    color: #4f8c7c;
    text-transform: uppercase;
    font-size: 33.5px;
    line-height: 1.07;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
}
.pf4_image_and_style_text__box p {
    display: block;
    text-transform: uppercase;
    color: #74a99b;
    letter-spacing: 3px;
    font-family: 'Oswald', sans-serif;
    padding-top: 4px;
    font-size: 11px;
    margin: 0px;
}
.pf4_image_and_style_text__small_text{
    color: #919191;
    font-size: 12px;
    position: relative;
    line-height: 1.834;
    font-family: 'Poppins', sans-serif;
    margin-top: -10px;
    font-weight: 200;
    padding-left: 92px;
}
@media (max-width: 850px) {
    .pf4_image_and_style_text .section_inner {
        width: 500px;
    }
    .pf4_image_and_style_text {
        padding-top: 50px;
    }
    .pf4_image_and_style_text_title {
        display: block;
        padding-bottom: 20px;
    }
    
    .pf4_image_and_style_text .section_inner {
        width: 500px;
        display: block;
    }
    .pf4_image_and_style_text__left {
        width: 100%;
        text-align: center;
    }
    .pf4_image_and_style_text__right {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    .pf4_image_and_style_text_title h2{
        font-size: 30px;
    }
}
@media (max-width: 550px) {
    .pf4_image_and_style_text .section_inner{
        width: 84%;
    }
    .pf4_image_and_style_text__box{
        width: 100%;
        padding-left: 0px;
        padding-bottom: 15px;
        background-image: none !important;
    }
    .pf4_image_and_style_text__small_text{
        padding-left: 0px;
    }
    .pf4_image_and_style_text{
      padding-top:40px;
    }
}

/*
	Section 26 ( Shop )
=================================================*/
.pf4_section_26{
  background-color: #fff;
  padding-top: 89px;
}
.pf4_section_26 .section_inner{
    display: block;
}
.pf4_section_26 .container{
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position:relative;
  padding-top: 92px;
  padding-bottom: 50px;
}
.pf4_section_26__title{
    text-align: center;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px;
    z-index: 1;
    padding-top: 70px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
}
/*.pf4_section_26__title:after{
  content:"";
  position:absolute;
  width: 124px;
  height: 6px;
  background-color: #f2e8e6;
  left:50%;
  margin-left:-72px;
  bottom:0;
}*/
.pf4_section_26__products{
    display: flex;
    flex-wrap: wrap;
}
.pf4_section_26__products:after{
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0px;
}
.pf4_section_26__products_left,
.pf4_section_26__products_right{
    width: 50%;
}
.pf4_section_26__products_left{
    padding-right: 4px;
}


.pf4_section_26__items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    position: relative;
    z-index: 1;
}
.pf4_section_26__item{
    width: 50%;
    box-sizing: border-box;
    padding: 4px;
    padding-bottom: 11px;
}
.pf4_section_26__item_image{
  position:relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.pf4_section_26__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_26__item_image img{
  width:100%;
  height:auto;
  margin:0;
  transition: all 0.3s linear;
  z-index:0;
  position:relative;
}
.pf4_section_26__item:hover img{
  transform: scale(1.1);
}
.pf4_section_26__item_title{
    font-size: 12.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 1px;
    font-family: 'Poppins', sans-serif;
}
.pf4_section_26__item_title a{
    color: #666777;
    letter-spacing: 0.9px;
}
.pf4_section_26__item_price{
    text-align: center;
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 3px;
    color: #666777;
    font-family: 'Poppins', sans-serif;
}
.pf4_section_26__products_left .pf4_section_26__item_image{
    height: 263px;
}
.pf4_section_26__products_right .pf4_section_26__item_title{
    font-size: 22.3px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pf4_section_26__products_right .pf4_section_26__item_price{
    font-size: 22.5px;
}
.pf4_section_26__products_right .pf4_section_26__item{
    width: 100%;
    display: block;
}
.pf4_section_26__products_right .pf4_section_26__item_in{
    position: relative;
}
.pf4_section_26__item_tpa_overly{
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 50%;
    padding-bottom: 50%;
    padding-left: 20px;
    padding-right: 20px;
}
.pf4_section_26__item_tpa_overly .pf4_button{
    background-color: #508a7b;
    display: inline-block;
    color: #ffffff;
    padding: 4px 25px 4px 25px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.pf4_section_26__item_tpa_overly .pf4_button:hover{
    background-color: #fbcecb;
    color: #000000;
}

@media (max-width: 980px) {
  .pf4_section_26__items{
    margin-left:-10px;
    margin-right:-10px;
  }
  .pf4_section_26__item{
    padding:10px;
    padding-bottom: 30px;
  }
  .pf4_section_26__title{
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
    .pf4_section_26 {
        background-color: #fff;
        padding-top: 50px;
    }
    .pf4_section_26__title {
        font-size: 30px;
        margin-bottom: 20px;
        padding-top: 55px;
        padding-bottom: 0px;
    }
    .pf4_section_26__products {
        display: block;
    }
    .pf4_section_26__products_left {
        padding-right: 0px;
    }
    .pf4_section_26__products_left, 
    .pf4_section_26__products_right {
        width: 100%;
    }
}
@media (max-width: 700px) {
  .pf4_section_26__item{
    padding-bottom: 40px;
    width:100%;
    max-width: 263px;
    margin: 0 auto;
  }
  .pf4_section_26__item_title{
    margin-top:15px;
  }
  .pf4_section_26__products_right .pf4_section_26__item_title{
    font-size:12px;
  }
  .pf4_section_26__products_right .pf4_section_26__item_price{
    font-size:12px;
    padding-top:10px;
    padding-bottom:10px;
  }
}



/*
	Section 27 ( Shop 2 )
=================================================*/
.pf4_section_27{
  background-color: #fff;
}
.pf4_section_27 .section_inner{
    margin-top: 59px;
    padding-top: 57px;
    padding-bottom: 70px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.pf4_section_27 .container{
  padding: 0;
  max-width: 1030px;
  width: 100%;
  position:relative;
  padding-top: 92px;
  padding-bottom: 50px;
}
.pf4_section_27__title{
  text-align:center;
  position:relative;
  padding-bottom: 18px;
  margin-bottom: 36px;
  z-index:1;
}

.pf4_section_27__items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    position: relative;
    z-index: 1;
}
.pf4_section_27__item{
    width: 25%;
    box-sizing: border-box;
    padding: 4px;
    padding-bottom: 11px;
}
.pf4_section_27__item_image{
  position:relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.pf4_section_27__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_27__item_image img{
  width:100%;
  height:auto;
  margin:0;
  transition: all 0.3s linear;
  z-index:0;
  position:relative;
}
.pf4_section_27__item:hover img{
  transform: scale(1.1);
}
.pf4_section_27__item_title{
    font-size: 12.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 1px;
    font-family: 'Poppins', sans-serif;
}
.pf4_section_27__item_title a{
    color: #666777;
    letter-spacing: 0.9px;
}
.pf4_section_27__item_price{
    text-align: center;
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 3px;
    color: #666777;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 980px) {
  .pf4_section_27__items{
    margin-left:-10px;
    margin-right:-10px;
  }
  .pf4_section_27__item{
    padding:10px;
    padding-bottom: 30px;
  }
  .pf4_section_27__title{
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
    
    .pf4_section_27 .section_inner {
        margin-top: 40px;
        padding-bottom: 45px;
    }
    .pf4_section_27 .section_inner{
        display: block;
    }
    .pf4_section_27__item {
        width: 50%;
    }
}
@media (max-width: 700px) {
    .pf4_section_27 .section_inner,
    .pf4_section_27__items{
        display: block;
    }
  .pf4_section_27__item{
    padding-bottom: 40px;
    width:100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .pf4_section_27__item_title{
    margin-top:15px;
  }
  .pf4_section_27 .section_inner {
        margin-top: 0px;
        padding-bottom:0px;
        padding-top: 30px;
  }
}

@media (max-width: 550px) {
    .pf4_section_27 .section_inner,
    .pf4_section_27__items{
        display: block;
    }
    .pf4_section_26__products_left .pf4_section_26__item_image {
        height: auto;
    }
}