*{
	margin:0;
	padding:0;
	list-style:none;
}
body, hmtl{
	background: transparent;
  font-family: Zoho_Puvi_Regular,sans-serif;
}
#slider-wrap{
	width:100vw;
	height:350px;
	position:relative; 
	overflow:hidden;
}
#slider-wrap ul#slider{
	height:100%;
	position:absolute;
	top:0;
	left:0;
  display: flex;
}
#slider-wrap ul#slider li{
	/*float:left;*/
	position:relative;
	width:100vw;
	height:350px;	
}

/*btns*/
.aplus-arrow{
	opacity: 0;
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	text-align:center;
	cursor:pointer;	
	z-index:100;
	background: transparent;
	border-radius: 7px;
	transform: translateY(-50%);
}
#slider-wrap.active .aplus-arrow {
	opacity: 1;
}
.aplus-arrow:hover .aplus-right:before, .aplus-arrow:hover .aplus-left:before{
	border-color:rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.aplus-arrow .aplus-right:before, .aplus-arrow .aplus-left:before {
	content: "";
	display: block;
	margin: 0px auto;
	width: 10px;
	height: 10px;
	border-top: 4px solid rgba(0,0,0,0.5);
	border-left: 4px solid rgba(0,0,0,0.5);
}
.aplus-arrow .aplus-left:before {
	position: absolute;
	left:5px;
	top: 11px;
	transform: rotate(-45deg);
}
.aplus-arrow .aplus-right:before {
	position: absolute;
	top: 11px;
	right:4px;
	transform: rotate(135deg);
}
#counter{
  font-size: 12px;
	top: 0px; 
	right:35px; 
	width:auto;
	position:absolute;
  color: #4c4c4c;
}
#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}
/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:330px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}
#pagination-wrap ul {
	width:100%;
}
#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#aaaaaa;
	opacity:0.5;
	position:relative;
  top:0;
}
#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}
/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}




.zrop-iam-slider__contentItem {
  position: relative;
  display: flex;
  flex-basis: 100%;
  height: 350px;
  align-content: flex-start;
  flex-wrap: wrap;
  font-family: Zoho_Puvi_Regular,sans-serif;
}
.zrop-iam-bold {
  font-weight: 800 !important;
}
.zrop-iam-slider__ltSection {
  flex-basis: 60%;
  align-self: flex-start;
  padding-left: 40px;
  padding-right: 20px;
  box-sizing: border-box;
}
.zrop-iam-slider__rtSection {
  flex-basis: 40%;
  align-self: flex-end;
  text-align: center;
  padding-right: 50px;
  box-sizing: border-box;
}
.zrop-iam-bannerHeader {
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: nowrap;
  padding-left: 40px;
}
.zrop-iam-bannerHeader h2 {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  color: #4c4c4c;
  margin: 0;
}
.zrop-iam-bannerHeader h3 {
  line-height: 36px;
  font-size: 30px;
  color: #000000;
  margin: 15px 0 0;
  font-weight: 400;
}
.zrop-iam-bannerHeader h3 span {
  font-weight: 300;
  display: block;
}
.zrop-iam-slider__ltSection p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  margin: 20px 0 25px;
}
.zrop-iam-slider__ltSection a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #007CC9;
  text-decoration: none;
  display: block;
  letter-spacing: 0.75px;
}
.zrop-iam-slider__ltSection a img {
  position: absolute;
  top: 5px;
  padding-left: 10px;
  width: 45px;
}
.zrop-iam-slider__rtSection img {
  max-width: 100%;
  max-height: 260px;
  max-width: 40%;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.zrop-txtUpperCase {
  text-transform: uppercase;
}
.zrop-iam-fullWidth, .zrop-iam-slider__ltSection.zrop-iam-fullWidth {
  flex-basis: 100%;
}
.zrop-iam-slider__quotes {
  width: 80%;
}
.zrop-iam-slider__quotes .zrop-iam-slider__quotesTxt {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  background: #E5F2FF;
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #C6DBF0;
  border-radius: 10px;
  width: 100%;
}
.zrop-iam-slider__quotes {
  position: relative;
}
.zrop-iam-slider__quotes:before {
  content: "";
  background: url("../zaop_leads/img/zaop_leads_2b.svg") 0% 0% no-repeat;
  width: 45px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 30px;
}
.zrop-quote-img {
  width: 120px;
}
.zrop-iam-slider__quotesUser {
  position: relative;
}
.zrop-iam-slider__quotesUser:before {
  content: "";
  background: url("../zaop_leads/img/zaop_leads_2a.svg") no-repeat;
  width: 75px;
  height: 100px;
  display: inline-block;
  position: absolute;
  top: -31px;
  left: 30px;
}
.zrop-iam-slider-bg {
  position: relative;
}
.zrop-iam-slider-bg::before {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../aplus_customers/img/aplus_customers_1bg.svg") no-repeat 0 100%;
  background-size: cover;
}
.zrop-iam-slider__quotesUser p {
  padding: 10px 0 0px 105px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.zrop-iam-slider__quotesUser p span {
  font-size: 16px;
  display: block;
  color: #5c5c5c;
  font-weight: 400;
}

.zrop-iam-slider__list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 50% 50%;
  margin: 2rem 2rem 2rem 0.3rem;
  padding: 0;
}
.zrop-iam-slider__list p {
  position: relative;
  line-height: 26px;
  padding-left: 20px;
  font-size: 16px;
  flex-basis: 50%;
  color: #000000;
  list-style: none;
  font-weight: 400;
  margin: 0;
}
.zrop-iam-slider__list p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #007CC9;
  border-radius: 50%;
}