/*===== Customer Reviews, Trusted By, Awards & Honors, ITOM Template (Start) =====*/
.content-wrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.hero-wrap {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.hero-wrap {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.hero-wrap {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.hero-wrap {
		max-width: 1140px;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.content-wrap {
		max-width: 1140px;
	}
}

.swiper-container {
	height: auto;
}

.swiper-button-prev,
.swiper-button-next {
	background-repeat: no-repeat !important;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 5px !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 50%;
	filter: grayscale(1);
}

.swiper-cont {
	background: #f7f7f9;
	min-height: 310px;
	padding: 40px 50px;
	position: relative;
	text-align: center;
}

.swiper-cont .sub-head {
	background: #f7f7f9 !important;
	border-bottom: none !important;
}

.swiper-cont .logo-cover img {
	border: none;
}

.swiper-slide {
	text-align: left !important;
	height: auto !important;
}

.swiper-wrapper {
	align-items: stretch;
}

.flex-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.review-content .gartner-logo img {
	border: none !important;
	margin: 0 !important;
}

.flex-box .custom-col:nth-child(1) {
	width: 40%;
}

.flex-box .custom-col:nth-child(2) {
	width: 60%;
}

ul.swiper-list {
	padding: 0px;
}

.swiper-list li {
	list-style: none;
	margin-bottom: 20px;
	text-align: left;
}

.swiper-list li span {
	font-weight: 600;
}

.swiper-list p {
	margin: 0px;
}

.swiper-cont h2 {
	margin: 0px;
}

.swiper-cont .sub-head {
	margin: 10px 10px;
	font-size: 15px;
	font-weight: 400;
	padding: 0px;
}

.swiper-cont .italic-cont {
	margin: 0px 0px 25px;
	font-style: italic;
	color: #716d6d;
}

.logo-cover {
	max-width: 250px;
	margin: 20px auto 0px;
}

.sec1 {
	padding: 32px 0;
}

.review-details>span {
	display: inline-block;
	box-sizing: border-box;
	padding: 4px 12px;
	border-radius: 8px;
}

.review-details>.rev-role {
	background: #faefef;
	margin-right: 8px;
}

.review-details>.rev-role>strong {
	padding-right: 8px;
}

.review-details>.company-size {
	background: #eef3fd;
}

.review-content {
	margin: 0 auto;
	border: 1px solid #ececec;
	padding: 24px;
	border-radius: 6px;
	width: 100%;
	background: #fff;
	height: 100%;
	max-width: 1000px;
	box-sizing: border-box;
}

.review-content a,
.ct-itom .view-more-btn a {
	display: inline-block;
	padding: 8px 16px;
	background: #525252;
	color: #fff;
	border-radius: 32px;
	margin: 16px 0px 10px;
	transition: all 0.3s ease-in-out;
}

.review-content a:hover,
.ct-itom .view-more-btn a:hover {
	text-decoration: none;
	background: #f51a1c;
}

.review-prd {
	font-weight: 400;
	font-size: 16px;
	border-bottom: 3px solid #e8e8e8;
}

.review-head {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 30px;
}

.review-description {
	font-size: 14px;
	line-height: 24px;
	margin: 0px 0px 4px;
}

.review-org {
	margin-bottom: 8px;
	font-style: italic;
}

.review-desc {
	position: relative;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 8px;
}

.sec-title {
	background: #f9f9f9;
	padding: 20px 12px;
}

.review-desc {
	padding: 12px 0px;
}

.gartner-logo {
	display: flex;
	margin: 0 0 20px;
}

.gartner-logo img {
	max-width: 200px;
}

/*===========================
  **** Rating ****
  ============================*/
.rating-and-tooltip {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.avgStarIcon .stars-icon {
	display: inline-block;
	height: 20px;
	background-repeat: repeat-x;
	background-size: 20px;
}

.avgStarIcon {
	display: flex;
	align-items: center;
	height: 17px;
	margin-top: 3px;
	text-align: left;
}

.ratingNumber {
	font-size: 14px;
	color: #444;
	padding-right: 8px;
}

.ratingLabel {
	font-size: 14px;
	color: #444;
	padding-left: 8px;
}

.stars-icon-star-off {
	background-position: 0 0;
}

.rating-and-tooltip .avgStarIcon .stars-icon-star-off {
	width: 100px;
	margin-bottom: 3px;
}

.stars-icon {
	height: 20px;
	background-size: 20px;
}

.stars-icon-star-on {
	display: inline-block;
	background-repeat: repeat-x;
	background-position: 0 -20px;
}

.stars-icon-star-off,
.stars-icon-star-on,
.stars-sprite {
	background-image: url(https://cdn.manageengine.com/br/applications_manager/images/rating-star.png);
}

.customspeak {
	background-color: #f9f9f9;
}

.apmfootersec-padd {
	padding: 60px 0px;
}

.view-more-btn {
	display: flex;
	justify-content: flex-end;
}

/*===========================
  **** Awards ****
  ============================*/
.logo-widget-bg {
	background: #222222;
}

.New-AwardsHonors {
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	margin: 0 auto;
}

.New-AwardsHonors li {
	margin: 0px 15px;
	box-sizing: border-box;
	width: 100%;
	box-shadow: rgba(92, 92, 92, 0.15) 4px 2px 20px 0px;
	height: 120px;
	overflow: hidden;
	position: relative;
	display: block;
	background: #fff;
}

.New-AwardsHonors li img {
	position: absolute;
	max-width: 75%;
	max-height: 75%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 4px;
}

/*------- Awards Section ------*/
#AwardsHonors ul {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#AwardsHonors ul li a {
	display: grid;
	color: #000;
	transition: all 0.3s;
}

#AwardsHonors ul li a:hover {
	color: #3c3c75;
	text-decoration: none;
	transition: all 0.3s;
}

#AwardsHonors ul li span {
	display: block;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	box-shadow: 0 6px 14px 3px whitesmoke;
	border-bottom: none;
}

.div-awards-ct {
	display: none !important;
}

#AwardsHonors ul li span.div-awards-ct {
	padding: 30px 15px;
	display: none;
}

.div-awards-img {
	min-height: 135px;
	padding: 10px 0;
}

#AwardsHonors ul li span img {
	max-width: 120px;
	border: none;
}

.AwardsHonors .flex-row {
	padding: 0px 0px 0px;
}

.flex-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0px 0px 0px;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-row .col {
	flex: 1;
	margin: 0px 5px;
}

.apmHmTB1 strong {
	font-weight: 500 !important;
}

.ApmMoreBtn a {
	background: #444;
	padding: 8px 25px;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
	margin-top: 30px;
	display: inline-block;
}

.ApmMoreBtn a:hover {
	background: #000;
	transition: all 0.3s;
	text-decoration: none;
}

#customers h3 {
	margin-top: 0px !important;
}

.fw {
	font-weight: 600;
}

.main-heading {
	font-size: 35px;
	line-height: 1.2;
	margin: 0 0 30px;
	color: #333;
}

/*===========================
  **** Testimonial ****
  ============================*/
.show-vid {
	text-align: center;
}

/*==========================================
  **** Case Study IT Operation Management ****
  ============================================*/
.ct-itom {
	width: 87%;
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #ececec;
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	height: 100%;
	box-sizing: border-box;
}

.prodcut-name {
	background: #ececec;
	display: inline-block;
	padding: 4px 12px;
}

.ct-itom p,
.ct-itom h3 {
	margin: 0;
}

.ct-itom h3 {
	margin: 8px 0;
}

.ct-itom>.desc {
	margin-top: 16px;
}

.industry-name {
	color: #5a5a5a;
	font-style: italic;
}

.ct-itom>a {
	display: inline-block;
	padding: 8px 16px;
	background: #525252;
	color: #fff;
	border-radius: 32px;
	margin-top: 16px;
	transition: all 0.3s ease-in-out;
}

.ct-itom>a:hover {
	text-decoration: none;
	background: #f51a1c;
}

.itom-wrapper {
	position: relative;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-slider {
	width: 95%;
	position: relative;
	max-width: 800px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px rgba(34, 35, 58, 0.2);
	box-shadow: 0px 0px 4px rgba(34, 35, 58, 0.2);
	padding: 25px;
	border-radius: 25px;
	height: 400px;
	transition: all 0.3s;
}

/*===== Template =====*/
@media screen and (max-width: 767px) {
	.flex-row {
		display: block;
	}

	.list {
		min-height: auto;
	}

	.counter-box {
		min-height: auto;
		margin: 20px 0px;
	}

	.icon-section .flex-row .col {
		margin-top: 20px;
		border-bottom: 1px solid #ddd;
		padding-top: 5px;
		padding-bottom: 15px;
	}

	.icon-section .flex-row .col:nth-child(2) {
		width: auto;
	}

	.icon-section .flex-row .col:nth-child(1) {
		width: auto;
	}

	.casestudy-box-wrap {
		width: 95%;
	}

	.flex .per30 {
		display: flex;
		width: 100%;
	}

	#AwardsHonors ul li {
		margin: 15px 0px;
	}

	.ApmMoreBtn a {
		margin: 15px 0px !important;
	}

	.gartner-logo {
		display: inherit;
	}

	#AwardsHonors ul {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 0px;
	}

	.main-heading {
		font-size: 26px;
		margin: 0 0 0px;
	}
}

@media screen and (max-width: 650px) {
	a.custom-btn {
		padding: 8px 7px;
		font-size: 12px;
	}

	table.windowsmonoTable thead tr:first-child th {
		width: 5% !important;
	}

	.New-AwardsHonors {
		display: inherit;
	}

	.New-AwardsHonors li {
		margin: 15px auto 12px;
		max-width: 75%;
	}

	.review-content .flex-box {
		display: inherit;
	}

	.view-more-btn {
		justify-content: flex-start;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.counter-box {
		min-height: 385px;
	}

	.list {
		min-height: 274px;
	}

	#AwardsHonors ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 500px) and (max-width: 900px) {
	.counter-box {
		min-height: 385px;
	}

	.list {
		min-height: 274px;
	}

	table.windowsmonoTable thead tr:first-child th {
		width: 16% !important;
	}
}

/*===== Customer Reviews, Trusted By, Awards & Honors, ITOM Template (End) =====*/
/*===== Customer Testimonials (Start) =====*/
.apm-testimonial-section {
	background-color: #EFF6FE;
	padding: 80px 0;
	box-sizing: border-box;
	/*===== Grid =====*/
}

.apm-testimonial-section * {
	box-sizing: border-box;
}

.apm-testimonial-section *::before,
.apm-testimonial-section *::after {
	box-sizing: border-box;
}

.apm-testimonial-section h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	margin-top: 0;
	line-height: 1.25;
	letter-spacing: -0.5px;
}

.apm-testimonial-section .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.75rem;
	margin-left: -0.75rem;
	padding-top: 0;
	padding-bottom: 0;
}

.apm-testimonial-section .row>* {
	padding-left: 12px;
	padding-right: 12px;
	max-width: 100%;
}

.apm-testimonial-section .row.g-0 {
	margin-right: 0;
	margin-left: 0;
}

.apm-testimonial-section .row.g-0>* {
	padding-left: 0;
	padding-right: 0;
}

.apm-testimonial-section .col-auto {
	flex: 0 0 auto;
	width: auto;
}

.apm-testimonial-section .col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.apm-testimonial-section .col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.apm-testimonial-section .col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.apm-testimonial-section .col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.apm-testimonial-section .col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.apm-testimonial-section .col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.apm-testimonial-section .col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.apm-testimonial-section .col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.apm-testimonial-section .col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.apm-testimonial-section .col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.apm-testimonial-section .col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.apm-testimonial-section .col-12 {
	flex: 0 0 auto;
	width: 100%;
}

@media only screen and (min-width: 576px) {
	.apm-testimonial-section .col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.apm-testimonial-section .col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.apm-testimonial-section .col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.apm-testimonial-section .col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.apm-testimonial-section .col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.apm-testimonial-section .col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.apm-testimonial-section .col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.apm-testimonial-section .col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.apm-testimonial-section .col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.apm-testimonial-section .col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.apm-testimonial-section .col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.apm-testimonial-section .col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.apm-testimonial-section .col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.apm-testimonial-section .col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.apm-testimonial-section .col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.apm-testimonial-section .col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.apm-testimonial-section .col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.apm-testimonial-section .col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.apm-testimonial-section .col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.apm-testimonial-section .col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.apm-testimonial-section .col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.apm-testimonial-section .col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.apm-testimonial-section .col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.apm-testimonial-section .col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 992px) {
	.apm-testimonial-section .col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.apm-testimonial-section .col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.apm-testimonial-section .col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.apm-testimonial-section .col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.apm-testimonial-section .col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.apm-testimonial-section .col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.apm-testimonial-section .col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.apm-testimonial-section .col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.apm-testimonial-section .col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.apm-testimonial-section .col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.apm-testimonial-section .col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.apm-testimonial-section .col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.apm-testimonial-section .col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.apm-testimonial-section .col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.apm-testimonial-section .col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.apm-testimonial-section .col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.apm-testimonial-section .col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.apm-testimonial-section .col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.apm-testimonial-section .col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.apm-testimonial-section .col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.apm-testimonial-section .col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.apm-testimonial-section .col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.apm-testimonial-section .col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.apm-testimonial-section .col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

.apm-testimonial-section .apm-testimonial-container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
}

.apm-testimonial-section .gartner-review-card {
	padding: 32px;
	border-radius: 12px;
	margin-bottom: 24px;
	background-color: #ffffff;
}

.apm-testimonial-section .gartner-review--item h4 {
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: -0.15px;
	margin-left: 0;
}

.apm-testimonial-section .customer-review-wrapper {
	margin-top: 32px;
}

.apm-testimonial-section .gartner-review--item .gartner-rating {
	color: #FFB900;
	font-size: 20px;
	display: flex;
	margin: 12px 0;
}

.apm-testimonial-section .gartner-review--item .gartner-rating span:not(:last-child) {
	margin-right: 4px;
}

.apm-testimonial-section .gartner-review--item p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	margin-top: 0;
}

.apm-testimonial-section .gartner-review--item h6 {
	font-size: 17px;
	font-weight: 500;
}

.apm-testimonial-section .customer-case-study-card {
	padding: 32px;
	border-radius: 12px;
	margin-bottom: 24px;
	background-color: #ffffff;
}

.apm-testimonial-section .cutomer-case-study p {
	font-size: 15px;
	line-height: 1;
}

.apm-testimonial-section .customer-case-study-card h5 {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: -0.15px;
}

.apm-testimonial-section .customer-case-study-card h6 {
	font-size: 17px;
	margin-bottom: 4px;
}

.apm-testimonial-section .customer-case-study-card p {
	font-size: 15px;
	line-height: 1.25;
	font-weight: 300;
	margin: 0;
}

.apm-testimonial-section .customer-case-study-card .customer-details {
	margin-top: 12px;
}

.apm-testimonial-section .customer-case-study-card .case-study-image {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 176px;
	display: flex;
}

.apm-testimonial-section .case-study-image img {
	object-fit: cover;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 6px;
}

.apm-testimonial-section .case-study-image .btn-play-icon {
	width: 36px;
	height: 36px;
	border-radius: 100px;
	background-color: #006DEB;
	color: #ffffff;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 16px;
	top: 12px;
	z-index: 1;
}

.apm-testimonial-section .case-study-image .btn-play-icon::before {
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid #ffffff;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-32%, -50%);
	transform: translate(-36%, -50%);
}

.apm-testimonial-section .badge-recognition-item {
	border-radius: 12px;
	background-color: #ffffff;
	width: 100%;
	height: 162px;
	min-width: 176px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite {
	display: inline-block;
	max-width: 176px;
	width: 100%;
	height: 160px;
	background-image: url("https://cdn.manageengine.com/br/applications_manager/images/apm-footer-sprite.webp");
	background-repeat: no-repeat;
	background-size: 2040px;
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.capterra-best-use {
	background-position: 0 0;
	transform: scale(0.85);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.capterra-best-value {
	background-position: -164px 0;
	transform: scale(0.85);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.get-app {
	background-position: -336px 0;
	transform: scale(0.9);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.g2-high-performer {
	background-position: -820px 0;
	background-size: 1980px;
	transform: scale(0.82);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.sa-most-recommended {
	background-position: -486px 0;
	background-size: 1960px !important;
	transform: scale(0.85);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.sa-customer-support {
	background-position: -646px 0;
	background-size: 1960px !important;
	transform: scale(0.85);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.gartner {
	background-position: -1016px -4px;
	transform: scale(0.8);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.gartner-customer-choice {
	background-position: -1362px -4px;
	transform: scale(0.9);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.sr-champion {
	background-position: -1864px -8px;
	transform: scale(0.9);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.sr-gold-medal {
	background-position: -1524px -8px;
	transform: scale(0.9);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.sa-top-rated {
	background-position: -1694px -8px;
	transform: scale(0.86);
}

.apm-testimonial-section .badge-recognition-item .apm-footer-sprite.enterprise-cio-select {
	background-position: -1186px -8px;
	transform: scale(0.75);
}

.apm-testimonial-section .swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0 0 60px;
	z-index: 1;
	display: block;
}

.apm-testimonial-section .customer-review-wrapper .swiper-pagination-bullet-active {
	background: #4B4848 !important;
}

.apm-testimonial-section .trusted-business-wrapper {
	margin-top: 32px;
}

.apm-testimonial-section .trusted-business-wrapper h5 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.25px;
	text-align: center;
}

.apm-testimonial-section .trusted-business-logo-wrapper {
	margin-top: 32px;
	overflow-x: hidden;
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item {
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
	min-width: 180px;
	height: 80px;
	position: relative;
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 176px;
	width: 100%;
	height: 80px;
	background-image: url("https://cdn.manageengine.com/br/applications_manager/images/apm-footer-sprite.webp");
	background-repeat: no-repeat;
	background-size: 2040px;
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.mls {
	background-position: -334px -214px;
	transform: scale(0.9);
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.wipro {
	background-position: -846px -214px;
	transform: scale(0.9);
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.loreal {
	background-position: -160px -214px;
	transform: scale(0.95);
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.siemens {
	background-position: -502px -214px;
	transform: scale(0.95);
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.honeywell {
	background-position: 6px -212px;
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.yokogawa {
	background-position: -1012px -214px;
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.cnpc {
	background-position: -1188px -214px;
	transform: scale(0.95);
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.graincorp {
	background-position: -1356px -214px;
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.us-house {
	background-position: -1696px -214px;
	transform: scale(0.9);
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.delta-community {
	background-position: -1520px -218px;
	transform: scale(0.9);
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.thomson {
	background-position: -678px -212px;
	transform: scale(0.9);
}

.apm-testimonial-section .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.cgg {
	background-position: -1868px -212px;
	transform: scale(0.9);
}

.apm-testimonial-section .flex-nowrap {
	flex-wrap: nowrap !important;
}

.apm-testimonial-section .us-house-logo {
	width: 56px;
	height: 56px;
}

.apm-testimonial-section .logo-marquee {
	animation: 40s linear 1s infinite normal none running logoMarquee;
	gap: 0 20px;
}

@keyframes logoMarquee {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(calc(-1200px));
	}
}

@media screen and (max-width: 1199.98px) {
	.apm-testimonial-section .badge-recognition-item {
		margin-bottom: 24px;
	}
}