.pagewrapper {
	overflow: hidden;
	counter-reset: my-sec-counter;
}

.pagewrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.act-btn {
	padding: 12px 30px;
	color: #fff;
	background: #f0483e;
}

h1 {
	font-family: var(--zf-primary-extrabold);
	position: relative;
}

h2 {
	font-family: var(--zf-primary-extrabold);
}

h3 {
	font-family: var(--zf-primary-bold);
}

.pagewrapper .content-wrap {
	padding: 90px 0;
	max-width: 1170px;
}

.banner .content-wrap {
	max-width: 1280px;
}

.banner {
	position: relative;
}

.bnr-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bnr-inner>div {
	position: relative;
}

.bnr-left {
	width: 40%;
}

.bnr-right {
	position: relative;
	padding-right: 50px;
	width: 60%;
}

.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap>div {
	width: 50%;
}

.banner p {
	margin-bottom: 30px
}

.bnr-right>div {
	width: 100%;
	left: 10%;
	position: relative;
}

.bnr-right img {
	position: relative;
	cursor: pointer;
	z-index: 2;
}

h1 label {
	position: absolute;
	left: 0px;
	font-size: 14px;
	font-family: var(--zf-primary-regular);
	background: #f6be62;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	top: -30px;
	-webkit-transform: translate(-60px, -60px);
	-ms-transform: translate(-60px, -60px);
	transform: translate(-60px, -60px);
	-webkit-transition: all 1600ms ease;
	-o-transition: all 1600ms ease;
	transition: all 1600ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.in-view h1 label {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

span.zplay-icon {
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: 50%;
	position: absolute;
	display: block;
	text-indent: -99999px;
	top: -2px;
}

span.zplay-icon+span {
	margin-left: 40px;
	color: #000;
}

span.zplay-icon:after,
span.zplay-icon:before {
	content: "";
	position: absolute;
}

span.zplay-icon:before {
	width: 30px;
	height: 30px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border-radius: 50%;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #000;
}

span.zplay-icon:after {
	left: 56%;
	top: 52%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #000;
	z-index: 100;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a.zcpopup-controller,a.vimvideo {
	display: inline-block;
	position: relative;
	margin-left: 30px
}

.bnr-right svg {
	position: absolute;
	left: 9.7%;
	top: 5.5%;
	width: 83%;
	z-index: 1;
}

.bnr-right svg {
	-webkit-animation: y .2s linear reverse infinite;
	animation: y .2s linear reverse infinite;
	stroke-dasharray: 4;
	stroke-dashoffset: 18;
}

.bnr-right:before,
.bnr-right::after,
.bnr-sec-prt {
	content: "";
	position: absolute;
	background: url(/sites/zweb/images/creator/bpm-pge-sprite.png) no-repeat;
	z-index: 2;
}

.bnr-sec-prt {
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
	background-position: -19px -154px;
	background-size: 1630px;
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
	width: 217px;
	height: 69px;
	left: 26px;
	bottom: 60px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.in-view .bnr-sec-prt {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
	opacity: 1;
	visibility: visible;
}

.bnr-right:before {
	background-position: 1px -179px;
	background-size: 1630px;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
	width: 20px;
	height: 20px;
	left: 134px;
	bottom: 280px;
	-webkit-transition: ease all 2s;
	-o-transition: ease all 2s;
	transition: ease all 2s;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0;
	visibility: hidden;
}

.in-view .bnr-right:before {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	bottom: 150px;
	opacity: 1;
	visibility: visible;
}

.bnr-right::after {
	background-position: 1px -179px;
	background-size: 1630px;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
	width: 20px;
	height: 20px;
	right: 24px;
	bottom: 100px;
	-webkit-transition: ease all 2s;
	-o-transition: ease all 2s;
	transition: ease all 2s;
	opacity: 0;
	visibility: hidden;
}

.in-view .bnr-right::after {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	bottom: 250px;
	opacity: 1;
	visibility: visible;
}

@-webkit-keyframes y {
	to {
		stroke-dashoffset: 0
	}
}

@keyframes y {
	to {
		stroke-dashoffset: 0
	}
}

.flex-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-center {
	text-align: center;
}

.zcr-tr-brand .content-wrap {
	padding: 30px 0px;
}


/* block1  */

.flex-item1 {
	width: 50%;
}

.flex-item2 {
	width: 40%;
}

.flex-item2 {
	max-width: 400px;
}

.block1 .flex-content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


/* block1 end */


/* blog-prt-sec  */

.blog-prt-sec .content-wrap {
	max-width: 1000px;
	padding: 30px 0px 0px;
}

.blog-prt-sec a {
	color: #000;
}

.blog-prt-sec h2 {
	text-align: center;
	margin-bottom: 60px;
}

.blog-content,
.blog-img {
	width: 45%;
}

.blog-content img,
.blog-img img {
	padding-bottom: 30px;
}

.blog-inner.flex-content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-inner {
	padding: 30px 0px;
	padding-top: 0px;
}


/* .blog-inner.flex-content a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
} */


/* blog-prt-sec end */


/* Testimoials */

.testimonials-compare {
	text-align: center;
}

.testimonial-section {
	margin-top: 50px;
	text-align: left;
}

.slick-slide {
	padding: 0px 15px;
}

.cmp-cust-name {
	color: #4C8AF4;
	font-family: var(--primaryfont-semibold);
	margin: 0;
}

.cmp-cust-name span {
	display: block;
	color: #7f7f7f;
	font-size: 16px;
	line-height: 1.6;
}

.cmpr-slider-cnt {
	padding: 50px 20px 20px;
	border: 1px solid #DEDEDE;
	position: relative;
	border-radius: 10px;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	min-height: 300px;
}

.cmpr-slider-cnt:hover {
	-webkit-box-shadow: 0px 20px 30px #00000012;
	box-shadow: 0px 20px 30px #00000012;
}

.cmpr-tst-img {
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	background: #fff;
	height: auto;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 10px;
	-webkit-box-shadow: 0px 10px 40px #0000001D;
	box-shadow: 0px 10px 40px #0000001D;
	border-radius: 30px;
}

.more-custmr {
	display: inline-block;
	border: 1px solid #2c88ff;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 28px;
	color: #fff;
	background: #2c88ff;
	position: relative;
	font-family: var(--primaryfont-semibold);
}

.cmpr-tst-img img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: block;
}

.cmpr-tst-img svg {
	margin-left: 10px;
}

.slick-list {
	padding: 50px 0;
	outline: none;
}

.reaction-img {
	-webkit-animation: 4s ease infinite normal none running zoomin 2s;
	animation: 4s ease infinite normal none running zoomin 2s;
}

@-webkit-keyframes zoomin {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		transform: scale(0.6)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		transform: scale(0.6)
	}
}

@keyframes zoomin {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		transform: scale(0.6)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		transform: scale(0.6)
	}
}


/* Testimoials end */


/* power-auto-sec */

.power-auto-sec {
	background: #1D2049;
	color: #fff;
}

.power-content-sec h2,
.cont-left-pat {
	width: 48%;
}

.cont-left-pat a {
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid #fff;
	color: #fff;
	font-family: var(--primaryfont-semibold);
	border-radius: 3px;
	font-size: 15px;
	margin: 10px 0px;
}

.powr-img-lft {
	position: relative;
}

.powr-img-lft img {
	padding: 60px 0px;
	width: 50%;
}

.power-content-sec.flex-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bpm-pge-sprite {
	content: "";
	position: absolute;
	background: url('/sites/zweb/images/creator/bpm-pge-sprite.png') no-repeat;
	background-size: 820px 191px;
	right: 0;
	z-index: 1;
}

.pwr-at-1 {
	background-position: -354px -268px;
	background-size: 1420px auto;
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
	width: 0px;
	height: 40px;
	left: 350px;
	bottom: 30px;
	-webkit-filter: brightness(10);
	filter: brightness(10);
	opacity: .7;
}

.in-view .pwr-at-1 {
	width: 365px;
}

.pwr-at-2 {
	content: "";
	position: absolute;
	background: url(/sites/zweb/images/creator/power-automation-img-secd.svg) no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	width: 546px;
	height: 362px;
	top: 79px;
	right: 0px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.pwr-at-3 {
	background-position: -1083px -112px;
	background-size: 1320px auto;
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
	width: 240px;
	height: 83px;
	top: 250px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.in-view .pwr-at-2,
.in-view .pwr-at-3 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/* power-auto-sec end */


/* vid-prt-sec start  */

.vid-inner-sec {
	padding: 40px 0px 40px 40px;
	background: #F5F5F7;
	border-radius: 10px;
}

.vid-inner-sec.flex-content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.video-part,
.video-part-left {
	width: 48%;
}

.video-part-left img {
	border-radius: 20px 0px 0px 20px;
}

.vid-inner-sec a {
	position: relative;
	display: inline-block;
	color: #fff;
}

.vid-inner-sec a,
.blog-prt-sec a {
	display: inline-block;
	border: 1px solid #2c88ff;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 28px;
	color: #fff;
	background: #2c88ff;
	position: relative;
	font-family: var(--primaryfont-semibold);
}


/* three-part section  */

.three-part-sec .content-wrap {
	width: 100%;
	padding: 0px;
}

.three-part-sec h2 {
	max-width: 480px;
}

.creat-sec-part.last-prt {
	border-bottom: none;
}

.creat-sec-part ul li a {
	color: #000;
}

.creat-sec-part ul li a:hover {
	color: #2c88ff;
}

.three-part-sec {
	max-width: 1170px;
	margin: 0 auto;
}

.creat-sec-img img {
	border-radius: 16px;
}

.creat-sec-content {
	width: 49%;
	background-color: #FAFAFA;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	padding: 40px;
}

.trd-sec.flex-content {
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.creat-sec-content ul li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
}

.creat-sec-content ul li:nth-child(1) {
	padding-top: 0px;
}

.creat-sec-content ul {
	padding: 0px 0px 20px;
}

.creat-sec-content svg {
	margin: 5px 0px 0px;
}

.trd-learn-more {
	display: inline-block;
	border: 1px solid #2c88ff;
	padding: 7px 20px;
	border-radius: 3px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 28px;
	color: #fff;
	background: #2c88ff;
	position: relative;
	font-family: var(--primaryfont-semibold);
}

.creat-sec-content ul li span {
	padding-right: 15px;
}

.creat-sec-content ul li p {
	font-family: var(--zf-secondary-semibold);
	margin-bottom: 0px;
}


/* three-part section  end */

.bottom-cta-wrap .content-wrap h2 {
	max-width: 780px;
}

.bottom-cta-wrap p {
	font-family: var(--zf-secondary-medium);
}

.mail-us-sec p {
	font-family: var(--zf-primary-regular);
	margin: 0px;
}


/*FAQ*/

.faq .content-wrap {
	padding-top: 0px;
}

.faq h2 {
	text-align: center;
	margin-bottom: 60px;
}

.faq-wrap {
	max-width: 980px;
	margin: auto;
}

.faq-item {
	border-bottom: 1px solid #d3d3d3;
}

.faq-item:first-child .faq-ans {
	display: block;
}

.faq-ans {
	display: none;
	padding-bottom: 10px;
	padding-left: 42px;
}

.faq-item h4 {
	margin-bottom: 0;
	font-family: var(--zf-secondary-medium);
	padding: 20px 0px 20px 40px;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	color: #000;
}

.faq-item h4:hover {
	color: #555;
}

.faq-item h4:before,
.faq-item h4:after {
	content: '';
	position: absolute;
	background: #ea5154;
}

.faq-item:hover h4:before,
.faq-item:hover h4:after {
	background: #555;
}

.faq-item h4:before {
	left: 0px;
	top: 35px;
	height: 2px;
	width: 16px;
}

.faq-item h4:after {
	left: 7px;
	width: 2px;
	top: 28px;
	height: 15px;
}

.faq-item.active h4:after {
	height: 0px;
}

.faq-item ul {
	list-style-type: disc;
	padding-left: 20px;
}


/*---slick end*/

@-webkit-keyframes updown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes updown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes float1 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px)
	}
	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes float1 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px)
	}
	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes float2 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes float2 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@media all and (min-width:1200px) {
	.inup1,
	.inup2,
	.inup3,
	.inup4,
	.inup5,
	.inup6 {
		-webkit-transform: translate3d(0px, 40px, 0);
		transform: translate3d(0px, 40px, 0);
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
		transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
		-o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
		transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
		transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
	}
	.in-view .inup1,
	.in-view .inup2,
	.in-view .inup3,
	.in-view .inup4,
	.in-view .inup5,
	.in-view .inup6 {
		-webkit-transform: translate3d(0px, 0px, 0);
		transform: translate3d(0px, 0px, 0);
	}
	.fadeinup1,
	.fadeinup2,
	.fadeinup3,
	.fadeinup4,
	.fadeinup5,
	.fadeinup6,
	.fadeinup7,
	.fadeinup8,
	.fadeinup9 {
		-webkit-transform: translate3d(0px, 60px, 0);
		transform: translate3d(0px, 60px, 0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		-o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
	}
	.fadeindown1 {
		-webkit-transform: translate3d(0px, -60px, 0);
		transform: translate3d(0px, -60px, 0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		-o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
	}
	.in-view .fadeinup1,
	.in-view .fadeinup2,
	.in-view .fadeinup3,
	.in-view .fadeinup4,
	.in-view .fadeinup5,
	.in-view .fadeinup6,
	.in-view .fadeinup7,
	.in-view .fadeinup8,
	.in-view .fadeinup9,
	.in-view .fadeindown1,
	.in-view .fadeindown2,
	.in-view .fadeindown3,
	.in-view .fadeindown4 {
		-webkit-transform: translate3d(0px, 0px, 0);
		transform: translate3d(0px, 0px, 0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	.fadeindown1,
	.fadeinup1,
	.inup1,
	.bnrimg1,
	.bnrimg4 {
		-webkit-transition-delay: 100ms;
		-o-transition-delay: 100ms;
		transition-delay: 100ms;
	}
	.fadeindown2,
	.fadeinup2,
	.inup2,
	.bnrimg2,
	.bnrimg5 {
		-webkit-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}
	.fadeindown3,
	.fadeinup3,
	.inup3,
	.bnrimg3,
	.bnrimg6 {
		-webkit-transition-delay: 500ms;
		-o-transition-delay: 500ms;
		transition-delay: 500ms;
	}
	.fadeinup4,
	.inup4 {
		-webkit-transition-delay: 700ms;
		-o-transition-delay: 700ms;
		transition-delay: 700ms
	}
	.fadeinup5,
	.inup5 {
		-webkit-transition-delay: 900ms;
		-o-transition-delay: 900ms;
		transition-delay: 900ms
	}
	.fadeinup6,
	.inup6 {
		-webkit-transition-delay: 1100ms;
		-o-transition-delay: 1100ms;
		transition-delay: 1100ms
	}
	.fadeinup7,
	.inup7 {
		-webkit-transition-delay: 1300ms;
		-o-transition-delay: 1300ms;
		transition-delay: 1300ms
	}
	.fadeinup8,
	.inup8 {
		-webkit-transition-delay: 1500ms;
		-o-transition-delay: 1500ms;
		transition-delay: 1500ms
	}
	.fadeinup9,
	.inup9 {
		-webkit-transition-delay: 1700ms;
		-o-transition-delay: 1700ms;
		transition-delay: 1700ms
	}
	.fadeinright1,
	.fadeinright2,
	.fadeinright3 {
		-webkit-transform: translateX(70px);
		-ms-transform: translateX(70px);
		transform: translateX(70px);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		-webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		-o-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	}
	.fadeinright1 {
		-webkit-transition-delay: 200ms;
		-o-transition-delay: 200ms;
		transition-delay: 200ms;
	}
	.in-view .fadeinright1,
	.in-view .fadeinright2,
	.in-view .fadeinright3 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
	}
	.fadeinleft1,
	.fadeinleft2,
	.fadeinleft3 {
		-webkit-transform: translateX(-70px);
		-ms-transform: translateX(-70px);
		transform: translateX(-70px);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		-webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		-o-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	}
	.fadeinup1,
	.fadeinleft1,
	.inup1,
	.fadeinright1 {
		-webkit-transition-delay: 200ms;
		-o-transition-delay: 200ms;
		transition-delay: 200ms;
	}
	.in-view .fadeinleft1,
	.in-view .fadeinleft2,
	.in-view .fadeinleft3 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
	}
	.in-view .up-down {
		-webkit-animation: updown 4s linear infinite;
		animation: updown 4s linear infinite;
	}
}


/*FAQ*/

@media(max-width:1300px) {
	.bnr-right:before {
		left: 114px;
	}
	.pwr-at-2 {
		top: 59px;
	}
	.three-part-sec .content-wrap {
		width: 95%;
	}
}

@media(min-width:1190px) {
	.zcr-tb-list li {
		width: 15%;
	}
	/* Testimonials */
	.slick-dots {
		display: none;
	}
	/* End Testimonials */
}

@media(max-width:1199px) {
	.bnr-right {
		width: 50%;
	}
	.bnr-right::after,
	.bnr-right::before,
	.bnr-sec-prt {
		display: none;
	}
	.pwr-at-1,
	.pwr-at-2,
	.pwr-at-3 {
		display: none;
	}
	.powr-img-lft img {
		width: 100%;
	}
	.bnr-right svg {
		display: none;
	}
}

@media all and (max-width:991px) {
	.pagewrapper .content-wrap {
		padding: 70px 0;
	}
	.bnr-inner {
		display: block;
	}
	.bnr-inner>div {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.bnr-left {
		max-width: 500px;
		margin: 0 auto;
	}
	.bnr-right>div {
		width: 100%;
		left: 0%;
	}
	.testimonial-section {
		margin-top: 0px;
	}
	.two-prt-sec .content-wrap,
	.bottom-cta-wrap .content-wrap {
		padding-top: 0px;
	}
	.mail-us-sec p {
		margin-bottom: 0px;
	}
	.creat-sec-content {
		width: 80%;
		margin: 20px auto;
	}
	.three-part-sec .content-wrap {
		padding-top: 0px;
	}
	.bottom-cta-wrap .content-wrap h2 {
		max-width: 620px;
	}
	.powr-img-lft img {
		padding: 60px 0px 0px;
	}
	.blog-prt-sec .content-wrap,
	.zcr-tr-brand .content-wrap {
		padding: 0px;
	}
}

@media all and (max-width:767px) {
	.pagewrapper .content-wrap {
		padding: 60px 0;
	}
	.bnr-inner>div {
		text-align: left;
	}
	.bnr-right svg {
		left: 5.7%;
		top: -13.5%;
		width: 87%;
	}
	.flex-item1,
	.flex-item2,
	.power-content-sec h2,
	.power-content-sec p,
	.two-prt-cont,
	.two-prt-list {
		width: 100%;
	}
	.blog-content,
	.blog-img {
		width: 100%;
		padding: 30px 0px;
		border-bottom: 1px solid #c7c7c7;
	}
	.two-prt-list ul {
		padding: 20px;
		margin: 0px;
	}
	.bottom-cta-wrap {
		text-align: left;
	}
	.faq h2 {
		margin-bottom: 20px;
	}
	.slick-list {
		padding-bottom: 0px;
	}
	.power-content-sec h2,
	.cont-left-pat {
		width: 100%;
	}
	.video-part-left {
		display: none;
	}
	.video-part,
	.video-part-left {
		width: 100%;
	}
	.vid-inner-sec {
		padding: 20px;
	}
	.powr-img-lft img {
		padding-bottom: 0px;
	}
	.cont-left-pat p {
		padding-bottom: 10px;
	}
	.two-prt-list ul li {
		padding: 5px 0px;
	}
	.two-prt-cont.secd {
		margin-top: 50px;
	}
	.blog-prt-sec h2 {
		text-align: left;
		margin-bottom: 0px;
	}
	.two-prt-cont,
	.two-prt-list {
		margin: 0 auto;
	}
	.three-part-sec .content-wrap {
		padding-top: 0px;
	}
	.creat-sec-content {
		width: 95%;
		margin: 10px auto;
		padding: 30px;
	}
	.testimonials-compare .content-wrap,
	.blog-prt-sec .content-wrap,
	.block1 .content-wrap,
	.zcr-tr-brand .content-wrap,
	.bottom-cta-wrap .content-wrap {
		padding-top: 0px;
	}
}

@media all and (max-width:600px) {
	.zcr-tb-list ul li:nth-child(5),
	.zcr-tb-list ul li:nth-child(6) {
		display: none;
	}
	.creat-sec-content ul li p {
		width: 70%;
		padding-top: 0px;
	}
	.banner a {
		margin-bottom: 30px;
		display: block;
	}
	a.zcpopup-controller,a.vimvideo {
		margin-left: 0px;
	}
}

@media all and (max-width:480px) {
	.two-prt-cont {
		margin-top: 50px;
	}
	.bottom-cta-wrap p {
		margin-bottom: 0px;
	}
	.bottom-cta-wrap .content-wrap {
		padding-bottom: 0px;
	}
	.creat-sec-content {
		padding: 20px;
	}
}

@media all and (max-width:360px) {
	.creat-sec-content ul li p {
		width: 60%;
	}
}