/**
Theme Name: WebEngage
Author: Solutóre
Author URI: https://solutore.com/
Description: Theme for WebEngage
Version: 3.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webengage
Template: astra
*/

:root {
	--color-1: #C38BFF;
	--color-2: #67B067;
	--color-3: #3B3270;
	--color-4: #71459e;	
	--color-5: #ffffff !important;
	--color-6: #000000 !important;
	--color-7: #aea6e1 !important;
	--color-8: #FCF3EF !important;
	--color-9: #5745C6 !important;

	--e-global-typography-primary-font-family: 'Poppins', sans-serif !important;
	--font-Poppins: 'Poppins',sans-serif !Important;
	/* 	Font size */
	--font-size-13px: 1.3rem;
	--font-size-14px: 1.4rem;
	--font-size-16px: 1.6rem;
	--font-size-18px: 1.8rem;
	--font-size-20px: 2rem;	
	--font-size-28px: 2.8rem;
	--font-size-30: 3rem;
	--font-size-35: 3.5rem;
	--font-size-50: 5rem;
	--font-size-54: 5.4rem;
	--font-size-70: 7rem;

	/* Line Height */
	--line-height-16px: 16px;
	--line-height-20px: 20px;
	--line-height-22px: 22px;
	--line-height-24px: 24px;
	--line-height-27px: 27px;
	--line-height-28px: 28px;
	--line-height-32px: 32px;
	--line-height-34px: 34px;
	--line-height-36px: 36px;
	--line-height-55px: 55px;
	--line-height-65px: 65px;
	--line-height-74px: 74px;

	/* Font Weight	 */
	--font-weight-300: 300 !important;
	--font-weight-400: 400 !important;
	--font-weight-500: 500 !important;
	--font-weight-600: 600 !important;
	--font-weight-700: 700 !important;

	/* Colors	 */
	--color-1: #f6f6f6 !important;

}

html{
	font-size: 10px;
	font-family: var(--font-Poppins);
}
body, a{
	font-family: var(--font-Poppins) !important;
}
/* Global Start*/
.text-center {
	text-align: center !important;
}

/* AB [+] disable - as suggested by Nir 
p {
font-size: var(--font-size-14);
line-height: var(--line-height-20px);
}
/* AB [-] disable - as suggested by Nir */

/* Nir - disable
TODO remove in V2

.p1 {
font-size: var(--font-size-18px);
line-height: var(--line-height-24px);
}
.p3 {
font-size: var(--font-size-18);
line-height: var(--line-height-24px);
}
.p4 {
font-size: var(--font-size-14);
line-height: var(--line-height-22px);
}
.p5 {
font-size: var(--font-size-13);
line-height: var(--line-height-16px);
}
*/


.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.font-size-70px {
	font-size: var(--font-size-70);
	line-height: var(--line-height-20px);
}
.font-size-54px {
	font-size: var(--font-size-30) !important;
	line-height: var(--line-height-36px) !important;
}
.font-size-50px {
	font-size: var(--font-size-28px) !important;
	line-height: var(--line-height-32px)!important;
	font-weight: var(--font-weight-700)!important;
}
.font-size-28px {
	font-size: var(--font-size-28px);
	line-height: var(--line-height-32px);
}

/* Background Color */
.gradient-pink {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#c310a9),to(#830391));
	background-image: -o-linear-gradient(top,#c310a9,#830391);
	background-image: linear-gradient(to bottom,#c310a9,#830391);
}
.bg-gradient-blue {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#5252fa),to(#3443b7));
	background-image: -o-linear-gradient(top,#5252fa,#3443b7);
	background-image: linear-gradient(to bottom,#5252fa,#3443b7);
}
.color-purple {
	color: #5e4cc8;
}
.headingColor2{
	color: var(--color-7);
}

.list-type-bullet {
	list-style: disc;
	padding: 15px 0 25px 15px;
}
p + .list-type-bullet { padding-top:0; }
.list-type-bullet li + li {padding-top: 5px;}

.shadow{
	box-shadow: 0 5px 12px 0 rgba(0,0,0,.11), 0 0 1px 0 rgba(0,0,0,.1);
}
.shadow-hover:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
/* Header */
.menu-item > .menu-link.menu-item-dark, .menu-item > .menu-link.menu-item-dark:hover{
	color: #0e0e2c !important;
}
.main-header-menu .sub-menu .menu-link, .main-header-menu .sub-menu .menu-link:hover, .main-header-menu .sub-menu .current-menu-item .menu-link{
	color: var(--color-6);
}
@media screen and (min-width: 769px){
	/* AB [+] disable - as suggested by Nir 
	p {
	font-size: var(--font-size-14);
	line-height: var(--line-height-20px);
}
	/* AB [-] disable - as suggested by Nir */

	/* Nir - disable
	TODO remove in V2
	.p1 {
	font-size: var(--font-size-28px);
	line-height: var(--line-height-34px);
}
	.p3 {
	font-size: var(--font-size-20px);
	line-height: var(--line-height-28px);
}
	.p4 {
	font-size: var(--font-size-18);
	line-height: var(--line-height-27px);
}
	.p5 {
	font-size: var(--font-size-13);
	line-height: var(--line-height-16px);
}

	*/

	.font-size-70px {
		font-size: var(--font-size-70);
		line-height: var(--line-height-74px);
	}
	.font-size-54px {
		font-size: var(--font-size-54);
		line-height: var(--line-height-65px);
	}
	.font-size-50px {
		font-size: var(--font-size-50)!important;
		line-height: var(--line-height-55px)!important;
	}

}

/* Common */
.flexColumn{
	display: flex;
	flex-direction: column;
}
.d-block{
	display: block !important;
}
.remove-top-btm-space, .remove-top-btm-space .elementor-widget-wrap{
	padding-top: 0;
	padding-bottom: 0;
}
.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.m-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}
.container{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.flexVCenter{
	display: flex;
	align-items: center;
}
.txt-sml {
	color: #454750CC;
	font-size: 12px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: 1.1px;
}
.img-display-block, .img-display-block a{
	display: block !important;;
}
/* Button Start */
p, .entry-content p{
	margin-bottom: 18px;
}
a:focus {
	outline: 0;
}
.mb-0{
	margin-bottom: 0 !important;
}
h1 .color1{
	color: var(--color-1);
}
.cta16px{
	font-size: 16px !important;
}
.text-left{
	text-align: left !important;
}
.h-100{
	height: 100% !important;
}
.dFlex, .d-flex{
	display: flex;
}
.alignItemsCenter{
	align-items: center;
}
.flex-end{
	align-items: flex-end!important;
}
.buttonStyle1, .buttonStyle2, .btn-jumbo, #request-a-demo-btn{
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-shadow: 0 0 0 1px #017953;
	background-color: #67b067;
	border-radius: 4px;
	font-family: var(--font-Poppins) !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	z-index: 1;
	color: #fff !important;
}
.buttonStyle1.btn-blue{
	background: #2A30BD;
	box-shadow: 0 0 0 1px #212590;
}
.btn-jumbo{
	padding: 12px 36px;
}
.buttonStyle1:hover, .btn-jumbo:hover{
	color: #000 !important;
	box-shadow: 0 0 0 1px #000;
	background: #67b067;
}
.buttonStyle1.btn-blue:hover, .btn-jumbo.btn-blue:hover{
	background: #2A30BD;
	box-shadow: 0 0 0 1px #212590;
}

.buttonStyle2{
	background-color: transparent !important;
	box-shadow: 0 0 0 1px #fff !important;
}
.button-rounded{
	border-radius: 30px !important;
}
.btnBlue{
	background: #2A30BD;
	box-shadow: 0 0 0 1px #212590;
}
.btnBlue:hover{
	background: #2A30BD;
}
.btnBlue:focus{
	color: #000 !important;
	box-shadow: 0 0 0 1px #000;
	background: #fff;
}

.buttonStyle2:hover{
	color: #000 !important;
	box-shadow: 0 0 0 1px #000;
	background: #67b067;
}

.buttonStyle1:after, .buttonStyle1:before, .buttonStyle2:after, .buttonStyle2:before, .btn-jumbo:after, .btn-jumbo:before, #request-a-demo-btn:after, #request-a-demo-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.buttonStyle1:before, .buttonStyle2:before, .btn-jumbo:before, #request-a-demo-btn:before{
	z-index: -1;
	background-color: #fff;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
}

.buttonStyle1:hover:before, .buttonStyle2:hover:before, .btn-jumbo:hover:before, #request-a-demo-btn:hover:before{
	transform: translateZ(0);
}

.btn-full {
	width: 100%;
}
.header-cta{
	line-height: 1.25;
	padding: 12px 36px;
}
.btn-t-cta{
	line-height: 1.5;
	padding: 12px 36px;
}
.btn-holder .buttonStyle1+.buttonStyle2{
	margin-left: 25px;
}
.btn-primary, .btn-secondary {
	font-size: 1.6rem;
	font-family: Poppins,sans-serif;
	background: #67b067;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	line-height: 18px;
	padding: 13px 36px;
	border: 1px solid transparent;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
}
.btn-primary:hover {
	color: #000;
	border: 1px solid #000;
}

.btn-primary::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	transform: translateX(-105%);
	transition: .3s all ease-in-out;
	z-index: -1;
}
.btn-primary:hover::before {
	transform: translateX(0);
}

/* Animate Button */
.btnAnimation1 a, .btnAnimation, .btnAnimation2 a, .btn-outline a,  .btn-outline-white a {
	position: relative;
	z-index: 1;
	overflow: hidden;
	/* 	box-shadow: 0 0 0 1px #017953; */
	box-shadow: 0 0 0 1px #212590;
	text-transform: none;
	border-radius: 4px 4px 4px 4px;
	/* 	background-color: #5cb85c; */
	background: #2A30BD;
	font-size: 16px;
	color: #fff !important;
}
.btnAnimation2 a{
	box-shadow: 0 0 0 1px #000;
	background-color: #fff !important;
	color: #000 !important;
}
.btn-outline a{
	box-shadow: 0 0 0 1px #3B3270;
	background-color: transparent !important;
	color: #3B3270 !important;
}
.btn-outline-white a{
	box-shadow: 0 0 0 1px #fff;
	background-color: transparent !important;
	color: #fff !important;
}
.btnAnimation1.btn-blue a{
	background: #2A30BD;
	box-shadow: 0 0 0 1px #212590;
}
.btnAnimation1 a:hover, /*.btnAnimation1 a:visited,*/
.btnAnimation:hover, .btnAnimation:visited{
	color: #000 !important;
	box-shadow: 0 0 0 1px #000;
}
.btnAnimation2 a:hover
/*, .btnAnimation2 a:visited */{
	color: #fff !important;
}
.btn-outline a:hover{
	color: #fff !important;
}
.btn-outline-white a:hover{
	color: #000 !important;
}
.btnAnimation1 a:after, .btnAnimation1 a:before,
.btnAnimation2 a:after, .btnAnimation2 a:before,
.btnAnimation:after, .btnAnimation:before,
.btn-outline a:before,
.btn-outline-white a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btnAnimation1 a:before,
.btnAnimation2 a:before,
.btnAnimation:before,
.btn-outline a:before,
.btn-outline-white a:before{
	z-index: -1;
	background-color: #fff;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
}
.btnAnimation2 a:before{
	background-color: #000;
}
.btn-outline a:before{
	background-color: #3B3270;
}
.btn-outline-white a:before{
	background-color: #fff;
}
.btnAnimation1 a:hover:before,
.btnAnimation2 a:hover:before,
.btnAnimation:hover:before,
.btn-outline a:hover:before,
.btn-outline-white a:hover:before{
	transform: translateZ(0);
}

.btnAnimation1.glassdoorIcon a{
	background-image: url(/wp-content/uploads/2022/11/glassdoor-icon.svg);
	background-repeat: no-repeat;
	background-position: center left 25px;
	padding-left: 50px;
}
.btnAnimation1.glassdoorIcon a:hover:after{
	background-image: url(/wp-content/uploads/2022/11/glassdoor-icon-black.svg);
	background-repeat: no-repeat;
	background-position: center left 25px;
}

@media screen and (max-width: 768px) {
	.btn-mob-100per {
		display: block;
		width: 100%;
	}
}


/* Button End */

/* header.header-dark{
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
} */
header.header-dark .ast-custom-button-link .ast-custom-button{
	color: var(--color-6);
}
.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
	height: auto;
}
#masthead .ast-header-sticked .site-logo-img .astra-logo-svg {
	width: 120px !important;
}
/* Background Color */
.gray-background {
	background: var(--color-1);
}
.purplle-background {
	background: var(--color-4);
}
.purple-gradient {
	background: linear-gradient(180deg,#FBF2EE 15.13%,#C7CFFA 100%);
}
.blue-bg-gradient{
	background-image: linear-gradient(200deg, #009BF7 28%, #034871 100%);
}
.green-gradient {
	background: linear-gradient(180deg,rgba(239,254,180,0.4) 0%,rgba(148,233,148,0.4) 100%);
}
.red-light-background {
	background: var(--color-8);
}


/* Text Color */
.color-white{
	color: var(--color-5);
}
.color-black{
	color: var(--color-6);
}
.color-1, .color-1 h1 {
	color: var(--color-7);
}
.color-slateblue, .color-slateblue h2{
	color: var(--color-9);
}
.d-none, .not-display{
	display: none !important;
}
/* CTA */
a:hover {
	color: #7373ff;
}
.cta-link{
	font-size: var(--font-size-16px);
	font-weight: var(--font-weight-600);
}

/* Header */
.loginBtn{
	margin-right: 20px;
}

/* Sections */
.main-banner-section{
	/* 	padding-top: 100px; */
	/* 	padding-bottom: 35px; */
	padding-top: 145px;
	padding-bottom: 50px;
}
.page-section{
	padding-top: 35px;
	padding-bottom: 35px;
}
.sectionHeading {
	max-width: 900px;
	margin: 0 auto;
}
.bannerSectionContent{
	padding-bottom: 30px;
}
.bannerSectionContent .elementor-widget:not(:last-child), .inner-section-content .elementor-widget:not(:last-child){
	margin-bottom: 20px !Important;
}
.banner-type-2 h1 span {
	color: #aea6e1;
	display: inline-block;
	position: relative;
}
.banner-type-1 .section-banner-heading h1{
	margin-bottom: 40px;
}

/* About Us Page Start*/
.about-us-banner{
	padding-bottom: 145px;
}
.about-us-banner .section-column h1{
	margin-bottom: 20px;
}
.about-us-banner p:last-child {
	margin-bottom: 0;
}

/* Partnar Page */
.partnar-header .banner-section-header{
	padding-bottom: 0;
}
.partnerBenefits{
	margin-bottom: 20px;
	text-align: center;
}
.partnerBenefitsInnerSection:last-child .partnerBenefits{
	margin-bottom: 0px;
}
.partnerBenefitsInnerSection:last-child .elementor-column:not(:last-child) .partnerBenefits{
	margin-bottom: 20px;
}
.partnerCard{
	display: flex;
	flex-direction: column;
}
.partnerCardTop{
	flex: 1;
}
/* Product */

.section-banner-footer{
	margin-top: 30px;
}
.card-type-1{
	padding: 20px;
}
.card-header-type1{
	background: #eee9f2;
	border-radius: 10px;
	padding: 42px 35px 15px 15px;
	margin-bottom: 15px !important;
}
.card-type-column, .card-type-column .elementor-widget-wrap{
	display: flex;
	flex-direction: column;
	flex: 1;
}
.card-type-1-content{
	flex: 1;
}
.card-type2{
	padding: 40px;
}
.card-type2 .media-item{
	margin-bottom: 20px;
}
.card-type2 .media-item img{
	width: auto;
	height: 55px;
}
.card-type2 .media-item, .card-type2 .content-item{
	padding-bottom: 20px;
}
.card-type2-footer .customer-dtls{
	padding-bottom: 40px;
}
.card-type-3-mgHolder{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	max-height: 155px;
}

/* E-Book Start */
.ebook-card{
	box-shadow: 0 5px 12px 0 rgb(0 0 0 / 11%), 0 0 1px 0 rgb(0 0 0 / 10%);
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}
.type-post{
	border: 5px solid #fff;
}
.type-post .card-img-holder, .type-webinar .card-img-holder, .type-newsroom .card-img-holder{
	max-height: 240px;
	overflow: hidden;
}
.type-post .card-img-holder a{
	display: block;
}
.tag-category a:hover{
	color: #3e3eff;
}
.flex-column{
	display: flex;
	flex-direction: column;
}
.ebook-card-content .elementor-widget-wrap{
	flex-direction: column;
}
.flex-1, .ebook-card-content .elementor-widget-wrap {
	flex: 1; 
}
.caragory-name{
	display: flex;
	justify-content: space-between;
}
.caragory-name p{
	margin-bottom: 0;
	line-height: 1.1rem;
}
.caragory-name a{
	font-size: 1.1rem;
	line-height: 1.1rem;
	letter-spacing: 1.1px;
	color: #000;
}
.caragory-name a:hover {
	color: #3e3eff;
}

.cardTitle {
	padding-bottom: 20px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.searchv2 {
	align-items: center;
	flex-direction: row-reverse;
	font-family: var(--font-Poppins);
}
.searchv2 a{
	font-size: 1.4rem;
}
.search-suggestion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.icon-search {
	padding-right: 36px;
}
.search-holder {
	position: relative;
}
.search-holder .icon-search{
	height: 35px;
}
.btn-icon-search {
	background: url(assets/images/search-icon.svg) no-repeat 8px 9px;
	width: 35px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	right: 0 !important;
	top: 0;
	padding: 0;
}
.search-holder .btn-icon-search:hover{
	background-color: transparent;
}
.search-suggestion {
	position: relative;
}
.search-suggestion a {
	display: block;
	padding: 10px;
	color: #c3c1cd;
	line-height: normal;
}
.search-suggestion a:hover {
	color: #fff;
}
.more-suggestion .search-sub-menu a:hover {
	color: #7373ff;
}

.search-suggestion .down-arrow {
	padding-left: 5px;
	font-size: 5px;
}
.search-sub-menu {
	position: absolute;
	z-index: 2;
	top: 48px;
	left: 0;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	margin-left: 0;
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .11), 0 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .11), 0 0 1px 0 rgba(0, 0, 0, .1);
	display: none;
}
.search-sub-menu li {
	padding: 0 10px;
}
.search-sub-menu a {
	padding-top: 7px;
	padding-bottom: 7px;
}
.more-suggestion .hasSubMenu::before {
	content: "";
	height: 28px;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 2;
}
.has-top-arrow {
	position: relative;
	display: none;
}
.has-top-arrow::before {
	content: "";
	position: absolute;
	top: -4px;
	z-index: 99;
	border-style: solid;
	border-width: 0 16px 14px;
	border-color: transparent transparent #fff transparent;
	-webkit-filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, .06));
	filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, .06));
	width: 32px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	left: 50%;
	width: 32px;
}
.search-sub-menu {
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%}
.more-suggestion {
	position: relative;
	white-space: nowrap;
}
.more-suggestion li a {
	color: #505050;
}
.more-suggestion a.hasSubMenu:hover {
	color: #fff;
}
.ebook-searchbar a{
	color: #000;
	font-family: var(--font-Poppins);
}
.ebook-searchbar .search-suggestion a:hover {
	color: #7373ff;
}

.more-suggestion:hover .has-top-arrow {
	display: inline;
}

.we-icon.down-arrow {
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px !important;
	vertical-align: middle;
	transform: rotate(45deg);
	margin-left: 8px;
	transition: all .4s;
}
.search-suggestion li:hover .down-arrow {
	transform: rotate(227deg);	
}
.liteTheme .we-icon.down-arrow, .search-dark-theme .we-icon.down-arrow{
	border-color: #000;
}
.search-suggestion li:hover .search-sub-menu {
	display: flex;
	flex-wrap: nowrap;
}
.hasSubMenu .down-arrow {
	display: inline-block;
	font-size: .5rem;
	padding-left: 3px;
	position: relative;
	top: -1px;
	padding-left: 8px;
}
.wysiwyg a:not(.btn) {
	color: #3e3eff;
}
.wysiwyg a:not(.btn):hover {
	color: #7373ff;
	text-decoration: none;
}
.wysiwyg>p:last-child {
	margin-bottom: 0;
}
.wysiwyg table {
	margin-bottom: 1.8rem;
}
.wysiwyg table td, .wysiwyg table th {
	padding: 12px 15px;
}
.wysiwyg table td:first-child, .wysiwyg table th:first-child {
	padding-left: 0;
}
.wysiwyg table tr+tr {
	border-bottom: 1px solid #ddd;
}
.wysiwyg h2 {
	font-size: 2.1rem;
	margin-bottom: 0;
}
.wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ol[type="1"] {
	font-size: 1.8rem;
}
.wysiwyg h3 {
	line-height: normal;
}
.wysiwyg p+h3, .wysiwyg p+h4, .wysiwyg p+h5, .wysiwyg p+h6 {
	margin-top: 20px;
}
.wysiwyg ul {
	list-style: disc;
}
/* AB [+] wysiwyg ul, ol listing */
.wysiwyg ol, .wysiwyg ul {
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 1.8rem;
	padding-left: 2.2rem;
	margin-left:0;
}

.wysiwyg ol em, .wysiwyg ul em { font-style:normal; }
/* AB [-] wysiwyg ul, ol listing */
.wysiwyg ol {
	list-style: decimal;
}
.wysiwyg ol[type=a] {
	list-style: lower-alpha;
}
.wysiwyg ol[type=i] {
	list-style: lower-roman;
}
.wysiwyg ol[type=I] {
	list-style: upper-roman;
}
.wysiwyg ul[type=bullet] {
	list-style: disc;
}
.wysiwyg li {
	margin-bottom: 5px;
}
.wysiwyg br {
	line-height: 2rem;
}
.wysiwyg img {
	display: block;
	margin: 30px auto;
}
.wysiwyg>p:last-child {
	margin-bottom: 0;
}
.social-share {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.social-share li+li {
	margin-left: 15px;
}
.card-ui3-grid .card-content .date {
	font-size: 1.2rem;
	color: rgba(69,71,80,.6);
	font-weight: 700;
}
.card-ui3-grid .card-content p{
	line-height: 1.78;
}
.card-ui-3 .card-footer {
	padding: 15px 20px 0;
	font-weight: 700;
	position: relative;
	overflow: visible;
	color: #fff;
}
.card-ui-3 .card-footer:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -40%;
	transform: rotate(5deg);
	transform-origin: top left;
	height: 290%;
	width: 110%;
	z-index: 1;
}
.gradient-pink2:before {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#c310a9),to(#830391));
	background-image: -o-linear-gradient(top,#c310a9,#830391);
	background-image: linear-gradient(to bottom,#c310a9,#830391);
}
.card-ui-3 .card-footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: rotate(-4deg);
	transform-origin: top;
	height: 100%;
	width: 110%;
}
.gradient-pink2:after {
	background-color: #70007b;
}
.card-ui-3 .card-footer .count {
	position: relative;
	z-index: 1;
}
.card-ui-3 .elementor-container{
	flex: 1;
}
.card-ui-3 .innerCol .elementor-widget-wrap{
	display: flex;
	flex-direction: column;
}
.card-ui-3 .elementor-container{
	margin: 0;
}

@media screen and (min-width: 769px){
	.col-4 {
		flex: 0 0 33.3333%;
		max-width:33.3333%;
	}
	.col-8{
		flex: 0 0 66.66666%;
		max-width:  66.66666%;
	}
	.searchv2 {
		position: relative;
		display: flex;
		align-items: center;
	}
	.wysiwyg h1:not(:first-child), .wysiwyg h2:not(:first-child) {
		margin-top: 40px;
	}
	.wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
		margin-bottom: 8px;
	}
	.wysiwyg p, .wysiwyg table {
		margin-bottom: 3rem;
	}
	.wysiwyg h2 {
		display: block;
		font-size: 3rem;
		line-height: 1.38;
		margin-top: 0;
	}
	.wysiwyg h3 {
		font-size: 2.5rem;
	}
	.wysiwyg h4 {
		font-size: 2.2rem;
	}
	.wysiwyg h5 {
		font-size: 2rem;
	}
	.wysiwyg h6 {
		font-size: 1.8rem;
	}
	/* AB [+] wysiwyg ul, ol listing */
	.wysiwyg ol, .wysiwyg ul {
		padding-left: 3.2rem;
		margin-bottom: 3rem;
		font-size: 1.6rem;
		line-height: 24px;
	}
	/* AB [-] wysiwyg ul, ol listing */
	.wysiwyg br {
		line-height: 3rem;
	}
}
@media (max-width: 768px){
	.display-desktop {
		display: none!important;
	}
	.wysiwyg h4, .wysiwyg h5 {
		margin-bottom: 0;
	}

}
@media screen and (max-width:800px) {		
	.searchv2 .display-desktop {
		display: none!important;
	}
	.d-block-mob{
		display: block;
	}
}
@media screen and (min-width:801px) {
	.icon-search {
		margin: 0;
		width: calc(100% - 25px);
	}
	.searchv2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.searchv2 .col-8 {
		padding-left: 5px;
	}
	.searchv2 .col-4 {
		padding-right: 0;
	}
	.btn-icon-search {
		right: 15px;
	}
}




/* E-Book End  */

/* Case Studies start */

.col-4, .col-5 {
	min-height: 1px;
}
.space-between {
	justify-content: space-between;
}
@media screen and (min-width: 769px){
	.flex_row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		position: relative;
	}
	.col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col_1, .col_10, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .column {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-4 {
		flex: 0 0 33.333333%;
	}
	.col-3 {
		flex: 0 0 25%;
	}
	.col-6{
		flex: 0 0 50%;
	}
}
.pageContainer {
	padding-bottom: 35px;
}
.card-ui3 {
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .11), 0 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .11), 0 0 1px 0 rgba(0, 0, 0, .1);
	background: #fff;
	overflow: hidden;
	position: relative;
	font-family: 'Poppins',sans-serif;
	border-radius: 4px;
}
.card-ui3 .card-media img {
	width: 100%;
	height: auto;
	aspect-ratio: 68/29;
}
.card-ui3 .card-content {
	padding: 20px 15px 40px;
}
.card-ui3 .card-content p {
	font-size: 1.5rem;
}
.card-ui3 .card-content a {
	color: #3544ba;
	z-index: 2;
	position: relative;
}
.card-ui3 .card-footer {
	padding: 15px 20px 0;
	font-weight: 700;
	position: relative;
	overflow: visible;
	color: #fff;
}
.card-ui3 .card-footer label {
	font-size: 1.8rem;
	color: inherit;
}
.card-ui3 .card-footer p {
	font-size: 1.4rem;
	color: inherit;
}
.card-ui3 .card-footer img {
	max-width: 12px;
	position: relative;
	top: -10px;
	display: inline;
}
.card-ui3 .card-footer .count {
	position: relative;
	z-index: 1;
}
.card-ui3 .card-category {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1.2rem;
}
.card-ui3 .card-footer:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -40%;
	transform: rotate(5deg);
	transform-origin: top left;
	height: 290%;
	width: 110%;
	z-index: 1;
}
.card-ui3 .card-footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: rotate(-4deg);
	transform-origin: top;
	height: 100%;
	width: 110%;
}
.card-ui3 .card-anchor {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.card-ui3-grid .card-ui3 {
	margin-bottom: 30px;
}
.gradient-blue2:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5252fa), to(#3443b7));
	background-image: -o-linear-gradient(top, #5252fa, #3443b7);
	background-image: linear-gradient(to bottom, #5252fa, #3443b7);
}
.gradient-blue2, .gradient-blue2:after {
	background-color: #222d87;
}
.gradient-red2:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee244c), to(#c70329));
	background-image: -o-linear-gradient(top, #ee244c, #c70329);
	background-image: linear-gradient(to bottom, #ee244c, #c70329);
}
.gradient-red2, .gradient-red2:after {
	background-color: #9f0c29;
}
.gradient-green2:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#08b986), to(#03915e));
	background-image: -o-linear-gradient(top, #08b986, #03915e);
	background-image: linear-gradient(to bottom, #08b986, #03915e);
}
.gradient-green2, .gradient-green2:after {
	background-color: #006f48;
}
.gradient-cyan-blue2:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#14bee8), to(#0b92df));
	background-image: -o-linear-gradient(top, #14bee8, #0b92df);
	background-image: linear-gradient(to bottom, #14bee8, #0b92df);
}
.gradient-cyan-blue2, .gradient-cyan-blue2:after {
	background-color: #006299;
}
.gradient-orange2:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeae24), to(#e67d0c));
	background-image: -o-linear-gradient(top, #eeae24, #e67d0c);
	background-image: linear-gradient(to bottom, #eeae24, #e67d0c);
}
.gradient-orange2, .gradient-orange2:after {
	background-color: #d57000;
}
.gradient-pink2:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c310a9), to(#830391));
	background-image: -o-linear-gradient(top, #c310a9, #830391);
	background-image: linear-gradient(to bottom, #c310a9, #830391);
}
.gradient-pink2, .gradient-pink2:after {
	/* 	background-color: #006299; */
	background-color: #70007b;
}

.filterNavBar{
	position: sticky;
	top: 90px;
	display: flex;
	height: 60px;
	white-space: nowrap;
	overflow-x: auto;    
	z-index: 3;
}
.filterNavBar button{	
	color: rgba(69,71,80,.9);
	height: 100%;
	display: flex;
	align-items: center;
	border-bottom: 4px solid transparent;
	padding:0;
	margin: 0 12px;
	background-color:  transparent;
	border-radius: 0;
}
.filterNavBar a.active, .filterNavBar a:hover, .filterNavBar button.active, .filterNavBar button:hover {
	font-weight: 700;
	color: #3544ba;
	border-bottom: 4px solid #3544ba;
}
.filterNavBar button.active {
	pointer-events: none;
}
.customTitleBar{
	padding-top: 50px;
	padding-bottom: 50px;
}
.customTitleBar h2{
	margin-bottom: 0;
}
.bold, .taxanomy-title, .video-modal, .viewAllBtn, figcaption b {
	font-weight: 600;
}
.viewAllBtn{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.78;
}
.viewAllBtn.blue {
	color: #3e3eff;
	opacity: 1;
	appearance: none;
	background: 0 0;
	border: 0;
	margin: 0!important;
	padding: 0;
}
.appearance-none:hover {
	cursor: pointer;
}
.viewAllBtn.blue:hover {
	opacity: .75;
	background: 0 0;
}

.blue-down-arrow:after, .legend:after, .viewAllBtn.down-arrow:after {
	content: "";
}
.viewAllBtn.down-arrow:after {
	background: url(assets/images/view-all-down-arrow.svg) no-repeat;
	display: inline-block;
	height: 6px;
	margin-left: 10px;
	vertical-align: middle;
	width: 9px;
}
.viewAllBtn.blue.down-arrow:after {
	background-image: url(assets/images/blue-view-all-down-arrow.svg);
}
.personImgHolder{
	flex: 0 0 115px;
	margin-right: 55px;
}
.personImgHolder img{
	width: 115px;
	height: 115px;
}
.quoteWrap h3{
	font-size: 2rem;
	margin-bottom: 18px;
}
.quoteWrap small{
	margin-top: 10px;
}
small {
	font-weight: 500;
}
.filterNavBarWrap {
	position: sticky;
	top: 68px;
	z-index: 3;
	backdrop-filter: blur(12px);
	background: hsla(0,0%,100%,.85);
}

@media screen and (min-width:769px) {
	.pageContainer {
		padding-bottom: 70px;
	}
	.col-4, .col-5 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.card-video:before {
		width: 80px;
		height: 80px;
	}
	.card-video:after {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 39px solid #fff;
	}
	.card-ui3-grid .card-ui3 {
		-webkit-transition: .25s;
		transition: .25s;
		height: calc(100% - 50px);
		margin: 0 10px 50px;
	}
	.card-ui3-grid {
		margin-left: -25px;
		margin-right: -25px;
	}
	.card-ui3 {
		display: flex;
		flex-direction: column;
	}
	.card-ui3 .card-content {
		flex: 1;
		position: relative;
		padding-bottom: 61px;
	}
	.card-ui3 .card-content .card-link {
		position: absolute;
		bottom: 41px;
	}
	.card-ui3:hover {
		-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
		box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	}
	.filterNavBar{
		height: 70px;
		top: 90px;
		justify-content: space-around;
	}
	.filterNavBar button{
		margin: 0;
	}
	.viewAllBtn {
		font-size: 1.8rem;
	}
	/* 	.filterNavBarWrap {
	top: 90px;
} */
}
@media screen and (max-width:768px) {
	.card-ui3 .card-footer {
		display: none;
	}
	.filterNavBarWrap {
		position: sticky;
		top: 72px;
	}
	.personImgHolder{
		margin-right: 0;
	}
	.personImgHolder img{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
}

/* Single page */

.cs-bnr-card {
	overflow: hidden;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .11), 0 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .11), 0 0 1px 0 rgba(0, 0, 0, .1);
}
.cs-banner .quote:before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2023/03/testimonial-quote-symbol.svg);
	background-repeat: no-repeat;
	width: 48px;
	height: 38px;
}
.cs-banner .quote p {
	font-size: 1.6rem;
}
.cs-bnr-card .card-content {
	background: #fff;
	padding: 30px 15px;
	font-size: 1.6rem;
}
.cs-bnr-card .card-detail li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(69, 71, 80, .9);
}
.card-detail div{
	color: inherit;
	margin: 0;
	font-size: 1.6rem;
}
.cs-bnr-card .card-detail li+li {
	margin-top: 5px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 5px;
}
.cs-bnr-card .card-content h3 {
	margin-top: 25px;
	margin-bottom: 20px;
	color: #3544ba;
	text-transform: uppercase;
	font-size: 1em;
}
.card-facts {
	margin-bottom: 25px;
}
.card-facts li {
	position: relative;
	padding-left: 55px;
}
.card-facts label {
	margin: 0;
	color: #3544ba;	
	font-size: 1.8rem;
	font-weight: 700;
}
.card-facts p {
	margin: 0;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
}
.card-facts img {
	width: 38px;
	position: absolute;
	left: 0;
}
.card-facts li+li {
	margin-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 15px;
}
.cs-bnr-card .card-footer {
	text-align: center;
}
.cs-bnr-card .card-footer p {
	margin-bottom: 15px;
	font-size: 1em;
}
.cs-bnr-card .card-head {
	position: relative;
	text-align: center;
	padding: 20px 0;
}
.cs-bnr-card .card-head img {
	position: relative;
	z-index: 9;
	max-height: 39px;
}
.cs-bnr-card .card-head:before {
	content: "";
	position: absolute;
	top: -1%;
	left: -7%;
	right: 0;
	bottom: 0;
	transform: rotate(-2deg);
	transform-origin: top left;
	height: 119%;
	width: 110%;
	z-index: 1;
}
.cs-bnr-card .card-head:after {
	content: "";
	position: absolute;
	top: 2px;
	left: -3%;
	right: 0;
	bottom: 0;
	transform: rotate(5deg);
	transform-origin: top;
	height: 101%;
	width: 120%;
}
.cs-banner .img-holder img {
	max-width: 100%;
	height: 63px;
	display: inline;
}
.border-radius {
	border-radius: 50% !important;
}
.hasBackground p {
	color: #fff!important;
}

.caseStudyCard{
	background: #fff;
	box-shadow: 0 5px 12px 0 rgb(0 0 0 / 11%), 0 0 1px 0 rgb(0 0 0 / 10%);
	display: flex;
	flex-direction: column;
	padding: 30px 30px 40px;
	margin-bottom: 30px
}
.caseStudyCard .category {
	letter-spacing: 1.1px;
	padding: 6px 10px;
	background: #eee9f3;
	color: #000;
	font-size: 1.1rem;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 1.5rem;
}
.caseStudyCard .category:hover {
	color: #3e3eff;
	text-decoration: none;
}
.caseStudyCard .date {
	color: rgba(69,71,80,.6);
	display: block;
	font-size: 1.3rem;
	line-height: normal;
	margin: 13px 0 17px;
	text-decoration: none;
}
.caseStudyCard .cs-image, a .cs-card-image {
	height: 45px;
	margin: 10px 0 20px;
	display: inline-block;
}
.csContent{
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 18px;
}
.csContent a{
	color: #000;
}
.caseStudyCard .stats-improvement {
	margin-top: 14px;
}
.caseStudyCard .stats-improvement .stats-number {
	color: #01b875;
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: .67;
	margin-bottom: 10px;
}
.caseStudyCard .stats-improvement .stats-type {
	color: #000;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: normal;
}
.caseStudyCard .stats-improvement .stats-number:after {
	background: url(assets/images/statsUparrow.svg) no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 18px;
	margin-left: 8px;
	position: relative;
	top: -3px;
	width: 13px;
}

.btn-t, .ele-btn-t a{
	display: inline-block;
	font-family: Poppins,sans-serif;
	line-height: normal;
	padding: 12px 36px;
	font-weight: 600;
	text-align: center;
	font-size: 1.4rem;
	cursor: pointer;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.btn-t.blue, .ele-btn-t.blue a, .ele-btn-t.blue a:visited {
	box-shadow: inset 0 0 0 2px #3e3eff;
	color: #3e3eff;
}
.ele-btn-t.blue a:hover{
	color: #fff;
}
.btn-t:before, .btn-t:after, .ele-btn-t a:before, .ele-btn-t a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s,-webkit-transform .3s;
}
.btn-t.blue:before, .ele-btn-t.blue a:before{
	z-index: -1;
	background-color: #3e3eff;
	transform: translate3d(-101%,0,0);
}
.btn-t.blue:hover:before, .btn-t:hover:before, .ele-btn-t.blue a:hover:before, .ele-btn-t a:hover:before{
	transform: translateZ(0);	
}




.caseStudyCard a.btn-t {
	border-radius: 4px;
	font-size: 1.4rem;
	letter-spacing: .5px;
	margin-top: 20px;
	padding: 6px 24px;
}
.btn-t.blue:hover {
	color: #fff;
}

.banner-content-dark{
	padding-left: 25px;
	padding-right: 25px;
}

.csBannerDark{	
	position: relative;
}
.csBannerDark .has-quote:before {
	content: "";
	display: block;
	background: url(assets/images/icon-testimonial-orange.svg) no-repeat center;
	height: 50px;
	background-size: contain;
	margin-bottom: 10px;
}
.banner-content-dark h1{
	margin-bottom: 20px;
}
.banner-content-dark p {
	color: #fe9b00!important;
	font-size: 2rem;
	font-family: var(--font-Poppins);
}
.banner-logo-strip{
	padding: 20px 0;
}
.bottm-align .elementor-widget-container {
	display: flex;
	align-items: flex-end;
}
.case-studies-landing .banner-content-dark{
	padding-top: 100px;
}
.cs-sticky-section {
	position: sticky !IMPORTANT;
	top: 72px;
	z-index: 1 !IMPORTANT;
	background: #c2c2c2;
}

@media screen and (min-width: 769px){
	.banner-content-dark {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 5%;
		z-index: 9;
	}
	.bnr-content-small {
		width: 50%;
		left: 8%;
	}
	.case-studies-landing .banner-content-dark{
		padding-top: 50px;
	}
	.csBannerDark .has-quote:before {
		height: 60px;
		background-position: 0 0;
	}
	.mediaBg {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}
	.mediaHeight {
		min-height: 100vh;
	}
	.banner-logo-strip {
		height: 105px;
	}
	.v-middle-desktop {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (min-width:769px) {
	.rowLRMergin {
		margin-left: -25px;
		margin-right: -25px;
	}
	.cs-bnr-card .card-content {
		padding: 30px;
		font-size: 1.8rem;
	}
	.cs-banner .quote p {
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.cs-banner .cs-bnr-card {
		max-width: 400px;
		margin: 0 6% -120px auto;
	}
	.cs-banner .img-holder {
		display: flex;
		align-items: center;
		margin-bottom: 35px;
	}
	.cs-banner .img-holder p {
		display: inline-block;
		text-align: left;
		margin: 0;
		padding-left: 15px;
	}
	.cardUI2 .cs-image {
		margin: 10px 0 35px;
	}
	.cardHeightMergin {
		height: calc(100% - 50px);
		margin: 0 10px 50px;
	}
	.caseStudyCard:not(.noHover):hover {
		box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
	}
	.bannerHeightFull{
		max-height: 663px;
		min-height: calc(100vh - 105px);
	}
	.shadow-desk{
		box-shadow: 0 30px 50px 0 rgb(1 1 1/15%);
	}
}
@media screen and (max-width:768px) {
	.cs-banner .quote {
		text-align: center;
		padding: 0 20px 20px;
	}
	.btn-full-mob, .btn-full-mob a{
		display: block;
		width: 100%;
	}
	.btn-holder .buttonStyle1+.buttonStyle2 {
		margin-left: 0;
		margin-top: 25px;
	}
	.banner-content-dark{
		padding-top: 100px;
		padding-bottom: 20px;
	}
	.full-h-mob{
		display: flex;
		flex-direction: column;
	}
	.full-h-mob .elementor-widget-container{
		flex: 1;
	}
}

/* Case Studies End */

/* Blog Start */
.profile{
	color: #000;
}
.profile img {
	border-radius: 50%;
	height: 45px;
	width: 45px;
	margin-right: 14px;
	display: inline;
}
.blog-category a{
	color: #000;
	font-family: var(--font-Poppins);
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 1.1px;
}
.blog-category a:hover{
	color: #7373ff;
}
.blog-category .elementor-shortcode{
	line-height: normal;
}
.cardShadowHover:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.sectionBlogLoop nav, .hasPaging nav{
	margin-top: 50px;
}
.sectionBlogLoop nav .page-numbers, .hasPaging nav .page-numbers{
	color: #000;
	padding-bottom: 3px;
}
.sectionBlogLoop nav a.page-numbers:hover, .hasPaging nav a.page-numbers:hover{
	color: #7373ff;
}
.sectionBlogLoop nav .page-numbers.current, .hasPaging  nav .page-numbers.current{
	color: #0065f2;
	font-weight: 600;
	position: relative;
}
.sectionBlogLoop .page-numbers.current:after, .hasPaging .page-numbers.current:after  {
	background: #0065f2;
	content: "";
	display: inline-block;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 768px){
	.hasPaging nav {
		margin-top: 30px;
	}
}
.blogSingleMenu {
	padding: 15px 25px;
}
.blogSingleMenu a {
	color: #000;
}
.blogSingleMenu a:hover, .blogSingleMenu .more-suggestion a.hasSubMenu:hover {
	color: #7373ff;
}
.blogSingleMenu .elementor-widget-container {
	flex: 1;
}
.blogSingleMenu .we-icon.down-arrow, .searchbarLight .we-icon.down-arrow{
	border-color: #000;
}
.dotIcon{
	font-size: 2rem;
}
.cta-box {
	padding: 15px;
	background: #f9f9f9;
	margin: 50px 0;
	display:none; /* [AB] grey box hided globally */
}
.relative, sub, sup {
	position: relative;
}
.mainheading{
	font-weight: 400;
}
.sep-line {
	margin-top: 35px;
}
.sep-line li {
	color: rgba(69,71,80,.8);
}
.detail-page .profile-img img {
	width: 75px;
}
.border-radius {
	border-radius: 50%;
}
.detail-page .profile-img{
	display: flex;
	flex-direction: column;
}
.detail-page .profile-img h3 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 5px;
}
.detail-page h3{
	font-size: 2rem;
	margin-bottom: 15px;
}
.detail-page h3 small{
	margin-top: 5px;
}
.social-icons {
	font-size: 0;
	height: 19px;
	margin-left: 20px;
	width: 23px;
}
.detail-page .social-icons {
	height: 16px;
	width: 16px;
	display: inline-block;
}
.social-icons.fb {
	background: url(assets/images/facebook-icon.svg) 0 50%/contain no-repeat;
	width: 10px;
}
.social-icons.tw {
	background: url(assets/images/twitter-icon.svg) 0 50%/contain no-repeat;
}
.social-icons.ln {
	background: url(assets/images/linkedin-icon.svg) 0 50%/contain no-repeat;
}
.facebook-icon::before {
	background-position: -161px -177px;
}
.blog-user-profile .profile-img-w img{
	min-width: 99px;
	max-width: 99px;
	width: 99px;
	height: 99px;
	margin: 0 auto;
}

.ratingbox button.rtnbtn {
	display: inline-block;
	margin: 5px 10px 0 0;
	width: 130px;
	text-align: center;
	height: auto;
	font-size: 17px;
	padding: 10px;
	background: #fff;
	color: #6d6a6a;
	border-radius: 100px;
	vertical-align: middle;
	border: 2px solid #000;
}
.related-loop .ebook-card{
	border-radius: 0;
	border: 0;
}
.uppercase{
	text-transform: uppercase;
}
.text-12px{
	font-size: 12px;
}

@media screen and (min-width: 801px){
	.blogSingleMenu {
		padding: 10px 0;
	}
}

/* Blog End */


/* Industries Start */
.cardStyle2 {
	background: #fff;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,.11), 0 0 1px 0 rgba(0,0,0,.1);
	padding: 30px 30px 40px;
}
.cardStyle2 .category{
	line-height: normal;
}
@media screen and (min-width: 769px){
	.cardStyle2:not(.noHover):hover {
		box-shadow: 0 10px 30px rgba(0,0,0,.2);
	}
}
.industries-archive-card{
	text-align: center;
}
.industries-archive-card p{
	font-weight: 300;
	text-align: center;
}
.industries-archive-card label{
	color: #01b875;
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.status-arrow:after {
	background: url(/wp-content/uploads/2023/03/statsUparrow.svg) no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 18px;
	margin-left: 8px;
	position: relative;
	top: -3px;
	width: 13px;
}
.status-arrow.down:after {
	transform: rotate(180deg);
}
.industries-archive-card .title{
	color: #292a33;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: normal;
}

/* Industries End */


/* New Editorial Resources Start */
.bg-blue-gradient{
	background: linear-gradient(137.97deg, #5E76F7 37.57%, #E7A8D5 104.13%);
}
.blog-category-dark a{
	color: #fff;
	font-size: 1.6rem;
	line-height: 24px;
	font-weight: 400;
}
.breadcrumb-white nav.rank-math-breadcrumb a, .breadcrumb-white nav.rank-math-breadcrumb span {
	color: #fff !IMPORTANT;
}
.loopFeaturedSlider .swiper-pagination-bullet{
	background: #fff !important;
	width: 8px;
	height: 8px;
}

/* New Editorial Resources End */

/* Category Archive Page Start */

.e-loop__load-more a[role="button"],
.e-loop__load-more a[role="button"]:hover, 
.e-loop__load-more a[role="button"]:focus
.e-loop__load-more a[role="button"]:visited{
	background-color: transparent !IMPORTANT;
	color: #3e3eff !IMPORTANT;
	font-size: 1.8rem;
	font-weight: 600;
}
.e-loop__load-more a[role="button"]:hover{
	opacity: .75;
}
.user-profile-name .profile{
	color: #3e3eff;
}
.user-profile-name .profile:hover{
	color: #7373ff;
}
img.cardImgHolder {
	height: 145px;
}
/* Category Archive Page End */




/* Media Query */

@media screen and (min-width: 769px){
	.page-section{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.remove-top-btm-space .elementor-widget-wrap{
		padding-top: 0;
		padding-bottom: 0;
	}
	.bannerSection.banner-type-3{
		padding-bottom: 0;
	}
	/* 	About Us */
	.about-us-banner{
		padding-bottom: 100px;
	}
	/* 	Partnar */
	.partnar-header {
		min-height: 535px;
		padding-top: 180px;
	}
	.partnerBenefits{
		margin-bottom: 40px;
		text-align: left;
	}
	.partnerBenefitsInnerSection:last-child .elementor-column:not(:last-child) .partnerBenefits{
		margin-bottom: 0px;
	}
	/* 	Product */
	.bannerSection.product-main-banner{
		padding-bottom: 70px;
	}
	.banner-content-secondary{
		max-width: 940px;
		margin: 0 auto;
	}
	.cardTitle {
		min-height: 120px;
	}
	/* 	Blog */
	.blog-single-card {
		max-width: 900px;
		margin: 0 auto;
	}
	.cta-box {
		padding: 35px;
	}
	.vertical-center {
		align-items: center;
	}
	.column, .eqWidth {
		flex: 1;
	}
	.profile-img {
		margin-right: 55px;
		flex: 0 0 115px;
	}
	.detail-page .profile-img img {
		width: 115px;
	}
	.vertical-bottom, .vertical-center {
		display: flex;
	}
	.detail-page .profile-img h3 {
		margin-bottom: 0;
		margin-top: 10px;
		font-size: 2rem;
	}
	.w-790 {
		max-width: 790px;		
	}
	.only {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1250px){
	.ast-container, .ast-container-fluid, .section-container{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 921px){
	#masthead .ast-mobile-header-wrap .ast-primary-header-bar,
	.section-container{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 768px){
	.partnerBenefitsImg:not(:last-child){
		margin-bottom: 0;
	}
	.detail-page .profile-img a {
		order: 2;
		margin-bottom: 10px;
	}
	.ratingbox {
		padding: 15px;
	}
	.ratingbox button.rtnbtn {
		width: auto;
		font-size: 0 !important;
	}
	.ratingbox button#rating5{
		margin-right: 0;
	}
	.white-bg-mob{
		background: #fff !important;
	}
	div#breadcrumb {
		top: -32px
	}
}

/* About Us Page End*/
.inner-section-container section:not(:last-child){
	margin-bottom: 30px !Important;
}


/* Contact Us Page Start*/
.contact-us-section{
	padding-top: 120px;
	padding-bottom: 35px;
}
.contact-form-inner-wrap{
	padding: 30px 30px 14px;
}
.contactCardHeader h2{
	font-size: var(--font-size-18px);
	line-height: var(--line-height-24px);
	font-weight: 600;
	margin-bottom: 0;
}
.wpforms-submit.buttonStyle1{
	text-transform: capitalize;
}
/* form label{
font-size: var(--font-size-13px);
font-family: 'Poppins',sans-serif !Important;
font-weight: 600 !Important;
letter-spacing: normal;
line-height: 1.5;
margin-bottom: 4px;
} */
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	font-family: var(--font-Poppins);
	border: 1px solid rgba(61,64,78,.12);
	background: #fff;
	color: #17181f;
	display: block;
	padding: 5px 8px 6px;
	width: 100%;
	border-radius: 4px;
	font-size: var(--font-size-16px);
	min-height: 34px;
}

.contact-us-right-col{
	padding-top: 50px;
}
.curstomTbl, .curstomTbl th, .curstomTbl td{
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.curstomTbl{
	margin-bottom: 30px;
}
.curstomTbl tr td{
	padding-bottom: 10px;
}
.curstomTbl .tdLeft{
	font-weight: 600;
	padding-right: 10px; 
	width: 100px;
}
.curstomTbl tr:last-child td{
	padding-bottom: 0px; 
}
.contact-us-right-col h5 {
	padding-bottom: 10px;
}
.curstomTbl a{
	color: #63656c;
}
.curstomTbl a:hover{
	color: #000;
}
table.socials{
	width: auto;
}
table.socials td{
	padding-right: 20px;
}

@media screen and (min-width: 769px){
	.contact-us-section{
		padding-top: 120px;
		padding-bottom: 70px;
	}
	.contactCardHeader h2{
		font-size: var(--font-size-28px);
		line-height: var(--line-height-34px);
	}
	.contact-us-right-col{
		padding-top: 45px;
		padding-left: 15%;
	}
}
@media (max-width: 768px){
	.section-container{
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* Contact Us Page End*/

/* RngageMint Start */
.grid-type-1>div {
	border-radius: 6px;
	overflow: hidden;
	padding-top: 20px;
}
.grid-type-1 .grid-col {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	min-height: 300px;
	display: block;
	border-radius: 6px;
}
.grid-type-1 .grid-col+.grid-col {
	margin-top: 20px;
}
.grid-type-1+.grid-type-1 {
	margin-top: 15px;
}
.grid-video {
	position: relative;
}
.grid-video:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(https://content.webengage.com/wp-content/uploads/2022/05/video-play-icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 68px;
	height: 68px;
	display: block;
}
@media screen and (min-width:769px) {
	.grid-type-1 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 20px;
	}
	.grid-type-1 .vertical-thumb {
		margin-top: -30%}
	.grid-type-1.row-2 .grid-lg {
		grid-column-start: 2;
		grid-column-end: 4;
	}
	.grid-type-1 .grid-col {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		cursor: pointer;
		min-height: 300px;
	}
	.grid-type-1>div {
		padding-top: 0;
	}
	.grid-type-1 .grid-vertical-sm {
		max-height: 300px;
	}
	.grid-type-1 .grid-col+.grid-col {
		margin-top: 0;
	}
	.grid-type-1 .grid-col.grid-vertical-lg {
		margin-top: -30%}
	.grid-type-1 .grid-lg {
		grid-column-start: 1;
		grid-column-end: 3;
		min-height: 410px;
	}
	.grid-type-1 .grid-vertical {
		min-height: 410px;
	}
	.grid-video:before {
		width: 58px;
		height: 58px;
	}
}
.lb-dataContainer .lb-data .lb-close{
	display: none;
}

/* RngageMint End */


/* ----------------------- */

.gradient-bg{
	background:linear-gradient(106.61deg, #1156BC -2.89%, #763EAC 49.29%, #3B3270 94.85%);
	filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
}
/* p:last-child{
margin-bottom: 0 !important;
} */


/* Mega Menu */
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill{
	background: #fff;
}
.main-header-bar .main-header-bar-navigation .page_item_has_children > a:after, .main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after, .menu-item-has-children .ast-header-navigation-arrow:after{
	position: relative;
	top: -2px;
	font-size: .75rem;
}
ul.sub-menu, .ul.sub-menu a, .main-header-menu .sub-menu .menu-link {
	font-size: 16px !important;
	line-height: 17px !important;
}
.astra-megamenu.sub-menu{
	background: linear-gradient(90deg,#fff 70%,#f5f5f9 30%) !important;
	border-radius: 10px;
}
.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{
	padding-left: 20px;
	font-weight: 500;
}
.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before{
	content: ""; 
}
.astra-megamenu.sub-menu ul li a.menu-link{
	background: transparent !important;
	color: var(--ast-global-color-2);
}
.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link{
	color: var(--ast-global-color-2);
}
.productMentIcon:hover {
	background: #f6f4f8 !important;
}
.main-header-menu .sub-menu .menuHeading > a.menu-link{
	position: relative;
	padding-left: 40px;
	/* 	text-transform: uppercase; */
	font-size: 16px;
	font-weight: 600!important;
}
.menuHeading .astra-nested-sub-menu.sub-menu {
	padding-left: 16px;
}
.menuHeading > a.menu-link::before{
	content:"" !important;
	position: absolute;
	top: 8px;
	left: 0;
	width: 35px;
	height: 25px;
	z-index: 1;
	background-repeat: no-repeat;		
	margin: 0;
	display: block!important;
	transform: none!important;
	background: url(/wp-content/uploads/2022/11/nav-icons.svg) no-repeat left top;
}
.menuHeading2 > a.menu-link::before{
	background-position: -45px 0;
}
.menuHeading3 > a.menu-link::before{
	background-position: -90px 0;
}
.menuHeading4 > a.menu-link::before{
	background-position: 0 -36px;
}
.menuHeading5 > a.menu-link::before{
	background-position: -47px -36px;
}
.menuHeading6 > a.menu-link::before{
	background-position: -92px -36px;
}
.menuLeadrnMore .menu-link{
	font-weight: 700 !important;
}
.main-header-menu .ast-menu-toggle:focus {
	outline: 0;
}

/* Menu Item Icons */
.weMenuIcons > a{
	position: relative;
}
.weMenuIcons > a::before {
	content:"";
	height: 40px;
	left: 0;
	position: absolute;
	width: 43px;
	z-index: 1;
	background-image: url(assets/images/drop-down-icons-new-1.svg);
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.oneLableDd .weMenuIcons > a::before{
	left: 15px;
}
.weMenuIcons.oe > a::before {
	background-position: 0 3px;
}
.weMenuIcons.email-marketing > a::before {
	background-position: -213px -88px;
}
.weMenuIcons.sms-marketing > a::before{
	background-position: -53px -88px;
}
.weMenuIcons.whatsapp-icon > a::before {
	background-position: -212px -181px;
}
.weMenuIcons.web-push > a::before {
	background-position: -159px -90px;
}
.weMenuIcons.mobile-push > a::before {
	background-position: -211px -45px;
}
.weMenuIcons.facebook-icon > a::before {
	background-position: -161px -177px;
}
.weMenuIcons.google-ad-icon > a::before {
	background-position: -52px -313px;
}
.weMenuIcons.customers > a::before {
	background-position: -56px -136px;
}
.weMenuIcons.success-stories > a::before {
	background-position: -160px -45px;
}
.weMenuIcons.success-stories > a::before {
	background-position: -160px -45px;
}
.weMenuIcons.blog > a::before {
	background-position: 0 -45px;
}
.weMenuIcons.ebooks > a::before {
	background-position: -54px -181px;
}
.weMenuIcons.webinar > a::before {
	background-position: -107px -45px;
}
.weMenuIcons.podcast > a::before {
	background-position: 0 -136px;
}
.weMenuIcons.tsorm > ::before {
	background-position: -107px -311px;
}
.weMenuIcons.engagemint > a::before {
	background-position: 0 -182px;
}
.weMenuIcons.knowledge-base > a::before {
	background-position: -212px -270px;
}
.weMenuIcons.documentation > a::before {
	background-position: 0 -313px;
}

/* Breadcrumb */
#breadcrumb {
	position: absolute;
	left: 0;
	top: -32px;
	z-index: 9;
	width: 100%;
	background: rgba(255, 253, 253, 0.1);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#breadcrumb:before {
	content: "";
	position: absolute;
	background: rgba(255, 253, 253, 0.1);
	left: -100%;
	width: 100%;
	height: 100%;
	top: 0;
}
#breadcrumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#breadcrumb li {
	padding: 8px 5px;
}
#breadcrumb a,
#breadcrumb li:last-child span {
	font-size: 1.1rem;
	font-family: "Poppins", Sans-serif;
	color: #fff;
	padding: 0 5px;
	position: relative;
}
#breadcrumb a:after {
	content: ">";
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
}
#breadcrumb li:last-child a:after {
	display: none;
}
#breadcrumb .separator {
	display: none;
}

.breadcrumb-type-1 {
	border-bottom: 1px solid #b9b9b9;
	padding-bottom: 15px;
	margin-bottom: 40px;
	font-family: poppins,sans-serif;
}
.breadcrumb-type-1 li+li {
	padding-left: 10px;
}
.breadcrumb-type-1 a:after {
	content: "/";
	padding-left: 10px;
}
.breadcrumb-type-1 li, .breadcrumb-type-1 a, .breadcrumb-type-1 a:after {
	color: #c3c1cd;
}
/* Article Breadcrumb */
#breadcrumb_article {
	border-radius: 10px;
	background-color: #fcf3ef;
	padding: 15px;
	/*margin-bottom: 20px;*/
}
#breadcrumb_article span.last {
	font-weight: 700;
}


/* Button/Links */
.linkStyle1{
	font-family: "Poppins", Sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0.3px;
	color: var(--wp--preset--color--white);
}
/* Breadcrumbs */
.breadcrumbs-ui, .breadcrumbs-ui a {
	color: #c3c1cd
}
.breadcrumbs-ui .rank-math-breadcrumb > p {
	margin-bottom: 0;
}

/* Footer */
.locationsCity{
	display: flex;
	align-items: center;
	list-style-type: none;
	flex-wrap: wrap;
	margin: 0;
}
.locationsCity li{
	position: relative;
}
.locationsCity li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 11px;
	left: 8px;
	display: block;
	border-radius: 50%;
	background: #fff;
}
.locationsCity li:first-child::before{
	display: none;
}
.locationsCity li+li {
	padding-left: 18px;
}
.locationsCity li a{
	color: #fff;
}
.locationsCity li a:hover {
	color: #7373ff;
}
.footerSublinks{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}
.footerSublinks li{
	padding: 10px 0;
}
.footerSublinks li+li {
	margin-left: 10px;
}
.footerSublinks li, .footerSublinks li a {
	color: #647295;
}
.footerSublinks li a:hover {
	color: #ffffff;
}
#ast-scroll-top {
	background-color: var(--color-3);
}
.imgHolder .content{
	font-family: 'Poppins', sans-serif;
}

/* Left Side Tabs */
.vertical-tab-image-mt{
	margin-top: 20px !important;
}
.leftSideTabs .elementor-tab-content {
	text-align: center;
}
.leftSideTabs .elementor-tab-content img{
	width: auto;
	max-height: 560px;
	margin: 0 auto;
}
.leftSideTabs .elementor-tab-title{
	border: 2px solid transparent !important;
	margin-bottom: 20px;
}
.leftSideTabs .elementor-tab-title h4{
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: .3px;
}
.leftSideTabs .elementor-tab-title p, .leftSideTabs .e-n-tabs-heading p{
	margin-bottom: 0px;
	line-height: 1.4;
	letter-spacing: .1px;
}
.elem-tab-fade-in-image { 
	animation: fadeIn 2s;
}

/* New leftSideTabs */
.leftSideTabs .e-n-tabs-heading{
	min-width: 360px;
}
.leftSideTabs .e-n-tabs-heading .e-n-tab-title{
	background-color: transparent;
	border: 2px solid transparent;
	padding: 20px 25px;
	border-radius: 20px;
}
.leftSideTabs .e-n-tabs-heading .e-n-tab-title:hover, 
.leftSideTabs .e-n-tabs-heading .e-n-tab-title.e-active{
	background-color: #f3d6c9 !important;
	border: 2px solid #fff !important;
	color: #150E1F !important;
}
.leftSideTabs .e-n-tab-title-text{
	flex-direction: column;
	align-items: flex-start;
}
.leftSideTabs .e-n-tabs-heading h4{
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: .3px;
}
.leftSideTabs .e-n-tabs-content img{
	width: auto;
	max-height: 560px;
	margin: 0 auto;
}


@media screen and (min-width: 769px){
	.leftSideTabs .elementor-tab-title:hover, .leftSideTabs .elementor-tab-title.elementor-active, .tab-navs-wrap-2 li:hover {
		background: #f3d6c9;
		border: 2px solid #fff !important;
		padding: 20px 25px;
		border-radius: 20px;
	}
}
@media screen and (max-width: 768px){
	.leftSideTabs .elementor-tab-content{
		display: none !important;
	}
}

@media screen and (min-width: 769px){
	.productLeftCol{
		flex: 0 0 71%;
		max-width: 71%;
	}
	.productRightCol{
		flex: 0 0 29%;
		max-width: 29%;
	}
	.main-header-menu .sub-menu .menu-link{
		line-height: 17px !important;
	}
	.main-header-menu .sub-menu .menuHeading:hover{
		background: #f6f4f8;
	}
	.main-header-menu .sub-menu .menuHeading{
		padding: 20px 10px;
	}
	.main-header-menu .sub-menu .menu-link,
	.ast-sticky-shrunk .main-header-menu .sub-menu .menu-link {
		padding-left: 36px;
		padding-right: 10px;
		padding-top: 5px;
	}
	.main-header-menu .oneLableDd .sub-menu{
		padding: 10px 0;
	}
	.main-header-menu .oneLableDd .sub-menu .menu-link{
		padding: 15px 10px 15px 70px;
	}

	.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .productLeftCol ul.sub-menu {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.productLeftCol > ul.sub-menu > li {
		width: 33.333%;
		flex: 0 0 33.333%;
	}
	.productRightCol{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-header-menu .productRightCol .sub-menu .menu-link{
		padding-top: 1.20em;
		padding-bottom: 1.20em;
		padding-left: 60px;
	}


	.menu-item .sub-menu{
		border-radius: 10px;
	}
	.menu-item .sub-menu .menu-link {
		background: transparent !important;
	}

	.locationsCity li+li {
		padding-left: 22px;
	}

	.locationsCity li::before {
		top: 11px;
		left: 8px;
	}
	.locationsCity{
		justify-content: flex-start;
	}
	.flxRow{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		position: relative;
		align-items: center;
		max-width: 90%;
		margin: 0 auto;
	}
	.col6 {
		flex: 0 0 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

}
@media (max-width: 1024px){
	.elementor-section.noWrap .elementor-container {
		flex-wrap: nowrap;
	}
}

/* slick Tabs Bottom Slider */
.sliderContentItem{
	text-align: left;
}
.slickTabsBottomSlider .slideLogo {
	max-height: 60px;
	height: 60px;
	width: auto !important;
}
.sliderContentItem h4{
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 28px;
}
.user-img-holder, .user-img-holder p{
	text-align: left !important;
}
/* Alumni Stories Slider */
.slickTabsBottomSlider sliderContent{
	text-align: left;
}
.slickTabsBottomSlider .slideLogoHolder{
	margin-bottom: 50px;
}
.slickTabsBottomSlider .sliderDesc{
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 30px;
}
.slickTabsBottomSlider .sliderDesc b{
	font-weight: 700;
}
.slickTabsBottomSlider .readMoreBlk{
	margin-top: 35px;
}
/* End Alumni Stories Slider*/

.slickTabsBottomSlider .slideLogoMobile {
	max-width: 150px !important;
}
.slickTabsBottomSlider .slick-dots li{
	display: flex !IMPORTANT;
	align-items: center;
	justify-content: center;
}
.slickTabsBottomSlider .slick-dots li button{
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
	background: none !important;
	border: 0;
	display: flex;
}
span.dotLogo {
	display: flex;
}
.slickTabsBottomSlider .slick-slider .slick-dots li.slick-active button, 
.slickTabsBottomSlider .slick-slider .slick-dots li.slick-active button{
	background: transparent !important;
}
.slickTabsBottomSlider .slick-slider .slick-dots, .alumniStoriesTabBottmSlider .slick-slider .slick-dots{
	background: #fff;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 40px !important;
	margin-top: 0px !important;
	display: flex;
	justify-content: space-around;	
}
.slickTabsBottomSlider .slick-slider ul.slick-dots{
	position: absolute;
	left: 0 !important;
	right: 0;
	text-align: center;
	bottom: -90px !important;
	z-index: 1;
}
.alumniStoriesTabBottmSlider .slick-slider ul.slick-dots{
	position: absolute;
	bottom: -58px !important;
	left: 0 !important;
	right: 0 !important;
	width: 100%;
}
.alumniStoriesTabBottmSlider ul.slick-dots li{
	display: flex !important;
	align-items: center;
	width: auto;
	height: auto;
}
.alumniStoriesTabBottmSlider ul.slick-dots li button img{
	max-width: 160px;
}
.slickTabsBottomSlider .slick-dots li button img{
	filter: grayscale(100%);
	opacity: .3;
}
.slickTabsBottomSlider .slick-dots li button:hover img,
.slickTabsBottomSlider .slick-dots li.slick-active button img,
.alumniStoriesTabBottmSlider .slick-dots li button:hover img,
.alumniStoriesTabBottmSlider .slick-dots li.slick-active button img{
	filter: grayscale(0);
	opacity: 1;
}
.alumniStoriesTabBottmSlider .slick-slider .slick-dots li button.slickImageDots{
	border: 0 !important;
	border-radius: 0 !important;
	width: auto !important;
	height: auto !important;
	display: flex;
	background-color: transparent !important;
}

.slickTabsBottomSlider .slick-dots li{
	margin: 0 25px;
}
.slickTabsBottomSlider .wpsisac-slide-title{
	display: none;
}

.slickTabsBottomSlider p:empty{
	display: none;
}
.slickTabsBottomSlider .slick-slider .slick-list .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content,
.alumniStoriesTabBottmSlider .slick-slider .slick-list .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content{
	padding: 0px;
}
.slickTabsBottomSlider .slick-arrow{
	background-color: transparent;
}


/* Nir [+] home testimonial - mobile view arrow size, below is orig */

/*.slickTabsBottomSlider .slick-arrow svg{*/
/*	fill: #5745C6;*/
/*	height: 75%;*/
/*	width: 75%;*/
/*}*/

.slickTabsBottomSlider .slick-arrow svg{
	fill: #5745C6;
	height: 75%;
}
@media screen and (min-width: 1200px) {
	.slickTabsBottomSlider .slick-arrow svg{
		width: 75%;
	}
}
/* Nir [-] home testimonial - mobile view arrow size, below is orig */

/* Nir [+] only for desktop - home testimonial, earlier it was everywhere */
@media screen and (min-width: 1200px) {
	.slickTabsBottomSlider .slick-slider .slick-prev {
		left: 10px !important;
	}
	.slickTabsBottomSlider .slick-slider .slick-next {
		right: 10px !important;
	}
}
/* Nir [-] only for desktop - home testimonial */


.slickTabsBottomSlider .slick-slider .slick-arrow{
	top: auto !important;
	bottom: -85px;
}

/* Hide Slick Slider Dot, if only one */
/* Alumni Stories Slider */
.alumniStoriesTabBottmSlider .sliderContent{
	text-align: left;
}
.alumniStoriesTabBottmSlider .slideLogoHolder{
	margin-bottom: 50px;
}
.alumniStoriesTabBottmSlider .slideLogoHolder img{
	width: auto !important;
}
.alumniStoriesTabBottmSlider .slick-dots li button img{
	filter: grayscale(100%);
	opacity: .3;
	max-height: 38px;
}
.alumniStoriesTabBottmSlider .sliderDesc{
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 30px;
}
.alumniStoriesTabBottmSlider .readMoreBlk{
	margin-top: 35px;
}
.alumniStoriesTabBottmSlider .sliderUserInfo {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.alumniStoriesTabBottmSlider b{
	font-weight: 700;
}

.alumniStoriesTabBottmSlider .slick-arrow{
	background-color: transparent !important;
}

.alumniStoriesTabBottmSlider .wpsisac-slick-slider .slick-arrow svg{
	fill: #5745C6;
	height: 75%;
}

.alumniStoriesTabBottmSlider .wpsisac-slick-slider.design-5.slick-slider .slick-arrow {
	top: auto !important;
	bottom: -60px !important;
}
/* End Alumni Stories Slider*/



.menuButforMob{
	display: none;
}
.iconSize46 figure img{
	max-width: 50px;
}
.iconSize50 figure img{
	max-width: 50px;
}
.readmonelink{
	font-weight: 600;
	font-size: 18px;
	color: #0065F2;
}
.readmonelink i {
	font-size: 12px;
	margin-left: 6px;
	top: -1px;
	position: relative;
}


@media screen and (min-width: 769px){
	.vertical-center {
		align-items: center;
	}
	.display-mobile {
		display: none !important;
	}
	.sliderContentItem h4{
		font-size: 20px;
	}
	.alumniStoriesTabBottmSlider .slick-slider{
		padding-bottom: 55px;
	}
	.alumniStoriesTabBottmSlider .slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	
	.alumniStoriesTabBottmSlider .slick-arrow {
		display: none !important;
	}
}
@media (max-width: 921px){
	.menuHeading > a.menu-link::before{
		top: 15px;
	}
	.menu-item-has-children .menu-link{
		line-height: 1;
	}
	.menu-link .menu-text {
		font-size: 16px;
		font-weight: 700p
	}
	.ast-mobile-popup-drawer .main-header-menu .menu-item.menu-item-has-children > .ast-menu-toggle {
		top: 3px;
	}
	.main-header-menu .sub-menu .menuHeading {
		padding: 0px;
	}
	.productLeftCol, .productRightCol {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.menu-item .sub-menu {
		border-radius: 0px;
	}
	.main-navigation .menu-item-has-children ul .menu-item .menu-link {
		border: 0;
	}
	.menu-item-has-children ul.sub-menu {
		padding-left: 20px;
	}
	.menu-item-has-children ul.sub-menu ul.sub-menu {
		padding-left: 0;
	}
	.main-navigation .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a.menu-link {
		padding-left: 35px;
	}
	.weMenuIcons > a::before{
		transform: translateY(-50%) !important;
	}
	.productRightCol {
		padding-top: 0;
		padding-bottom: 0;
	}
	.weMenuIcons a.menu-link {
		padding-left: 60px !important;
	}
	/* 	.menuButforMob{
	display: block;
} */
}
@media (max-width: 768px){
	/* 	.btnAnimation1 a,
	.btnAnimation2 a{
	display: block;
	width: 100%;
} */
	.icon-arrow{
		display: none;
	}
	.menu-link .menu-text{
		font-size: 16px;
	}
	.menuHeading a.menu-link,
	ul.sub-menu .menu-item a.menu-link {
		border: 0 !IMPORTANT;
	}
	.menuHeading > a.menu-link::before{	
		top: 50%;
		transform: translateY(-50%) !IMPORTANT;
	}
	.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
		top: 8px;
	}
	.btn-primary, .btn-secondary, .buttonStyle1 {
		font-size: 14px;
		line-height: 16px;
	}
	.mediaItem, .slickSliderStyle2 .slick-dots{
		display: none !important;
	}
	.bgWhiteForMob{
		background: #fff;
	}
	.display-desktop {
		display: none !important;
	}
	.sliderContentItem h4{
		font-size: 18px;
		line-height: 24px;
	}
	.ul.sub-menu a, .main-header-menu .sub-menu .menu-link {
		line-height: 16px !important;
	}

	/* Nir [+] testimonial slider - hide only dots in mobile */
	.slickTabsBottomSlider .slick-dots {
		display: none !important;
	}

	/* Nir [+] disable this for now */
	/*.slickTabsBottomSlider .slick-dots,*/
	/*.slickTabsBottomSlider .slick-slider .slick-prev,*/
	/*.slickTabsBottomSlider .slick-slider .slick-next{*/
	/*	display: none !important;*/
	/*}*/
	/* Nir [-] testimonial slider - hide only dots in mobile */

	.text-center-mobile {
		text-align: center !important;
	}
	.text-left-mobile {
		text-align: left !important;
	}
	.alumniStoriesTabBottmSlider .slick-slider .slick-dots{
		display: none !important;
	}
}


/* slick Tabs Top Slider */
.slickTabsTopSlider .wpsisac-slider-content{
	padding: 0 !important;
}
.slickTabsTopSlider .wpsisac-slide-title{
	display: none;
}
.slickTabsTopSlider .slick-slider{
	display: flex;
	flex-direction: column;
}
.slickTabsTopSlider .slick-slider img{
	border-radius: 10px;
}
.slickTabsTopSlider .slick-slider .slick-list{
	order: 2;
}
.slickTabsTopSlider .slick-slider .slick-dots {
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	left: 0 !important;
	right: 0 !important;
	margin-bottom: 0px !important;
}
.slickTabsTopSlider .slick-dots li {
	cursor: pointer;
	padding: 10px !important;
	flex: 1;
	height: auto !important;
	width: auto !important;
}
.slickTabsTopSlider .slick-dots li button {
	width: 100% !important;
	height: auto !important;
	border-radius: 0 !important;
	background: none !important;
	border: 0;
	padding: 10px 20px !IMPORTANT;
	border-radius: 10px !IMPORTANT;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slickTabsTopSlider .slick-dots li button:before{
	display: none;
}
.slick-dots li button.slickTabImageDots {
	text-indent: inherit;
	font-size: 0;
}
.slick-dots li button.slickTabImageDots .dotLogo {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.slick-dots li button.slickTabImageDots .dotLogoName {
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: initial;
	display: block;
	margin-top: 20px;
	line-height: normal !important;
}
.slickTabsTopSlider .slick-dots li button img{
	/* 	filter: grayscale(100%);
	opacity: .3; */
	max-height: 40px;
}
.slickTabsTopSlider .slick-dots li button:hover img,
.slickTabsTopSlider .slick-dots li.slick-active button img{
	filter: grayscale(0);
	opacity: 1;
}
.slickTabsTopSlider .slick-slider .slick-dots li button:hover, .slickTabsTopSlider .slick-slider .slick-dots li.slick-active button{
	background-color: #ededed !important;
}
.slickTabsTopSlider p:empty{
	display: none;
}

/* For Mobile */
.slickNavSliderForMOb.slick-slider {
	margin-bottom: 50px;
}
.slickTabsSliderForMOb .slick-slide img{
	border-radius: 8px; 
}
.slideLogoThumb {
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

.slideLogoImg {
	margin-bottom: 20px;
	border-radius: 8px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 67px;
}
.slideLogoThumb:hover .slideLogoImg, .slick-current .slideLogoThumb .slideLogoImg {
	opacity: 1;
	background: #ededed;
}
.slideLogoThumb .slideLogoImg img{
	max-height: 40px;
	border-radius: 8px;
}
.slideLogoThumb p {
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .2px;
	cursor: inherit;
	margin-bottom: 0 !Important;
	text-align: center;
}

.slickNavSliderForMOb .slick-dots {
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	text-align: center;
}
.slickNavSliderForMOb .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slickNavSliderForMOb .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 8px;
	height: 8px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slickNavSliderForMOb .slick-dots li button:before {
	font-family: 'slick';
	font-size: 8px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	content: '•';
	text-align: center;
	color: #c4c4c4;
}
.slickNavSliderForMOb .slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1;
}



@media screen and (min-width: 769px){
	.slickTabsTopSlider .slick-slider .slick-dots {
		margin-bottom: 30px !important;
	}
	.slickTabsTopSlider .slick-dots li {
		padding: 0 10px !important;		
	}
	.slickTabsTopSlider .slick-dots li button {
		padding: 10px 20px !IMPORTANT;
		min-height: 90px;
	}
}


.bg-white{
	background: #fff;
}
/* Slick Dots Slider */
.slickDotsSlider .wpsisac-slider-content{
	padding: 0 !important;
}
.wpsisac-slide-title{
	display: none;
}
.slickDotsSlider{
	padding: 0 !important;
	font-family: "Poppins" !important;
}
.slickDotsSlider .slide-testimonial-bg {
	border-radius: 5px;
	background-color: #fcf3ef;
	background-image: linear-gradient(340deg,#fcf3ef 74%,#231F20 18%);
}
.slickDotsSlider .slide-testimonial-bg.current-openings{
	background-color: #fff;
	background-image: linear-gradient(340deg,#fff 74%,#ecd6cc 18%);
}

.slickDotsSlider, .slickDotsSlider p{
	text-align: left !important;
}
.slickDotsSlider .slide-media {
	padding: 20px;
}
.slickDotsSlider .slide-text {
	padding: 20px;
}
.slickDotsSlider .slide-media img {
	width: 160px !important;
	max-width: 100%;
	margin: 0 auto;
	display: block !important;
	border: 1px solid #dfdfdf;
	border-radius: 15px;
}
.slickDotsSlider .slide-text:before {
	content: "";
	background-image: url(/wp-content/uploads/2022/11/quote-big.webp);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	background-size: cover;
}
.slickDotsSlider p {
	font-size: 1.8rem !important;
	padding-top: 15px;
	line-height: 24px;
}
.slickDotsSlider h4 {
	font-weight: 700;
	font-size: 1.8rem !important;
	text-align: left;
}
.slickDotsSlider h4 small{
	display: block;
	font-weight: 400;
}
.slickDotsSlider a {
	color: #0065f2;
	font-size: 1.6rem;
	font-weight: 600;
}
.slickDotsSlider .slick-slider .slick-dots{
	bottom: -45px !IMPORTANT;
	position: absolute;
	left: 0 !important;
	right: 0 !important;
}
.slickDotsSlider .slick-dots li button, .slickDotsSlider .slick-dots li button{
	background: #000 !important;
	opacity: .1;
	border: 0;
	width: 10px !important;
	height: 10px !important;
}
.slickDotsSlider .slick-dots li.slick-active button, .slickDotsSlider .slick-dots li.slick-active button{
	opacity: 1;
}
@media screen and (min-width: 769px){
	#breadcrumb {
		width: auto;
		left: 5%;
	}
	#breadcrumb li {
		padding: 12px 0;
	}
	#breadcrumb a, #breadcrumb li:last-child span {
		font-size: 1.4rem;
		padding: 0 25px;
	}


	.slickDotsSlider .slide-testimonial-bg{
		background-image: linear-gradient(269deg,#fcf3ef 79%,#231F20 18%);
	}
	.slickDotsSlider .slide-testimonial-bg.current-openings{
		background-image:linear-gradient(269deg,#fff 79%,#ecd6cc 18%);
	}
	.slickDotsSlider .slide-media {
		width: 35%;
		text-align: right;
		padding: 0 35px 0 0;
	}
	.slickDotsSlider .slide-media img {
		display: block;
		width: 220px !important;
	}
	.slickDotsSlider .slide-text {
		width: 65%;
		padding: 60px 30px 0px 0;
	}
	.slickDotsSlider .slide-text:before {
		width: 45px;
		height: 45px;
	}
	.slickDotsSlider .slide-text p {
		font-size: 2rem !important;
		line-height: 28px;
		letter-spacing: .1px;
	}
	.slickDotsSlider h4 {
		font-size: 2rem !important;		
		line-height: 1.4;
	}

}


/* Section, Section Header and Footer Spacing Custom Style*/
.bannerSection{
	padding-top: 100px;
	padding-bottom: 35px;
}
.mainSection{
	padding-top: 35px;
	padding-bottom: 35px;
}
.banner-section-header, .sectionHeader, .innerSectionHeader{
	padding-bottom: 30px;
}
.banner-section-header .elementor-widget:not(:last-child), .sectionHeader .elementor-widget:not(:last-child){
	margin-bottom: 20px !Important;
}

.mainSectionColumn{
	padding-left: 25px;
	padding-right: 25px;
}
.sectionSingleImage .elementor-widget:not(:last-child){
	margin-bottom: 20px !Important;
}
.innerSectionHeader .elementor-widget:not(:last-child){
	margin-bottom: 15px !Important;
}
.innerSectionContent:not(:last-child){
	margin-bottom: 20px !Important;
}
.innerSectionContent:last-child{
	margin-bottom: 0px !Important;
}
.clientsLogoSection{
	padding-top: 25px;
	padding-bottom: 25px;
}
.clientsLogoSection .elementor-heading-title{
	margin-bottom: 15px;
}
.sectionFooter{
	margin-top: 30px;
}

.socialHeightScroll{
	height: 800px;
	overflow-y: auto;
	border: 1px solid #e7e5e5;
	box-shadow: 0 5px 12px 0 rgb(0 0 0/11%), 0 0 1px 0 rgb(0 0 0/10%);
	border-radius: 12px;
}
.current-opening-wrap iframe {
	border: 1px solid #e1dbd7;
	border-radius: 10px;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

/* Customers */
.industry-navbar{
	background: #fff;
	position: sticky;
	top: 60px;
	z-index: 3;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	background: hsla(0,0%,100%,.85);
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.05);
}
.industry-navbar .nav-wrap {
	display: flex;
	height: 60px;
	white-space: nowrap;
	overflow-x: auto;
}
.industry-navbar .nav-wrap a,
.industry-navbar button {
	font-size: 1.6rem;
	color: rgba(69,71,80,.9);
	height: 100%;
	display: flex;
	align-items: center;
	border-bottom: 4px solid transparent;
	margin: 0 12px;
}
.industry-navbar .nav-wrap a.active, 
.industry-navbar .nav-wrap a:hover, 
.industry-navbar button.active, 
.industry-navbar button:hover {
	font-weight: 700;
	color: #3544ba;
	border-bottom: 4px solid #3544ba;
}


.industry-sec{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
}
.industry-icon{
	margin-bottom: 18px;
	display: inline-block;
}
.industry-content .title {
	font-size: 2.4rem;
	color: #292a33;
	font-weight: 700;
	margin-bottom: 30px;
}

.industry-content h2 {
	font-size: 2.2rem;
	font-weight: 400;
	margin-bottom: 30px;
}
.gridRow {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.col-w-8,
.col-w-4 {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.gridInner{
	box-shadow: 0 5px 12px 0 rgba(0,0,0,.11), 0 0 1px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.gridInner.first-child{
	height: 100%;
}
.gridInner .card-media{
	transition: .5s transform cubic-bezier(.47,0,.75,.72),.5s -webkit-transform cubic-bezier(.47,0,.75,.72);
}
.gridInner .card-media:hover{
	transform: scale(1.1);
}
.gridInner .card-media img {
	width: 100%;
}
.gridInner .card-content {
	padding: 20px;
	flex-grow: 1;
	position: relative;
	overflow: visible;
}
.gridInner .card-content:before {
	content: "";
	position: absolute;
	top: -6%;
	left: 0;
	right: 0;
	bottom: 0;
	transform: rotate(5deg);
	transform-origin: top left;
	height: 120%;
	width: 110%;
	z-index: 1;
}
.gridInner .card-content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: rotate(-4deg);
	transform-origin: top;
	height: 100%;
	width: 100%;
}        
.gridInner h3 {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
	font-weight: 400;
	color: #fff;
}
.gridInner .card-content .flex_row {
	position: relative;
	z-index: 1;
}
.gridInner .count {
	position: relative;
	display: block;
}
.gridInner label {
	font-size: 1.9rem;
	margin: 0;
	font-weight: 700;
	color: #fff;
}
.gridInner .count img {
	max-width: 16px;
	position: relative;
	top: -10px;
	display: inline-block;
}
.gridInner p {
	font-size: 1.08rem;
	margin: 0;
	font-weight: 700;
	line-height: 1.5;
}
.gridInner a:hover{
	text-decoration: underline;
}
.gridInner a {
	font-size: 1.8rem;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid transparent;
	padding-bottom: 3px;
	color: #fff;
}
.paddingT50 {
	padding-top: 50px;
}

.slide-col {
	max-width: 940px;
}
.gray-background {
	background: #f6f6f6;
}
.slide-testimonial {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.25);
	box-shadow: 0 0 30px 5px rgba(0,0,0,.25);
	background-color: #1c80f8;
	background-image: linear-gradient(-28deg,#1c80f8 67%,#1261c1 23%);
}
.slide-media {
	padding: 20px;
}
.slide-media img {
	width: 160px;
	max-width: 100%;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #1c80f8;
	margin: 0 auto;
	display: block;
}
.slide-text {
	padding: 20px;
}
.slide-text h2 {
	font-size: 2.2rem;
	display: inline-block;
	text-align: center;
}
.slide-text h2::after, .slide-text h2::before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	background-image: url(assets/images/new-quotes-left.svg);
	position: relative;
	left: -5px;
	top: -4px;
}
.slide-text h2::after {
	background-image: url(assets/images/new-quotes-right.svg);
	left: auto;
	right: -5px;
	top: -4px;
}
.slide-text p {
	display: none;
}
.slide-text .profile-name {
	font-size: 1.6rem;
	text-transform: uppercase;
}
.hasBackground a, .hasBackground h1, .hasBackground h2, .hasBackground h5, .hasBackground h4, .hasBackground label, .hasBackground li, .hasBackground p{
	color: #fff!important;
}
.slide-text small {
	display: block;
}
.slide-text .profile-logo {
	max-height: 30px;
	margin-top: 10px;
}
.slide-testimonial .slick-dots {
	bottom: -45px;
}
.slide-testimonial .slick-dots li{
	width: 12px;
	height: 12px;
}
.slide-testimonial .slick-dots li button{
	width: 12px;
	height: 12px;
	padding: 0;
}
.slide-testimonial .slick-next,
.slide-testimonial .slick-prev {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	bottom: -55px;
	z-index: 9;
	top: auto;
	transform: translate(0);
}
.slide-testimonial .slick-prev{
	left: 5%;
}
.slide-testimonial .slick-next {
	right: 5%;
}
.slide-testimonial .slick-prev, .slide-testimonial .slick-prev:hover{
	background: url(assets/images/arrow-active.png) no-repeat center center / 100%;
	transform: rotate(180deg);
}
.slide-testimonial .slick-next, .slide-testimonial .slick-next:hover {
	background: url(assets/images/arrow-active.png) no-repeat center center / 100%;
}
.slide-testimonial .slick-prev.slick-disabled {
	background: url(assets/images/arrow-disable.png) no-repeat center center / 100%;
	transform: rotate(0);
}
.slide-testimonial .slick-next.slick-disabled {
	background: url(assets/images/arrow-disable.png) no-repeat center center / 100%;
	transform: rotate(180deg);
}

.slide-testimonial .slick-prev:before, .slide-testimonial .slick-next:before{
	display: none;
}
.slide-testimonial .slick-dots li button:before{
	color: #d8d8d8;
	opacity: 1;
	font-size: 8px;
}
.slide-testimonial .slick-dots li.slick-active button:before{
	color: #1c80f8;
	transform: scale(1.7);
}

@media screen and (min-width: 769px){
	.bannerSection{
		padding-top: 100px;
		padding-bottom: 35px;
	}
	.mainSection{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.sectionHeader{
		padding-bottom: 50px;
	}	
	.innerSectionHeader:last-child{
		padding-bottom: 0px;
	}
	.sectionFooter{
		margin-top: 50px;
	}
	.clientsLogoSection{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.current-opening-wrap iframe {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* Customers */

	.industry-navbar{
		top: 68px;
	}
	.industry-navbar .nav-wrap {
		height: 70px;
	}
	.industry-navbar .nav-wrap a,
	.industry-navbar button {
		font-size: 1.8rem;
		margin: 0;
	}

	.industry-sec{
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 0;
		padding-right: 0;
	}     
	.industry-content .title {
		font-size: 2.8rem;
	}
	.industry-content h2 {
		font-size: 2.6rem;
		line-height: 1.4;
		margin-bottom: 50px;
	}
	.gridRow {
		flex-direction: row;
	}
	.col-w-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-w-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.gridInner:last-child{
		margin-bottom: 0;
	}
	.gridInner .card-content {
		padding: 30px;
	}
	.gridInner.first-child .card-content {
		padding: 30px 45px;
	}
	.gridInner.first-child .card-content:before {
		top: -14%;
	}
	.card-4 .card-content:before {
		top: -10%;
	}
	.gridInner.first-child h3 {
		font-size: 2.4rem;
		max-width: 420px;
		font-weight: 600;
		line-height: 1.6;
	}
	.gridInner.first-child label {
		font-size: 3.2rem;
	}
	.gridInner.first-child .count img {
		max-width: 28px;
	}
	.gridInner.first-child p {
		font-size: 2rem;
	}
	.gridInner a, .gridInner.first-child a {
		margin-bottom: 0;
	}
	.media-bg{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}

	.slide-col {
		margin: 0 auto;
		width: 84%;
	}
	.slide-testimonial {
		background-image: linear-gradient(-110deg,#1c80f8 77%,#1261c1 23%);
	}
	.slide-media {
		width: 30%;
		text-align: right;
		padding: 0 35px 0 0;
	}
	.slide-media img {
		display: inline-block;
	}
	.slide-text {
		width: 70%;
		padding: 60px 60px 40px 0;
	}
	.slide-text h2 {
		text-align: left;
		font-size: 3.6rem;
	}
	.slide-text h2::after, .slide-text h2::before {
		width: 30px;
		height: 30px;
		margin: 0 0 0 -30px;
	}
	.slide-text h2::after {
		margin: -3px -38px 0 0;
	}
	.slide-text p {
		display: block;
	}
	.slide-text small {
		text-transform: none;
		border-left: 1px solid #fff;
		/* 		padding-left: 12px; */
		/* 		margin-left: 12px; */
		font-size: 1.6rem;
		display: inline-block;
	}
	.slide-testimonial .slick-prev {
		left: 37%;
	}
	.slide-testimonial .slick-next {
		right: 37%;
	}

}
@media screen and (min-width: 1220px){
	.mainSectionColumn{
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.bannerSection {
		padding-left: 25px;
		padding-right: 25px;
	}
	.gridInner .count img{
		top: -4px;    
	}
	.paddingT30 {
		padding-top: 30px;
	}
}

/* New home page */


.bg-blue-gradient{
	background: linear-gradient(137.97deg, #5E76F7 37.57%, #E7A8D5 104.13%);
}
.green-blue-gradient{
	background: linear-gradient(0.04deg, rgba(176, 236, 250, 0.3) 14.16%, rgba(167, 255, 195, 0.3) 98.84%);
}
.green-bg-gradient{
	background: linear-gradient(0.04deg, rgba(176, 236, 250, 0.3) 14.16%, rgba(167, 255, 195, 0.3) 98.84%);
}
.tail-bg-gradient{
	background: linear-gradient(137.97deg, #379EEA 37.57%, #BDF2EC 104.13%) !important;
}

.newHomeBannerYellow {
	color: #FFCB14;
}
.bdy-sec{
	padding-top: 35px;
	padding-bottom: 35px;
}
.sec-header{
	margin-bottom: 30px;
}
.sec-footer{
	margin-top: 30px;
}
.sec-header-sm{
	max-width: 900px;
}
.textSliderInnerWrap{
	height: 75px;
	overflow: hidden;
	color:#ffffff;
}
.textSliderInnerWrap .textSlider {
	height: 72px;
	box-sizing: border-box;
}
.textSlider1{
	animation: slide 5s linear infinite;
}

@keyframes slide {
	0% {margin-top: 75px;}
	5% {margin-top: 0 ;}
	33% {margin-top: 0;}
	38% {margin-top:-75px;}
	66% {margin-top:-75px;}
	71% {margin-top: -150px;}
	100% {margin-top:-150px;}
}
.removeBtmSpace, .removeBtmSpace:not(:last-child){
	margin-bottom: 0px;
}
.textSliderItem{
	font-size: 3.5rem;
	line-height: 3rem;
	font-weight: 500;
	color: #fff;
}

.slickDotSider .slick-dots li button, .wpsisac-slick-carousal .slick-dots li button{
	border: 0;
	opacity: .2;
}
.slickDotSider .slick-dots li.slick-active button, .slickDotSider .slick-dots li.slick-active button{
	background: #fff !important;
	opacity: 1;
}
.icon-card figure img {
	margin-top: 6px;
}
.slickDotSider .slick-slide img{
	border-radius: 12px;
	box-shadow: 0px 6.18672px 18.5601px rgba(0, 0, 0, 0.15);
}
.slickDotSider .slick-dots{
	margin-top: 15px !important;
}
.bg-overlay-black{
	position: relative;
}

ol.ol-1{
	margin-left: 15px;
}
ol.ol-1 li{
	margin-bottom: 15px;
}
.guestWritersSlider .swiper-wrapper .swiper-slide{
	border-style: dashed;
	border-width: 0px !important;
}
.guestWritersSlider .swiper-wrapper .swiper-slide.swiper-slide-active, .guestWritersSlider .swiper-wrapper .swiper-slide.swiper-slide-next {
	border-width: 0px 1px 0px 0px !important;
}
.guestWritersSlider .swiper-wrapper .swiper-slide cite{
	font-style: normal;
}
.guestWritersSlider .swiper-container .eicon-chevron-left:before,
.guestWritersSlider .swiper-container .eicon-chevron-right:before{
	display: none;
}
.guestWritersSlider .swiper-container .eicon-chevron-left{
	width: 20px;
	height: 60px;
	background: url("/wp-content/uploads/2023/05/left-arrow.svg") no-repeat left center;
}
.guestWritersSlider .swiper-container .eicon-chevron-right{
	width: 20px;
	height: 60px;
	background: url("/wp-content/uploads/2023/05/right-arrow.svg") no-repeat left center;
}
.guestWritersSlider a{
	color: #000;
}
.guestWritersSlider a:hover{
	color: #7373ff;
}

/* Card Height Equal */
.case_study, .type-blog, .type-ebook, .type-newsroom{
	flex: 1;
}
.img-cover img{
	object-fit: cover;
}
/* Archive Page */
.archive-header{
	padding-top: 100px;
}


.hasBreadcrumb{
	padding-top: 100px;
}
@media screen and (min-width: 769px) {
	.hasBreadcrumb{
		padding-top: 84px;
	}
}


/* Home Page Banner */
.slider-vertical-wrapper .bx-wrapper{
	box-shadow: none;
    border: 0;
    background: none;
	margin-bottom: 0;
	height: 8.5rem;
	display: flex;
	align-items: flex-end;
}
.vertical-slider-item{
	font-size: 3.5rem;
	line-height: 4rem;
	font-weight: 500;
	color: #fff;
	padding-bottom: 10px;
}
@media screen and (min-width: 769px){
	.slider-vertical-wrapper .bx-wrapper{
		height: 16rem;
	}
	
	.dFlex-for-desk{
		display: flex;
	}
	.bdy-sec-t70{
		padding-top: 70px;
	}
	.bdy-sec-t70-b35{
		padding-top: 70px;
		padding-bottom: 35px;
	}
	.bdy-sec-t35{
		padding-top: 35px;
	}
	.bdy-sec-t35-b35{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.bdy-sec-b35{
		padding-bottom: 35px;
	}

	.bdy-sec{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.sec-header{
		margin-bottom: 50px;
	}
	.sec-footer{
		margin-top: 50px;
	}
	.bdy-sec.bdy-sec-customer{
		padding-bottom: 0px;
		margin-bottom: 60px;
	}


	/* 	.ornament-group-3 {
	background: url('assets/images/Group 1747.svg') no-repeat left 20% top -40% / 225px;
}
	.ornament-group-3::after {
	transform: rotate(180deg);
} */


	.wsp-banner-pattern {
		background: url(/wp-content/uploads/2023/06/pattern-l.svg) no-repeat left 0 bottom / 8%, url(/wp-content/uploads/2023/06/pattern-r.svg) no-repeat right 0px top / 12%;
		content: "";
	}
	.wsp-banner-pattern-2 {
		background: url(/wp-content/uploads/2023/06/pattern-2-l.svg) no-repeat left 0 top / 120px, url(/wp-content/uploads/2023/06/pattern-2-r.svg) no-repeat right 0px bottom 20px / 130px;
		content: "";
	}

	.archive-header-pattern-1::before {
		background: url(/wp-content/uploads/2023/04/archive-header-pattern-left.svg) no-repeat left 0 top 50px, url(/wp-content/uploads/2023/04/archive-header-pattern-right.svg) no-repeat right 0px bottom 0 / 300px;
		content: "";
		width:100vw;
		height: 100%;
	}

	.vertical-slider-item{
		font-size: 7rem;
		line-height: 7.5rem;
		padding-bottom: 10px;
	}
	.vertical-slider-item.line-h-normal{
		line-height: 1;
	}

	.textSliderItem{
		font-size: 7rem;
		line-height: 7.4rem;
		min-height: 160px;
		overflow: hidden;
		padding-bottom: 10px;
		display: flex;
		align-items: flex-end;
	}
	.card-hover-effect img{
		transition:all .4s;
	}
	.card-hover-effect:hover img{
		transform: scale(1.1);
	}
	.bg-overlay-black::before{
		content: "";
		height: 120%;
		width: 250px;
		position: absolute;
		top: -30px;
		left: -50px;
		transform: rotate(-1deg);
		background: #231f20;
	}

}
@media screen and (max-width: 768px){
	.d-none-mobile {
		display: none !important;
	}
	.bg-overlay-black::before{
		content: "";
		height: 200px;
		width: 120%;
		position: absolute;
		top: -50px;
		left: -50px;
		transform: rotate(350deg);
		background: #231f20;
	}
	.mb10px{
		margin-bottom: 10px;
	}
	.w-full-mob a{
		width: 100% !important;
	}
	.textSliderItem{
		line-height: 3.5rem;
	}
	.guestWritersSlider .swiper-wrapper .swiper-slide.swiper-slide-active,
	.guestWritersSlider .swiper-wrapper .swiper-slide.swiper-slide-next {
		border-width: 0px 0 0px 0px !important;
	}
}


/* Latest Style Guide Implementation - 7 Jun 2023 */
.font-w-700{
	font-weight: 700 !important;
}
/* Section heights */
.sectionWhiteBG {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.sectionWhiteBG-pt {
	padding-top: 90px !important;
}
.sectionWhiteBG-pb {
	padding-bottom: 90px !important;
}

.sectionColouredBG {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.sectionColouredBG-pt {
	padding-top: 70px !important;
}
.sectionColouredBG-pb {
	padding-bottom: 70px !important;
}

@media screen and (max-width: 768px) {
	.sectionWhiteBG {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.sectionWhiteBG-pt {
		padding-top: 50px !important;
	}
	.sectionWhiteBG-pb {
		padding-bottom: 50px !important;
	}

	.sectionColouredBG {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.sectionColouredBG-pt {
		padding-top: 50px !important;
	}
	.sectionColouredBG-pb {
		padding-bottom: 50px !important;
	}
}


/* Case Study Cards */
.case-study-card {
	padding: 50px;
}

@media screen and (max-width: 768px) {
	.case-study-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.case-study-card { padding: 30px; }
}



/* Testimonial Quote */
.testimonial-quote p{
	position:relative;
	max-width: 960px;
}
.testimonial-quote p:after, .testimonial-quote p:before {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: url(https://content.webengage.com/wp-content/uploads/commonassets/images/quote-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9;
}
.testimonial-quote p:before {
	left: -10px;
	top: -5px;
}
.testimonial-quote p:after {
	bottom: -15px;
	background-image: url(https://content.webengage.com/wp-content/uploads/commonassets/images/quote-right.png);
	right: -10px;
}


/*
 * [Nir] +
 * Should be defined in mega-menu css
 * Also this is conflicting with bg set in megamenu css for single blog

.single-blog .megaStickyMenu{
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

* [Nir] -
*/

.min-w-100 {
	min-width: 100% !important;
}

.sticky-search-bar{
	padding-top: 90px;
}
@media screen and (min-width: 769px) {
	.sticky-search-bar{
		padding-top: 72px;
	}
}

.bullet{
	width: 10px;
	height: 10px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background: #828282;
}
.slide-icon{
	margin-right: 15px;
	display: inline-block;
	vertical-align:middle;
}
.slide-icon img{
	width: 22px;
	height: 22px;
}
.cs-sc-card .elementor-shortcode{
	display: flex;
	height: 100%;
}

@media screen and (min-width: 769px) {
	.testimonial-quote p:after, .testimonial-quote p:before {
		width: 50px;
		height: 50px;
	}

}
@media screen and (max-width: 768px) {
	.megamenu-dark .wpr-mobile-nav-menu-container .wpr-mobile-toggle .wpr-mobile-toggle-line{
		background-color: #000;
	}
	.widget-image-box.icon-order .elementor-image-box-wrapper .elementor-image-box-img{
		order: 2;
		margin-right: 0 !important;
	}
}




/* This is for sections with header - body - footer structure */
/* sec = section, ct = container, wd = width, ht = height, gp = gap */

/* main container gap: header, content, cta */
.sec-ct-gp-xs {
	--gap: 50px;
}
.sec-ct-gp-s {
	--gap: 50px;
}
.sec-ct-gp-m {
	--gap: 50px;
}
.sec-ct-gp-l {
	--gap: 50px;
}
.sec-ct-gp-xl {
	--gap: 50px;
}

/* header container gap: header, subheader */
.sec-header-ct-gp-s {
	--gap: 30px;
}
.sec-header-ct-gp-m {
	--gap: 30px;
}
.sec-header-ct-gp-l {
	--gap: 30px;
}

/* body container gap: cards, images, texts etc */
.sec-body-ct-gp-xs {
	--gap: 20px;
}
.sec-body-ct-gp-s {
	--gap: 20px;
}
.sec-body-ct-gp-m {
	--gap: 20px;
}
.sec-body-ct-gp-l {
	--gap: 20px;
}
.sec-body-ct-gp-xl {
	--gap: 20px;
}

/* footer container gap: cta, texts etc */
.sec-footer-ct-gp-s {
}
.sec-footer-ct-gp-m {
}
.sec-footer-ct-gp-l {
}

/* header, body and footer container width in a section */
.sec-header-ct-wd {
}
.sec-body-ct-wd {
}
.sec-footer-ct-wd {
}

/* Actual text elements */
.sec-header-wd {
}
.sec-subheader-wd {
	width: 1076px;
}
.sec-elem-header-wd {
}
.sec-elem-subheader-wd {
	width: 425px;
}
.sec-prod-banner-img-wd {
	max-width: 1076px;
}
.sec-prod-banner-cta-wd {
	max-width: 1076px;
}


/* give mobile padding */
.mob-padding{
	padding-left: 25px;
	padding-right: 25px;
}

@media screen and (min-width: 769px) {
	/* give mobile padding */
	.mob-padding{
		padding-left: 0px;
		padding-right: 0px;
	}
}


@media screen and (max-width: 768px) {
	.sec-ct-gp-xs {
		--gap: 10px;
	}
	.sec-ct-gp-s {
		--gap: 20px;
	}
	.sec-ct-gp-m {
		--gap: 30px;
	}
	.sec-ct-gp-l {
		--gap: 40px;
	}
	.sec-ct-gp-xl {
		--gap: 50px;
	}

	.sec-header-ct-gp-s {
		--gap: 10px;
	}
	.sec-header-ct-gp-m {
		--gap: 20px;
	}
	.sec-header-ct-gp-l {
		--gap: 30px;
	}

	.sec-body-ct-gp-xs {
		--gap: 10px;
	}
	.sec-body-ct-gp-s {
		--gap: 20px;
	}
	.sec-body-ct-gp-m {
		--gap: 30px;
	}
	.sec-body-ct-gp-l {
		--gap: 40px;
	}
	.sec-body-ct-gp-xl {
		--gap: 50px;
	}

	.sec-footer-ct-gp-s {
	}
	.sec-footer-ct-gp-m {
	}
	.sec-footer-ct-gp-l {
	}


	.sec-header-wd {
	}
	.sec-subheader-wd {
		width: 1076px;
	}
	.sec-elem-header-wd {
	}
	.sec-elem-subheader-wd {
		width: 425px;
	}
	.sec-prod-banner-img-wd {
		max-width: 1076px;
	}
	.sec-prod-banner-cta-wd {
		max-width: 1076px;
	}

}



/* Author Icon + Title + desc */
.author-blob .title {
	font-size: var(--font-size-16px, 16px);
	font-weight: bold;
	color: #464C54;
}
.author-blob .desc {
	font-size: var(--font-size-13px, 13px);
	color: #464C54;
}
.el-image-box figure {
	min-width: 36px;
}
.author-blob .image-size, .el-image-box figure, .el-image-box img {	
	width: 36px;
	height: 36px;
}

/* Classes to make old imported content classes work 
.we-orig-content .p1 {
	font-size: 1.8rem;
	line-height: 2.7rem;
}
.we-orig-content h2, .we-orig-content h2.p1 {
	font-size: 2.8rem;
	line-height: 3.4rem;
	font-weight: 700;
} */

/* WSP slick carousal image wrapper to have same sized images */
.slick-img-same-width img {
	max-height: 52px;
}
.slick-item-vCcenter .slick-track{
	display: flex;
	align-items: center;
}
/* Engageclass Single page */
.engageclass-social-wrap a {
	display: inline-block;
	color: #3e3eff;
}

.download-icon:before {
	width: 24px;
	height: 16px;
	display: inline-block;
	background: url(assets/images/downlaod-icon.svg) no-repeat 0 0;
	content: '';
	-webkit-transform: perspective(1px) translateY(-50%);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.download-icon.invert, a:hover .download-icon.dark {
	-webkit-filter: invert(1);
	filter: invert(1);
}

a:hover .download-icon.invert {
	-webkit-filter: none;
	filter: none;
}

.download-icon + span {
	padding-left: 20px;
}

.play-icon {
	margin-right: 25px;
}

.play-icon:before {
	content: "";
	position: absolute;
	display: inline-block;
	border-top: solid 10px transparent;
	border-right: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 16px #e64843;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

a:hover .play-icon:before {
	border-left: solid 16px #000;
}

/* Resource */
.author-qote p {
	background: url(https://content.webengage.com/wp-content/uploads/commonassets/images/inverted-comma.848e4cdf.png) no-repeat;
	background-size: 112px 86px;
	margin-bottom: 0;
	padding-top: 5px;
}
.author-qote p:empty{
	display: none;
}

/* AB [+] breadcrumb */
.rank-math-breadcrumb p { margin-bottom:0; }
/* AB [-] breadcrumb */

/* AB [+] calculator */
.calculator {
	margin-top: 30px;
	margin-bottom: 40px
}

.calculator ul {
	padding-left: 0;
	list-style: none
}

.calculator-left {
	padding: 35px;
	position: relative;
	text-align: left;
	background: #3d4eb5
}

.calculator-left ul li {
	margin-bottom: 24px
}

.calculator-left ul li label {
	color: #929ff0;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 10px
}

.calculator input {
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-box-shadow: 0 0 0 1.2px rgba(0,0,0,.4);
	box-shadow: 0 0 0 1.2px rgba(0,0,0,.4);
	background: rgba(0,0,0,.2);
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.6;
	padding: 5px 15px;
	text-align: left;
	max-width: 100%
}

.calculator input[type=number]::-webkit-inner-spin-button,.calculator input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.calculator .btn {
	padding: 14px 48px;
	font-size: 2rem
}

.calculator-right {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	-webkit-box-shadow: 8px 8px 30px 0 rgba(61,78,181,.18);
	box-shadow: 8px 8px 30px 0 rgba(61,78,181,.18);
	position: relative;
	z-index: 9;
	margin-top: -15px;
	padding: 45px 15px;
	text-align: center
}

.calculator h3 {
	font-size: 2.8rem;
	line-height: normal;
	color: #292a33;
	font-weight: 700;
	margin-bottom: 35px
}

.calculator h4 {
	font-size: 2rem;
	line-height: normal;
	color: #292a33;
	font-weight: 700;
	color: rgba(41,42,51,.8)
}

.calculator-right ul li+li {
	margin-top: 15px
}

.calculator p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #2741db;
	font-size: 7rem;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 0;
	min-height: 88px
}

.calculator input::-webkit-input-placeholder {
	color: #fff
}

.calculator input:-ms-input-placeholder {
	color: #fff
}

.calculator input::placeholder {
	color: #fff
}

@media screen and (min-width: 769px) {
	.calculator {
		display:-webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.calculator-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		padding: 55px 15% 55px 7%
	}

	.calculator-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 52%;
		flex: 0 0 52%;
		margin-left: -12%;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 0;
		margin-top: 0
	}
}

.calculator-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.calculator-more h5 {
	flex-basis: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.8rem;
	line-height: 1.5;
	color: #292a33
}

.calculator-more a {
	margin-bottom: 20px;
	border: 1px solid #979797;
	padding: 10px 20px;
	font-size: 1.4rem;
	color: #292a33!important;
	line-height: 1.8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width: 100%
}

@media screen and (min-width: 769px) {
	.calculator-more a {
		margin-right:15px;
		width: auto
	}

	.calculator-more h5 {
		margin-top: 40px;
		margin-bottom: 40px
	}
}
/* AB [-] calculator */

/* AB [+] video iframe container */
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative
}

.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
/* AB [-] video iframe container */
/* AB [+] table of content */
.toc-ui {
	background: #eee;
	border-radius: 10px;
	padding: 25px 20px 1px 40px!important
}

.toc-ui h2 {
	margin-bottom: 10px;
	color: #6a6b72
}

.toc-ui li {
	font-weight: 600
}

.toc-ui a {
	font-weight: 500
}

.toc-ui>li:last-child {
	padding-bottom: 25px
}
/* AB [-] table of content */
/* AB [+] grab rules from webengagecss.css */
.alignleft {
    float: left;
    padding-right: 50px;
}

.alignright {
    float: right;
    padding-left: 50px
}

ul.sh-list { display:inline-block; }
ul.sh-list li {
    list-style: none
}

img.sh-list-img {
    float: left;
    height: auto;
    margin: 5px 12px 12px 0!important;
    max-width: 100%;
    width: 80px
}
.wp-caption-text {
    font-size: 1.2rem;
    margin-top: -25px !important;
}

.email-container table a {
    display: inline-block;
}

.hljs {
    background: #fff;
    display: block;
    overflow-x: auto;
    padding: .5em
}

.hljs,.hljs-subst {
    color: #434f54
}

.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-selector-tag {
    color: #00979d
}

.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-literal {
    color: #d35400
}

.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable {
    color: #00979d
}

.hljs-deletion,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type {
    color: #005c5f
}

.hljs-section,.hljs-title {
    color: #800;
    font-weight: 700
}

.hljs-comment {
    color: rgba(149,165,166,.8)
}

.hljs-meta-keyword {
    color: #728e00
}

.hljs-meta {
    color: #434f54
}

.hljs-strong {
    font-weight: 700
}

.hljs-function {
    color: #728e00
}

.hljs-number {
    color: #8a7b52
}
/* AB [-] grab rules from webengagecss.css */


/* Nir [+] zig zag container settings */
/* TODO v2 - 1. Only implemented on Omni - Email, implement all pages. 2. Split in viewport based css file */
/* gap between left and right cols, large image on Left */
.sec-zz-imgL-lr-gp {
	--gap: 20px;
}

/* gap between left and right cols, large image on Right */
.sec-zz-imgR-lr-gp {
	--gap: 20px;
}

/* col width of left & right col, large image on Left */
.sec-zz-imgL-l-wd {
	--width: 58%;
}
.sec-zz-imgL-r-wd {
	--width: 42%;
}

/* col width of left & right col, large image on Right */
.sec-zz-imgR-l-wd {
	--width: 42%;
}
.sec-zz-imgR-r-wd {
	--width: 58%;
}
/* Nir [-] zig zag container settings */


.btnLightGreen{
	background: #47beb0;;
	box-shadow: 0 0 0 1px #47bdb0;
}

.btnLightGreen:hover{
	background: #47beb0;
}





/* Style override for timeline widget - mainly used in EngageMint, but keeping in Global*/


.wen-twae {
	min-width: 100%!important;
}
.wen-twae .twae-wrapper {
	--tw-ibx-size: 28px!important;
}
.wen-twae .twae-arrow {
	display: none;
}
.wen-twae .twae-wrapper .twae-content {
	box-shadow: none!important;
	border-radius: inherit!important;
	-webkit-border-radius: inherit!important;
}


.wen-em-speaker-boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	margin-top: 30px;
	row-gap: 30px;
}

.wen-em-speaker-box {
	flex: 0 0 100%;
}

.wen-em-moderator{
	padding-top: 30px;
}


@media screen and (min-width: 769px) {
	.wen-em-speaker-box {
		flex: 0 0 50%;
	}
}

@media screen and (max-width: 767px) {
	.wen-twae .twae-vertical.twae-wrapper .twae-icon {
		top: 0px;
	}
}

/* Button click form close bg issue fix */
.btnAnimation1 .elementor-button:hover, .btnAnimation1 .elementor-button:focus {
	background-color: #2A30BD!important;
	border-color: #2A30BD!important;
}


/* Double underline in solutions page tab header issue fix */
.ast-single-post .entry-content a {
	text-decoration: none!important;
}

#eBook-btn { cursor: pointer; }
.ast-full-width { width:100%; }


/* Mouse Cursor affects */
.cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-col-resize {cursor: col-resize;}
.cursor-context-menu {cursor: context-menu;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: grab;}
.cursor-grabbing {cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-url {cursor: url(myBall.cur),auto;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}


/* Nir [+] Home - Hero - Initial loading patch */
.home-hero-p-18-14-400-white {
	color: #FFFFFF;
	font-family: Poppins, sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.2rem;
}

.home-hero-p-70-35-700-yellow {
	color: #FFCB14;
	font-family: Poppins, sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.03rem;
}

.home-hero-h-16-16-600-white {
	color: #FFFFFF!important;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.6rem;
}

.slider-vertical-wrapper button {
	display: none;
}

@media screen and (min-width: 769px) {
	.home-hero-p-18-14-400-white {
		font-size: 1.8rem;
		line-height: 2.7rem;
	}

	.home-hero-p-70-35-700-yellow {
		font-size: 7rem;
		line-height: 7.4rem;
	}

	.home-hero-h-16-16-600-white {
		line-height: 1.7rem;
	}
}
/* Nir [-] Home - Hero - Initial loading patch */


/* Nir [+] Promo Banner Class */
.we-promo-banner-bar {
	background-color: #2E2954;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	display: none;
}
.we-promo-banner-bar .we-promo-banner-bar-text {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
}
.we-promo-banner-bar .we-promo-banner-bar-text .elementor-heading-title {
	line-height: 1.6rem;
}
.we-promo-banner-bar .we-promo-banner-bar-close {
	position: absolute;
	top: 15px;
	right: 20px;
}
.we-promo-banner-bar .we-promo-banner-bar-close .elementor-icon {
	font-size: 15px;
}

@media screen and (min-width: 769px) {
	.we-promo-banner-bar {
		margin-bottom: 13px;
	}
	.we-promo-banner-bar .we-promo-banner-bar-text {
		font-size: 1.4rem;
	}
	.we-promo-banner-bar .we-promo-banner-bar-text .elementor-heading-title {
		line-height: 2.2rem;
	}
}
/* Nir [-] Promo Banner Class */

.pad-t-0 { padding-top:0 !important; }

/* AB [+] faqAccordion, currently used in product pages only */
.faqAccordion .elementor-accordion-item {
    margin-bottom: 10px;
    border-radius: 17px;
    overflow: hidden;
}
.faqAccordion .elementor-accordion-item:last-child{
    margin-bottom: 0;
}
.faqAccordion .elementor-tab-title{
    position: relative;
}
.faqAccordion .elementor-accordion-icon{
    font-size: 2rem;
}

.faqAccordion .elementor-accordion .elementor-accordion-item { border: 1px solid #d5d8dc !important; }

.faqAccordion .elementor-accordion-item .elementor-tab-content { border-top: 0 !important; }

/* AB [-] faqAccordion, currently used in product pages only */


/* Nir [+] eMag Class */
a.emag-anchor-top-spacing,
h1.emag-anchor-top-spacing,
h2.emag-anchor-top-spacing,
h3.emag-anchor-top-spacing,
h4.emag-anchor-top-spacing,
h5.emag-anchor-top-spacing,
h6.emag-anchor-top-spacing,
span.emag-anchor-top-spacing,
p.emag-anchor-top-spacing{
	padding-top: 150px;
	margin-top: -150px;
}

.wen-swipper .swiper-button-disabled {
	opacity: .1 !important;
}

.wen-emag-articles-hero-company-logo img {
	height: 33px;
	width: auto;
}
@media screen and (min-width: 769px) {
	.wen-emag-articles-hero-company-logo img {
		height: 45px;
		width: auto;
	}
}
/* Nir [-] eMag Class */


/* AB [+] New calculator */

	.calculator-type-1 {
		background:#fff;
		padding:40px;
		border-radius:10px;
		border:2px solid #553DEB;
	}
	
	.calculator-type-1 .col-left ul {display:flex;flex-direction:column;gap: 20px;}
	.calculator-type-1 ul { padding-left:0; }
	.calculator-type-1 .col-right {background:#E9EBF9;padding: 34px 15px;border-radius:10px;text-align:center; margin-top:25px;}
	.calculator-type-1 .col-right h3 { font-size:28px; line-height:34px; font-weight:700;  }
	.calculator-type-1 .col-right p { font-size:50px; font-weight:700; color:#553DEB; padding-top:30px; }
	.calculator-type-1 input {
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		
		font-size: 2.4rem;
		line-height: 1.6;
		padding: 5px 15px;
		text-align: left;
		max-width: 100%;
		border:1px solid #C0D5F2;
	}

	.calculator-type-1 input[type=number]::-webkit-inner-spin-button,.calculator-type-1 input[type=number]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0
	}

		
	.calculator-type-1 .btn {
		padding: 14px 48px;
		font-size: 2rem;
		width:100%;
		margin-top:25px;
		background:#553DEB;
	}

@media screen and (min-width:769px){
	.calculator-type-1 {
	max-width: 900px;
	margin: 0 auto;
	display:-webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
	.calculator-type-1 .col-left { flex: 0 0 63%; -webkit-box-flex: 0; -ms-flex: 0 0 63%; }
	.calculator-type-1 .col-right { flex: 0 0 32%;-webkit-box-flex: 0;-ms-flex: 0 0 32%; margin-top:0; }
	.has-xs-width-900 { max-width:900px; }
}

/* AB [-] New calculator */

/* AB [+] helpers */
.pad-t-0 { padding-top:0 !important; }
.li-head-pad-5 h5 { padding-bottom:5px; }
.margin-b-15 { margin-bottom:15px !important; }
.td-width-40 tr td:first-child, .td-width-40 tr th:first-child { width:35%; }
.td-width-40 table { border: 1px solid #BFE8F0; border-radius: 8px; }
.font-semibold h2 { font-weight:600 !important; }
.color-inherit, a.color-inherit:hover { color:inherit; }
.margin-b-0 p { margin-bottom:0; }
.bg-type-1:before {content:"";background:#E2F7EF;height:500px;}
.hidden { display: none; }
.color-red { color:#ff0000; }
.input-filter input + label { padding-left:8px; }
.word-break a { word-break:break-all; text-align:left; text-decoration:underline !important; line-height:1.4 !important;  }

@media screen and (max-width:767px){
.td-width-40 tr td:first-child, .td-width-40 tr th:first-child { width:20%; }
.td-width-40 table { min-width:600px; border:none; }
.td-width-40 .eael-data-table-wrap { border:1px solid #BFE8F0; border-radius:8px; padding-bottom:0; }
}

/* AB [-] helpers */


/* Nir [+] Fixed header padding Class */
.wen-fixed-header-padding {
	padding-top: 75px;
}

@media screen and (min-width: 769px) {
	.wen-fixed-header-padding {
		padding-top: 150px;
	}
}
/* Nir [-] Fixed header padding Class */


/* Nir [+] Request A Demo - Tabs */
.wen-req-a-demo-tabs .e-n-tab-title[aria-selected="true"] {
	font-weight: 600 !important;
	position: relative;
}

.wen-req-a-demo-tabs .e-n-tab-title[aria-selected="true"]::after {
	content: "";
	position: absolute;
	bottom: -10px; /* Adjust if needed to place underline properly */
	left: 0;
	right: 0;
	margin-left: 5px;
	/*margin-right: 30px;*/
	height: 4px;
	background-color: #553DEB;
}
/* Nir [-] Request A Demo - Tabs */

/* Nir [+] Case Study Cards */
@media screen and (min-width: 769px) {
	.case-study-cards .flex_row:not(.space-between) {
		justify-content: center;
	}
	.flex_row.space-between {
		justify-content: space-between;
	}
}
/* Nir [-] Case Study Cards */



/* AB [+] NPS calculator */
.nps-container h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px
}

.nps-container input[type="number"]::-webkit-outer-spin-button,
.nps-container input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.nps-container input[type="number"] {
	-moz-appearance: textfield
}

.nps-container .score-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px
}

.nps-container .list-type-1 .list-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 10px
}

.nps-container .emojis {
	display: flex;
	justify-content: space-evenly
}

.nps-container .emoji img {
	height: 44px
}

.nps-container .label {
	font-size: 13px;
	color: #2FB57E
}

.nps-container .scores,
.nps-container .inputs {
	display: flex;
	justify-content: space-evenly
}

.nps-container .scores {
	background: #E2F7EF;
	padding: 9px 35px;
	gap: 35px
}

.nps-container .score {
	background-color: #5ADFA7;
	color: #E2F7EF;
	font-size: 16px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.nps-container {
	max-width: 900px;
	margin:0 auto;
	border: 2px solid #553DEB;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 50px;
    background: #fff;
}

.nps-container input {
	border: 1px solid #C0D5F2;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	text-align: center
}

.nps-container input::placeholder {
	color: #95959D
}

.nps-container .promoter-container .scores {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.nps-container .passive-container .scores {
	background: #FBF9EB
}

.nps-container .passive-container .score {
	background: #E3C62D
}

.nps-container .passive-container .label {
	color: #C6AA14
}

.nps-container .detractor-container .scores {
	background: #FEE;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.nps-container .detractor-container .score {
	background: #FFA1A1
}

.nps-container .detractor-container .label {
	color: #FF8080
}

.nps-container .list-type-2 {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.nps-container .list-type-2 .total-footer {
	display: flex;
	gap: 12px
}

.nps-container .list-type-2 input {
	width: 100%;
	padding: 0 10px;
	text-align: left
}

.nps-container .list-type-2 label {
	font-size: 13px;
	margin-bottom: 10px;
	display: block
}

.nps-container .list-type-2 .equal {
	font-size: 22px;
	color: #1E2733;
	display: block;
	margin-top: 18px
}

.nps-container .list-type-2 .total-response {
	font-size: 34px;
	font-weight: 700;
	color: #553DEB;
	min-height: 45px;
	display: flex;
	align-items: center;
	margin-bottom:0;
}

.nps-container .list-type-3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px
}

.nps-container .list-type-3 .list-item {
	border: 1px solid #C0D5F2;
	border-radius: 10px;
	padding: 20px 10px;
	text-align: center;
	display: flex;
	flex: 1;
	justify-content: center
}

.nps-container .list-type-3 ul {
	display: flex;
	align-items: center;
	gap: 20px
}

.nps-container .list-type-3 li {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.nps-container .list-type-3 label {
	font-size: 35px;
	font-weight: 700;
	display: block
}

.nps-container .list-type-3 span {
	font-size: 18px;
	display: block;
	color: #202532;
	font-weight: 700
}

.nps-container .list-type-3 p {
	font-size: 13px;
	margin-bottom:0;
}

.nps-container .color-light-green {
	color: #2FB57E
}

.nps-container .color-light-pink {
	color: #FF8080
}

.nps-container .nps-score label {
	color: #553DEB;
	margin-bottom: 20px;
	font-size: 34px
}

.nps-container .nps-score p {
	font-size: 20px;
	color: #74D072
}

.nps-container .nps-graph {
	background: url(https://dev.webengage.com/wp-content/uploads/2024/07/nps-graph.png) no-repeat center center;
	background-size: contain;
	align-items: flex-end;
	position: relative;
	min-height: 180px
}

.nps-container .nps-score {
	position: absolute;
	bottom: 25px
}

.nps-container .list-type-1 .display-desktop {
	display: none !important
}

.nps-container .list-type-1 .display-mobile {
	display: flex !important
}

.nps-container .detractor-container.display-mobile ul,
.nps-container .detractor-container.display-mobile li {
	display: flex;
	flex-direction: column;
	gap: 30px
}

.nps-container .detractor-container.display-mobile li {
	gap: 10px
}

@media screen and (min-width:769px) {
	.nps-container .score-container {
		flex-direction: row;
		align-items: center;
		gap: 0
	}

	.nps-container {
		padding: 40px
	}

	.nps-container .list-type-1 .display-mobile {
		display: none !important
	}

	.nps-container .list-type-1 .display-desktop {
		display: flex !important
	}

	.nps-container .list-type-2 {
		align-items: center
	}

	.nps-container .list-type-2,
	.nps-container .list-type-3 {
		flex-direction: row
	}

	.nps-container .list-type-2 input {
		width: 120px
	}

	.nps-container .list-type-3 .list-item {
		padding-top: 35px;
		padding-bottom: 35px
	}

	.nps-container .nps-graph {
		background-size: 90%;
		min-height: auto;
		position: static
	}

	.nps-container .nps-score {
		position: static
	}
	.nps-container .list-type-3 label { font-size: 50px; }
	.nps-container .list-type-3 span { font-size: 22px; }
	.nps-container .list-type-3 { gap:40px; }
	.nps-container .nps-score p { font-size:34px; }
	.nps-container .list-type-2 { gap:24px; }
}
/* AB [-] NPS calculator */

/* AB [+] Events customize */
.em-event-add-to-calendar, .em-search-geo, .entry-header .entry-meta, .single-event .megaStickyMenu, .single-event .post-navigation, .single-event .em-item-image { display:none !important; }

.single-event .entry-title { font-size: 24px; padding-bottom: 35px; text-align:center; }
.single-event .em-item-header { align-items: center; }
.single-event .em-item-image { order:1 !important; }
.ebook-card.card-link { box-shadow: 0 5px 12px 0 rgb(0 0 0 / 11%), 0 0 1px 0 rgb(0 0 0 / 10%) !important }

@media screen and (min-width:1200px){
   .em-search-main { width:1000px !important; }
}

@media screen and (min-width:769px){
	.single-event .entry-title { font-size: 34px; padding-bottom: 40px; }
}
/* AB [-] Events customize */

/* AB [+] CLV calc */

.calculator-type-1 .col-left ul.clv li > div {flex: 1;}
.calculator-type-1 ul.clv li {display:flex; gap:20px; flex-direction:column;}
.calculator-type-1 ul.clv label { font-size:13px; line-height:16px; margin-bottom:8px; display:block; }
.calculator-type-1 ul.clv select { height:50px }
.calculator-type-1 ul.clv input::placeholder { font-size:16px; line-height:20px; }
.calculator-type-1 ul.clv .currency {display: flex;gap: 15px;}
.calculator-type-1 #clvRate { line-height:1.2; padding-top:15px; }

@media screen and (min-width:769px){
	.calculator-type-1 ul.clv li {flex-direction:row;}
}
/* AB [-] CLV calc */

/* AB [+] Rev */
.rev-testimonial .slideLogoHolder img {height: 40px !important;}
.rev-testimonial .flxRow.vertical-center { margin-bottom: 50px; }

@media screen and (min-width:769px){
	.rev-testimonial .slideLogoHolder img {height: 60px !important;}	
}


.timer-separator .elementor-countdown-item {
    position: relative;
}

.timer-separator .elementor-countdown-item:after {
    content: ":";
    position: absolute;
    color: #000;
    top: 50%;
    left: 0%;
    font-size: 34px;
    line-height: 41px;
    margin-top: -20px;
    margin-left: -21px;
}

.timer-separator .elementor-countdown-item:first-child:after { display:none; }

/* AB [-] Rev */

/* AB [+] single template wysiwyg helpers */
.elementor-widget-theme-post-content h1, 
.elementor-widget-theme-post-content h2, 
.elementor-widget-theme-post-content h3, 
.elementor-widget-theme-post-content h4, 
.elementor-widget-theme-post-content h5 { margin-bottom:10px; line-height:1.2 }

.elementor-widget-theme-post-content ul {
	list-style: disc;
	padding: 15px 0 25px 15px;
}
.elementor-widget-theme-post-content p + ul,
.elementor-widget-theme-post-content h1 + ul,
.elementor-widget-theme-post-content h2 + ul,
.elementor-widget-theme-post-content h3 + ul,
.elementor-widget-theme-post-content h4 + ul{ padding-top:0; }

.elementor-widget-theme-post-content ul li + li {padding-top: 5px;}
.elementor-widget-theme-post-content h2 {font-size: 26px;}

.elementor-widget-theme-post-content h2 + h3 {margin-top:15px}

@media screen and (min-width:769px){
	.elementor-widget-theme-post-content h2 {font-size: 38px;}
}

@media screen and (max-width:768px){
	.elementor-widget-theme-post-content h1 br,
	.elementor-widget-theme-post-content h2 br, 
	.elementor-widget-theme-post-content h3 br	{ display:none; }
}

/* AB [-] single template wysiwyg helpers */

/* AB [+] scroll-top */
#ast-scroll-top { font-size:20px; left:5px; bottom:65px; }

@media screen and (min-width:769px){
	#ast-scroll-top { font-size:25px; left:15px; bottom:70px; }
}
/* AB [-] scroll-top */