.index-button-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
#back-to-top {
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#242424), to(#B4B4B4));
    background-image: -webkit-linear-gradient(left, #242424, #B4B4B4);
    background-image: -o-linear-gradient(left, #242424, #B4B4B4);
    background-image: linear-gradient(to right,#B4B4B4 ,#242424, #B4B4B4);
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
        border-bottom: 8px solid #EB5159;
}
ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-center {
    text-align: center !important;
}
.fs-36 {font-size: 2.25rem;}
.fs-63 {font-size: 1.9rem;}
.fs-64 {font-size: 1.4rem;}


.fs-22 {
    font-size: 1.375rem;
}
.mb-3, .my-3 {
    margin-bottom: 2rem !important;
}
.fs-20 {
    font-size: 1.95rem;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 6rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.text-white {
    color: #fff !important;
}
.pb-9, .py-9 {
    padding-bottom: 7rem !important;
}

.service-list2 .service-item {
	text-align: center
}

.service-list2 .service-item img {
	margin-left: auto;
	margin-right: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.service-list2 .service-item .content {
	position: relative;
	cursor: pointer
}

.service-list2 .service-item .content:before {
	content: '';
	display: block;
	position: absolute;
	width: 90%;
	padding-bottom: 90%;
	border: 1px solid transparent;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.service-list2 .service-item .content.active:before,
.service-list2 .service-item .content:hover:before {
	border-color: #005DAA
}

.service-list2 .service-item .content.active img,
.service-list2 .service-item .content:hover img {
	-webkit-filter: none;
	filter: none
}

@media (max-width:991.98px) {
	.service-list2 .service-item .content:before {
		content: '';
		width: 100%;
		padding-bottom: 100%
	}
	.service-list2 .service-item .content img {
		max-width: 70px
	}
	.service-list2 .service-item .content .text {
		font-size: .8rem
	}
}

img {
    vertical-align: middle;
    border-style: none;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.service-list .service-item {
    text-align: center;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.pb-8, .py-8 {
    padding-bottom: 6rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.bread06 {
    margin-top:-35px;
}
.service-list2:hover .image:after {
	opacity: 0;
}

.service-list2 .title {
	color: #232323;
	text-align: center;
	background-color: #FFF;
	padding: 16px;
}

.service-list2:hover .title {
	background-image: url(images/home-service-list.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% 100%;
	color: #FFF;
}
.pt-6, .py-6 {
    padding-top: 6rem !important;
}
.fs-30 {
    font-size: 2.6rem;
}
 .section35 {
    background-color: #F2F8FD;
    background: linear-gradient(180deg, #ffffff 30%, #fbefc9 98% , #ffffff 98%, #ffffff 100%);
    
    background-repeat: no-repeat;
    background-position: 135% 50%;
}
.descse{
    background-color: #F2F8FD;
    background-image: url(../images/bg03.png);
     background-size:     cover; 
   
}
.notfloat{
    float:initial;
        text-align: center;
}
.index-button-list.list1 {
	margin-bottom: -3rem
}

.index-button-list .index-button-item {
	width: 200px;
	height: 200px;
	margin: 0 4.4rem;
	display: block;
	position: relative;
	text-decoration: none;
    background-color: transparent;
}

.index-button-list .index-button-item:hover .content:before {
	opacity: 1!important;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.index-button-list .index-button-item.item1 .content:before {
	background-color: #e60012;
	opacity: .6
}

.index-button-list .index-button-item.item2 .content:before {
	background-color: #959595;
	opacity: .6
}

.index-button-list .index-button-item.item3 .content:before {
	background-color: #f39700;
	opacity: .6
}

.index-button-list .index-button-item.item4 .content:before {
	background-color: 	#5151A2;
	opacity: .6
}

.index-button-list .index-button-item.item5 .content:before {
	background-color: #007500;
	opacity: .6
}

.index-button-list .index-button-item .content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	overflow: hidden
}

.index-button-list .index-button-item .content:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 200;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.index-button-list .index-button-item .content .bg {
	position: absolute;
	z-index: 100;
	width: 150%;
	height: 150%;
	left: 0;
	top: 0;
	margin: auto;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transform: rotate(-45deg) translate(0%, -20%);
	-ms-transform: rotate(-45deg) translate(0%, -20%);
	transform: rotate(-45deg) translate(0%, -20%)
}

.index-button-list .index-button-item .content .text {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 300;
	position: relative
}

@media (max-width:1199.98px) {
	.index-button-list.list1 {
		margin-bottom: -2rem
	}
	.index-button-list .index-button-item {
		width: 150px;
		height: 150px;
		margin-left: 4rem;
		margin-right: 4rem
	}
}

@media (max-width:991.98px) {
	.index-button-list.list1 {
		margin: 0
	}
	.index-button-list .index-button-item {
		margin-left: 3rem;
		margin-right: 3rem;
		margin-bottom: 1rem
	}
	.index-button-list .index-button-item .content .text {
		font-size: 2rem!important
	}
	#back-to-top {
	    display:none
	}
}

@media (max-width:575.98px) {
	.index-button-list .index-button-item {
		width: 90px;
		height: 90px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1rem
	}
}

@media (max-width:430px) {
	.index-button-list .index-button-item {
		width: 80px;
		height: 82px
	}
	.index-button-list .index-button-item.item1 {
		margin-left: 6.5rem
	}
	.index-button-list .index-button-item.item2 {
		margin-left: -2.6rem
	}
}

@media (max-width:375px) {
	.index-button-list .index-button-item.item1 {
		margin-left: 5.5rem
	}
	.index-button-list .index-button-item.item2 {
		margin-left: -2.6rem
	}
}

@media (max-width:330px) {
	.index-button-list .index-button-item {
		width: 70px;
		height: 72px
	}
	.index-button-list .index-button-item.item1 {
		margin-left: 4.5rem
	}
	.index-button-list .index-button-item.item2 {
		margin-left: -1.6rem
	}
}
