:root {
	--ff-pops: Poppins,sans-serif;
	--primary-color: #051441;
	--bg-color: #ebecf7;
	--bg-lgt-grn-color: #EFFFEC;
	--green-color: #23BD5D;
	--dark-grn-color: #109642;
	--para-color: #40475b;
	--blue-color: #2d5be7;
	--dark-b-color: #1119a7;
	--txt-color: #333c60;
	--light-color: #f3f4f8;
	--step-color: #3f6efd;
	--grey-color: #b5b5b5;
	/*--star-color: #ffe4bd;*/
	/*--star-background: #ff9800;*/
	--star-color: #A3B5EC;
	--star-background: #2d5be7;
}

body {
	color: var(--primary-color);
	font-family: var(--ff-pops);
	font-weight: 400;
	font-size: 16px;
	overflow-x: hidden;
}

html,body,.wrapper {
	min-height: 100vh;
}

a {text-decoration: none;}

a:focus {
	outline: none;
}

.ff-pops {
	font-family: var(--ff-pops);
}

.fs-italic {
	font-style: italic;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600,.fw-semi-bold {
	font-weight: 600;
}

.fw-700,.fw-bold {
	font-weight: 700;
}
.fw-900 {
	font-weight: 900;
}

.ace-head-minor {
	font-size: 1.25rem;
}

.ace-head-sm {
	font-size: 1.5rem;
}

.ace-head {
	font-size: 1.8rem;
}

.ace-head-lg {
	font-size: 2rem;
}

.ace-head-xl {
	font-size: 2.5rem;
}

.ace-summ {
	font-size: 1rem;
}

.txt-prim {
	color: var(--primary-color);
}

.txt-para {
	color: var(--para-color);
}

.txt-txt {
	color: var(--txt-color);
}

.txt-blue {
	color: var(--blue-color);
}

.txt-green {
	color: var(--green-color);
}

.txt-grey {
	color: var(--grey-color);
}

.txt-wht {
	color: #fff;
}
.relative{
	position: relative;
}

.wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	flex-direction: column;
}

.ace-top-menu {
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	z-index: 201;
	top: 0rem;
	transition: all 0.3s;
	/*border-bottom: 1px solid #ebebeb;*/
	background-color: #fff;
	/*padding: 1rem 1rem;*/
	/*border-radius: 1rem;*/
	box-shadow: 0px 0px 20px 0px rgb(5 20 65 / 10%);
}

.ace-top-menu.sticked{
	top: 0;
	background-color: #fff;
}

.ace-head-anim{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
}

.ace-content {
	position: relative;
	z-index: 199;
	transition: all .5s;
}

.ace-sec-sm {
	padding: 1rem 0;
}

.ace-sec {
	padding: 2rem 0;
}

.ace-sec-lg {
	padding: 3rem 0;
}

.ace-sec-xl {
	padding: 4rem 0;
}

.ace-sec-xxl {
	padding: 5rem 0;
}

.ace-sec-xxxl {
	padding: 6rem 0;
}

.grecaptcha-badge {
	opacity: 0;
}

.col-lg-65 {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
}

.col-lg-55 {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}

.ace-btn-outline,.ace-btn-outline-alt,.ace-btn-white-outline,.ace-btn-white-outline-alt,.ace-btn-second,.ace-btn-second-outline,.ace-btn-second-outline-alt,.ace-btn-blue-outline-alt {
    display: inline-block;
    margin-top: 1.5rem;
    padding: .75rem 1.5rem;
    font-family: var(--ff-pops);
    font-weight: 500;
    transition: all .3s;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    -ms-border-radius: 0rem;
    -o-border-radius: 0rem;
}

.ace-btn-outline:hover,.ace-btn-outline:focus,.ace-btn-outline-alt:hover,.ace-btn-outline-alt:focus,.ace-btn-white-outline-alt:hover,.ace-btn-white-outline-alt:focus,.ace-btn-second:hover,.ace-btn-second:focus,.ace-btn-second-outline:hover,.ace-btn-second-outline:focus,.ace-btn-second-outline-alt:hover,.ace-btn-second-outline-alt:focus,.ace-btn-blue-outline-alt:hover,.ace-btn-blue-outline-alt:focus {
	text-decoration: none;
	outline: none;
}

.ace-btn-outline {
	background-color: transparent;
	color: var(--txt-color);
	border: 1px solid var(--txt-color);
}

.ace-btn-outline:hover {
	background-color: var(--txt-color);
	color: #f2f2f2;
}

.ace-btn-outline-alt {
	background-color: var(--txt-color);
	color: #fff;
	border: 1px solid var(--txt-color);
}

.ace-btn-outline-alt:hover {
	background-color: transparent;
	color: var(--txt-color);
}

.ace-btn-second-outline {
	background-color: transparent;
	color: var(--green-color);
	border: 1px solid var(--green-color);
}

.ace-btn-second-outline:hover {
	background-color: var(--green-color);
	color: #fff;
}

.ace-btn-second-outline-alt {
	background-color: var(--green-color);
	color: #fff;
	border: 1px solid var(--green-color);
}

.ace-btn-second-outline-alt:hover {
	background-color: transparent;
	color: var(--green-color);
}

.ace-btn-second,.ace-btn-second:hover {
	background-color: var(--green-color);
	color: #fff;
	border: 1px solid var(--green-color);
}

.ace-btn-blue-outline-alt {
	background-color: var(--blue-color);
	color: #fff;
	border: 1px solid var(--blue-color);
}

.ace-btn-blue-outline-alt:hover {
	background-color: transparent;
	color: var(--blue-color);
}

.ace-btn-white-outline {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.ace-btn-white-outline:hover {
	background-color: #fff;
	color: var(--blue-color);
}

.ace-btn-white-outline-alt {
	background-color: #fff;
	color: var(--blue-color);
	border: 1px solid #fff;
}

.ace-btn-white-outline-alt:hover {
	background-color: transparent;
	color: #fff;
}

.comeAboard {
	position: relative;
}

.comeAboard:before,.comeAboard:after {
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all .7s;
}

.comeAboard:before {
	background-color: #1b3ef0;
	z-index: -1;
}

.comeAboard:after {
	background-color: #f2f2f2;
	z-index: 1;
}

.comeAboard.moveOn:after {
	height: 0;
}

@-webkit-keyframes animate_show {
	0% {
		height: 100%;
	}

	100% {
		height: 0;
	}
}

@keyframes animate_show {
	0% {
		height: 100%;
	}

	100% {
		height: 0;
	}
}

.visi-md,.visi-lmd,.visi-xxs,.visi-xs {
	display: none;
}

.radius-0 {
	border-radius: 0;
}

.ace-ppc-pointer {
	padding-left: 2rem;
	margin-left: 0;
	background-image: url(../img/list-icon.png);
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: left top .25rem;
}

.ace-top-menu-elem {
	-ms-flex-pack: justify;
	justify-content: space-between;
    /*position: absolute;*/
    width: 100%;
    /*left: 0;*/
    /*right: 0;*/
    /*top: 20px;*/
    background-color: #fff;
    padding: 1rem 1rem;
}
.ace-top-menu-elem .navbar-brand{
	margin-right: 0;
	margin-left: 0.5rem;
}

.top-right-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-right-menu ul li {
	display: inline-block;
	padding: 0 1rem;
}
.top-right-menu ul li:first-child{
	padding-left: 0;
}
.top-right-menu ul li:last-child{
	padding-right: 0;
}

.top-right-menu ul li a:not(.ace-btn-nav) {
	color: var(--primary-color);
	font-family: var(--ff-pops);
	transition: all .3s;
	font-weight: 500;
    display: block;
    /*padding: 10px 15px;*/
}

.top-right-menu ul li a.ace-btn-nav span {
	margin-left: .5rem;
}

.top-right-menu ul li a.ace-btn-nav svg path {
	transition: all .3s;
}

.top-right-menu ul li a.ace-btn-nav:hover svg path.p-grn-fill {
	fill: #fff;
}

.top-right-menu ul li a.ace-btn-nav:hover svg path.p-grn-strk {
	stroke: #fff;
}

.ace-footer {
	padding: 0.5rem 0 1.5rem;
	width: 100%;
	position: relative;
}

.ace-ppc-foot-cta-btn .ace-btn-second-outline-alt.ace-btn-started{
	background-color: #fff;
	color: var(--green-color);
	border-color: #fff;
	font-weight: 600;
}
.ace-ppc-foot-cta-btn .ace-btn-second-outline-alt.ace-btn-started:hover {
    background-color: transparent;
    /*border-color: var(--dark-grn-color);*/
}

.ace-ppc-foot-cta-btn .ace-btn-second-outline-alt.ace-btn-started::after{
	background-image: url('../img/icons/btn-arrow-grn.svg');
}
.ace-ppc-foot-cta-btn .ace-btn-second-outline-alt.ace-btn-started:hover::after{
	background-image: url('../img/icons/btn-arrow.svg');
}

.ace-foot-copy-elem {
	color: #8797BF;
}

.ace-ppc-form-field-elem {
	margin-top: 15px;
	position: relative;
}

.ace-ppc-form-field-elem label {
	font-size: 16px;
	color: #8d8d8d;
	font-weight: 500;
	display: block;
	margin-bottom: .5rem;
}

.ace-ppc-form-field-elem label span {
	color: var(--blue-color);
}

.ace-ppc-form-field-elem .ace-ppc-form-field {
	background-color: transparent;
	padding: 1rem .7rem;
	padding-left: 2.5rem;
	font-size: 14px;
	border-radius: 0px;
	color: #6c757d;
	border: 1px solid var(--grey-color);
	width: 100%;
	height: auto;
}

.ace-ppc-form-field-elem .ace-ppc-form-field::placeholder,.ace-ppc-form-field-elem select.ace-ppc-form-field option:first-child {
	color: var(--grey-color);
}

.ace-ppc-form-field-elem .ace-ppc-form-field:focus,.ace-ppc-form-field-elem .ace-ppc-form-field:active {
	border-color: var(--blue-color);
	outline: none;
	box-shadow: none;
}

.ace-ppc-form-field-elem .ace-ppc-form-text {
	font-weight: 600;
	color: var(--primary-color);
}

.ace-tfn-bann-sec {
	margin-bottom: 8rem;
	position: relative;
}

.ace-tfn-bann-back-elem {
	background-image: url(../img/banner/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ace-tfn-bann-elem {
	position: relative;
}

.ace-tfn-bann-cont-elem {
	max-width: 80%;
}

.ace-tfn-bann-head {
	margin-bottom: 2.5rem;
}

.ace-tfn-bann-awards {
	margin-top: 2.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
}

.ace-tfn-bann-awards-elem {
	position: relative;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}

.ace-tfn-bann-awards-elem img {
	vertical-align: middle;
	max-height: 5.5rem;
}

.ace-tfn-bann-form-part {
	background-color: #fff;
	border-radius: 0px;
	padding: 3rem;
	box-shadow: 2px 24px 40px #00000026;
	position: relative;
	bottom: -5rem;
}

.ace-tfn-bann-form-elem {
	margin-top: 2.5rem;
}

/*.tfn-field-name {
	background-image: url(../img/icons/name.svg);
	background-repeat: no-repeat;
	background-position: center left .7rem;
}

.tfn-field-email {
	background-image: url(../img/icons/email.svg);
	background-repeat: no-repeat;
	background-position: center left .7rem;
}

.tfn-field-phone {
	background-image: url(../img/icons/phone.svg);
	background-repeat: no-repeat;
	background-position: center left .7rem;
}

.tfn-field-comp {
	background-image: url(../img/icons/company.svg);
	background-repeat: no-repeat;
	background-position: center left .7rem;
}

.tfn-field-agents {
	background-image: url(../img/icons/agents.svg);
	background-repeat: no-repeat;
	background-position: center left .7rem;
}

.tfn-field-services {
	background-image: url(../img/icons/services.svg);
	background-repeat: no-repeat;
	background-position: center left .7rem;
}*/

.ace-tfn-adv-head-elem {
	margin-bottom: 4rem;
}

.ace-tfn-adv-item {
	margin-bottom: 2.5rem;
}

.ace-tfn-adv-img {
	margin-bottom: 1rem;
}

.ace-tfn-adv-img img {
	vertical-align: middle;
}

.ace-tfn-adv-cont p {
	margin-top: 1rem;
}

/*.ace-ppc-blu-cta-sec {
	background-image: url(../img/blueStripBar.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}*/

.ace-ppc-blu-cta-elem {
	padding: 6.5rem 0;
}

.ace-ppc-blu-cta-cont-elem {
	margin-bottom: 2.5rem;
}

.ace-ppc-blu-cta-liner {
	margin-bottom: 1rem;
}

.ace-tfn-rate-reviews-part{
	padding-top: 2.5rem;
	border-top: 1px solid #DCDCDC;
	margin-top: 2.5rem;
}

.ace-tfn-rate-head-elem {
	margin-bottom: 5rem;
}

.ace-tfn-rate-img {
	text-align: center;
	margin-bottom: 2.5rem;
}

.ace-tfn-rate-img img {
	vertical-align: middle;
	max-height: 2rem;
}

.ace-tfn-rate-cont {
	background-color: #F5F8FF;
	border-radius: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	padding: .75rem .5rem;
}

.ace-tfn-rate-text {
	white-space: nowrap;
}

.ace-tfn-rate-text p {
	margin-bottom: 0;
}

.ace-tfn-ftr-head-elem {
	margin-bottom: 3rem;
}

.ace-tfn-ftr-item {
	padding: 2rem;
	border-bottom: 3px solid transparent;
	transition: all .3s;
	margin-bottom: 2rem;
}

.ace-tfn-ftr-item:hover {
	border-bottom-color: var(--blue-color);
	box-shadow: 0 54px 65px #234ED826;
}

.ace-tfn-ftr-img {
	margin-bottom: 1.5rem;
}

.ace-tfn-ftr-img img {
	vertical-align: middle;
}

.ace-tfn-ftr-cont p {
	margin-top: 1rem;
}

.ace-tfn-indus-head-elem {
	margin-bottom: 4rem;
}

.ace-tfn-indus-slider {
	padding-bottom: 3rem;
}

.ace-tfn-indus-slide {
	padding: 1rem .5rem;
	height: auto;
}

.ace-tfn-indus-slide .ace-tfn-indus-slide-elem {
	box-shadow: 0 0 35px #2F52F82B;
	padding: 1.5rem;
	transition: all .3s;
	transform: scale(0.9);
	height: 100%;
}

.ace-tfn-indus-slide.swiper-slide-next .ace-tfn-indus-slide-elem {
	transform: scale(1);
}

.ace-tfn-indus-slide-img {
	margin-bottom: 1.5rem;
	text-align: center;
}

.ace-tfn-indus-slide-img img {
	vertical-align: middle;
}

.ace-tfn-indus-slide-cont {
	margin-bottom: 1rem;
}

.ace-tfn-indus-slide-cont img {
	vertical-align: middle;
	margin-bottom: 1rem;
	max-height: 3rem;
}

.ace-tfn-indus-slide-action {
	margin-bottom: 1rem;
	padding: 0 1rem;
}

.ace-tfn-indus-slide-action a {
	position: relative;
}

.ace-tfn-indus-slide-action a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 100%;
	background-image: url(../img/right-icon-blue.svg);
	background-repeat: no-repeat;
	background-size: auto 115%;
	background-position: center left;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.ace-tfn-indus-slide-action a:hover:before {
	visibility: visible;
	opacity: 1;
	left: 110%;
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 0;
}

.swiper-pagination-bullet {
	border-radius: 3px;
	width: 2.25rem;
	height: 4px;
	background: #A9AAB1;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: var(--blue-color);
}

.ace-ppc-foot-points-item {
	background-color: #EFF7FF;
	height: 100%;
	padding: 1.5rem 2.5rem;
	border-radius: 1rem;
}

.ace-ppc-try-cta-sec{
	padding-top: 10rem;
}

.ace-ppc-foot-cta-cont {
	background-image: url(../img/foot-cta-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #07A341;
	background-position: center;
	padding: 3rem 4rem;
	padding-bottom: 0;
	/*overflow: hidden;*/
	border-radius: 10px;
}

.ace-ppc-foot-cta-cont-elem{
	padding-bottom: 3rem;
}
.ace-ppc-foot-cta-img{
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 26rem;
	left: 50%;
	transform: translateX(-50%);
}
.ace-ppc-foot-cta-img img{
	filter: drop-shadow(0px -7px 70px rgba(19, 28, 57, 0.12));
	-webkit-filter: drop-shadow(0px -7px 70px rgba(19, 28, 57, 0.12));
}

.ace-ppc-foot-cta-cont-elem h2 {
	letter-spacing: 2px;
	margin-bottom: 2rem;
}

.ace-ppc-foot-cta-points{
	position: relative;
}
.ace-ppc-foot-cta-points span{
	position: relative;
	padding-left: 2rem;
	padding-right: 2rem;
}
.ace-ppc-foot-cta-points span:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	top: 50%;
	left: -3px;
	transform: translateY(-50%);
}

.ace-ppc-foot-cta-btn .ace-btn-started:hover {
	color: #fff;
}
.ace-ppc-foot-spacial {
	position: relative;
	padding-bottom: 25px;
}
.ace-ppc-foot-spacial img {
	vertical-align: top;
}
.ace-ppc-foot-spacial::after {
    content: "";
    background-image: url('../img/foot-curve-line.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

::-webkit-scrollbar-track {
	background-color: #F5F5F5;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	background-color: var(--blue-color);
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

/* Rating Sar CSS */
  
.ace-stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 24px;
    font-family: var(--ff-pops);
    line-height: 1;
}
.ace-stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ace-top-menu .container {
    position: relative;
}
.top-right-menu ul li a.ace-btn-nav {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0.7rem 1.25rem;
}
.top-right-menu ul li a.ace-btn-nav:hover {
    background-color: var(--dark-grn-color);
    border-color: var(--dark-grn-color);
}

.ace-top-banner-ivr {
    padding: 3rem 0 3rem;
    background-color: #F2F5FB;
    /*background-image: url('../img/banner/bann-bg.jpg');*/
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
}
.headerBannerImg {
	background-image: url('../img/banner/banner-shape.svg');
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center center;
}

.ace-ivr-bann-img-part{
	position: absolute;
	top: 0;
}
/*.banner-arrow{
	position: absolute;
	top: -10rem;
	right: 70%;
}
.banner-arrow svg{
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	pointer-events: none;
}
.banner-arrow svg {
	animation: firstAnimation 4s linear forwards 1;
}
@keyframes firstAnimation {
	to {
		stroke-dashoffset: 0;
	}
}*/
/*.ace-top-banner-ivr .row {align-items: flex-end;}*/
/*.banner-arrow {margin-bottom: 10px;}*/
/*.banner-arrow img {
	transform: translateX(170px);
	-webkit-transform: translateX(170px);
	-moz-transform: translateX(170px);
	-ms-transform: translateX(170px);
	-o-transform: translateX(170px);
}*/
/*.bannerLeftSide-text {padding: 0 0 110px; }*/
.ace-banner-ivr-txt {margin-bottom: 20px; /*font-size: 32px; margin-bottom: 10px; color: #32426B;*/}
/* .ace-banner-ivr-txt > strong {position: relative; display: inline-block; font-size: 120%; color: #051441;} */
/* .ace-banner-ivr-txt > strong::after {
    content: "";
    background-image: url('../img/banner/bann-line.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 120%;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: -5px;
} */
.bannerLeftSide-text h1{ /*font-size: 55px; font-family: var(--ff-pops); font-weight: 800; color: #051441;*/ /*line-height: 1;*/ margin-bottom: 1.5rem;}
.ace-ivr-bann-head span{
	position: relative;
	z-index: 1;
}
.ace-ivr-bann-head span:before{
	content: '';
	position: absolute;
	bottom: 1rem;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0.75rem;
	background-color: #23BD5D99;
}
.bannerLeftSide-text p{ /*color: #39473E;*/ line-height: 1.8; }

.ace-ivr-bann-points{
	padding: 0;
	margin: 0;
	list-style: none;
}
.ace-ivr-bann-points li{
	padding-left: 2rem;
	position: relative;
	line-height: 1.8;
	margin-bottom: 1rem;
	background-image: url('../img/icons/pointer-icon.svg');
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: 0 5px;
}
/*.ace-btn-started {margin-top: 2rem; position: relative;}*/
.ace-btn-started::after {
    content: "";
    background-image: url('../img/icons/btn-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 15px;
    margin-left: 20px;
    transition: all .3s;
}
.ace-btn-started:hover, .ace-btn-started2:hover {
    background-color: var(--dark-grn-color);
    border-color: var(--dark-grn-color);
}
.ace-btn-started2 {margin-right: 20px;}
.ace-star1::before {
    content: "★";
    /* background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent)); */
    background: #ff9800;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: 'Poppins' !important;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: baseline;
    line-height: 1.2;
}
.client-review {
    margin-top: 2.5rem;
}
.client-review > li {
    display: flex;
    align-items: center;
}
.client-review > li + li {
    margin-left: 15px;
}
.client-review > li img {
    max-height: 22px;
}
.client-review > li span {
    font-size: 12px;
    margin-left: 5px;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    background-color: #EBEFFA;
    padding: 2px 6px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}


.clientLogoDivMain {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
}

.clientLogoDivMain .clientLogo img{
    max-height: 45px;
}

.ace-ivr-form-sec {
    /*padding: 100px 0 70px;*/
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) calc(100% - 190px), rgba(45,91,231,1) 190px);
}
.ace-ivr-form-box {
	padding: 0 1.25rem;
    /*padding: 75px 30px 40px 75px;*/
    /*background: url('../img/dot-bg.svg') left top no-repeat, url('../img/form-sec/shape.svg') bottom right no-repeat;
    background-size: 280px, 150px;*/
}
.ace-ivr-form-content {
    text-align: center;
    padding: 3rem 2.5rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 100px rgba(5, 20, 65, 0.11);
}
.ace-ivr-form-content form{	
	margin-top: 2.5rem;	
}
.ace-ivr-form-content .form-control {
	padding: 1rem;
	padding-left: 60px;
	border-color: #626E8B;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.ace-ivr-form-content .form-control:focus {outline: none; box-shadow: none;}
.ace-ivr-form-field {
	position: relative;
	margin-top: 2rem;
}
.ace-ivr-form-field::before {
	content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #B8C1D8;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}
.ace-ivr-form-content .bannerNameField .form-control {
	background: url('../img/icons/user-icon.svg') no-repeat;
	background-size: 20px;
	background-position: 15px;
}
.ace-ivr-form-content .bannerPhoneField .form-control {
	background: url('../img/icons/call-icon.svg') no-repeat;
	background-size: 20px;
	background-position: 15px;
}
.ace-ivr-form-content .bannerEmailField .form-control {
	background: url('../img/icons/email-icon.svg') no-repeat;
	background-size: 20px;
	background-position: 15px;
}
.ace-ivr-form-content .bannerUsersField .form-control {
    background: url(../img/icons/noofusers-icon.svg) #fff no-repeat;
    background-size: 20px;
    background-position: 15px;
}
.bannerSubmitForm .ace-btn-started {
    width: 100%;
    margin-top: 3rem;
}
.ace-ivr-form-elem {
    padding: 7rem 0 0;
    padding-left: 2.5rem;
}
.ace-ivr-form-elem .txt-green {
    position: relative;
    padding-bottom: 20px;
}
.ace-ivr-form-elem .txt-green::after {
    content: "";
    background-image: url('../img/form-sec/form-line.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ace-ivr-form-arrow {
    margin-top: 1rem;
}

.ace-why-ivr-sec {
    /*padding: 100px 0;*/
    background-image: url('../img/why-ivr/dotted-pattern.svg');
    background-size: auto;
    padding-bottom: 12rem;
    background-position: top;
}
.ace-ivr-card {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 24px 92px -10px rgba(35, 78, 216, 0.07);
}
.ace-ivr-icon {
    margin-right: 30px;
}
.headingUPSSection {
	margin-bottom: 3rem;
}

/*Form Cta css starts*/
.ace-ivr-form-cta-sec{
	background-color: var(--blue-color);
	background-image: url('../img/form-sec/form-cta-bg.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}

.ace-ivr-form-cta-img{
	position: absolute;
	bottom: 0;
	width: 100%;
	/*max-width: 20rem;*/
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
/*.ace-ivr-form-cta-img:before{
	content: '';
	background-image: url('../img/form-sec/shadow.png');
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: left -40% top;
	background-repeat: no-repeat;
	z-index: 0;
}*/
.ace-ivr-form-cta-img img{
	max-width: 100%;
	width: 37rem;
	position: relative;
	/*filter: drop-shadow(0px -13px 40px rgba(6, 21, 65, 0.1));*/
	/*-webkit-filter: drop-shadow(0px -13px 40px rgba(6, 21, 65, 0.1));*/
}

.ace-ivr-form-cta-elem{
	padding: 3rem 0;
}
.ace-ivr-form-cta-elem h4,
.ace-ivr-form-cta-elem h3{
	color: #fff;
}
.ace-ivr-form-cta-elem h3{
	/*line-height: 1.5;*/
}

.ace-ivr-form-cta-elem .txt-green {
    position: relative;
    /*padding-bottom: 20px;*/
    font-style: italic;
    color: #1DF06D;
}
/*.ace-ivr-form-cta-elem .txt-green::after {
    content: "";
    background-image: url('../img/form-sec/form-line.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}*/

.ace-ivr-form-cta-btn{
	position: relative;
	display: inline-block;
	margin-top: 1rem;
}
.ace-ivr-form-cta-arrow{
	position: absolute;
	left: 125%;
	/*top: 50%;*/
	top: 0;
}

.ace-ivr-form-cta-btn .ace-btn-white-outline-alt{
	background-color: #fff;
	border-color: #fff;
	/*border-radius: 3px;*/
	font-weight: 600;
}
.ace-ivr-form-cta-btn .ace-btn-white-outline-alt:hover {
    background-color: transparent;
    /*border-color: var(--dark-grn-color);*/
}

.ace-ivr-form-cta-btn .ace-btn-white-outline-alt.ace-btn-started::after{
	background-image: url('../img/icons/btn-arrow-blue.svg');
}
.ace-ivr-form-cta-btn .ace-btn-white-outline-alt.ace-btn-started:hover::after{
	background-image: url('../img/icons/btn-arrow.svg');
}
/*Form Cta css ends*/

/*IVR testimonial css starts*/
.ace-ivr-testi-slider {
	/*margin-top: 3rem;*/
	padding: 0 2.5rem;
	position: relative;
	overflow: hidden;
}

.ace-ivr-testi-slider .swiper-slide {
	/*box-shadow: 0 2px 25px #0514411a;*/
	/*background-color: #fff;*/
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	/*border-radius: 50%;*/
	text-align: center;
	/*width: auto;*/
}
.ace-ivr-testi-slider .swiper-slide .ace-ivr-testi-slide-elem{
	position: relative;
	/*border-radius: 50%;*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.ace-ivr-testi-slider .swiper-slide-active {
	z-index: 4;
	/*box-shadow: 0 2px 50px rgba(35,78,216,0.2);*/
}

.ace-ivr-testi-slider .swiper-slide .ace-ivr-testi-slide-elem {
	/*transform: translateX(60%) scale(0.25);
	-webkit-transform: translateX(60%) scale(0.25);
	-moz-transform: translateX(60%) scale(0.25);
	-ms-transform: translateX(60%) scale(0.25);
	-o-transform: translateX(60%) scale(0.25);*/
	opacity: 0;
	/*visibility: hidden;*/
}

/*.ace-ivr-testi-slider .swiper-slide .ace-ivr-testi-slide-elem:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.6);
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;

}
.ace-ivr-testi-slider .swiper-slide.swiper-slide-active .ace-ivr-testi-slide-elem:before{
	background-color: transparent;
}*/

.ace-ivr-testi-slider .swiper-slide + .swiper-slide .ace-ivr-testi-slide-elem {
	/*transform: translateX(30%) scale(0.4);
	-webkit-transform: translateX(30%) scale(0.4);
	-moz-transform: translateX(30%) scale(0.4);
	-ms-transform: translateX(30%) scale(0.4);
	-o-transform: translateX(30%) scale(0.4);*/
	opacity: 1;
}

.ace-ivr-testi-slider .swiper-slide.ace-ivr-testi-prev .ace-ivr-testi-slide-elem {
	/*transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);*/
	opacity: 1;
}

.ace-ivr-testi-slider .swiper-slide.swiper-slide-active .ace-ivr-testi-slide-elem {
	/*transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);*/
	opacity: 1;
}

.ace-ivr-testi-slider .swiper-slide.ace-ivr-testi-next .ace-ivr-testi-slide-elem {
	/*transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);*/
	z-index: 3;
	opacity: 1;
}

.ace-ivr-testi-slider .swiper-slide.ace-ivr-testi-next + .swiper-slide .ace-ivr-testi-slide-elem {
	/*transform: translateX(-30%) scale(0.4);
	-webkit-transform: translateX(-30%) scale(0.4);
	-moz-transform: translateX(-30%) scale(0.4);
	-ms-transform: translateX(-30%) scale(0.4);
	-o-transform: translateX(-30%) scale(0.4);*/
	z-index: 2;
	opacity: 1;
}

.ace-ivr-testi-slider .swiper-slide.ace-ivr-testi-next + .swiper-slide + .swiper-slide .ace-ivr-testi-slide-elem {
	/*transform: translateX(-60%) scale(0.25);
	-webkit-transform: translateX(-60%) scale(0.25);
	-moz-transform: translateX(-60%) scale(0.25);
	-ms-transform: translateX(-60%) scale(0.25);
	-o-transform: translateX(-60%) scale(0.25);*/
	z-index: 1;
	opacity: 0;
}

.ace-ivr-testi-slider .swiper-slide > a {
	border: none!important;
	color: #051441;
}

.ace-ivr-testi-slide-card{
	display: none;
}

.ace-ivr-testi-slide-text{
	/*position: absolute;*/
	/*opacity: 0;*/
	/*visibility: hidden;*/
	transition: all 1s ease-in-out;
}

.ace-ivr-testi-slide-text.ace-ivr-testi-cont-show{
	opacity: 1;
	visibility: visible;
	position: static;
	text-align: center;
	/*width: 100%;*/
	/*left: 0;*/
}

.ace-ivr-testi-slide-text.ace-ivr-testi-cont-show.doIt{
	-webkit-animation: ace-fade-out-in 0.5s forwards;
    animation: ace-fade-out-in 0.5s forwards;
    opacity: 1;
}

.testimonial-item {
	display: block;
	padding: 1rem 2.5rem;
	/*font-size: 0.9rem;*/
}

.testimonial-head {
	position: relative;
	margin-bottom: 20px;
}

.ace-ivr-testi-quote-icon{
	margin-bottom: 1.5rem;
}

.testimonial-head .clientName {
	font-size: 1.5rem;
	font-weight: 600;
	/*margin-bottom: 5px;*/
}

.testimonial-body p {
	font-weight: 500;
	font-style: italic;
	margin-bottom: 0;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--para-color);
}

.testimonial-bottom {
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2.5rem;
	position: relative;
}
.testimonial-bottom:before{
	content: '';
	position: absolute;
	background-color: #C1C1C1;
	width: 5rem;
	height: 1px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-bottom .clientLogo{
	padding-right: 1rem;
	border-right: 1px solid #C1C1C1;
	margin-right: 1rem;
}
.testimonial-bottom .clientLogo img {
	max-height: 25px;
}

.testimonial-bottom .clientRate img {
	filter: invert(0.5);
	-webkit-filter: invert(0.5);
	width: 20px;
}

.ace-ivr-testi-slider .swiper-slide-active .testimonial-bottom .clientRate img {
	filter: none;
	-webkit-filter: none;
}

.ace-ivr-testi-pro-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.ace-ivr-testi-pro-bar:after {
	content: "";
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	border-color: transparent;
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
}

.ace-ivr-testi-pro-bar > span {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ace-ivr-testi-pro-bar .ace-testi-bar-left {
	left: 0;
}

.ace-ivr-testi-pro-bar .ace-testi-bar-elem {
	border-width: 3px;
	border-style: solid;
	border-color: var(--green-color);
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	top: 0;
}

.ace-ivr-testi-pro-bar .ace-testi-bar-left .ace-testi-bar-elem {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.ace-ivr-testi-pro-bar .ace-testi-bar-right {
	right: 0;
}

.ace-ivr-testi-pro-bar .ace-testi-bar-right .ace-testi-bar-elem {
	left: -100%;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
}

@-webkit-keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@-webkit-keyframes ace-fade-out-in {
  50% { opacity: 0.4; }
}

@keyframes ace-fade-out-in {
  50% { opacity: 0.4; }
}

.ace-ivr-testi-slider .ace-ivr-testi-pro-bar {
	z-index: 9;
	top: 49.8%;
	left: 50%;
	height: calc(100%);
	width: calc(100%);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.ace-ivr-testi-slider .ace-ivr-testi-slide.swiper-slide-active .ace-ivr-testi-pro-bar:after {
	border-color: #fff;
}

.ace-ivr-testi-slider .ace-ivr-testi-slide.swiper-slide-active .ace-ivr-testi-pro-bar .ace-testi-bar-left .ace-testi-bar-elem {
	animation: loading-1 2.5s linear forwards 2.5s;
}

.ace-ivr-testi-slider .ace-ivr-testi-slide.swiper-slide-active .ace-ivr-testi-pro-bar .ace-testi-bar-right .ace-testi-bar-elem {
	animation: loading-1 2.5s linear forwards;
}

.ace-ivr-testi-slider .swiper-button-next:after,.ace-ivr-testi-slider .swiper-button-prev:after {
	display: none;
}

.ace-ivr-testi-slider .swiper-button-prev,.ace-ivr-testi-slider .swiper-button-next {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 30px;
	margin: 0;
	display: inline-block;
	transform: translateY(-50%);
}

.ace-ivr-testi-slider .swiper-button-prev {
	background-image: url('../img/clients/arrow-left.svg');
	left: 0;
}

.ace-ivr-testi-slider .swiper-button-next {
	background-image: url('../img/clients/arrow-right.svg');
	right: 0;
}

.ace-ivr-testi-slider .swiper-button-prev:hover {	
	background-image: url('../img/clients/arrow-left-prim.svg');	
}	
.ace-ivr-testi-slider .swiper-button-next:hover {	
	background-image: url('../img/clients/arrow-right-prim.svg');	
}

.bg-quotes {
	background-image: url('../img/clients/quotes.svg');
	background-repeat: no-repeat;
	background-position: right top 5rem;
	background-size: auto;
}
/*IVR testimonial css ends*/

/*IVR usp css starts*/

.ace-ivr-features-sec{
	padding-bottom: 0;
}

.ace-ivr-features-sec .ace-tfn-rate-head-elem{
	margin-bottom: 2rem;
}

.ace-ivr-features-sec .ace-ivr-features-col{
	margin-top: 2.5rem;
}

.ace-ivr-features-sec .ace-ivr-usp-pts-slide-elem .ace-ivr-usp-pts-slide-img{
	padding-bottom: 1.5rem;
}

.ace-ivr-features-col .ace-ivr-usp-pts-slide-text p{
	font-weight: 500;
	color: var(--primary-color);	
	transition: all 0.3s;	
}

.ace-ivr-usp-sec{
	background: linear-gradient(to right, #fff 55%, var(--blue-color) 45%);
	overflow: hidden;
}

.ace-ivr-usp-pts-slider-parent{
	position: relative;
}
.ace-ivr-usp-pts-slider-parent:before{
	content: '';
	position: absolute;
	width: 15rem;
	height: 15rem;
	left: -5rem;
	bottom: -4rem;
	background-image: url('../img/dot-bg.svg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.ace-ivr-usp-pts-slider{
	clip-path: inset( -100vw -100vw -100vw 0 );
}

.swiper-slide.ace-ivr-usp-pts-slide{
	/*transform: scale(0.9);*/
	transition: all 0.5s ease-in-out;
	/*padding: 0 1rem;*/
	margin-right: 1.5rem;
	height: auto;
	width: 33%;
}
.swiper-slide.ace-ivr-usp-pts-slide + .swiper-slide.ace-ivr-usp-pts-slide.showtime{
	/*margin-left: 1rem;*/
}
.swiper-slide.ace-ivr-usp-pts-slide.showtime{
	/*transform: scale(1);*/
	/*margin-right: 2rem;*/
}

.ace-ivr-usp-pts-slide-elem{
	background-color: #fff;
	border: 1px solid #ABBDF5;
	border-radius: 4px 3px 0px 0px;
	border-bottom: none;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.ace-ivr-usp-pts-slide-cont{
	padding: 2rem 1.5rem 2rem;
}

.ace-ivr-usp-pts-slide .ace-ivr-usp-pts-slide-img{
	padding-bottom: 1.5rem;
	/*transition: all 0.5s ease-in-out;*/
	/*text-align: right;*/
}

.ace-ivr-usp-pts-slide.showtime .ace-ivr-usp-pts-slide-img{
	/*padding-bottom: 1rem;*/
}

.ace-ivr-usp-pts-slide-img img{
	vertical-align: middle;
	max-height: 45px;
}

.ace-ivr-usp-pts-slide-text{}
.ace-ivr-usp-pts-slide-text h4{
	margin-bottom: 1.5rem;
}
.ace-ivr-usp-pts-slide-text ul{
	list-style: none;
	padding-left: 0;
}
.ace-ivr-usp-pts-slide-text ul li,
.ace-ivr-usp-pts-slide-text p{
	line-height: 2.3;
	font-size: 16px;
	color: #6E7FA2;	
	transition: all 0.3s;	
}	
.ace-ivr-usp-pts-slide-text p{
	line-height: 1.6;
}
.ace-ivr-usp-pts-slide.showtime .ace-ivr-usp-pts-slide-text ul li,
.ace-ivr-usp-pts-slide.showtime .ace-ivr-usp-pts-slide-text p{	
	color: var(--para-color);	
}
.ace-ivr-usp-pts-slide-text ul li::before {
	content: "\2022";
	color: var(--blue-color);
	font-weight: 900;
	display: inline-block;
	width: 1em;
	/*margin-left: -2em;*/
}

.ace-ivr-usp-pts-slider.swiper-horizontal > .swiper-pagination,
.ace-ivr-usp-pts-slider.swiper-horizontal > .swiper-scrollbar{
	position: relative;
	margin-top: 2rem;
	margin-bottom: 5rem;
	background: rgba(255, 255, 255, 0.2);
	height: 10px;
	cursor: pointer;
}
.ace-ivr-usp-pts-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #81ffc5;
}

.ace-ivr-usp-pts-slider.swiper-horizontal > .swiper-scrollbar .dragger{
	background: #81ffc5;
	height: 100%;
	position: relative;
	border-radius: 1rem;
}
.ace-ivr-usp-pts-slider.swiper-horizontal > .swiper-scrollbar:hover .dragger,
.ace-ivr-usp-pts-slider.swiper-horizontal > .swiper-scrollbar:focus .dragger,
.ace-ivr-usp-pts-slider.swiper-horizontal > .swiper-scrollbar .dragger:focus{
	height: 160%;
	top: -30%;
}

.ace-ivr-usp-pts-slide .ace-ivr-usp-pts-pro-bar,
.ace-ivr-features-sec .ace-ivr-usp-pts-slide-elem .ace-ivr-usp-pts-pro-bar{
	margin-top: auto;
	position: relative;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: var(--blue-color);
	z-index: 1;
	transition: all 0.3s;
}
.ace-ivr-usp-pts-slide.showtime .ace-ivr-usp-pts-pro-bar{
	/*width: 100%;*/
	/*-webkit-transition: width 5s ease-in-out;
	-moz-transition: width 5s ease-in-out;
	-ms-transition: width 5s ease-in-out;
	-o-transition: width 5s ease-in-out;
	transition: width 5s ease-in-out;*/
}

.ace-ivr-usp-pts-slider-control {
	position: relative;
	display: block;
	text-align: right;
	line-height: 40px;
}

.ace-ivr-usp-pts-slider-control .swiper-button-next, .ace-ivr-usp-pts-slider-control .swiper-button-prev {	
	width: 40px;	
    height: 40px;	
    background: #fff;	
    border-radius: 100%;	
	position: static;	
	display: inline-block;	
	text-align: center;	
	margin-left: 20px;	
	/*transition: all 0.3s;*/	
}	
.ace-ivr-usp-pts-slider-control .swiper-button-next:after, .ace-ivr-usp-pts-slider-control .swiper-button-prev:after {	
	font-size: 18px;	
	line-height: inherit;	
	font-weight: bold;	
	color: #234ED8;	
	/*transition: all 0.3s;*/	
}	
.ace-ivr-usp-pts-slider-control .swiper-button-next:hover, .ace-ivr-usp-pts-slider-control .swiper-button-prev:hover{	
	background: var(--green-color);	
}	
.ace-ivr-usp-pts-slider-control .swiper-button-next:hover:after, .ace-ivr-usp-pts-slider-control .swiper-button-prev:hover:after{	
	color: #fff;	
}
/*IVR usp css ends*/

/*Awards css starts*/

.ace-ivr-awards-sec{
	padding-top: 5rem;
}

.ace-ivr-awards-elem{
	text-align: center;
	background-color: #fff;
	padding: 2rem 1.5rem;
	box-shadow: 0px 8px 70px rgba(5, 45, 9, 0.08);
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.ace-ivr-awards-elem:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.ace-ivr-awards-img{
	/*margin-bottom: 1.5rem;*/
}
.ace-ivr-awards-img img{	
	max-width: 10rem;	
	max-height: 7.5rem;	
}
.ace-ivr-awards-cont{}
.ace-ivr-awards-cont p{
	line-height: 1.8;
	font-size: 16px;
	font-weight: 600;
	color: var(--para-color);
	margin-bottom: 0;
}
/*Awards css ends*/


/*IVR integ-apps css starts*/
.ace-ivr-integ-apps-cont-sec{
	/*background-color: var(--bg-lgt-grn-color);*/
	margin-top: -5rem;
	margin-bottom: -10rem;
}
.ace-ivr-integ-apps-cont{}
.ace-ivr-integ-apps-cont-elem{
	padding: 10rem 0;
}

.ace-ivr-integ-apps-sec{}
/*IVR integ-apps css ends*/