/*
	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;	
	}
}


.section-inner,
.section_inner,
.site-content-in{
	max-width: 1040px;
	width: 86%;
	margin:0 auto;
	position:relative;
}
.mobile_only{
    display:none;
}

.bbpc_hero{
  padding-top: 90px;
}
.bbpc_hero .section_inner{
  max-width: 1036px;
  padding-top: 65px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.bbpc_hero .section_inner:after{
  content:" ";
  position:absolute;
  background-color:#F1F1F1;
  width: 82%;
  height: 69%;
  left: 32px;
  top:0;
}
.bbpc_hero_left{
  position:relative;
  z-index:1;
  width: 46%;
}
.bbpc_hero_right{
  width: 54%;
  box-sizing: border-box;
  padding-left: 50px;
  position:relative;
  z-index:1;
}
.bbpc_hero_right h1{
  margin-left: -156px;
  margin-top: 18px;
  margin-bottom: 23px;
  font-size: 55.3px !important;
  /* font-weight: 300; */
  line-height: normal;
  letter-spacing: 0;
  color: #000000 !important;
  position: relative;
  display: inline-block;
  /* font-family: D-DIN; */
  /* font-style: normal; */
}
.bbpc_hero_right h1 mark{
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #E7FD8A 0%, #E7FD8A 100%);
  background-repeat: no-repeat;
  background-size: 90% 55%;
  background-position: 110% 100%;
  padding-bottom: 5px;
}
.bbpc_hero_right article{
    position:relative;
}
.bbpc_hero_right article p{
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.bbpc_hero_content{
  padding-right: 20px;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.bbpc_hero_content:before{
  content:" ";
  position:absolute;
  right:0;
  bottom:0;
  width:2px;
  height:70%;
  background-color:#000;
}
.bbpc_hero_content:after{
  content:" ";
  position:absolute;
   right:0;
  bottom:0;
  width:70%;
  height:2px;
  background-color:#000;
}
.bbpc_hero_contact h2{
  font-size: 40.3px !important;
  /* font-weight: 300; */
  line-height: normal;
  letter-spacing: 0;
  color: #000000 !important;
  position: relative;
  /* font-family: D-DIN; */
  font-style: normal;
}
.bbpc_form{
  padding-top: 150px;
  padding-bottom:80px;
}
.bbpc_form .section_inner{
  max-width: 910px;
  width: 80%;
}
.bbpc_form_style_bg{
  position:absolute;
  width: 1%;
  left: -40px;
  top: -155px;
  height: 488px;
 }
.bbpc_form_style_border{
   position:absolute;
   left:0;
   top: -100px;
   width: 18%;
   height: 100px;
}
.bbpc_form_style_border:after{
  content:" ";
  background-image:url(arrow.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -100px;
}
.bbpc_form_style_border .full-left-bg{
  background-color:#000;
  height:2px;
  margin-top: 24px;
}
.bbpc_form div.wpcf7{
  width:100%;
}
.bbpc_form .form_row{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bbpc_form .form_col{
  width: 49%;
}
.bbpc_form .form_item{
  margin-bottom:20px
}
.bbpc_form label{
  text-transform:uppercase;
  font-weight:600;
  font-size:14px;
  color:#5B5B60;
  display:block;
  margin-bottom:5px;
}
.bbpc_form label em{
  color:#F44336;
  font-style:normal;
  font-weight:bolder;
}
.bbpc_form input,
.bbpc_form textarea,
.bbpc_form select{
  width: 100%;
  font-size: 15px;
}
.bbpc_form select{
  height: 37px;
  border: 1px solid #e1e1e1;
  padding: 3px 9px;
}
.bbpc_form textarea{
  height: 70px;
  min-height: 50px;
}
.bbpc_form input[type="submit"]{
  width:auto;
  font-size:16px;
  font-weight:bold;
}

/*  BBB Section --> 6
-----------------------------*/
.bbb_section_6{
  background-color: #000;
  font-size: 13px;
  letter-spacing: 1px;
}
.bbb_section_6_text{
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  padding-top: 9px;
  padding-bottom: 9px;
}
.bbb_section_6_text a{
  color: #6bbcb8;
}
.bbb_section_6_text a:hover{
  color: #FFF;
}



@media (max-width: 980px){
  .bbpc_hero .section_inner{
    padding-top: 30px;
  }
  .bbpc_hero_left{
    display:none;
  }
  .bbpc_hero_right{
    width:100%;
    padding-left:0;
  }
  .bbpc_hero_right h1{
    margin-left:0;
    font-size: 40px !important;
  }
  .bbpc_hero_right h2{
    font-size: 34px !important;
  }
  .bbpc_hero_content{
    padding-top:30px;
  }
  .bbpc_form_style_bg,
  .bbpc_form_style_border{
    display:none;
  }
  .bbpc_form{
    padding-top: 0;
  }
  .bbpc_form .section_inner{
  	
width: 90%;
  }
  .bbpc_form .form_col{
    width:100%;
  }
  .bbpc_hero_right h1 + img.mobile_only{
  	display:block;
  }
}