.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: 1.4em;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    font-family: "Oswald", sans-serif;
}
.bannerbg .maintitle{
    font-size:3.0rem;
    text-transform:uppercase;
}
.subtitle{
	color: #000000;
    font-size: 2.5rem;
    font-weight: 700;
    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;
}

.quotebtn{
	display: block;
	margin:2rem 0 0;
}
.quotebtn a{
	color: #000;
	display: inline-block;
	background-color: transparent;
    border: 2px solid #111;
    font-size: 18px;
    color: #000000;
    padding: 11px 33px;
    font-weight: 500;
}
.quotebtn svg {
    width: 30px;
    height: 30px;
}
.topservice{
	display: block;
	padding: 80px 0;
	position: relative;
}
.topservice .figure{
	display: block;
	width: 100%;
	border-radius: 20px;
}
.topservice .figure img{
	display: block;
	width: 100%;
	height: auto;
	/*border-radius: 20px;*/
}
.topservice .caption{
	display: block;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.bor-bg{
	width:100%;
	display: block;
	/*cursor: pointer;*/
}
.tab-button{
	width:100%;
	display: block;
	position:relative;
	box-sizing:border-box;
	padding: 20px 15px;
	font-size: 2.2rem;
	font-weight: 600;
	color:#F0972B;
	line-height: 1.5;
	margin-bottom:0;
	text-transform:none;
	border-bottom: 1px solid #ebebeb;
	font-family: "Oswald", sans-serif;
}
.tab-caption{
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding: 30px 15px;
	overflow:hidden;
	/*border-bottom: 1px solid #ebebeb;*/
}
/*.tab-button::after{*/
/*	content:'\f067';*/
/*	position:absolute;*/
/*	top:50%;*/
/*	right:15px;*/
/*	transform: translateY(-50%);*/
/*	font-family: 'FontAwesome';*/
/*	font-size: 1.5rem;*/
/*	-webkit-text-stroke:3px #fff;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*	background: #fff;*/
/*	color: #0a0a0a;*/
/*	text-align: center;*/
/*}*/
.tab-caption p{
	font-size:17px;
	line-height:1.7;
	color:#000000BA;
	display:block;
}
.on{
	color:#000;
	border-top: 0;
}
.on::after{
	content:'\f068';
	position:absolute;
	top:50%;
	right:15px;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	font-size: 1.5rem;
	width: 20px;
	height: 20px;
	background:#fff;
	color: #0a0a0a;
	text-align: center;
	-webkit-text-stroke:3px #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;
	}
	
}