.trusted_leading_section {
	padding: 23px 0 34px;
	position: relative;
}
.trusted_leading_section.innersPage {
	padding: 23px 0 45px;
}
.trusted_leading_section.innersPage .trusted_leading_heding {
	padding-bottom: 0;
}
.trusted_leading_section .trusted_leading_heding {
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
.trusted_leading_section .trusted_leading_heding h3 {
	color: #404040;
	font-weight: 300;
}
.trusted_leading_section .trusted_slider_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.trusted_leading_section .trusted_slider_box .logo_box {
	align-items: center;
	display: flex;
	height: 100px;
	justify-content: center;
	padding: 0 30px;
	text-align: center;
}
.trusted_leading_section .trusted_slider_box .logo_box img {
	height: 50px;
	object-fit: contain;
	width: 130px;
}
.trusted_leading_section .isGray_logo .logo_box img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.trusted_leading_section .isGray_logo .logo_box:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.trusted_slider {
	position: relative;
}
.trusted_slider:before {
	background-image: linear-gradient(
		90deg,
		#fff,
		#ffffffba,
		hsla(0, 0%, 47%, 0),
		transparent,
		transparent
	);
	left: 0;
}
.trusted_slider:after,
.trusted_slider:before {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 150px;
	z-index: 1;
}
.trusted_slider:after {
	background-image: linear-gradient(
		270deg,
		#fff,
		#ffffffba,
		hsla(0, 0%, 47%, 0),
		transparent,
		transparent
	);
	right: 0;
}
.large_diver {
	margin: 0 auto;
	max-width: 1200px;
}
.large_diver hr {
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
	.trusted_slider_box:after,
	.trusted_slider_box:before {
		display: none;
	}
	.trusted_leading_section .trusted_leading_heding h3 span {
		display: block;
	}
	.trusted_leading_section {
		padding: 10px 0;
	}
	.trusted_leading_section .trusted_leading_heding {
		padding-bottom: 0;
	}
	.trusted_leading_section .isGray_logo .logo_box img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
	.trusted_slider_not > div {
		width: 33.33%;
	}
	.trusted_leading_section .trusted_slider_box .logo_box {
		height: 60px;
	}
	.trusted_leading_section .trusted_slider_box .logo_box img {
		height: 30px;
		width: 100px;
	}
}
