@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
/*font-family: 'Open Sans', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');
/*font-family: 'Lora', serif;*/

@font-face {
  font-family: 'Bayshore';
  src: url('bayshore.woff2') format('woff2'),
       url('bayshore.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Sackers Gothic';
    src: url('sackers-gothic-medium.woff2') format('woff2'),
        url('sackers-gothic-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



.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;
}
.section--custom_content h2 mark{
  background-color:#fff;
  padding: 0;
  padding-left: 10px;
  padding-right:10px;
}
.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: 30px;
  }
}
@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: #D1A691;
  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: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  }

@media (max-width: 700px) {
  .pf4_h2 {
    font-size: 25px !important;
    } }


/*
	Footer
=================================================*/
.footer {
  padding: 0;
  background-color: #fff;
  position: relative;
  padding-bottom: 28px;
  padding-top: 1px;
  }

.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: 860px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 40px;
  }

.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: 24px !important; 
  letter-spacing: 1.9px;
}

.pf4_footer_form .optin__panel {
  display: flex;
  justify-content: space-between; }

.pf4_footer_form .form-group {
  width: 39%;
  }

.pf4_footer_form .pf4_form_button_holder {
  width: 18%; }

.pf4_footer_form button {
    width: 100%;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 1.9px;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #D0A690;
    color: #fff;
    font-size: 12px;
    font-family: 'Sackers Gothic';
    height: 43.5px;
    padding-left: 40px;
    padding-right: 40px;
  }

.pf4_footer_form button:hover {
  background-color: #000000;
  border-color: #000000; }

.pf4_footer_form .pf4-form-control {
    height: 43.5px;
    background-color: #ffffff;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 1.9px;
    color: #b4b4b4;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 12px 15px 11px 15px;
    border: solid 1px #fff;
    font-size: 9px;
    font-family: 'Sackers Gothic';
  }

.pf4_footer_icons .social-icons {
    text-align: center; 
    margin-bottom: 20px;
}

.footer .social-icons__icon {
    background-color: #000;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    font-size: 13px;
    margin: 6px;
    margin-bottom: 1px;
    line-height: 27px;
}

.pf4_footer_menu {
    text-align: center;
    padding-bottom: 6px;
}

.pf4_footer_menu a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.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: 13px;
    line-height: 1.68;
    letter-spacing: 0.1px;
    text-align: center;
    color: #3e3e3e;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

.pf4_footer_code {
    font-size: 9px;
    line-height: 1.66;
    letter-spacing: 0.9px;
    text-align: center;
    color: #000000;
    font-family: 'Sackers Gothic';
    text-transform: uppercase;
    font-weight: 700;
  }
.pf4_footer_code a{
    color: #000000;
}
.pf4_footer_code a:hover{
    color: #82bae5;
}
.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%; } }
    
    
.footer_top{
    padding-bottom: 38px;
}
.footer_top .pf4_ig_feed{
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 18px;
}
.footer_top .pf4_ig_feed h2{
    text-align: center;
    letter-spacing: 1px;
    padding-left: 0px;
    display: inline-flex;
    text-transform: uppercase;
    position: relative;
    margin-bottom: -4px !important;
    font-size: 30px;
}
.footer_top .pf4_ig_feed h2 span{
    display: inline-block;
    padding-top: -1px;
}
.footer_top .pf4_ig_feed h2 strong{
    margin-left: -60px;
    text-transform: none;
}
.pf4_ig_feed_content img{
    margin-bottom: 30px;
}

@media (max-width: 900px){
  .footer_top .pf4_ig_feed h2{
    font-size:25px;
  }
  .footer_top{
    padding-top:50px;
  }
}
@media (max-width: 768x) {
    .footer_top .pf4_ig_feed h2{
         font-size: 17px;   
    }
    .footer_top .pf4_ig_feed h2 strong {
        font-size: 43.51px;
    }
}
@media (max-width: 425px){
  .footer_top .pf4_ig_feed h2{
    display:block;
  }
  .footer_top .pf4_ig_feed h2 span{
    display:block;
    margin-top:-20px;
  }
  .footer_top .pf4_ig_feed h2 strong{
    margin-left:0;
  }
}
/*
  Header 
================= Edited ================================*/
.header {
  padding: 0;
  padding-top: 27px;
  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;
    margin-top: -2px;
}

.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-size: 13.5px;
    font-weight: 500;
    line-height: 1.05 !important;
    text-align: right;
    color: #131313;
    border: solid 0px rgba(0, 0, 0, 0);
    padding-top: 25px;
    padding-bottom: 46px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-family: 'Open Sans', sans-serif;
}
.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;
    margin-top: 0px;
}
.header .header-menu a.logo_menu img{
    width: auto;
    height: 43px;
    margin-top: 8px;
    margin-bottom: 11px;
}

.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{
    margin-left: 0px;
    margin-right: 0px;
  }
  .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;
  }
  .header{
    padding-top:0;
  }
}
@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; */
  } 
}


/*=============New header code (Start)============*/
.header .header-menu{
  display: flex !important;
  flex-wrap: wrap;
}
.header-left-menu{
  width: 35%;
  text-align: right;
}
.header-center{
  width: 30%;
}
.header-right-menu{
  width: 35%;
  text-align: left;
}
/*=============New header code (END)============*/



/*
	Single Blog page
=================================================*/
.pf4_blog_single{
  background-color: #fff;
  border-top: solid 1px #eee;
  padding: 30px 0;
  padding-bottom: calc(100px - 30px);
}
.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: 30px;
  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;
  font-family: 'Sackers Gothic';
}
.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: 25px;
}
body .announcement{
    font-weight: normal;
    line-height: 1.5;
    padding: 4px 12px 4px 12px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 13.3px;
    font-family: 'Lora', serif !important;
}
@media screen and (max-width: 1060px){
    body.pf4_enable_announcement{
        padding-top: 27px;
    }
    .header .mobile_logo img {
        max-height: 30px !important;
        height: 30px !important;
    }
}
@media screen and (max-width: 980px){
	body .announcement{
		position:relative;
	}
	body.pf4_enable_announcement{
		padding-top: 0px;
	}
}






/*
    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%;
    }
}

/*=========================================================================*/


body{
  font-family: 'Sackers Gothic';
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  font-family: 'Lora', serif;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px !important;
  font-family: 'Lora', serif !important;
  font-weight:normal !important;
  color: #34333f !important;
}
h2,
.h2{
  font-size: 30px;
  letter-spacing:2px;
  line-height: 1.3;
}
.h2{
  display: inline-flex;
  flex-wrap: wrap;
  text-align: center;
  box-sizing: border-box;
}
h2 span,
.h2 span{

}
h2 span strong,
.h2 span strong{
  font-size: 82px;
  font-family: 'Bayshore';
  font-weight: 500;
}
.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button{
  position:relative;
  display: inline-block;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.pf4_button:after{
  content:" ";
  height:100%;
  width:100%;
  position:absolute;
  z-index: 0;
  left: 0px;
  bottom: 0px;
  background-color: #82bae5;
}
.pf4_button span{
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.8px;
  color: #ffffff;
  display: inline-block;
  background-color: #82bae5;
  padding: 14px 45px 13px 45px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.pf4_button:hover{
  background-color:#2f2e3c;
  color: #ffffff;
}



/*
  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; 
  } 
}
@media (max-width: 768px) {
    .pf4_button span{
        padding: 14px 0px 13px 0px;
    }
}

.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: 1080px) {
  .section_inner {
    width: 800px !important; 
  } 
}
@media (max-width: 900px) {
  .section_inner {
    width: 500px !important; 
  } 

  h2, .h2 {
      font-size: 25px;
  }
  h2 span strong,
  .h2 span strong{
    font-size: 60.51px;
  }
}
@media (max-width: 550px) {
  .section_inner {
    width: 84% !important;
  } 
}
@media (max-width: 320px) {
  .section_inner {
    width: 90% !important;
  } 
}


/* 
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}
.pf4_site_header {
  padding: 0;
  position:relative;
  z-index:3;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}

.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: 'Open Sans', 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: 16px !important;
    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; 
  } 
}


/*
  Section 1(Home Hero)
=================================================*/
.section_1{
  background-color:#f2efe8;
  padding-top: 132px;
  padding-bottom: 234px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_1 .section_inner{
  text-align: center;
  display: block;
  max-width: 818px;
}
.section_1_content{
  width: 66.4%;
}
.section_1_content_logo{

}
.section_1_content_logo img{

}
.section_1_content_text{
  text-align:left;
  padding-left: 146px;
  padding-top: 54px;
}
.section_1_content_text p{
  /* line-height: 1.35; */
}


@media (max-width: 900px) {
  .section_1_content_text {
    padding-left: 0px;
  }
  .section_1 {
      padding-top: 90px;
      padding-bottom: 60px;
  }
}
@media (max-width: 440px) {
  .section_1 {
      background-position: 50% 0px;
  }
  .section_1_content_text {
      padding-top: 10px;
  }
  .section_1_content_text p br{
    display: none;
  }
}
@media (max-width: 360px) {
  .section_1 {
      background-position: 58% 0px;
  }
}

/*
  Section 2 (CTA)
=================================================*/
.section_2{
  background-color:#f2efe8;
  padding-top: 29px;
  padding-bottom: 36px;
}
.section_2 .section_inner{
  text-align: center;
  display: block;
}
.section_2 h2{

margin-bottom: 16px !important;
}
.section_2 form {

}
.section_2 form div{

}
.section_2 .form-group{
    display: inline-block;
    width: 33%;
    margin: 0px;
    margin-top: -1px;
    padding-left: 4px;
    padding-right: 4px;
}
.section_2 .form-group input{
  width: 100%;
  border: 0px solid;
  font-size: 13px;
  font-weight: 500;
  color: #545454;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.section_2 .pf4_form_button_holder{
  display: inline-block;
  width: 18%;
}
.section_2 .pf4_form_button_holder button{
    border: 0px;
    background-color: #82bae5;
    margin-top: 0px;
    padding-bottom: 0px;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    padding-top: 0px;
    color: #FFF;
}

@media (max-width: 980px) {

}
@media (max-width: 900px) {
  .section_2 {
      padding-top: 60px;
      padding-bottom: 65px;
  }
  .section_2 .form-group {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 10px;
      padding-left: 0px;
      padding-right: 0px;
  }
  .section_2 .pf4_form_button_holder {
      display: inline-block;
      width: 100%;
  }
}

/*
  Section 3 (CTA)
=================================================*/
.section_3{
  background-attachment: fixed;
  background-size: cover;
  padding-top: 133px;
  padding-bottom: 81px;
}
.section_3 .section_inner{
  text-align: center;
  display: block;
}
.section_3_content{

}
.section_3_title{
  padding-bottom: 16px;
}
.section_3_title h2{
  font-size: 30px;
  margin-bottom: 0px !important;
}
.section_3_title h2 span{

}
.section_3_title h2 strong{

padding-top: 0px;

display: block;

margin-top: -1px;
}
.section_3_text{
  line-height: 1.85;
  font-weight: 400;
  padding-bottom: 59px;
}
.section_3_content a.pf4_button{

}
.section_3_content a.pf4_button:hover{

}

@media (max-width: 900px) {
.section_3_text br{
  display: none;
}
.section_3_title h2 {
    font-size: 25px;
}
.section_3_title h2 span strong, .section_3_title h2.h2 span strong {
    font-size: 60.51px;
    font-family: 'Bayshore';
    font-weight: 500;
}
}

@media (max-width: 768px) {
  .section_3 {
      background-attachment: fixed;
      background-size: cover;
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
/*
  Section 4 (Image & content)
=================================================*/
.section_4 {
  position: relative;
  background-color: #f9f6f1;
  padding-top: 97px;
  padding-bottom: 85px; 
}
.section_4 .section_inner {
  padding: 0;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; 
}
.section_4__left {
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.section_4__left_img{
    width: 100%;
    height: 603px;
    border: 18px solid #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.section_4__left img {
  margin: 0;
  padding: 12px;
  background-color: #fff;
  max-width: 100%;
  width: 50%;
  opacity: 0;
}
.section_4__right {
  width: 50%;
  padding-top: 17px;
  position: relative;

}
.section_4__right:before{
  width: 638px;
  height: 638px;
  content: "";
  position: absolute;
  top: -60px;
  left: -77px;
  background-repeat: no-repeat;
  background-size: 638px;
  background-position: top center;
  background-image: url(section_4_2.png);
}
.section_4__right_in {
  background-color: #82bae5;
  padding: 59px 40px 40px 40px;
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}
.section_4__title {
    letter-spacing: 4px;
    margin-bottom: -8px !important;
}
.section_4__title span{
  color: #FFF;
}
.section_4__title strong{
    color: #000;
    margin-left: -20px;
}
.section_4__text {
  /* font-size: 13px; */
  font-weight: 100;
  /* line-height: 1.2; */
  color: #ffffff;
  margin-bottom: 40px;
}
.section_4__right_in .pf4_button span{
  background-color: #f2efe8;
  color: #000 !important;
  padding: 14px 45px 13px 45px;
}

@media (max-width: 1150px) {
  .section_4 .section_inner {
    max-width: 900px; 
  }
  .section_4__title{
    /* font-size:32px; */
  }
  .section_4{
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 1080px) {
    .section_4__right a.pf4_button{
        padding: 0px;
    }
    .section_4__text {
        margin-bottom: 30px;
    }
    .section_4__right_in {
        padding-bottom: 40px;
    }
}
@media (max-width: 980px) {
  .section_4 {
    padding-top: 54px;
    padding-bottom: 65px;
  }
  .section_4 .section_inner {
    max-width: 600px; 
  }
  .section_4__left {
    display: none; 
  }
  .section_4 .mobile_only{
    display:block;
  }
  .section_4__right {
    width: 100%; 
  }
  .section_4__right_in {
      padding: 35px 40px 45px 40px;
      padding-bottom: 50px;
  }
  .section_4__text {
      margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .section_4__title {
      font-size: 25px;
  }
}
@media (max-width: 700px) {
  .section_4 .section_inner {
    max-width: 400px; }

  .section_4__right_in {
    padding: 30px; }

  .section_4__title {
  } 
}
@media (max-width: 500px) {
  .section_4 .section_inner {
    width: 86%; 
  } 
}


/*
  Section 25 ( COURSES )
=================================================*/
.section_5{
    background-color: #ffffff;
    padding-top: 65px;
    padding-bottom: 113px;
    position:relative;
}
.section_5 .section_inner{
  padding: 0;
  max-width: 962px;
  width: 100%;
  z-index: 5;
  position: relative;
  display: block;
}

.section_5__leaf{
    position:absolute;
    width: 470px;
    height: 356px;
    bottom:0;
    left:0;
    background-size:contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.section_5__title{
    text-align: left;
    margin-bottom: 27px !important;
    position: relative;
    display: inline-flex;
    background-color: #ffffff;
    padding-left: 40px;
    padding-right: 10px;
    margin-top: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 10px;
}
.section_5__title span{

}
.section_5__title strong{
    text-transform: none;
    font-weight: 500;
    margin-left: -90px;
    margin-bottom: 0px;
    padding-top: 0px;
    display: block;
    margin-top: 4px;
    line-height: 1;
    color: #000;
}
.section_5__items{
    display:flex;
    flex-wrap:wrap;
    margin-left: -50px;
    margin-right: -50px;
}
.section_5__item{
    width: 50%;
}
.section_5__item_in{
    padding: 10px 50px;
}
.section_5__item_holder{
   position: relative;
   /* overflow: hidden; */
   background-color: rgba(0, 0, 0, 0);
}
.section_5__item_image{
    overflow:hidden;
    background-color: #000;
}
.section_5__item_image img{
    margin:0;
    width:100%;
    transition: all 1s ease;
}
.section_5__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;
}
.section_5__item_title{
    margin: 0;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #000000 !important;
    font-style: normal;
    font-size: 16px;
    left: 0;
    top: 105.4%;
    width: 100%;
    position: absolute;
    font-family: 'Sackers Gothic' !important;
    font-weight: bold !important;
}
.section_5__item_button{
    transform: translateY(-50%);
    position: absolute;
    width: 70%;
    left: 15%;
    top: 50%;
    background-color: #000;
    font-size: 13.8px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2.8px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 15px;
    color: #ffffff;
    margin: 0;
    opacity: 0;
    display: block;
    transition: all 1s ease;
    z-index: 4;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.section_5__item_button:hover{
  color:#fff;
}
.section_5__item_link{
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
    left:0;
    top:0;
    margin: 0;
    opacity:0;
    background-color:#000;
}
.section_5__item_holder:hover .section_5__item_button{
    opacity:1;
}
.section_5__item_holder:hover .section_5__item_image img{
  opacity:0.4;
}

.section_5__border{
  background-color:transparent;
  top: 87px;
  left: 0;
  width: 62.5%;
  height: 83%;
  height: calc(100% - 86px);
  position: absolute;
  z-index: 2;
  border: solid 18px #82bae5;
  border-left:0;
  border-bottom: 0;
}

@media (max-width: 1150px) {
  .section_5 .section_inner {
    max-width: 900px; 
  }
  .section_5__title{

    margin-top: -20px;
  }
  .section_5{
    padding-bottom:70px;
    padding-top:50px;
  }
}
@media (max-width: 1080px) {
    .section_5__title {
        margin-top: 15px;
        margin-bottom: 0px !important;
    }
}
@media (max-width: 980px) {
  .section_5 .section_inner {
    max-width: 600px; 
  }
  .section_5__items{
  }
  .section_5__item{
    width: 50%;
  }
  .section_5__item_in{
    padding: 10px;
    padding-bottom: 100px;
  }
  .section_5 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 1px;
  }
  .section_5__title{
    background-color:transparent;
    display:block;
    text-align:center;
  }
  .section_5__border{
    display:none;
  }

  .section_5__title {
      margin-top: 10px;
  }
  .section_5__title {
      padding-left: 0px;
      padding-right: 0px;
  }
  .section_5__title strong {
      margin-left: 15px;
      display: inline-block;
      margin: 0;
      margin-top: -20px;
  }
  .section_5__items {
      margin-left: -10px;
      margin-right: -10px;
  }
  .section_5__title span{
    display:block;
  }
}
@media (max-width: 700px) {
  .section_5 .section_inner {
    max-width: 400px;
   }
  .section_5__item{
    width:100%;
  }
  .section_5__title{
    margin: 0;
    margin-bottom: 0px !important;
    padding: 0;
  }
  .section_5__item_in {
      padding: 10px;
      padding-bottom: 60px;
  }
  .section_5 {
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .section_5 .section_inner {
    width: 86%; 
  }
}





/*
    BP2 Three Box Section
===========================*/
.section_6{
  background-color: #82bae5;
  padding-top: 90px;
}
.section_6 h2.pf4_style{
    text-align:center;
    margin:0;
    color:#fff;
    font-size:100px;
    line-height: 1;
    padding-top: 40px;
    margin-bottom: -30px;
}
.section_6 .section_inner{
    position: relative;
    padding: 0;
    max-width: 1180px;
    width: 92%;
}
.section_6 h2.section_6_title{
    width: auto;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    display: inline-flex;
    margin: 0px auto;
}
.section_6 h2.section_6_title span{
    color: #FFF;
}
.section_6 h2.section_6_title span strong{
    text-transform: none;
    display: block;
    color: #000;
    margin-left: -75px;
    padding-top: 11px;
}
.section_6_three_box_in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 0px;
    padding-bottom: 76px;
    margin-top: -6px;
}
.section_6_three_box_col{
    width: 33.333%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding-top: 0px;
}
.section_6_three_box_col h2{
    margin: 0px;
    font-size: 59px;
    font-weight: 400 !important;
    line-height: 1;
    font-family: 'Lora', serif !important;
    color: #000 !important;
    letter-spacing: 1px;
    margin-bottom: 11px !important;
}
.section_6_three_box_col h3{
    font-size: 22px;
    margin: 0px;
    padding-top: 16px;
    line-height: 1.22;
    padding-bottom: 5px;
    text-transform: none;
    color: #000 !important;
    text-transform: uppercase;
}
.section_6_three_box_col p{
    margin-top: 0;
    padding-bottom: 0;
    /* font-size: 13px; */
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500;
}
.section_6_three_box_col .pf4_button{
  min-width:80%;
  margin-top: 10px;
}
.button_in_line_true .section_6_three_box_col{
  position:relative;
  padding-bottom: 41px;
  z-index: 2;
}
.button_in_line_true .section_6_three_box_col .pf4_button{
  position:absolute;
  bottom:0;
  transform: translateX(-50%);
  left:50%;
}
@media screen and (max-width: 980px){
    .section_6 .section_inner{
        max-width: 600px;
    }
    .section_6_three_box_in{
        display: block;
        padding-top: 60px;
        padding-bottom: 25px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .section_6_three_box_col{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        padding-top: 10px;
    }
    .section_6_three_box_col{
      margin-bottom:40px;
    }
    .section_6 h2.pf4_style{
      font-size:60px;
    }
    .section_6_three_box_col h2{
      font-size:40px;
    }

  .section_6 {
      padding-top: 50px;
  }
  .section_6_three_box_in {
      display: block;
      padding-top: 0px;
      padding-bottom: 20px;
      width: 100%;
      margin-left: 0px;
      margin-right: 0px;
  }
    .section_6 h2.section_6_title {
        width: auto;
        display: block;
        padding-top: 10px;
    }
    .section_6 h2.section_6_title span strong {
        margin-left: 0px;
        padding-top: 0px;
        margin-top: -30px;
    }

}
@media screen and (max-width: 900px){
  .section_6_three_box_col h3{
    font-size:18px;
  }
}
@media screen and (max-width: 700px){
    .section_6 .section_inner{
        max-width: 400px;
    }
    .section_6 h2.section_6_title span strong {
      text-transform: none;
      display: block;
      color: #000;
      margin-left: 0px;
      padding-top: 0px;
  }
}

@media screen and (max-width: 500px){
    .section_6 .section_inner{
        width: 84%;
    }

}

/* 
=======================================
      pf4_section_7
=========================================*/

.pf4_section_7{
    padding-top: 300px;
    padding-bottom:81px;
}
  .pf4_section_7 .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 1111px;
    position: relative;
}
.pf4_section_7 .section_inner_in{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.pf4_section_7 .section_inner_in .full-right-bg.active{
    height: 65.3%;
    top: 118px;
    background-color: #f2efe8;
}
.pf4_section_7_left{
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pf4_section_7_left span strong{
    font-size: 80px;
    letter-spacing: normal;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.pf4_section_7_title{
    font-size: 70px;
    margin-bottom: 0px !important;
}
.pf4_section_7_left_in{
    background-color: #f2efe8;
    padding-top: 46px;
    padding-left: 98px;
    margin-top: 1px;
    padding-right: 67px;
    padding-bottom: 59px;
    position: relative;
}
.pf4_section_7_left_in:after{
    content: " ";
    position: absolute;
    background-image: url(section_7_left_bg.png);
    top: 76px;
    z-index: 0;
    right: 285px;
    width: 100%;
    height: 533px;
    background-size: 414px;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}
.pf4_section_7_left_in h3{
    font-family: 'Sackers Gothic' !important;
    font-size: 16.5px;
    font-weight: 500 !important;
    line-height: 1.026;
    letter-spacing: 1.2375px;
    text-align: left;
    padding-left: 0px;
    margin-top: 2px;
    color: #000 !important;
    margin-bottom: 1px !important;
}

.pf4_section_7_left_in p{
  letter-spacing: normal;
  text-align: left;
  color: #182532;
  margin-top: 29px;
  font-size: 16px;
  line-height: 1.2;
}
.pf4_section_7_left_in .full-right-bg{
  height: 60.7%;
  margin-top: 118px;
  background-color: #f2efe8;
  z-index: 0;

}
.pf4_section_7_right{
    width: 50%;
    position: relative;
    z-index: 1;
}
.pf4_section_7_right_img{
  height: auto;
  z-index:1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -154px;
}
.pf4_section_7_right_img img{
  opacity:0;
}
.mobile_only{
  display: none;
}
@media (max-width: 1080px) {
    .pf4_section_7 {
        padding-top: 70px;
        padding-bottom: 81px;
    }
    .pf4_section_7_right_img {
        margin-top: 0px;
    }
    
    .pf4_section_7_left_in {
        background-color: #f2efe8;
        padding-top: 46px;
        padding-left: 40px;
        margin-top: 1px;
        padding-right: 40px;
        padding-bottom: 40px;
        position: relative;
    }
    .pf4_section_7_left_in h3 {
        line-height: 1.526;
    }
    .pf4_section_7 .section_inner_in .full-right-bg.active {
        height: 81%;
    }
}
@media (max-width: 1024px) {
  .section_inner{
    max-width: 900px;
  }
  .pf4_section_7_left span strong{
    font-size: 80px;
   }
   .pf4_section_7_right_img {
    margin-top: -25px;
   }
    .pf4_section_7{
    padding-top: 176px;
    }
  .pf4_section_7_left_in{
      padding-left: 45px;
  }
  .pf4_section_7_left_in:after{
    top: 254px;
    z-index: -1;
    right: 280px;
    height: 220px;
    background-size: 233px;
  }
 
}
@media (max-width: 980px) {

    .section_inner{
      max-width: 680px;
    }
   
    .pf4_section_7_right{
      display: none;
    }
    .pf4_section_7_title{
      display: none;
    }
    .pf4_section_7_title.mobile_only h1 span strong{
      font-size: 25px;
    }
    .pf4_section_7_right{
      width: 100%;
    }
    .pf4_section_7_left{
      width: 100%;
    }
  .pf4_section_7_left_in:after {
    top: 190px;
    z-index: -1;
    right: 320px;
    height: 230px;
    background-size: 244px;
    width: 246px;
  }
     .mobile_only{
      display:block;
    }
  .pf4_section_7 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .pf4_section_7 .section_inner_in .full-right-bg.active {
        height: 65%;
    }
    .pf4_section_7_right_img {
        margin-top: 0px;
    }
}
@media (max-width: 768px) {
 .section_inner{
      max-width: 500px;
    }
    .pf4_section_7_right_img {
    margin-top: 0px;
}

 .pf4_section_7_right{
      width: 100%;
    }
    .pf4_section_7_left{
      width: 100%;
    }
    .pf4_section_7 .section_inner_in .full-right-bg.active {
        height: 65%;
        display: none;
    }
    
.pf4_section_7_title {
    font-size: 60px;
    margin-bottom: 0px !important;
    line-height: 40px;
    padding-bottom: 30px;
}
}
@media (max-width: 550px) {
 .section_inner{
      max-width: 80%;
    }
     .pf4_section_7_right{
      width: 100%;
    }
    .pf4_section_7_left{
      width: 100%;
    }

}
/* 
=======================================
      pf4_section_8
=========================================*/

.pf4_section_8{
  padding-top: 56px;
  padding-bottom: 51px;
  background-color: #82bae5;
  }
.pf4_section_8 .section_inner{


}
.pf4_section_8_content{
  text-align:center;
  position:relative;
  width: 100%;
  }

.pf4_section_8_content:after{
    content: " ";
    position: absolute;
    background-image: url(section_8_left_icon.png);
    top: -52px;
    left: 152px;
    width: 144px;
    height: 100%;
    background-size: 63px;
    background-repeat: no-repeat;
    background-position: top center;
    z-index:1;
}
.pf4_section_8_content:before{
    content: " ";
    position: absolute;
    background-image: url(section_8_right_icon.png);
    bottom: -102px;
    right: 152px;
    width: 144px;
    height: 100%;
    background-size: 63px;
    background-repeat: no-repeat;
    background-position: top center;
    z-index:1;
}
.pf4_section_8_title{
  font-family: 'Lora', serif;
  color:#fff;
  padding-left: 57px;
  font-size: 30px;
  letter-spacing: 2.25px;
  
}
.pf4_section_8_title span{
  color:#000;
  font-weight:300;
  margin-top: -8px;
  margin-left: -1px;
}
.pf4_section_8 p{
  margin-top: -41px;
}


@media (max-width: 1024px) {
  .pf4_section_8 .section_inner{
    max-width: 900px;
  }
  .pf4_section_8_content:before {
       background-size: 57px;
         right: 18px;
    width: 144px;
}
.pf4_section_8_content:after{
background-size: 57px;    
left: 18px;
}

  
 
}
@media (max-width: 980px) {

    .pf4_section_8 .section_inner{
      max-width: 680px;
    }
      .pf4_section_8_content:before {
       background-size: 45px;
       right: -37px;
       width: 144px;
       bottom: -117px;
    }
    .pf4_section_8_content:after{
      background-size: 45px;
      left: -39px;
    }
   
    
}
@media (max-width: 768px) {
  .pf4_section_8 .section_inner{
      max-width: 500px;
    }
    .pf4_section_8_title {
      
      padding-left: 57px;
      font-size: 25px;
      letter-spacing: 2.25px;
    }
     .pf4_section_8_content:before {
       background-size: 38px;
       right: -66px;
       width: 137px;
       bottom: -122px;
    }
    .pf4_section_8_content:after{
      background-size: 38px;
      left: -53px;
      top: -40px;
    }
    .pf4_section_8 {
    padding-top: 43px;
    padding-bottom: 33px;
  }
    
}
@media (max-width: 550px) {
    .pf4_section_8 .section_inner{
      max-width: 80%;
    }
    
}
/* 
=======================================
      pf4_section_7
=========================================*/

.pf4_section_9{
    padding-top: 270px;
    padding-bottom: 138px;
}
  .pf4_section_9 .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 1111px;
    position: relative;
}
.pf4_section_9 .section_inner_in{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.pf4_section_9 .section_inner_in:after{
    content: " ";
    position: absolute;
    background-image: url(section_9_left_bg.png);
    top: -225px;
    right: 487px;
    width: 100%;
    height: 785px;
    background-size: 760px;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}
.pf4_section_9 .section_inner_in .full-left-bg.active{
    height: 74%;
    top: -19px;
    background-color: #f2efe8;
}
.pf4_section_9_left{
    width: 51%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pf4_section_9_left span strong{
    font-size: 80px;
    letter-spacing: normal;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.pf4_section_9_title{
    font-size: 70px;
}
.pf4_section_9_left_in{
    background-color: #f2efe8;
    padding-top: 34px;
    padding-left: 98px;
    margin-top: -19px;
    padding-right: 67px;
    padding-bottom: 34px;
    position: relative;
}

.pf4_section_9_left_in h3{
    font-family: 'Sackers Gothic';
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.026;
    letter-spacing: 1.2375px;
    text-align: left;
    padding-left: -1px;
    margin-top: 2px;
}

.pf4_section_9_left_in p{
  letter-spacing: normal;
  text-align: left;
  color: #182532;
  margin-bottom: 24px;
  margin-left: -3px;
}
.pf4_section_9_left_in .full-right-bg{
  height: 60.7%;
  margin-top: 118px;
  background-color: #f2efe8;
  z-index: 0;

}
.pf4_section_9_right{
    width: 49%;
    position: relative;
    z-index: 2;
}

.pf4_section_9_right_img{
    height: 610px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: -154px;
}
.pf4_section_9_right_img img{
  opacity:0;
}
@media (max-width: 1080px) {
    .pf4_section_9_left_in {
        padding-top: 34px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 20px;
    }
    .pf4_section_9 .section_inner_in .full-left-bg.active {
        height: 88%;
    }
    .pf4_section_9 .section_inner_in:after {
        top: -180px;
        right: 370px;
        width: 555px;
        height: 500px;
        background-size: contain;
    }
}
@media (max-width: 1024px) {
  .pf4_section_9 .section_inner{
    max-width: 900px;
  }
  .pf4_section_9 .section_inner_in:after {
   
    top: -188px;
    right: 366px;
    width: 100%;
    height: 644px;
    background-size: 643px;
    }
  }
@media (max-width: 980px) {

    .pf4_section_9 .section_inner{
      max-width: 680px;
    }
    .pf4_section_9_right{
    width: 100%;
    position: relative;
    z-index: 2;
    }
     .pf4_section_9_left{
    width: 100%;
    position: relative;
    z-index: 2;
    }
    .pf4_section_9_right{
      display: none;
    }
    .pf4_section_9 .section_inner_in:after {
       top: -239px;
      right: 161px;
      width: 100%;
      height: 639px;
      background-size: 665px;
      }
    .pf4_section_9 .section_inner_in .full-left-bg.active {
      height: 43%;
      top: -19px;
      background-color: #f2efe8;
    }
    .mobile_only{
      display: block;
    }
    .pf4_section_9 {
      padding-top: 301px;
    }
     
}
@media (max-width: 768px) {
  .pf4_section_9 .section_inner{
      max-width: 500px;
    }
  .pf4_section_9_left_in {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
  }

.pf4_section_9_right_img {
    height: auto;
    background-image: none !important;
}
.pf4_section_9_right_img img {
    opacity: 1;
}
.pf4_section_9 .section_inner_in:after {
    top: -239px;
    right: -92px;
    width: 135%;
    height: 639px;
    background-size: 665px;
}
}
@media (max-width: 550px) {
    .pf4_section_9 .section_inner{
      max-width: 80%;
    }
    .pf4_section_9 .section_inner_in:after {
      display: none;
    }
  .pf4_section_9 {
    padding-top: 230px;
    padding-bottom: 70px;
  }
}











/* 
=======================================
  Resources: Hero Section
=========================================*/
.pf4_resources_hero{
    background-image: url(pf4-resources-hero-bg.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding-top: 162px;
    padding-bottom: 200px;
    margin-top: 0px;
}
.pf4_resources_hero .section_inner{

}
.pf4_resources_hero_content{
    margin: 0px auto;
}
.pf4_resources_hero_content .h2{
    padding-left: 34px;
    margin-bottom: 0px;
}
.pf4_resources_hero_content .h2 span{

}
.pf4_resources_hero_content .h2 span strong{
    font-weight: normal;
    font-size: 82.51px;
    letter-spacing: 0px;
    text-align: left;
}
.pf4_resources_hero_content article{
    font-weight: normal;
    margin-top: 0px;
  }
.pf4_resources_hero_content article p{
    font-size: 18.15px;
    font-weight: 500;
    line-height: 1.26;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 12px;
}
/* 
=======================================
  pf4 Section 11
=========================================*/
.pf4_section_11{
    position: relative;
    padding-top: 65px;
    z-index: 1;
    padding-bottom: 43px;
}
.pf4_section_11:after{
  content: " ";
  position: absolute;
  background-color: #F2EFE8;
  width: 3000%;
  height: 402px;
  z-index: -1;
  right: 50%;
  top: 0px;
}
.pf4_section_11 .section_inner{
    max-width: 955px;
}
.pf4_section_11_full_bg_holder{
    text-align: center;
}
.pf4_section_11__item:hover .pf4_section_11__item_button{
    opacity:1;
}
.pf4_section_11__item:hover .pf4_section_11__item_image:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#000000;
    opacity: 0.6;
    top:0px;
    left:0px;
    z-index:1;
}
.pf4_section_11_full_bg_holder .pf4_section_11__title{

}
.pf4_section_11_full_bg_holder .h2{
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: -2px;
    padding-left: 60px;
}
.pf4_section_11_full_bg_holder .h2 span{
    margin-left: -22px;
    margin-top: -5px;
}
.pf4_section_11_full_bg_holder .h2 span strong{

}
.pf4_section_11_full_bg_holder article{
    text-align: center;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Sackers Gothic'!important;
    font-weight: 800 !important;
}
.pf4_section_11_full_bg_holder article p{
    margin-top: 0px;
}
.pf4_section_11__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    justify-content: space-between;
    padding-top: 36px;
}
.pf4_section_11__item{
    width: 30.1%;
}
.pf4_section_11__item_image .pf4_section_11__item_link{

}
.pf4_section_11__item .pf4_section_11__item_button{
    transform: translateY(-50%);
    position: absolute;
    width: 66%;
    left: 17%;
    top: 50%;
    background-color: #83B9E5;
    font-family: Montserrat;
    font-size: 13.8px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.27;
    letter-spacing: 2.4px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    opacity: 0;
    display: block;
    transition: all 1s ease;
    z-index: 4;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.pf4_section_11__item_in{

}
.pf4_section_11__item_holder{
    position: relative;
}
.pf4_section_11__item_image{
    position:relative;
}
.pf4_section_11__item_image img{

}
.pf4_section_11__item_content{
    margin: 0px auto;
}
.pf4_section_11__item_title{
    font-size: 12.5px;
    font-weight: 600;
    padding-top: 31px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: 'Sackers Gothic'!important;
    font-weight: 800 !important;
}
.pf4_section_11__item_content article{

}
.pf4_section_11__item_content article p{
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: -1.5px;
}
@media (max-width: 1080px) {
    .pf4_section_11__item_content article p br{
            display: none;
    }
}
@media (max-width: 1024px) {
  .pf4_section_11 .section_inner {
    width: 900px;
  }
  .pf4_section_11__item_title br,
  .pf4_section_11__item_content article p br{
    display: none;
  }
  .pf4_section_11__item_content article p{
    letter-spacing: normal;
  }
}
@media (max-width: 980px) {
  .pf4_section_11 .section_inner {
    width: 680px; 
  }
  .pf4_section_11__items{
    padding-top:0px;
  }
  .pf4_section_11__item{
    width:100%;
    padding-top: 25px;
  }
  .pf4_section_11__item_title{
    padding-top: 15px;
  }
  .pf4_section_11__item_title br,
  .pf4_section_11__item_content article p br{
    display: block;
  }

}
@media (max-width: 900px) {
  .pf4_section_11_full_bg_holder .h2{
    font-size: 25px;
    padding-left: 0px;
  }
  .pf4_section_11_full_bg_holder .h2 span strong{
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .pf4_section_11 .section_inner {
    width: 500px;
  }
  
}
@media (max-width: 550px) {
  .pf4_section_11 .section_inner {
    width: 80%;
  }
}


/* 
=======================================
  pf4 Section 12
=========================================*/
.pf4_section_12{
    background-image: url(pf4-section-12-bg-image.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding-top: 123px;
    padding-bottom: 77px;
    margin-top: 43px;
}
.pf4_section_12 .section_inner{

}
.pf4_section_12__content{
    text-align: center;
    margin: auto;
}
.pf4_section_12__content .h2{
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: -2px;
    padding-left: 60px;
}
.pf4_section_12__content .h2 span{
    margin-left: -56px;
    margin-top: -2px;
}
.pf4_section_12__content .h2 span strong{
    letter-spacing: -1px;
}
.pf4_section_12__content article{
    padding-top: 6px;
}
.pf4_section_12__content article p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 23px;
}
.pf4_section_12__button_container{
    padding-top: 56px;
}
.pf4_section_12__button_container .pf4_button{
  
}
.pf4_section_12__button_container .pf4_section_12__button{
    font-size: 13.8px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    font-stretch: normal;
    letter-spacing: 1.4px;
    transition: all 1s ease;
}


@media (max-width: 1024px) {
  .pf4_section_12 .section_inner {
    width: 900px;
  }
}
@media (max-width: 980px) {
  .pf4_section_12 .section_inner {
    width: 680px; 
  }
}

@media (max-width: 768px) {
  .pf4_section_12 .section_inner {
    width: 500px;
  }

  .pf4_section_12__content .h2{
    padding-left: 0px;
    margin-bottom: 0px !important;
  }
  .pf4_section_12__content article p br{
    display: none;
  }
  .pf4_section_12__button_container {
      padding-top: 30px;
  }
  .pf4_section_12 {
      padding-top: 60px;
      padding-bottom: 65px;
      margin-top: 43px;
  }
}
@media (max-width: 550px) {
  .pf4_section_12 .section_inner {
    width: 80%;
  }
}
/* 
=======================================
  pf4 Section 13
=========================================*/
.pf4_section_13{
    position: relative;
    padding-top: 72px;
    padding-bottom: 200px;
    z-index: 1;
}
.pf4_section_13:after{
    content: " ";
    position: absolute;
    background-color: #F2EFE8;
    width: 3000%;
    height: 580px;
    z-index: -1;
    left: 50%;
    top: 0px;
}
.pf4_section_13 .section_inner{
    max-width: 955px;
    margin: 0px auto;
}
.pf4_section_13_container{
    text-align: center;
}
.pf4_section_13_container .h2{
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: -2px;
    padding-left: 68px;
}
.pf4_section_13_container .h2 span{
    margin-left: -18px;
    margin-top: -5px;
}
.pf4_section_13_container .h2 span strong{

}
.pf4_section_13__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    justify-content: space-between;
    padding-top: 25px;
}
.pf4_section_13__item{
    width: 22.5%;
}
.pf4_section_13__item_in{

}
.pf4_section_13__item_holder{

}
.pf4_section_13__item_holder .pf4_section_13__item_link{

}
.pf4_section_13__item_image{

}
.pf4_section_13__item_image img{

}
.pf4_section_13__item_content{

}
.pf4_section_13__item_content .pf4_section_13__item_title{
    text-transform: uppercase;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 1.65px;
    font-family: 'Sackers Gothic'!important;
    padding-top: 40px;
}

@media (max-width: 768px) {
  .pf4_section_13 {
      position: relative;
      padding-top: 72px;
      padding-bottom: 0px;
      z-index: 1;
  }
  .pf4_section_13__item {
      width: 47%;
  }
  .pf4_section_13__item_content .pf4_section_13__item_title {
      padding-top: 20px;
      padding-bottom: 25px;
  }
  .pf4_section_13__items{
    padding-top: 0px;
  }
}
@media (max-width: 550px) {
  .pf4_section_13__item {
      width: 100%;
  }
  .pf4_section_12__content .h2 {
      padding-left: 0px;
      margin-bottom: 0px !important;
      text-align: center;
      display: block;
  }
  .pf4_section_12__content .h2 span {
      margin-left: 0px;
      margin-top: 0px;
      display: block;
      width: 100%;
  }
  .pf4_section_13_container .h2 {
      padding-left: 0px;
  }
}










.pf4_section_17 {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.pf4_section_17 .container {
  padding: 0;
  max-width: 1118px;
  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;
  padding-left: 77px;
}
.pf4_section_17__item_image{
  width: 25.3%;
  position: relative;
  padding-bottom: 47px;
}
.pf4_section_17__item_image:before {
    width: 302px;
    height: 420px;
    content: "";
    position: absolute;
    top: 0px;
    left: -77px;
    background-repeat: no-repeat;
    background-size: 410px;
    background-position: top left;
    background-image: url(section_4_3.png);
    z-index: 0;
}
.pf4_section_17__item_image img{
  width:100%;
  margin:0;
  opacity: 0;
}
.pf4_section_17__item_image_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    height: 300px;
    position: relative;
    z-index: 1;
}
.pf4_section_17__item_content{
  width: 74.4%;
  text-align:left;
  box-sizing: border-box;
  padding-left: 50px;
  line-height: 1.47;
  font-size: 16px;
  padding-top: 115px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.pf4_section_17__item_content h3{
    text-transform: uppercase;
    color: #82bae5 !important;
    font-size: 22px;
    margin-bottom: 18px !important;
}
.pf4_section_17__item_content_strong{
    font-size: 16px;
    font-weight: bold;
}
.pf4_section_17__item_content_strong span {
    font-family: 'Bayshore';
    font-weight: 500;
    font-size: 35px;
}
.pf4_section_17 .slick-dots{
  margin:0;
  position: absolute;
  left: 30.3%;
  padding-left:50px;
  bottom: 0;
  text-align: left;
}
.pf4_section_17__bg{
  background-color:#f2efe8;
  background-size: 121%;
  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: 41px;
}
.pf4_section_17__item_content strong{
  font-size: 15px;
  font-weight: 500;
}

.pf4_section_17_border{
  background-color:#82bae5;
  position:absolute;
}
.pf4_section_17__border_top{
  width: calc(100% - 695px);
  height: 15px;
  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: 76px;
    padding-bottom: 60px;
}
.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: 153px;
    padding-top: 19px;
    font-size: 30px;
    margin-bottom: 0px !important;
}
.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: 17px;
    line-height: 1.5;
}
.pf4_section_17.style1 .pf4_section_17__item_image {
    padding-top: 48px;
}
.pf4_section_17.style1 .pf4_section_17__bg_holderr {
    height: 85%;
}
.pf4_section_17.style1 .pf4_section_17__item_content {
    padding-top: 107px;
}
.pf4_section_17.style1 .pf4_section_17__item_content strong {
    font-size: 18px;
}

.pf4_section_17.low_padding{
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1150px) {
  .pf4_section_17 .container {
    max-width: 900px !important;
  } 
}

@media (max-width: 980px) {
  .pf4_section_17 .container {
    max-width: 600px !important;
    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: 0%;
    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: 45px;
  }
  .pf4_section_17.style1 .container {
    max-width: 600px;
    padding-bottom: 45px;
  }
  .pf4_section_17.style1 .pf4_section_17__title {
    /* font-size: 30px; */
    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;
  }
  .pf4_section_17__item_image_img {
      height: auto;
  }
  .pf4_section_17 .testimonial {
      padding-left: 0px;
  }
}
@media (max-width: 900px){
  .pf4_section_17.style1 .pf4_section_17__title{
    font-size:25px;
  }
  .pf4_section_17__item_content h3{
    font-size:18px;
  }
}
@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%; 
  } 
}


.pf4_bp_section_22{
  text-align:center;
  background-color:#82BAE5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pf4_bp_section_22 h2{
  color: #fff !important;
  margin: 0 !important;
  font-size: 40px;
}
.pf4_bp_section_23{
  padding-top: 0;
}
.pf4_blog_post_content h2{
  font-size: 30px;
  letter-spacing: 0;
  color: #82BAE5 !important;
}
.pf4_blog_post_content h2 a{
  color: #82BAE5 !important;
}
.pf4_blog_post{
  border-bottom:solid 2px #82BAE5;
  padding-bottom:40px;
  padding-top: 0;
  margin-bottom: 40px;
}
.pf4_blog_post:last-child{
  border-bottom:0;
  padding-bottom:80px;
}
.pf4_bp_section_23 .pf4_blog_post_content article + a{
  color: #82BAE5 !important;
  font-size:14px;
  font-weight:bold;
  display:block;
  padding-top:15px;
}

.pf4_bp_section_22{
  margin-bottom:50px;
}
.pf4_blog_archive_page #section-blog_sidebar .panel__body{
  padding:0;
}
.pf4_blog_archive_page #section-blog_sidebar .recent-post__tags a{
  color:#82BAE5;
}

@media(max-width:980px){
  .pf4_blog_post:last-child{
    padding-bottom:30px;
  }
}



/* 
=======================================
  pf4 Section featuredIn
=========================================*/
.pf4_section_featuredIn {
    background-color: #f9f6f0;
}
.pf4_section_featuredIn .section_inner{
    width: 1110px;
    padding-top: 49px;
    padding-bottom: 49px;
}
.pf4_section_featuredIn__content{
    
}
.pf4_section_featuredIn__content ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
}
.pf4_section_featuredIn__content ul li{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 15%;
    padding-left: 10px;
}
.pf4_section_featuredIn__content ul li span{
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-top: 18px;
}
.pf4_section_featuredIn__content ul li.destop_only{
    width: 85%;  
}
.pf4_section_featuredIn__content ul li.destop_only img{
    
}
.pf4_section_featuredIn__content ul li.mobile_only{
    display: none;
}
.pf4_section_featuredIn__content ul li.mobile_only img{
    
}
@media (max-width: 980px) {
    .pf4_section_featuredIn__content ul li {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .pf4_section_featuredIn__content ul li span {
        padding-top: 0px;
    }
    .pf4_section_featuredIn__content ul li.destop_only {
        width: 100%;
        display: none;
    }
    .pf4_section_featuredIn__content ul li.mobile_only {
        display: block;
        padding-top: 15px;
    }
}