body {
  overflow-x: hidden; }

.bg-light {
  background-color: #ffffff !important; }

.pb_icon-gradient:before {
  background: #f7882f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f7882f 0%, #fec829 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f7882f 0%, #fec829 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #f7882f 0%, #fec829 100%);
  background: linear-gradient(45deg, #f7882f 0%, #fec829 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.pb_slant-light,
.pb_slant-white {
  position: relative; }
  .pb_slant-light:after,
  .pb_slant-white:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -50px;
    height: 200px;
    width: 130%;
    background-color: #f2f4f9;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 10; }
  .pb_slant-light.pb_slant-reverse:after,
  .pb_slant-white.pb_slant-reverse:after {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    left: -100px;
    bottom: -140px; }

.pb_slant-white:after {
  background-color: #fff; }

.pb_section {
 }

.pb_cover_v3 a, .pb_xl_py_cover a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid transparent; }
  .pb_cover_v3 a:hover, .pb_xl_py_cover a:hover {
    color: white;
    border-bottom: 2px solid white; }

.pb_cover_v3 .btn, .pb_xl_py_cover .btn {
  color: white; }
.pb_check-40{
	width:40px;
	height:40px;
}
.pb_check-30{
	width:30px;
	height:30px;
	visibility: hidden;
	cursor: pointer;
}
.pb_check-30:before {
content: " ";
background-color: #ccc;
display: inline-block;
width: 30px;
height: 30px;
border: 3px solid #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
visibility: visible;
box-shadow: 0 0 0px 2px #999;
margin-top:7px;
}
.pb_check-30:checked:before {
background-color: #F60;
}
.pb_check-20{
	width:20px;
	height:20px;
	visibility: hidden;
	cursor: pointer;
}
.pb_check-20:before {
content: " ";
background-color: #ccc;
display: inline-block;
width: 20px;
height: 20px;
border: 3px solid #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
visibility: visible;
box-shadow: 0 0 0px 2px #999;
margin-top:4px;
}
.pb_check-20:checked:before {
background-color: #F60;
}
.pb_check-15{
	width:15px;
	height:15px;
	visibility: hidden;
	cursor: pointer;
}
.pb_check-15:before {
content: " ";
background-color: #ccc;
display: inline-block;
width: 15px;
height: 15px;
border: 2px solid #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 4px;
border-radius: 4px;
visibility: visible;
box-shadow: 0 0 0px 2px #999;
margin-top:3px;
}
.pb_check-15:checked:before {
background-color: #F60;
}
.pb_check-10{
	width:10px;
	height:10px;
	visibility: hidden;
	cursor: pointer;
}
.pb_check-10:before {
content: " ";
background-color: #ccc;
display: inline-block;
width: 10px;
height: 10px;
border: 2px solid #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
visibility: visible;
box-shadow: 0 0 0px 2px #999;
margin-top:6px;
}
.pb_check-10:checked:before {
background-color: #F60;
}
.sub-heading{
	width:100%;
}
.mb-padding{
	padding-left: 10px;
	padding-bottom: 10px;
}
.pb_cover_v3 {
}
.loco_bright{
	background-color: rgba(255, 255, 255, 0.1);
	padding: 15px 20px 15px 20px;
	margin-bottom:25px;
	margin-top:25px;
	vertical-align:middle;
}
.loco_margin{
	margin-bottom:25px;
	margin-top:25px;
}	
.pb_font-14{
	margin-bottom:0px;
}

h4{
margin-bottom: 15px;
color:#000 !important;
}