/* CSS Document */
body{
	background:#f4f4f4;
}

.sv_about_body{
	padding:20px;
    min-height: 200px;
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
	margin-top:20px;
}
.sv_about_box1{
	display:flex;
    align-items: center;
}
.sv_about_box1 section{
	padding:20px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-family: 'Poppins', Lato;
    text-align: left;
}
.sv_about_box1 section ul{
	padding-left:30px;
}
.sv_about_box1 section h1 i{
	color:var(--t);
}
.about_1{
    width: 300px;
    height: 300px;
    /*border: 30px solid #f5fbfe;*/
	background:rgb(121 85 72 / 2%);
    border-radius: 20px;
    position: relative;
    box-shadow: 1px 1px 40px #d0d0d0;
	display:flex;
    align-items: center;
    justify-content: center;
	margin-top:20px;
}
.about_2{
	display:flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 270px;
	background:#06a1e1;
    border-radius: 20px;
}
.about_3{
	display:flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
	background:#0281b5;
    border-radius: 20px;
}
.about_4{
	display:flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 210px;
	background:var(--p);
    border-radius: 20px;
}
.about_4 img{
	width:150px;
	height:150px;
}
.sv_about_img{
	display:flex;
    flex-wrap: wrap;
	padding-top:20px;
}
.sv_about_img img{
	border-radius:30px;
	flex:1;
	margin:20px;
	width:240px;
	height:240px;
	box-shadow:0 4.8px 24.4px -6px rgb(0 0 0 / 10%);
}


.sv_faq_body{
    padding: 20px;
    min-height: 200px;
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
    margin-top: 20px;
}
.sv_faq_body section{
	padding:25px 0px;
	border-bottom:4px solid rgba(0,0,0,0.03);
	text-align:left;
}
.sv_faq_body section:last-child{
	border:none;
}
.sv_faq_body section h1{
	font-size:26px;
	font-weight:600;
	padding-bottom:15px;
	color:var(--p);
	line-height:30px;
}
.sv_faq_body section h1 i{
	display:inline-block;
	margin-right:8px;
	width:26px;
	height:26px;
	background:url(../img/q.gif) no-repeat center;
	background-size:contain;
	vertical-align:middle;
}
.sv_faq_body section article{
	font-size:15px;
	line-height:22px;
	color:var(--t);
}
.sv_faq_body section article i{
	display:inline-block;
	margin-right:8px;
	width:16px;
	height:16px;
	background:url(../img/a.gif) no-repeat center;
	background-size:contain;
	vertical-align:middle;
}

@media screen and (max-width:931px){
	.sv_about_box1{
		flex-direction: column-reverse;
	}
}