@charset "utf-8";
/* CSS Document */

body,header,p{
	margin:0;
	padding:0;
	}
body{
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.zoho-logo{
	float:left;
	margin-top:30px;
	max-width:300px;
	
	}
.zoho-logo img{
	width:180px;
	}
.zoho-phone{
	float:right;
	margin-top:35px;
	position:relative;
	z-index:9999
	}
.zoho-phone .icon-phone{
	display:block;
	float:left;
	background:url(../images/phone.png) no-repeat left center;
	width:30px;
	height:30px;
	margin-right:10px;
	}
.zoho-phone p{
	line-height:32px;
	color:#fff;
	
	}
.product-header {
	max-width: 100%;
	position: relative;
	transition: 0.25s ease 0s;
	-moz-transition: 0.25s ease 0s;
	-ms-transition: 0.25s ease 0s;
	-o-transition: 0.25s ease 0s;
	-webkit-transition: 0.25s ease 0s;
	margin: 0 auto;
	overflow: hidden;
}

.product-header-inner {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	position: relative;
	z-index: 9;
}

.product-logo {
	float: left;
	display: block;
	height: 50px;
	line-height: 44px;
	padding: 5px 0 0 65px;
	font-size: 21px;
	font-weight: 600;
	margin-top: 15px;
	margin-right: 10px;
}
#headerbannerbg {
	position: relative;
	width: 100%;
}
#headerbannerbg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: none repeat scroll 0 0 rgba(0,0,0,0.2);
}
#headerbannerbg.headerbannerbg-others {
	background-image:url(../images/people-bg_1.jpg) !important;
}
.banner-part {
	position: relative;
	padding: 60px 0;
	overflow: hidden;
	box-sizing: border-box;
}

.banner-inner .banner-content {
	display: inline-block;
	float: left;
	padding: 100px 0;
	width: 62%;
	margin-right: 5%;
  color:#fff;
	text-align: left;
}
.banner-inner {
	box-sizing: border-box;
	overflow: hidden;
	padding: 60px 0;
	position: relative;
	text-align: left;
	z-index: 1;
}
.banner-inner .banner-content h1 {
	color: #fff;
	font-size:42px !important;
	line-height:62px;
}
.banner-content p {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	max-width: 700px;
	padding: 15px 0 10px;
	position: relative;
}
/* ADDONS STARTS */

.addons-img {
	display: none;
}
.addons {
	background: none repeat scroll 0 0 #23222f;
	margin: 0 auto;
	padding: 60px 5% 70px;
	text-align: center;
}
.addons h2 {
	color: #fff;
	padding-bottom: 20px;
	font-size:24px;
}
.addons img {
	margin: 20px auto 40px;
}
.addons .more-integration a {
	border-bottom: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 5px 5px;
	
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.more-integration a:hover {
	padding: 10px 15px 5px;
}
/* INTEGRATION PART CSS */
.integration-part li span {
	background-image:url(../images/zp-bubble-sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.integration-part {
	margin: 0 auto;
	max-width: 1000px;
	min-height: 620px;
	padding: 50px 0;
	position: relative;
	text-align: center;
}
.integration-part > ul {
	overflow: hidden;
	width: 100%;
}
.integration-part li {
	text-transform: capitalize;
	color: #d5d5d5;
	padding-top: 20px;
	text-align: center;
	width: 130px;
	height: 130px;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	transition: 1.6s ease;
	-webkit-transition: 1.6s ease;
	opacity: 1;
}
.integration-part li a {
	color: #fff;
	display: block;
}
 @-webkit-keyframes bounceIn {
 0%, 20%, 40%, 60%, 80%, 100% {
 -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @-moz-keyframes bounceIn {
 0%, 20%, 40%, 60%, 80%, 100% {
 -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -moz-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -moz-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -moz-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -moz-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -moz-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 100% {
 opacity: 1;
 -moz-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes bounceIn {
 0%, 20%, 40%, 60%, 80%, 100% {
 -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.integration-part .gapps.centered {
	left: 47% !important;
	top: 39% !important;
}
.integration-part li span {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	display: block;
	height: 100px;
	margin: 0 auto 5px;
	position: relative;
	width: 100px;
}
.integration-part li span:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.024);
	border-radius: 100%;
	content: "";
	height: 94%;
	left: 3%;
	position: absolute;
	top: 3%;
	width: 94%;
}
.integration-part .zpeople span {
	background-position: 47px 43px;
	border: 2px solid #fc0;
	height: 230px;
	width: 230px;
	background-color: #23222f;
	background-image:url(../images/zp-people.png);
	background-size: 135px;
}
.integration-part .zp-travel span {
	background-position: 3px -185px;/*height: 150px;
	width: 150px;*/
}
.integration-part .zp-empsep span {
	background-position: 3px -281px;
}
.integration-part .zp-onboard span {
	background-position: 3px -374px;
}
.integration-part .zp-selfservice span {
	background-position: 3px -560px;
}
.integration-part .zp-empdb span {
	background-position: 3px -468px
}
.integration-part .zp-attendmgt span {
	background-position: 3px -654px
}
.integration-part .zp-leavemgt span {
	background-position: 3px -843px
}
.integration-part .zp-permcycle span {
	background-position: 3px -935px
}
.integration-part .zp-benefitsadmin span {
	background-position: 4px -748px
}
.integration-part .zp-timetrack span {
	background-position: 3px 3px;
}
.integration-part .zp-payslip span {
	background-position: 3px -92px
}
.integration-part li.centered {
	left: 50% !important;
	top: 48% !important;
	right: 50% !important;
	margin: -65px -65px 0 -65px;
	opacity: 0;
}
.integration-part li.zpeople {
	font-size: 26px;
	height: 300px;
	margin: 150px auto 0;
	position: relative;
	width: 240px;
	z-index: 11;
	
}
.integration-part li.zp-travel {
	height: 180px;
	left: 610px;
	top: 80px;
	width: 190px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.integration-part li.zp-empsep {
	left: 800px;
	top: 190px;
	transition: 1.25s ease;
	-webkit-transition: 1.25s ease;
	width: 150px;
}
.integration-part li.zp-onboard {
	left: 640px;
	top: 300px;
	transition: 1.5s ease;
	-webkit-transition: 1.5s ease;
}
.integration-part li.zp-selfservice {
	left: 620px;
	top: 480px;
	transition: 0.75s ease;
	-webkit-transition: 0.75s ease;
	width: 160px;
}
.integration-part li.zp-empdb {
	left: 810px;
	top: 400px;
m transition: 1.15s ease;
	-webkit-transition: 1.15s ease;
}
.integration-part li.zp-attendmgt {
	left: 370px;
	top: 510px;
	width: 170px
}
.integration-part li.zp-leavemgt {
	left: 240px;
	top: 380px;
}
.integration-part li.zp-permcycle {
	left: 90px;
	top: 280px;
	transition: 1.5s ease;
	-webkit-transition: 1.5s ease;
}
.integration-part li.zp-benefitsadmin {
	left: 70px;
	top: 520px;
	transition: 1.3s ease;
	-webkit-transition: 1.3s ease;
	width: 170px;
}
.integration-part li.zp-timetrack {
	left: 190px;
	top: 110px;
	transition: 1.6s ease;
	-webkit-transition: 1.6s ease;
}
.integration-part li.zp-payslip {
	left: 410px;
	top: 20px;
	transition: 1.6s ease;
	-webkit-transition: 1.6s ease;
}
.salesiq-integration-img {
	display: none;
}
/* ADDONS ENDS */
#ph_testimonial {
	position: relative;
	background: none;
}
#ph_testimonial:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
#ph_testimonial:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.15);
	z-index: 0;
}
#ph_testimonial .content-wrap {
	padding: 80px 0 80px;
	z-index: 1;
}
#ph_testimonial .content-wrap li {
	text-align: center;
	margin: 0 auto;
}
#ph_testimonial .content-wrap li .author-image + span {
	display: block;
	margin: 10px auto 0;
	color: #999;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
#ph_testimonial .content-wrap li .author-image {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #ccc;
	overflow: hidden;
}
#ph_testimonial .content-wrap li .author-image img {
	min-width: 80px;
}
#ph_testimonial .content-wrap li p {
	position: relative;
	font-size: 16px;
	font-weight: 100;
	line-height: 32px;
	margin: 20px auto 0;
	max-width: 750px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
#ph_testimonial .content-wrap li p a {
	color: #333;
}
.zp-integration-img {
	display: none
}
.bot-banner-wrap {
	
	padding: 60px 0;
	position: relative;
	text-align: center;
}
.bot-banner {
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
}
.bot-banner h2 {
	color: #fff;
	font-size: 30px;
	letter-spacing: -0.5px;
	text-align: center;
}
/* leftsead */
#leftsead {
	width: 161px;
	height: 290px;
	position: fixed;
	top: 350px;
	right: 0px;
	z-index: 100;
}
*html #leftsead {
	margin-top: 258px;
	position: absolute;
top:expression(eval(document.documentElement.scrollTop));
}
#leftsead li {
	width: 161px;
	height: 60px;
}
#leftsead li img {
	float: right;
}
#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 161px;
}
#leftsead li a .shows {
	display: block;
}
#leftsead li a .hides {
	margin-right: -143px;
	cursor: pointer;
	cursor: hand;
}
#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 143px;
}
#leftsead li a.youhui .2wm {
	display: none;
	position: absolute;
	right: 143px;
}
#p2 {
	width: 112px;
	background-color: #cb2032;
	height: 49px;
	margin-left: 47px;
	text-align: center;
	line-height: 49px;
}
#p3 {
	width: 112px;
	background-color: #0071af;
	height: 47px;
	margin-left: 47px;
	text-align:center;
}
#p1 {
	width: 47px;
	height: 49px;
	float: left
}
.thanks-logo {
	width: 100%;
}
.bg {
	background-color: #f5f5f5;
	height: 260px;
	border-top: #e9e9e9 1px solid;
}
.border {
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 170px;
}
.thanks-des {
	float: left;
	width: 50%;
	border-right: #e9e9e9 1px solid;
	height: 260px;
}
.thanks-des h2 {
	padding-top: 12%;
	margin: 0 auto;
}
.thanks-des p {
	line-height: 32px;
	text-align: center;
}
.thanks-button {
	float: right;
	padding-top: 9%;
	padding-right: 8%;
	width: 30%;
}
.thanks-button a {
	background: #1b9a49;
	padding: 10px 40px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.thanks-button a:hover {
	background: #fcbb23;
	padding: 10px 40px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.mt {
	margin-top: 21%;
}
.thanks-footer {
	background: #f5f5f5;
	width: 100%;
	border-top: 1px #e9e9e9 solid;
}
.thanks-footer-menu {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	line-height: 32px;
}
.thanks-footer-menu p {
	font-size: 12px;
}
.red{color:#cb2032;}
.signup-box p{
	font-size:18px;
	padding-bottom:20px;
	}
	@media screen and (max-width: 1140px) {
.integration-part {
	display: none
}
.zp-integration-img {
	display: block
}
}
@media only screen and (min-width : 768px) and (max-width: 991px) {
.banner-inner .banner-content {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 0;
	padding-bottom:20px;
}
.banner-inner .banner-content h1{
	font-size:36px !important;
	font-weight:normal;
	}
.zp-integration-img {
	display: block;
}
}

