/** Homepage 03 **/ 
.pbmit-text-editor{
	font-size: 16px;
	font-weight: 400;
}
.service-sec-three{
	position: relative;
	background-image: url(../img/bg/service-bg-pattern.png);
    background-position: top left;
    background-repeat: no-repeat;
	margin: 100px 40px 0 40px;
	border-radius: 30px;
	padding: 100px 0 180px 0;
}
.service-sec-three:before{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
	border-radius: 30px;
}
.service-sec-three .pbmit-btn-wrap .pbmit-btn{
	padding: 18px 50px;
}
.service-sec-three .pbmit-btn-wrap{
	display: inline-table;
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 30px 0 30px;
    border-radius: 30px 30px 0 0;
    background-color: var(--pbmit-white-color);
}
.service-sec-three .pbmit-btn-wrap:before,
.service-sec-three .pbmit-btn-wrap:after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.service-sec-three .pbmit-btn-wrap:before{
	right: 100%;
    border-bottom-right-radius: 15px;
}
.service-sec-three .pbmit-btn-wrap:after{
	left: 100%;
    border-bottom-left-radius: 15px;
}
