/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap');
/*
font-family: 'Open Sans', sans-serif;
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap');
/*
font-family: 'Oswald', sans-serif;
*/


@font-face {
    font-family: 'Flama-Basic';
    src: url('flamacondensed-basic-webfont.woff2') format('woff2'),
         url('flamacondensed-basic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
  font-family: 'Open Sans', sans-serif;
  font-size: 17.88px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.8px;
  line-height: 1.45;
}
p{
  margin-bottom: 24px;
  margin-top: 24px;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  font-family: 'Flama-Basic';
  font-weight:normal;
  color: #000000;
}
.mobile_only{
  display:none;
}
.container--main {
  background: #66D8B6 !important;
  padding:20px;
}
.content-wrap{
  background-color:#fff;
}
.pf4_button{
  font-size: 18.2px;
  color: #000000;
  display:inline-block;
  background-color: #FFEB00;
  padding: 24px 20px;
  margin: 0;
  position:relative;
  z-index:1;
  line-height: 0.05;
  letter-spacing: 1.1px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.pf4_button:hover{
  background-color:#FC8F91;
  color: #ffffff;
}

h1,
h2{
  font-size:43.55px;
}
h3{
  font-size:35.43px;
}
h4{
  font-size:32.5px;
  font-family: 'Open Sans', sans-serif;
}
h5{
  font-size:26.65px;
  font-family: 'Open Sans', sans-serif;
}
h6{
  font-size:22.75px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}


@media (max-width: 900px){
  .container--main{
    padding:10px;
  }
  h1,
  h2{
    font-size:39px;
  }
  h3{
    font-size:31px;
  }
  h4{
    font-size:29px;
  }
  h5{
    font-size:23px;
  }
  h6{
    font-size:20px;
  }
  body{
    font-size:16px;
  }
  .pf4_button{
    font-size:14px;
  }
}
@media (max-width: 700px){
  h1,
  h2{
    font-size:35px;
  }
}

/*
  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;
  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: 1150px) {
  .section_inner {
    width: 900px; 
  } 
}
@media (max-width: 1000px) {
  .section_inner {
    width: 800px; 
  } 
}
@media (max-width: 900px) {
  .section_inner {
    width: 600px; 
  } 
}
@media (max-width: 700px) {
  .section_inner {
    width: 84%;
  } 
}


/* 
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}
#section-header{
  position: relative;
  width: 100%;
  display: block;
}
.pf4_site_header {
  padding: 0;
  position:absolute;
  z-index:3;
  background-color: #f4f3ef !important;
  width: 100%;
}

.pf4_site_header .section_inner {
  /* width: 1220px; */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding-bottom: 9px;
  width: 90%;
}

.pf4_heade_logo {
  width: 20%;
  padding-top: 21px;
  z-index: 2; }

.pf4_heade_logo img {
  /* height: 36px; */
  /* width: 167px; */
}

.pf4_header_right {
  width: 80%;
  text-align: right;
  padding-top: 11px; }

.pf4_header_right a{
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 !important;
}
.pf4_header_right a:hover {
  color: #000000; 
}
.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:after{
  content: " ";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #000;
  right: -2px;
  border: 0;
  top: 24px;
}
.pf4_header_right a:last-child:after{
  display: none;
}
.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 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;
    right: 0;
    }

  .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;
   }
  .pf4_heade_logo {
    margin-right: 0;
   }
  .pf4_header_right a {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 8px;
    margin-right: 8px;
    color: #000000 !important;
  }
  .pf4_logo img {
    width: 210px;
    padding-top: 15px; } 

  .pf4_header_right a:after{
    top: 17px;
  }
}
@media (max-width: 767px) {
  .pf4_heade_logo {
    width: 100% !important;
    margin-right: 0px;
    text-align: left;
    padding-top: 18px;
    }

  .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: 85%;
  } 
}
@media (max-width: 320px) {
  .pf4_site_header .section_inner {
    width: 280px; 
  } 
}


/* 
=======================================
  Section #1
=========================================*/
.section_1{
  text-align:center;
  padding-top: 150px;
  padding-bottom: 100px;
  position:relative;
}
.section_1:before{
  content:" ";
  background-image:url(section-1-left.jpg);
  position:absolute;
  width: 50%;
  height:100%;
  top:0;
  left:0;
  z-index: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.section_1:after{
  content:" ";
  background-image:url(section-1-right.jpg);
  position:absolute;
  width: 50%;
  height:100%;
  top:0;
  right:0;
  z-index: 0;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.section_1 .section_inner{
  position:relative;
  z-index:1;
}
.section_1 hr{
  width:3px;
  height: 29px;
  background-color:#FFA8AA;
  margin-top: 18px;
  margin-bottom: 21px;
}
.section_1 p:first-child{
  text-transform:uppercase;
  font-weight: 600;
  max-width: 530px;
  margin: 0 auto;
  margin-bottom: 23px;
}
.section_1 h1{
  line-height: 1.4;
}
.section_1 h1 mark{
  padding: 0;
  background-color: #FC8F91;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}


@media (max-width: 1150px){
  .section_1 h1 br{
    display:none;
  }
}
@media (max-width: 800px){
  .section_1{
    padding-bottom:20px;
  }
  .section_1:after{
    background-size:300px;
    background-position:right bottom;
  }
  .section_1:before{
    background-size:300px;
    background-position:left bottom;
  }
}
@media (max-width: 500px){
  .section_1:after{
    background-size:200px;
  }
  .section_1:before{
    background-size:200px;
  }
}



/* 
=======================================
  Section #2
=========================================*/
.section_2{
  padding-top: 100px;
  padding-bottom: 100px;
}
.section_2 h3{
  position: relative;
  text-transform:uppercase;
  display:inline-block;
  margin-bottom: 55px;
}
.section_2 h3:after{
  content: " ";
  position: absolute;
  background-image:url(section-2-arrow.png);
  width: 85px;
  height: 73px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  top: 12px;
  right: -105px;
}
.section_2 .section_inner{
  position: relative;;
  width:740px;
}
.section_2 .section_inner:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 60%;
  border: solid 14px #fc8f91;
  border-right: 0;
}
.section_2 .section_inner:after{
  content: " ";
  position: absolute;
  content: " ";
  position: absolute;
  top: 48%;
  right: 0;
  width: 70px;
  height: 60%;
  border: solid 14px #fc8f91;
  border-left: 0;
}
.section_2_content{
  position: relative;
  z-index: 1;
  text-align:center;
  padding-left:110px;
  padding-right:110px;
}
.section_2 p{
  margin-top: 0;
  margin-bottom: 25px;
}
.section_2 p span{
  font-size: 22.75px;
  font-weight: bold;
}

@media (max-width: 850px){
  .section_2{
    padding-top: 30px;
    padding-bottom: 48px;
  }
  .section_2 .section_inner{
    width:500px;
  }
  .section_2 .section_inner:before{
    border-width: 7px;
    width: 30px;
  }
  .section_2 .section_inner:after{
    border-width: 7px;
    width: 30px;
    height: 55%;
  }
  .section_2_content{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 550px){
  .section_2 .section_inner{
    width:84%;
  }
  .section_2 .section_inner:before{
    border-width: 4px;
    width: 20px;
    height: 50%;
  }
  .section_2 .section_inner:after{
    border-width: 4px;
    width: 20px;
    height: 54%;
  }
  .section_2_content{
    padding-left: 30px;
    padding-right: 30px;
  }
  .section_2 h3:after{
    width: 66px;
    height: 57px;
    top: 20px;
    right: -67px;
  }
  .section_2 h3{
      margin-bottom: 25px;
  }
  .section_2{
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .section_2 p span{
    line-height: 1.2;
  }
}


/* 
=======================================
  Section #3
=========================================*/
.section_3{
  background-color:#F9F3E3;
  position: relative;
}
.section_3 .section_3_top_border{
  margin:0;
  margin-top: -6px;
  width: 100%;
}
.section_3 .section_3_bottom_border{
  margin:0;
  margin-bottom: -6px;
  width: 100%;
}
.section_3 .section_inner:before{
  content:" ";
  background-image:url(section-3-style.png);
  position: absolute;
  height: 100%;
  width: 27%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right -35px;
}
.section_3 .section_inner{
  padding-top: 30px;
  padding-bottom: 10px;
  position:relative;
}
.section_3 p{
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.5;
}
.section_3_content{
  padding-left: 30%;
}

@media (max-width: 720px){
  .section_3 .section_3_top_border{
    margin-top: -9px;
  }
  .section_3 .section_3_bottom_border{
    margin-bottom: -9px;
  }
}
@media (max-width: 600px){
  .section_3 .section_3_top_border{
    margin-top: -16px;
  }
  .section_3 .section_3_bottom_border{
    margin-bottom: -16px;
  }
  .section_3 .section_inner:before{
    background-position:center top;
    width:40%;
    left: -14%;
  }
}


/* 
=======================================
  Section #4
=========================================*/
.section_4{
  padding-top: 42px;
  padding-bottom:60px;
}
.section_4 h5{
  color: #fc8f91;
  text-align:center;
  font-weight:600;
  margin-bottom: 70px;
}
.section_4 h3{
  text-transform:uppercase;
  color:#000;
  text-align:center;
  margin-bottom: 42px;
}
.section_4 p{
  color:#000;
}
.section_4_item{
  display:flex;
  flex-wrap:wrap;
  padding-bottom: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.section_4_item_icon{
  width: 12%;
}
.section_4_item_icon img{
  max-width: 85px;
  width: 100%;
}
.section_4_item_content{
  width: 88%;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 30px;
}
.section_4_item_content h4{
  margin: 0;
  font-size: 17.88px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.section_4_item_content h4:after{
  content:" ";
  width:30px;
  height:3px;
  background-color:#fc8f91;
  position:absolute;
  bottom:0;
  left:0;
}

@media (max-width: 1150px){
  .section_4 h5 br{
    display:none;
  }
}
@media (max-width: 900px){
  .section_4 h5{
    margin-bottom:30px;
  }
  .section_4 h3{
    margin-bottom:30px;
  }
  .section_4_item_icon{
    width:16%;
  }
  .section_4_item_content{
    width:84%;
  }
  .section_4_item{
    padding-bottom:30px;
  }
}
@media (max-width: 500px){
  .section_4_item_icon{
    width:100%;
    text-align:center;
  }
  .section_4_item_content{
    width:100%;
    padding-left:0;
    text-align: center;
  }
  .section_4_item_content h4{
    text-align:center;
  }
  .section_4_item_content h4:after{
    left:50%;
    margin-left:-15px;
  }
}


/* 
=======================================
  Section #5
=========================================*/
.section_5{
  background-color: #F9F2E4;
  margin-left:20px;
  margin-right:20px;
  padding-top: 88px;
  position: relative;
}
.section_5 .section_inner:before{
  content: " ";
  background-image:url(section-5-top-art.png);
  position: absolute;
  width: 320px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 20px;
  top: -126px;
}
.section_5_top_in{
  max-width: 881px;
  margin:0 auto;
  text-align:center;
  padding-bottom: 23px;
  position:relative;
}
.section_5_top_in:after{
  content: " ";
  background-image:url(section-5-arrow.png);
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  width: 65px;
  height: 75px;
  right: -60px;
  bottom: -4px;
  position: absolute;
}
.section_5_top h6{
  margin-bottom: 30px;
}
.section_5 article{
  margin-bottom: 49px;
}
.section_5 article h2{
  margin-bottom: 3px;
}
.section_5 article hr{
  width: 30px;
  height: 3px;
  background-color: #fc8f91;
  margin: 0;
  border: 0;
  margin-top: 18px;
}
.section_5 article p{
  margin-top: 16px;
  line-height: 1.5;
  margin-bottom: 26px;
}
.section_5_bottom{
  position:relative;
  padding-bottom: 86px;
}
.section_5_bottom_in{
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.section_5:before{
  content: " ";
  position:absolute;
  left: -20px;
  bottom: -180px;
  background-image:url(section-5-bottol-left-art.png);
  background-size:contain;
  background-position: left bottom;
  background-repeat:no-repeat;
  width:300px;
  height: 500px;
}
.section_5:after{
  content: " ";
  position:absolute;
  right: -30px;
  bottom: -120px;
  background-image:url(section-5-bottol-right-art.png);
  background-size:contain;
  background-position: right bottom;
  background-repeat:no-repeat;
  width:300px;
  height: 500px;
}
.section_5_bottom h3{
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section_5_bottom h6{
  line-height: 1.4;
}
@media (max-width: 1250px){
  .section_5 .section_inner{
    width: 980px;
  }
}
@media (max-width: 1150px){
  .section_5 .section_inner{
    width: 880px;
  }
  .section_5_top_in:after{
    width: 50px;
    height: 60px;
    right: -40px;
    bottom: 23px;
  }
}
@media (max-width: 1050px){
  .section_5 .section_inner{
    width: 700px;
  }
  .section_5:before{
    left: -20px;
    bottom: -90px;
    width: 160px;
    height: 360px;
  }
  .section_5:after{
    right: -30px;
    bottom: -80px;
    width: 120px;
    height: 310px;
  }
}
@media (max-width: 900px){
  .section_5 .section_inner{
    width: 600px;
  }
}
@media (max-width: 800px){
  .section_5 .section_inner{
    width: 84%;
  }
  .section_5{
    padding-top:60px;
  }
  .section_5_bottom{
    padding-bottom:40px;
  }
  .section_5 .section_inner:before{
    width: 162px;
    height: 70px;
    left: 20px;
    top: -83px;
  }
  .section_5:before{
    left: -50px;
    bottom: -80px;
    width: 87px;
    height: 280px;
  }
  .section_5:after{
    right: -50px;
    bottom: -58px;
    width: 92px;
    height: 250px;
  }
  .section_5_bottom h6 br{
    display:none;
  }
}
@media (max-width: 650px){
  .section_5_top_in:after{
    width: 50px;
    height: 60px;
    right: 0;
    bottom: 0;
  }
  .section_5:before{
    left: -30px;
    bottom: -70px;
    width: 87px;
    height: 200px;
  }
  .section_5:after{
    right: -30px;
    bottom: -50px;
    width: 92px;
    height: 180px;
  }
}


/* 
=======================================
  Section #6
=========================================*/
.section_6{
  text-align: center;
  padding-top: 65px;
  padding-bottom: 96px;
  position: relative;
}
.section_6:after{
  content:" ";
  position:absolute;
  width: 34%;
  height: 90%;
  right:0;
  top: 7%;
  background-image:url(section-6-bg-art.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position: right center;
}
.section_6 .section_inner{
  position:relative;
  z-index:1;
}
.section_6 hr{
  border: 0;
  width: 2px;
  height: 26px;
  background-color: #fc8f91;
  margin-top: 0;
  margin-bottom: 29px;
}
.section_6 h6{
  font-weight: 600;
  margin-bottom: 29px;
}
.section_6 h2{
  margin-bottom: 46px;
}
.section_6 h2 mark{
  background-color: #66D7B5;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.section_6 h2 + h6{
  font-style: italic;
  margin-bottom: 0;
}
.section_6_content{
  text-align: left;
  display:flex;
  flex-wrap:wrap;
}
.section_6_content h3{
  text-transform:uppercase;
}
.section_6_content_left{
  width: 59%;
  box-sizing: border-box;
  padding-right: 20px;
  padding-top: 130px;
}
.section_6_content_right{
  width: 41%;
}
.section_6_image{
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}
.section_6_image:before{
  content:" ";
  background-image: url(section-6-frame-top.png);
  position:absolute;
  z-index:2;
  left:0;
  top: 73%;
  width: 50%;
  height: 8.5%;
  background-size:contain;
  background-repeat:no-repeat;
}
.section_6_image:after{
  content:" ";
  background-image: url(section-6-frame.png);
  width: 123%;
  height: 92%;
  display: block;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position:absolute;
  z-index:0;
}
.section_6_image span{
  position: absolute;
  width: 84.3%;
  height: 71.5%;
  display: block;
  left: 15.9%;
  top: 11.85%;
  background-size: cover;
  transform: rotate(-3.41deg);
  z-index:1;
}
@media (max-width:1350px){
  .section_6_image{
    width: 90%;
    height: 90%;
  }
}
@media (max-width:1210px){
  .section_6_image{
    width: 80%;
    height: 88%;
  }
  .section_6_content_left{
     padding-top: 70px;
  }
}
@media (max-width:1150px){
  .section_6_image{
    width: 89%;
    height: 66%;
  }
}
@media (max-width:1000px){
  .section_6_image{
    width: 78%;
    height: 46%;
  }
  .section_6:after{
    width: 27%;
    height: 70%;
    top: 11%;
  }
}
@media (max-width:900px){
  .section_6_content_right{
    display:none;
  }
  .section_6_content_left{
    width:100%;
    padding-right:0;
    padding-top: 40px;
  }
  .section_6_image.mobile_only{
    display:block;
    height: 474px;
    width: 300px;
    margin: 0 auto;
    margin-bottom: -30px;
  }
  .section_6_content h3{
    text-align:center;
  }
  .section_6{
    padding-top:50px;
    padding-bottom:50px;
  }
  .section_6:after{
    width: 46%;
    height: 70%;
    top: 0%;
  }
}
@media (max-width:480px){
  .section_6_image.mobile_only{
    width: 255px;
    height: 401px;
    margin-left: 0;
  }
  .section_6:after{
    width: 70%;
    height: 70%;
    top: 0%;
  }
}


/* 
=======================================
  Section #7
=========================================*/
.section_7{
  position: relative;
  padding-top: 67px;
}
.section_7 .section_inner{
  position: relative;
  z-index: 1;
  text-align: center;
}
.section_7_extra_bg{
  position: absolute;
  z-index: 0;
  background-color: #FFB0B2;
  top:0;
  width: 100%;
}
.section_7_extra_bg span{
  height: 752px;
  display: block;
  width: 100%;
}
.section_7_extra_bg_top{
  margin: 0;
  margin-top: -5px;
  width: 100%;
}
.section_7_extra_bg_bottom{
  margin: 0;
  margin-bottom: -5px;
  width: 100%;
}
.section_7 h3{
  color:#fff;
  margin: 0;
  margin-bottom: 17px;
}
.section_7 h3 + article{
  color:#fff;
  margin-bottom: 59px;
}
.section_7 h3 + article p{
  font-size:22px;
  font-weight:500;
  margin-top: 0;
}
.section_7 h6{
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position:relative;
}
.section_7 h6:after{
  content:" ";
  position: absolute;
  height: 135px;
  width: 135px;
  background-image: url(section-7-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -27px;
  right: -146px;
}
.section_7_items{
  text-align:left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 102px;
}
.section_7_item{
  width: 28.5%;
  position: relative;
  margin-bottom: 80px;
}
.section_7_item_content{
  position:relative;
  z-index:1;
  padding-top: 136px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 45px;
}
.section_7_item_bg{
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section_7_item_bg:before{
  content:" ";
  width: 100%;
  background-image: url(section-7-quote-box-top.png);
  display: block;
  height: 53px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section_7_item_bg:after{
  content:" ";
  width: 100%;
  background-image: url(section-7-quote-box-bottom.png);
  display: block;
  height: 77px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section_7_item_bg span{
  width: 100%;
  background-image: url(section-7-quote-box-middle.png);
  display: block;
  height: 100%;
  height: calc(100% - 134px);
  background-repeat: repeat-y;
  background-size: contain;
  margin-top: -1px;
}
.section_7_item img{
  border: solid 10px #ffeb00;
  border-radius:100%;
  width: 157px;
  position: absolute;
  top: -41px;
  right: -12px;
}
.section_7_item h4{
  font-size: 16.25px;
  font-weight: 700;
  background-image: url(section-7-quote-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 47px;
  width: 254px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 37px;
  padding-right: 40px;
  text-transform: uppercase;
  line-height: 1.2;
  position: absolute;
  top: 65px;
  left: -20px;
}
.section_7_item article{
  text-align: center;
  line-height: 1.35;
}
.section_7_item strong{
  font-size: 12.35px;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  bottom: 60px;
  left: 35px;
}

@media (max-width: 1150px){
  .section_7_item{
    width: 30.5%;
  }
  .section_7_item_bg:before{
    height: 48px;
  }
  .section_7_item_bg span{
    height: calc(100% - 125px);
  }
  .section_7_item_bg:after{
    height: 65px;
  }
}
@media (max-width: 1000px){
  .section_7_item_content{
    padding-left: 30px;
    padding-right: 32px;
  }
  .section_7_item article{
    font-size:14px;
  }
  .section_7_item_bg:before{
    height: 42px;
  }
  .section_7_item{
    margin-bottom:50px;
  }
  .section_7_item h4{
    font-size: 13px;
    height: 43px;
    width: 220px;
    padding-left: 30px;
    padding-right: 40px;
    top: 75px;
  }
  .section_7 h6:after{
    height: 70px;
    width: 70px;
    top: 1px;
    right: -79px;
  }
  .section_7_item img{
    width: 110px;
    border-width:7px;
  }
  .section_7_extra_bg_top{
    margin-top: -9px;
  }
  .section_7_extra_bg_bottom{
    margin-bottom: -9px;
  }
  .section_7 h3 + article{
    margin-bottom:20px;
  }
  .section_7 h3 + article p{
    font-size:18px;
  }
}
@media (max-width: 900px){
  .section_7_item{
    width:100%;
  }
  .section_7_items{
    margin:0 auto;
    max-width: 260px;
    margin-top: 70px;
  }
  .section_7_item_bg:after{
    height: 66px;
  }
  .section_7_item img{
    top: -20px;
    right: -10px;
  }
  .section_7_item_bg:before{
    height: 46px;
  }
}
@media (max-width:754px){
  .section_7_extra_bg_top{
    margin-top: -15px;
  }
  .section_7_extra_bg_bottom{
    margin-bottom: -15px;
  }
}
@media (max-width:600px){
  .section_7 h6{
    padding-bottom: 7px;
    margin-bottom: 30px;
  }
  .section_7 h6:after{
    top: 78%;
    right: 4%;
  }
}
@media (max-width:500px){
  .section_7_extra_bg_top{
    margin-top: -19px;
  }
  .section_7_extra_bg_bottom{
    margin-bottom: -19px;
  }
  .section_7{
    padding-top:50px;
  }
}


/* 
=======================================
  Section #8
=========================================*/
.section_8{
  position: relative;
  padding-top: 22px;
  padding-bottom: 50px;
}
.section_8:before{
  content: " ";
  background-image:url(section-8-left-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 60%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.section_8:after{
  content: " ";
  background-image:url(section-8-right-bg.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 60%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.section_8 .section_inner{
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.section_8_headings{
  text-align: center;
  margin-bottom: 99px;
}
.section_8_headings h3{
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section_8_item{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 33px;
}
.section_8_item_title{
  width: 30%;
  box-sizing: border-box;
  padding-right: 70px;
  padding-left: 40px;
}
.section_8_item_title h4{
  text-align: center;
  font-size: 18.2px;
  font-weight: bold;
  line-height: 1.45;
  position: relative;
  padding-bottom: 21px;
}
.section_8_item_title h4:after{
  content: " ";
  width: 30px;
  height: 3px;
  background-color: #fc8f91;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -15px;
}
.section_8_item_content{
  width: 70%;
}
.section_8_item_content p{
  margin: 0;
  margin-bottom: 27px;
  line-height: 1.47;
}
.section_8_border{
  margin: 0;
  z-index: 1;
  position: relative;
}

@media (max-width:1000px){
  .section_8_item_title{
    padding-left:0;
    padding-right:30px;
  }
  .section_8{
    padding-bottom:10px;
  }
}
@media (max-width:900px){
  .section_8_item_title{
    width:40%;
  }
  .section_8_item_content{
    width:60%;
  }
  .section_8_headings{
    margin-bottom:50px;
  }
  .section_8 .section_inner{
    margin-bottom:0;
  }
  .section_8{
    padding-top:0;
  }
}
@media (max-width:650px){
  .section_8_item_title{
    width:100%;
    padding-right:0;
  }
  .section_8_item_content{
    width:100%;
    text-align: center;
  }
}

/* 
=======================================
  Section #9
=========================================*/
.section_9{
  position: relative;
}
.section_9:before{
  content: " ";
  position:absolute;
  top: -241px;
  right: 0px;
  background-image:url(section-9-top-art.png);
  width:500px;
  height:500px;
  background-repeat:no-repeat;
  background-position:right top;
  background-size:contain;
}
.section_9 .section_inner{
  position: relative;
  z-index: 1;
  max-width: 890px;
  padding-bottom: 70px;
}
.section_9_top{
  margin-bottom: 77px;
  margin-top: 10px;
}
section_9_top h3{
  padding-top:0;
}
.section_9_content{
}
.section_9 h3{
  text-align: center;
  padding-top: 30px;
  margin-bottom: 45px;
}
.section_9 h4{
  position: relative;
  font-size: 22.43px;
  font-weight: 700;
  margin-bottom: 27px;
}
.section_9 h4:before{
  content: " ";
  position: absolute;
  top: 7px;
  left: -84px;
  background-color: #FC8F91;
  width: 65px;
  height: 15px;
}
.section_9 .section_9_content > div{
  margin-top: 61px;
}
.section_9 p{
  margin-bottom: 26px;
  margin-top: 24px;
}
.section_9 img{
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width:1150px){
  .section_9_content{
    padding-left:70px;
  }
  .section_9:before{
    top: -190px;
    width: 260px;
    height: 408px;
  }
}
@media (max-width:1000px){
  .section_9:before{
    top: -120px;
    width: 200px;
    height: 300px;
  }
  .section_9_top{
    margin-top:0;
    margin-bottom:0px;
  }
  .section_9 .section_inner{
    padding-bottom: 30px;
  }
  .section_9 h3{
    margin-bottom: 30px;
    padding-top: 10px;
  }
}
@media (max-width:900px){
  .section_9 h4:before{
    top: 7px;
    left: -84px;
    width: 65px;
    height: 8px;
  }
  .section_9 .section_inner{
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section_9 .section_9_content > div{
    margin-top: 30px;
  }
  .section_9 img{
    margin-bottom:0;
  }
}
@media (max-width:700px){
  .section_9 h4:before{
    top: 9px;
    left: -71px;
    width: 50px;
    height: 6px;
  }
  .section_9:before{
    top: -90px;
    width: 140px;
    height: 210px;
  }
}
@media (max-width:500px){
  .section_9 h4:before{
    top: 9px;
    left: -18px;
    width: 10px;
    height: 4px;
  }
  .section_9:before{
    top: -90px;
    width: 140px;
    height: 210px;
  }
  .section_9_content{
    padding-left: 0;
  }
}

/* 
=======================================
  Section #10
=========================================*/
.section_10{
  
  position: relative;
  background-color: #F9F3E3;
}
.section_10_top_border{
  margin:0;
}
.section_10_borrom_border{
  margin:0;
  width: 100%;
}
.section_10:before{
  content: " ";
  background-image:url(section-10-top-art.png);
}
.section_10:after{
  content: " ";
  background-image:url(section-10-bottom-art.png);
}
.section_10 .section_inner{
  position: relative;
  z-index: 1;
  max-width: 920px;
  padding-top: 61px;
  padding-bottom: 36px;
}
.section_10_top_border{
  margin: 0;
  width: 100%;
}
.section_10_bottom_border{
  margin: 0;
}
.section_10_heading{
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 59px;
}
.section_10_heading h4{
  font-size: 22.75px;
  font-weight: 600;
  font-style: italic;
}
.section_10_items{
  padding-top: 20px;
  padding-bottom: 0;
}
.section_10_item{
  display: flex;
  padding-bottom: 46px;
  flex-wrap: wrap;
}
.section_10_item:last-child{
  padding-bottom: 40px;
}
.section_10_item_icon{
  width: 15%;
  padding-right: 30px;
}
.section_10_item_icon img{
  width: auto;
  max-height: 70px;
}
.section_10_item_content{
  width: 81%;
}
.section_10_item_content strong{
  text-transform:uppercase;
}
.section_10_item_content p{
  margin-top:0;
  line-height: 1.5;
  margin-bottom: 26px;
}
.section_10_item_content p:first-child{margin-bottom: 20px;}
.section_10_items + .section_10_heading h4{
  color: #fc8f91;
}
.section_10_items + .section_10_heading + .section_10_items .section_10_item_content strong{
  color: #fc8f91;
}

.section_10_items + .section_10_heading{
  padding-bottom: 46px;
}

@media (max-width:1150px){
  .section_10_top_border{
    margin-top:-5px;
  }
  .section_10_borrom_border{
    margin-bottom:-5px;
  }
}
@media (max-width: 1000px){
  .section_10_top_border{
    margin-top:-10px;
  }
  .section_10_borrom_border{
    margin-bottom:-10px;
  }
  .section_10_heading{
    padding-bottom:20px;
  }
  .section_10_items + .section_10_heading{
    padding-bottom:20px;
  }
  .section_10 .section_inner{
    padding-bottom:0;
  }
}
@media (max-width: 900px){
  .section_10 .section_inner{
    padding-top: 35px;
  }
  .section_10_item{
    padding-bottom: 20px;
  }
}
@media (max-width:700px){
  .section_10_top_border{
    margin-top: -22px;
  }
  .section_10_borrom_border{
    margin-bottom:-15px;
  }
  .section_10_item_icon{
    width:100%;
    padding-bottom: 15px;
  }
  .section_10_item_content{
    width:100%;
  }
  .section_10_heading h4 br{
    display:none;
  }
}
@media (max-width:400px){
  .section_10_top_border{
    margin-top:-17px;
  }
  .section_10_borrom_border{
    margin-bottom:-17px;
  }
}


/* 
=======================================
  Section #11
=========================================*/
.section_11{
  background-color:#FFF679;
  border:50px solid  #fff;
  margin-top:100px;
  padding-left: 50px;
  padding-right: 50px;
}
.section_11 .section_inner{
  padding-top: 231px;
  width: 90%;
  max-width: 1080px;
}
.section_11 .section_inner:before{
  content:" ";
  background-image:url(section-11-top-art.png);
  position:absolute;
  top: -317px;
  left: 27%;
  width: 559px;
  height: 560px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.section_11 .section_inner:after{
  content:" ";
  background-image:url(section-11-image-art.png);
  position:absolute;
  top: 77px;
  left: 58%;
  width: 175px;
  height: 63px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.section_11_in{
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 302px;
}
.section_11_in_border{
  margin: 0;
  width: 100%;
  margin-top: -6px;
}
img.section_11_main_img{
  border: solid 10px #ffaeb0;
  width: 380px;
  position: absolute;
  transform: translateX(-50%);
  left:50%;
  top:-200px;
}
.section_11 h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 32.5px;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
  
}
.section_11 h3:before{
  background-image:url(section-11-arrow.png);
  position:absolute;
  width:100px;
  height:100px;
  left: -70px;
  top: 32px;
  content:" ";
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
}
.section_11 h3{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size:22.75px;
  font-weight:600;
  text-align:center;
  max-width:980px;
  margin:0 auto;
  font-style:italic;
}
.section_11 h4{
  font-family: 'Open Sans', sans-serif;
  font-size:22.75px;
  font-weight:600;
  font-style:italic;
  margin-bottom: 16px;
}
.section_11 p{
  margin-bottom: 20px;
  margin-top: 0;
}
.section_11 p + h4{
  margin-top: 35px;
}
.section_11_items{
  padding-top: 49px;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.section_11_item{
  display:flex;
  flex-wrap: wrap;
  padding-bottom: 32px;
}
.section_11_item_icon{
  width: 15%;
}
.section_11_item_icon img{
  max-width: 75px;
  max-height: 80px;
}
.section_11_item_content{
  width: 85%;
}
@media (max-width:1150px){
  .section_11{
    border-width:30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section_11_in{
    /* width: 94%; */
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px){
  .section_11 .section_inner{
    width: 600px;
    padding-top: 80px;
  }
  .section_11 h2{
    font-size:26px;
    padding-left: 0;
    padding-right: 0;
  }
  .section_11 h3{
    font-size:22px;
  }
  .section_11 h4{
    font-size:22px;
  }
  .section_11 h3:before{
    top:90%;
    left: -91px;
  }
  .section_11_item_icon{
    width:17%;
  }
  .section_11_item_content{
    width:83%;
  }
  img.section_11_main_img{
    width: 240px;
    border-width: 6px;
  }
  .section_11_in{
    margin-top: 260px;
  }
  .section_11 .section_inner:before{
    top: -258px;
    left: 27%;
    width: 390px;
    height: 300px;
  }
  .section_11 .section_inner:after{
    top: -20px;
    left: 58%;
    width: 100px;
    height: 37px;
  }
  .section_11{
    margin-top:50px;
  }
}
@media (max-width: 800px){
  .section_11 .section_inner{
    width: 500px;
  }
  .section_11 {
    border-width: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_11_in_border{
    margin-top:-5px;
  }
  .section_11 h3:before{
    width: 34px;
    height: 64px;
    top: 94%;
    left: -35px;
  }
  .section_11_item_icon{
    width:100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .section_11_item_content{
    width:100%;
  }
  .section_11 h2{
    font-size:22px;
  }
  .section_11 h3{
    font-size:18px;
  }
  .section_11 h4{
    font-size:18px;
  }
  img.section_11_main_img{
    width:150px;
    top: -108px;
    border-width: 4px;
  }
  .section_11_in{
    margin-top: 123px;
  }
  .section_11 .section_inner:before {
      top: -138px;
      left: 34%;
      width: 215px;
      height: 190px;
  }
  .section_11 .section_inner:after {
    top: -3px;
    left: 58%;
    width: 70px;
    height: 25px;
  }
}
@media (max-width: 700px){
  .section_11 h3:before {
      left: -15px;
  }
}
@media (max-width: 650px){
  .section_11 .section_inner {
    width: 84%;
  }
  .section_11_in_border{
    margin-top:-15px;
  }
  .section_11 {
    border-width: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_11_items{
    padding-bottom:0;
  }
}



/* 
=======================================
  Section #12
=========================================*/
.section_12{
  padding-top: 170px;
  padding-bottom: 100px;
  position:relative;
  
}
.section_12:before,
.section_12:after{
    content: " ";
    position: absolute;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.section_12:before{
    background-image: url(section-12-top-art.png);
    width: 34%;
    height: 168px;
    top: 25px;
    left: 0px;
    background-position: left center;
}
.section_12:after{
    background-image: url(section-12-bottom-art.png);
    width: 22%;
    height: 300px;
    top: 290px;
    right: 0px;
    background-position: right center;
}
.section_12 .section-inner{
  max-width:686px;
  margin:0 auto;
  position: relative;
  z-index: 1;
}
.section_12_content{

}
.section_12_content h6{
  font-weight: 600;
  font-style: italic;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
}
.section_12_content ul{
  margin-top: 69px;
  margin-bottom: 53px;
  margin-left: -50px;
  padding-right: 38px;
}
.section_12_content ul li{
  position:relative;
  list-style-type: none;
  padding-bottom: 12px;
}
.section_12_content ul li:before{
  content: " ";
  background-image:url(section-12-list-icon.png);
  position: absolute;
  top: 3px;
  left: -47px;
  z-index: 0;
  width: 18px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.section_12 h2{
  font-size: 36.075px;
  font-style: italic;
  line-height: 0.81;
  letter-spacing: normal;
  text-align: center;
  padding-left: 78px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1150px){
  .section_12_content ul {
      margin-left: 00px;
      padding-right: 0px;
  }
}
@media (max-width: 900px){
  .section_12 .section-inner {
      max-width: 600px;
  }
  .section_12 h2 {
      font-size: 27.075px;
      line-height: 1.3;
      padding-left: 0px;
  }
  .section_12:after{
      width: 20%;
      height: 190px;
      top: 0;
      right: 0px;
  }
  .section_12:before {
      width: 26%;
      height: 100px;
      top: 25px;
      left: 0px;
  }
  .section_12_content ul{
    margin-top:0;
    margin-bottom: 25px;
  }
}
@media (max-width: 700px){
  .section_12 .section-inner {
      width: 84%;
  }
}
@media (max-width: 500px){
  .section_12{
      padding-top:100px;
      padding-bottom: 30px;
  }
  .section_12_content h6{
    padding-left: 50px;
    padding-right: 50px;
  }
  .section_12:after {
      width: 17%;
      height: 130px;
      top: 0;
      right: 0px;
  }
}
@media (max-width: 430px){
  .section_12_content h6{
    padding-left:10px;
    padding-right:30px;
  }
}



/* 
=======================================
  Section #13
=========================================*/
.section_13{
  position: relative;
  padding-top: 91px;
}
.section_13 .section_inner{
  position: relative;
  z-index: 1;
  text-align: center;
}
.section_13_extra_bg{
  position: absolute;
  z-index: 0;
  background-color: #FFB0B2;
  top:0;
  width: 100%;
}
.section_13_extra_bg span{
  height: 650px;
  display: block;
  width: 100%;
}
.section_13_extra_bg_top{
  margin: 0;
  margin-top: -10px;
  width: 100%;
}
.section_13_extra_bg_bottom{
  margin: 0;
  margin-bottom: -5px;
  width: 100%;
}
.section_13 h3{
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 55px;
    text-align: center;
    color: #FFF;
}
.section_13 h3:after {
    content: " ";
    position: absolute;
    background-image: url(section-2-arrow.png);
    width: 85px;
    height: 73px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 12px;
    right: -105px;
}
.section_13 h6:after{
    content: " ";
    background-image: url(section-5-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 75px;
    right: -60px;
    bottom: -4px;
    position: absolute;
}
.section_13_items{
  text-align:left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}
.section_13_item{
  width: 28.5%;
  position: relative;
  margin-bottom: 80px;
}
.section_13_item_content{
  position:relative;
  z-index:1;
  padding-top: 136px;
  padding-bottom: 140px;
  padding-left: 50px;
  padding-right: 45px;
}
.section_13_item_bg{
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section_13_item_bg:before{
  content:" ";
  width: 100%;
  background-image: url(section-7-quote-box-top.png);
  display: block;
  height: 53px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section_13_item_bg:after{
  content:" ";
  width: 100%;
  background-image: url(section-7-quote-box-bottom.png);
  display: block;
  height: 77px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section_13_item_bg span{
  width: 100%;
  background-image: url(section-7-quote-box-middle.png);
  display: block;
  height: 100%;
  height: calc(100% - 134px);
  background-repeat: repeat-y;
  background-size: contain;
  margin-top: -1px;
}
.section_13_item img{
  border: solid 10px #ffeb00;
  border-radius:100%;
  width: 157px;
  position: absolute;
  top: -41px;
  right: -12px;
}
.section_13_item h4{
  font-size: 16.25px;
  font-weight: 700;
  background-image: url(section-7-quote-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 47px;
  width: 254px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 37px;
  padding-right: 40px;
  text-transform: uppercase;
  line-height: 1.2;
  position: absolute;
  top: 65px;
  left: -20px;
}
.section_13_item article{
  text-align: center;
  line-height: 1.35;
}
.section_13_item strong{
  font-size: 12.35px;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  bottom: 85px;
  left: 35px;
}

@media (max-width: 1150px){
  .section_13_item{
    width: 30.5%;
  }
  .section_13_item_bg:before{
    height: 48px;
  }
  .section_13_item_bg span{
    height: calc(100% - 125px);
  }
  .section_13_item_bg:after{
    height: 65px;
  }
}
@media (max-width: 1000px){
  .section_13_item_content{
    padding-left: 30px;
    padding-right: 32px;
  }
  .section_13_item article{
    font-size:14px;
  }
  .section_13_item_bg:before{
    height: 42px;
  }
  .section_13_item{
    margin-bottom:50px;
  }
  .section_13_item h4{
    font-size: 13px;
    height: 43px;
    width: 220px;
    padding-left: 30px;
    padding-right: 40px;
    top: 75px;
  }
  .section_13 h6:after{
    height: 70px;
    width: 70px;
    top: 1px;
    right: -79px;
  }
  .section_13_item img{
    width: 110px;
    border-width:7px;
  }
  .section_13_extra_bg_top{
    margin-top: -11px;
  }
  .section_13_extra_bg_bottom{
    margin-bottom: -9px;
  }
  .section_13 h3 + article{
    margin-bottom:20px;
  }
  .section_13 h3 + article p{
    font-size:18px;
  }
  .section_13 h3{
    margin-bottom:0px;
  }
}
@media (max-width: 900px){
  .section_13_item{
    width:100%;
  }
  .section_13_items{
    margin:0 auto;
    max-width: 260px;
    margin-top: 70px;
  }
  .section_13_item_bg:after{
    height: 66px;
  }
  .section_13_item img{
    top: -20px;
    right: -10px;
  }
  .section_13_item_bg:before{
    height: 46px;
  }
}
@media (max-width:754px){
  .section_13_extra_bg_top{
    margin-top: -21px;
  }
  .section_13_extra_bg_bottom{
    margin-bottom: -15px;
  }
}
@media (max-width:650px){
  .section_13 h3:after{
    display:none;
  }
  .section_13_items{
    margin-top:40px;
  }
}
@media (max-width:600px){
  .section_13 h6{
    padding-bottom: 7px;
    margin-bottom: 30px;
  }
  .section_13 h6:after{
    top: 100%;
    right: 43%;
  }
}
@media (max-width:500px){
  .section_7_extra_bg_top{
    margin-top: -19px;
  }
  .section_13_extra_bg_bottom{
    margin-bottom: -19px;
  }
  .section_13{
    padding-top:50px;
  }
}


/* 
=======================================
  Section #14
=========================================*/
.section_14{
  position: relative;
  background-image: url(section-13-bottom-art.png);
  background-size: 575px;
  background-repeat: no-repeat;
  padding-top: 19px;
  background-position: bottom right;
  padding-bottom: 242px;
}
.section_14 .section_inner{
  max-width:900px;
}
.section_14 .section_inner h2{
   text-align:center;
   text-transform:uppercase;
   padding-bottom: 30px;
}
.section_14 ul{
  margin:0px;
  padding: 0px;
  padding-left: 68px;
  padding-top: 11px;
  line-height: 1.52;
}
.section_14 ul li{
  position: relative;
  list-style: none;
  margin: 0px;
  display: block;
  padding-left: 55px;
  margin-bottom: 45px;
}
.section_14 ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url(section-13-list-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
}

@media (max-width: 1000px){
  .section_14 .section_inner h2{
    padding-bottom:0;
  }
}



/* 
=======================================
  Section #15
=========================================*/
.section_15{

}
.section_15 .section_inner{
  max-width: 987px;
  text-align: center;
}
.section_15_topContent{

}
.section_15_topContent h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 30.55px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 29px;
}
.section_15_topContent h4{
  font-size: 32.5px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.section_15_topContent p{
  font-size: 20.55px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 29px;
}


.section_15_priceing{
    padding-top: 31px;
    position: relative;
}
.section_15_priceing:before{
    content: "";
    width: 215px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    background-image: url(section-14-art.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    display: block;
    background-size: contain;
    left: 0px;
    bottom: -55px;
}
.section_15_priceing .section_inner{
    max-width: 814px;
}
.section_15_priceing .section_inner_in{
    flex-wrap: wrap;
    display: flex;
    margin-left: -33px;
    margin-right: -33px;
}
.section_15_priceing_col{
  width: 50%;
  padding-left: 33px;
  padding-right: 33px;
}
.section_15_priceing_content{
  border-radius: 10px;
  background-color: #ffaeb0;
  padding: 34px 25px 30px 25px;
}
.section_15_priceing_content h6{
  font-size: 21.75px;
  color: #FFF;
  font-weight: 500;
  padding-bottom: 1px;
}
.section_15_priceing_content .price{
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    position: relative;
}
.section_15_priceing_content .price:before,
.section_15_priceing_content .price:after{
  content: "";
  width: 60px;
  height: 3px;
  background-color: #FFF;
  position: absolute;;
  top: 50%;
  display: block;
}
.section_15_priceing_content .price:before{
  left: -26px;
}
.section_15_priceing_content .price:after{
  right: -26px;
}
.section_15_priceing_content p{
  margin: 0px;
  padding-top: 15px;
  color: #FFF;
  padding-bottom: 5px;
}

.section_15_priceing_content a{
  background-color: #ffeb00;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  margin-top: 10px;
  display: inline-block;
  padding: 11px 20px 12px 20px;
  margin-bottom: 0px;
  color: #000;
}
.section_15_priceing_content a:hover{
  background-color:#000;
  color:#fff;
}


.section_15_bottomContent{
    padding-top: 70px;
    padding-bottom: 48px;
}
.section_15_bottomContent h4{
    font-size: 23.5px;
    font-weight: 600;
}
.section_15_bottomContent p{
    font-style: italic;
    font-weight: 600;
    margin: 0px;
    padding-top: 14px;
    padding-bottom: 13px;
}



@media (max-width: 1150px){
  
}
@media (max-width: 1000px){
  .section_14 {
      background-size: 320px;
      padding-bottom: 100px;
  }
  .section_15_topContent h2 {
      font-size: 22.55px;
  }
  .section_15_topContent p {
      font-size: 15.55px;
  }
  .section_15_topContent h4 {
      font-size: 24.5px;
      padding-bottom: 15px;
  }
}
@media (max-width: 900px){
  .section_14 ul {
      padding-left: 0px;
  }
  .section_15_topContent h4 {
      font-size: 20.5px;
  }
  .section_15_priceing_col {
      width: 100%;
      margin-bottom: 50px;
  }
  .section_15_priceing_col:last-child{
    margin-bottom: 0px;
  }
  .section_15_bottomContent {
      padding-top: 55px;
  }
  .section_15_bottomContent br{
    display: none;
  }
}
@media (max-width:754px){
  .section_15_priceing:before{
    display:none;
  }
}
@media (max-width:600px){
  .section_14 ul li {
      padding-left: 40px;
  }

  .section_14 {
    background-size: 200px;
  }
}
@media (max-width:500px){
  .section_15_priceing_content h6 {
      font-size: 14.75px;
      font-weight: 600;
  }
  .section_15_priceing_content .price {
      /* font-size: 31px; */
      /* font-weight: 700; */
  }
}

/* 
=======================================
  Section #16
=========================================*/
.section_16{
  background-color: #fff678;
  padding-top: 32px;
  padding-bottom: 27px;
}
.section_16 .section_inner{
  text-align: center;
}
.section_16 h3{
  padding-bottom: 4px;
}
.section_16_date{
  max-width: 446px;
  margin: 0px auto;
}
.section_16_date img{

}
.section_16_date .row .col-sm-10 .row{
  display:flex;
  margin-left: -13px;
  margin-right: -13px;
}
.section_16_date .row .col-sm-10 .row .countdown__item{
  padding-left:13px;
  padding-right:13px;
}
.section_16_date .row .col-sm-10 .row .countdown__item h2{
    width: 100%;
    height: 71px;
    background-color: #66d7b5;
    line-height: 72px;
    color: #FFF;
    border-radius: 13px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.28);
    font-size: 50px;
    margin-bottom: 17px;
    font-weight: 300;
    letter-spacing: -2px;
    position: relative;
}
.section_16_date .row .col-sm-10 .row .countdown__item h2:before,
.section_16_date .row .col-sm-10 .row .countdown__item h2:after{
  content: "";
  width: 100%;
  display:block;
  position:absolute;
  top: 35px;
  left: 0px;
}
.section_16_date .row .col-sm-10 .row .countdown__item h2:before{
  height: 3px;
  background-color: #000;
}
.section_16_date .row .col-sm-10 .row .countdown__item h2:after{
  height: 9px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  top: 32px;
}
.section_16_date .row .col-sm-10 .row .countdown__item h6{
  
font-weight: 800;
  
font-size: 14px;
  
font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1150px){
  
}
@media (max-width: 1000px){
  
}
@media (max-width: 900px){
  
}
@media (max-width:754px){
  
}
@media (max-width:600px){
  
}
@media (max-width:500px){
    .section_16_date .row .col-sm-10 .row .countdown__item h2 {
        font-size: 40px;
    }
}
@media (max-width:400px){
    .section_16_date .row .col-sm-10 .row .countdown__item h2 {
        font-size: 30px;
        line-height: 53px;
        height: 52px;
    }
    .section_16_date .row .col-sm-10 .row .countdown__item h2:before,
    .section_16_date .row .col-sm-10 .row .countdown__item h2:after{
      top: 24px;
    }
    .section_16_date .row .col-sm-10 .row .countdown__item h2:after{
      height: 9px;
      border-left: 3px solid #000;
      border-right: 3px solid #000;
      top: 21px;
    }
}




/* 
=======================================
  Section #17
=========================================*/
.section_17{
  padding-top: 123px;
  padding-bottom: 60px;
}
.section_17 .section_inner{
  max-width:800px;
}
.section_17 h4{
  font-weight: 700;
  padding-bottom: 14px;
}
.section_17 ul{
  margin: 0px;
  padding: 0px;
  padding-bottom: 38px;
}
.section_17 ul li{
  position: relative;
  list-style: none;
  margin: 0px;
  display: block;
  padding-left: 60px;
  margin-bottom: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.section_17 ul li:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  background-image: url(section-16-list-icon.png);
  background-size: 28px;
  background-repeat: no-repeat;
  height: 29px;
  width: 28px;
}

.section_17 .unlike ul li:before{
  top: 5px;
  background-image: url(section-16-list-icon2.png);
}
@media (max-width: 1150px){
  
}
@media (max-width: 1000px){
  
}
@media (max-width: 900px){
  .section_17{
    padding-top:50px;
    padding-bottom: 10px;
  }
}
@media (max-width:754px){
  
}
@media (max-width:600px){
  
}
@media (max-width:500px){

}
/* 
=======================================
  Section #18
=========================================*/
.section_18{
    padding-top: 80px;
    padding-bottom: 81px;
    background-color: #f9f2e3;
}
.section_18 .section_inner{
  max-width:1050px;
  text-align: center;
}
.section_18 hr {
  width: 3px;
  height: 29px;
  background-color: #FFA8AA;
  margin-top: 18px;
  margin-bottom: 21px;
}
.section_18 h4{
  font-weight: 600;
  padding-bottom: 4px;
  font-style: italic;
  margin-bottom: 0px;
}
.section_18 h5{
  font-weight: 600;
  font-size: 25.65px;
  padding-top: 7px;
  line-height: 1.14;
}
.section_18_content{
    padding-bottom: 17px;
    padding-top: 10px;
}
.section_18_content p{
    font-weight: 600;
    margin: 0px;
    padding-bottom: 25px;
    line-height: 1.5;
}
.section_18_content p strong{
  font-style: italic;
}
@media (max-width: 900px){
  .section_18 h4 br{
    display: none;
  }
  .section_18 h5 {
    font-size: 23px;
  }
  .section_18{
    padding-bottom:60px;
    padding-top:50px;
  }
}
@media (max-width:500px){
  .section_18 h5 br{
    display: none;
  }
}

/* 
=======================================
  Section #19
=========================================*/
.section_19 {
  padding-top: 92px;
}
.section_19 .section_inner{
  text-align: center;
}
.section_19 h3 {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 55px;
  text-align: center;
  padding-right: 105px;
}
.section_19 h3:after {
  content: " ";
  position: absolute;
  background-image: url(section-2-arrow.png);
  width: 85px;
  height: 73px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 12px;
  right: 0px;
}
.section_19_faq_lists{
  padding-top: 1px;
  padding-left: 30px;
}
.section_19_faq_item{
  text-align: left;
}
.section_19_faq_item h5{
  font-size: 17.88px;
  font-weight: normal;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.section_19_faq_item h5:before{
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: -33px;
    background-image: url(section-18-arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}
.section_19_faq_item h5.active:before{
  background-image: url(section-18-arrow-down.png);
}
.section_19_faq_item h5:hover{
  color: #fc8f91;
}
.section_19_faq_item h5:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fc8f91;
  margin: 0;
  border: 0;
  margin-top: 26px;
  display: block;
  clear: both;
}
.section_19_faq_item_text{
  padding-bottom: 32px;
}

.section_19_faq_item_text p{
  line-height: 1.46;
  margin: 0px;
  padding-top: 4px;
  padding-bottom: 22px;
}
.pf4_accordion_content{
	display:none;	
}
.pf4_accordion_content.active{
	display:block;	
}

.section_19_bottom p{
    font-weight: 700;
    margin: 0px;
    padding-top: 9px;
    padding-bottom: 11px;
}
.section_19_bottom a.pf4_button{
    margin-top: 16px;
}

@media (max-width: 900px){
  .section_19{
    padding-top:60px;
  }
}


/* 
=======================================
  Section #20
=========================================*/
.section_20{
  background-color:#ffb9bb;
  border:50px solid  #fff;
  margin-top:39px;
  padding-left: 50px;
  padding-right: 50px;
}
.section_20 .section_inner{
  padding-top: 222px;
  width: 90%;
  max-width: 1080px;
}
.section_20 .section_inner:before{
  content:" ";
  background-image:url(section-11-top-art.png);
  position:absolute;
  top: -317px;
  left: 27%;
  width: 559px;
  height: 560px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.section_20 .section_inner:after{
  content: " ";
  background-image: url(section-11-image-art.png);
  position: absolute;
  top: 43px;
  right: 58.5%;
  width: 175px;
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section_20_in{
  background-color: #fff;
  /* max-width: 1577px; */
  /* width: 92%; */
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 338px;
}

img.section_20_main_img{
  width: 380px;
  position: absolute;
  transform: translateX(-50%);
  left:50%;
  top: -220px;
}

.section_20 h3{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size:22.75px;
  font-weight: 500;
  text-align:center;
  max-width:980px;
  margin:0 auto;
  font-style:italic;
}
.section_20 h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 17.75px;
  font-weight: 700;
  margin-bottom: 16px;
}

.section_20 p{
  margin-bottom: 26px;
  margin-top: 0;
  line-height: 1.5;
}
.section_20 p + h4{
  margin-top: 35px;
}
.section_20_items{
    padding-top: 58px;
    max-width: 890px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.section_20_item{
  display:flex;
  flex-wrap: wrap;
  padding-bottom: 79px;
}
.section_20_item:last-child{
  padding-bottom:0;
}
.section_20_item_icon{
  width: 15%;
}
.section_20_item_icon img{
  max-width: 83px;
  max-height: 83px;
  margin-top: -26px;
}
.section_20_item_content{
  width: 85%;
}
.section_20_item_content hr {
    width: 30px;
    height: 3px;
    background-color: #fc8f91;
    margin: 0;
    border: 0;
    margin-top: -4px;
    margin-bottom: 12px;
}
@media (max-width:1150px){
  .section_20{
    border-width:30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section_20_in{
    /* width: 94%; */
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px){
  .section_20 .section_inner{
    width: 600px;
    padding-top: 100px;
  }
  .section_20 h2{
    font-size:26px;
    padding-left: 0;
    padding-right: 0;
  }
  .section_20 h3{
    font-size:22px;
  }
  .section_20 h4{
    font-size:22px;
  }
  .section_20 h3:before{
    top:90%;
    left: -91px;
  }
  .section_20_item_icon{
    width:17%;
  }
  .section_20_item_content{
    width:83%;
  }
  img.section_20_main_img{
    width: 240px;
    border-width: 6px;
    top: -170px;
  }
  .section_20_in{
    margin-top: 260px;
  }
  .section_20 .section_inner:before{
    top: -258px;
    left: 27%;
    width: 390px;
    height: 300px;
  }
  .section_20 .section_inner:after{
    top: -20px;
    right: 58%;
    width: 100px;
    height: 37px;
  }
  .section_20{
    margin-top:50px;
  }
  .section_20_item{
    padding-bottom:50px;
  }
}
@media (max-width: 800px){
  .section_20 .section_inner{
    width: 500px;
  }
  .section_20 {
    border-width: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_20_in_border{
    margin-top:-5px;
  }
  .section_20 h3:before{
    width: 34px;
    height: 64px;
    top: 94%;
    left: -35px;
  }
  .section_20_item_icon{
    width:100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .section_20_item_content{
    width:100%;
  }
  .section_20 h2{
    font-size:22px;
  }
  .section_20 h3{
    font-size:18px;
  }
  .section_20 h4{
    font-size:18px;
  }
  img.section_20_main_img{
    width:150px;
    top: -108px;
    border-width: 4px;
  }
  .section_20_in{
    margin-top: 123px;
  }
  .section_20 .section_inner:before {
      top: -138px;
      left: 34%;
      width: 215px;
      height: 190px;
  }
  .section_20 .section_inner:after {
    top: -3px;
    right: 58%;
    width: 70px;
    height: 25px;
  }
  .section_20_item:last-child{
    padding-bottom: 0px;
  }
}
@media (max-width: 700px){
  .section_20 h3:before {
      left: -15px;
  }
}
@media (max-width: 650px){
  .section_20 .section_inner {
    width: 84%;
  }
  .section_20_in_border{
    margin-top:-15px;
  }
  .section_20 {
    border-width: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_20_items{
    padding-bottom:0;
  }
}

/* 
=======================================
  Section #21
=========================================*/
.section_21{
  position: relative;
  background-image: url(section-13-bottom-art.png);
  background-size: 575px;
  background-repeat: no-repeat;
  padding-top: 23px;
  background-position: bottom right;
  padding-bottom: 260px;
  margin-bottom: -110px;
}
.section_21 .section_inner{
  max-width:900px;
}
.section_21 ul{
  margin:0px;
  padding: 0px;
  padding-left: 68px;
  padding-top: 11px;
  line-height: 1.52;
}
.section_21 ul li{
  list-style: none;
  margin: 0px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  font-size: 22.75px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  line-height: 1.31;
}
@media (max-width: 1250px){
  .section_21{
    background-size:350px;
    background-position: right 68%;
  }
}
@media (max-width: 1150px){
 .section_21 ul {
      padding-left: 0px;
  }
  .section_21{
    background-size: 300px;
    background-position: right 70%;
  }
}
@media (max-width: 1000px){
  .section_21{
    background-size: 240px;
    background-position: right 73%;
  }
}
@media (max-width: 900px){
  .section_21 {
      position: relative;
      background-size: 35%;
      padding-bottom: 186px;
  }
  .section_21 ul li{
    font-size: 18px;
  }
}
@media (max-width:754px){
  
}
@media (max-width:600px){
  .section_21 {
      background-size: 35%;
      padding-bottom: 186px;
      background-position: right 80%;
  }
}
@media (max-width:500px){
  .section_21 {
      background-size: 60%;
      padding-bottom: 186px;
      background-position: right 80%;
  }
}


/* 
=======================================
  Section #22
=========================================*/
.section_22{

}
.section_22 .section_inner{
  max-width: 987px;
  text-align: center;
}
.section_22_topContent{

}
.section_22_topContent h3{

}

.section_22_priceing{
    padding-top: 53px;
    position: relative;
}
.section_22_priceing:before{
    content: "";
    width: 215px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    background-image: url(section-14-art.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    display: block;
    background-size: contain;
    left: 0px;
    bottom: -55px;
}
.section_22_priceing .section_inner{
    max-width: 814px;
}
.section_22_priceing .section_inner_in{
    flex-wrap: wrap;
    display: flex;
    margin-left: -33px;
    margin-right: -33px;
}
.section_22_priceing_col{
  width: 50%;
  padding-left: 33px;
  padding-right: 33px;
}
.section_22_priceing_content{
  border-radius: 10px;
  background-color: #ffaeb0;
  padding: 34px 25px 30px 25px;
}
.section_22_priceing_content h6{
  font-size: 21.75px;
  color: #FFF;
  font-weight: 500;
  padding-bottom: 1px;
}
.section_22_priceing_content .price{
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    position: relative;
}
.section_22_priceing_content .price:before,
.section_22_priceing_content .price:after{
  content: "";
  width: 60px;
  height: 3px;
  background-color: #FFF;
  position: absolute;;
  top: 50%;
  display: block;
}
.section_22_priceing_content .price:before{
  left: -26px;
}
.section_22_priceing_content .price:after{
  right: -26px;
}
.section_22_priceing_content p{
  margin: 0px;
  padding-top: 15px;
  color: #FFF;
  padding-bottom: 5px;
}

.section_22_priceing_content a{
  background-color: #ffeb00;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  margin-top: 10px;
  display: inline-block;
  padding: 11px 20px 12px 20px;
  margin-bottom: 0px;
  color: #000;
}
.section_22_priceing_content a:hover{
  background-color:#000;
  color:#fff;
}

.section_22_bottomContent{
    padding-top: 70px;
    padding-bottom: 78px;
}
.section_22_bottomContent p{
    margin: 0px;
    padding-top: 14px;
    padding-bottom: 13px;
}



@media (max-width: 1150px){
  .section_22 ul {
      padding-left: 0px;
  }
}
@media (max-width: 1000px){
  .section_22_topContent h2 {
      font-size: 22.55px;
  }
  .section_22_topContent p {
      font-size: 15.55px;
  }
  .section_22_topContent h4 {
      font-size: 24.5px;
      padding-bottom: 15px;
  }
}
@media (max-width: 900px){
  .section_22_topContent h4 {
      font-size: 20.5px;
  }
  .section_22_priceing_col {
      width: 100%;
      margin-bottom: 50px;
  }
  .section_22_priceing_col:last-child{
    margin-bottom: 0px;
  }
  .section_22_bottomContent {
      padding-top: 55px;
  }
  .section_22_bottomContent br{
    display: none;
  }
  .section_22_priceing{
    padding-top:0;
  }
}
 
@media (max-width:500px){
  .section_22_priceing_content h6 {
      font-size: 14.75px;
      font-weight: 600;
  }
  .section_22_priceing_content .price {
      font-size: 31px;
      font-weight: 700;
  }
}



/* 
=======================================
  Section # Site Footer
=========================================*/

.section_sitefooter{

}
.section_sitefooter_top{
    background-color: #f4f3ef;
}
.section_sitefooter_top .section_inner_in{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 39px;
  padding-top: 35px;
}
.section_sitefooter_col1,
.section_sitefooter_col2{
  padding-left: 15px;
  padding-right: 15px;
}
.section_sitefooter_col1{
  width: 26%;
}
.section_sitefooter_col2{
  width: 46%;
}

.section_sitefooter_link{
  padding-top: 34px;
}
.section_sitefooter_link ul{
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.section_sitefooter_link ul li{
  margin: 0px;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
}
.section_sitefooter_link ul li a{
  color: #000;
}
.section_sitefooter_link ul li a:hover{

}

.section_sitefooter_form{
  text-align: center;
}
.section_sitefooter_form p{
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 16px;
  line-height: 1.75;
}
.section_sitefooter_form_in{

}
.section_sitefooter_form_in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -4px;
    margin-right: -4px;
}
.ssf_form_input{
    width: 50%;
    padding: 0px 4px;
}

.ssf_form_input input{
  width: 100%;
  border: 0px;
  height: 36px;
  padding: 0px 13px;
  font-family: 'Oswald', sans-serif;
}

.pf4_form_button_holder{
    width: 100%;
    padding: 0px 4px;
}
.pf4_form_button_holder button{
  background-color: #ffeb00;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  margin-top: 9px;
  display: inline-block;
  padding: 7px 20px 7px 20px;
  margin-bottom: 0px;
  border: 0px;
  font-size: 16px;
  width: 100%;
}
.pf4_form_button_holder button:hover {
  background-color: #FC8F91;
  color: #ffffff;
}
.section_sitefooter_logo{
  text-align: right;
  padding-top: 55px;
}
.section_sitefooter_logo img{
  max-width: 161px;
}

.section_sitefooter_bottom{
  background-color: #373737;
  padding-bottom: 21px;
  padding-top: 19px;
}
.section_sitefooter_bottom .section_inner{

}
.section_sitefooter_bottom span{
  padding-top: 8px;
  display: block;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
}
.section_sitefooter_bottom span a{
  color: #6bbdb9;
}
.section_sitefooter_bottom span a:hover{
  color: #FFF;
}
@media (max-width: 900px) {
  .section_sitefooter_col1 {
      width: 100%;
      text-align: center;
  }
  .section_sitefooter_col2 {
      width: 100%;
  }
  .section_sitefooter_logo {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 15px;
  }
  .section_sitefooter_link {
      padding-top: 25px;
      padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .ssf_form_input {
      width: 100%;
      padding: 0px 4px;
      margin-top: 9px;
  }
  .ssf_form_input:last-child{
    margin-top: 0px;
  }
  .section_sitefooter_form p br{
    display: none;
  }
}