.bannerbg{
	display: block;
	position: relative;
	width: 100%;
	background: url(../images/servicebanner.webp) no-repeat center center;
	background-size: cover;
	padding: 90px 0 10px;
}
.bannerbg::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.90);
}
.widthsmall{
	width: 700px;
	max-width: 100%;
	margin:0 auto;
	position: relative;
	margin-bottom: 7rem;
	z-index: 1;
}
.widthsmall::after{
	content: '';
	display: block;
	clear: both;
}
.maintitle{
	color: #000000;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    font-family: "Oswald", sans-serif;
}
.subtitle{
	color: #000000;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    display: block;
    margin-bottom: 1rem;
    font-family: "Oswald", sans-serif;
}
.subtitle span{
	color: #CBA969;
}
.widthsmall P{
	font-size: 17px;
    line-height: 1.4em;
    color: #000000CC;
}
.bannerbg .maintitle{
	color: #F0972B;
}
.bannerbg p{
	color: #fff;
}
.divider{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00000073;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin:1rem 0;
}
.divider::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #efefef;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.divider span{
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.dividerblack{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin: 1rem 0;
}
.dividerblack::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dividerblack span {
    display: inline-block;
    padding: 0 10px;
    background: #000;
    position: relative;
    z-index: 1;
}

.topsection{
	display: block;
	width: 100%;
	position: relative;
	padding: 80px 0;
}
.innersection{
	width: 100%;
	display: block;
	background: #C7AA6C;
	border-radius: 20px;
	padding: 15px 25px;
	box-sizing: border-box;
	margin-bottom: 3rem;
}
.column{
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	padding: 15px 0;
	background: none;
	border-radius: 15px;
	margin:0 0 15px;
	text-align: center;
	border-bottom: 1px solid #C3AB6E;
}
.iconbg{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
}
.column .icons{
	background-color: #C3AB6E;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.column .icons img{
	width: 100%;
	height: auto;
}
.column .calltitle{
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #C3AB6E;
	margin:0.3rem 0 0.7rem;
	line-height: 1.2;
	text-align: left;
}
.column p,
.column p a{
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #fff;
	column-gap: 7px;
	line-height: 1.2;
	justify-content: flex-start;
    text-align: left;
}
.column p i,
.column p a i
{
	font-size: 1.4rem;
}
.column p i::before,
.column p a i::before{
	-webkit-text-stroke : 1px  #000;
}
.column p{padding-left: 55px;}
.formbg{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 60px 30px;
	background: #FBF9F7;
	border-radius: 4px;
}
.formbg .title{
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 1rem;
	color: #000;
}
.formbg input[type='text']{
	display: block;
	background: #fff;
	color: #000;
	font-size: 1rem;
	line-height: 52px;
	border-radius: 48px;
	padding: 0 25px;
	width: 100%;
	box-sizing: border-box;
	border:1px solid rgb(40 70 78 / 18%);
	font-weight: 500;
	margin-bottom: 1rem;
}
.formbg textarea{
	display: block;
	background: #fff;
	color: #000;
	font-size: 1rem;
	line-height: 24px;
	border-radius: 20px;
	padding: 25px 25px;
	width: 100%;
	box-sizing: border-box;
	border:1px solid rgb(40 70 78 / 18%);
	font-weight: 500;
	margin-bottom: 1rem;
}
.formbg input[type='submit']{
	color: #000;
	display:block;
	background-color: #F0972B;
    border: 2px solid #F0972B;
    font-size: 18px;
    color: #fff;
    padding: 9px 33px;
    font-weight: 500;
    border-radius: 3px;
}
.checkboxbg {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: flex-start;
}
.checkboxbg .check {
    width: 20px;
    display: flex;
    align-items: center;
}
.checkboxbg .check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 0;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	position: absolute;
	margin-left: -22px;
	top: 26px;
	left: 50px;
}
.checkboxbg .check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 0;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	position: initial;
	margin: 0;
}
.checkboxbg p {
    font-size: 16px;
    text-align: revert;
    color: #535353;
    font-weight: 400;
    padding-left: 15px;
}
.checkboxbg p a{
    color: #C3AB6E;
}
.submitbg{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.socailbg{
	display: flex;
	position: relative;
	padding: 30px;
	background: url(../images/service1.webp) no-repeat center center;
	border-radius: 4px;
	background-size: cover;
	/*top: 50%;
	transform: translateY(-50%);*/
	text-align: center;
	overflow: hidden;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.socailbg::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.89);
	border-radius: 4px;
}
.socailbg div{
	position: relative;
	z-index: 1;
}
.socailbg .title{
	display: block;
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 3.5rem 0 0.5rem;
	font-weight: 600;
	color: #fff;
}
@media screen and (max-width:991px){
	.main{
		width: 100%;
		max-width: 720px;
		padding: 0 15px;
		box-sizing: border-box;
		margin:0 auto;
	}
}
@media screen and (max-width:767px){
	
	.maintitle{
		font-size: 40px;
	}
	.widthsmall{
		margin-bottom: 3rem;
	}
	.formbg{
		padding: 60px 15px;
	}
}