/******************************/
/******** Landing Pages *******/
/******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	font-size: 16px;
	line-height: 26px;
	font-family: "open sans";
	-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
input, select {
	vertical-align: middle;
}
.clearfix {
	display: table;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #00add5;
}
p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
}
ul {
	list-style: disc;
	padding-left: 20px;
}
ol {
	list-style: decimal-leading-zero;
	padding-left: 0px;
}
ul li, ol li {
	margin-bottom: 15px;
	line-height: 1.5;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 600;
	line-height: 1.2;
}
h1 {
	font-size: 45px;
	margin-bottom: 15px;
}
h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
h3 {
	font-size: 35px;
	margin-bottom: 10px;
}
h4 {
	font-size: 30px;
	margin-bottom: 10px;
}
h5 {
	font-size: 25px;
	margin-bottom: 10px;
}
h6 {
	font-size: 20px;
	margin-bottom: 10px;
}
 input::-webkit-input-placeholder {
 color: rgba(255,255,255,0.45);
}
input:focus::-webkit-input-placeholder {
 color: rgba(255,255,255,0.6);
}
/* Firefox < 19 */
input:-moz-placeholder {
 color: rgba(255,255,255,0.45);
 font-size:14px;
}
input:focus:-moz-placeholder {
 color: rgba(255,255,255,0.6);
}
/* Firefox > 19 */
input::-moz-placeholder {
 color: rgba(255,255,255,0.45);
 font-size:14px;
}
input:focus::-moz-placeholder {
 color: rgba(255,255,255,0.6);
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
 color: rgba(255,255,255,0.25);
}
input:focus:-ms-input-placeholder {
 color: rgba(255,255,255,0.6);
}
/****** Popup Video ******/
.z-pouup-wrap, .z-popup-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden;
	z-index: 2;
}
.z-pouup-wrap {
	display: none;
}
.z-pouup-wrap-inner {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	overflow: auto;
	z-index: 3;
}
.z-pouup-wrap-inner:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-left: -5px;
}
.z-popup-content-inner .popup-data {
	display: block;
}
.z-popup-overlay {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	cursor: pointer;
}
.z-popup-content-wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
.z-popup-content {
	margin: 50px auto;
	max-width: 800px;
	background: #fff;
	z-index: 6;
	position: relative;
	text-align: initial;
	width: 90%;
	border: 1px solid #ddd;
}
.z-video-wrap .z-popup-content {
	padding: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-width: 70%;
}
.popup-data {
	display: none;
}
.popup-data-inner {
	padding: 70px;
}
.z-popup-close {
	display: block;
	position: fixed;
	right: 25px;
	top: 25px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	text-align: center;
	color: #000;
	text-decoration: none;
	z-index: 2;
	background: url(../images/zoho-home-sprite.png) no-repeat -200px -105px;
	text-indent: -1000px;
	overflow: hidden;
}
.popup-data {
	display: none;
}
/****** Slider ******/
.z-slider-wrap {
	position: relative;
}
.z-slider {
	margin-bottom: 0;
	list-style: none;
	min-height: 150px;
	padding-left: 0px;
	transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	-webkit-transition: height 1s ease;
}
.z-slider li {
	position: absolute;
	top: 0px;
	display: none;
	width: 100%;
	margin:0;
}
.z-slider li img {
	display: block;
	width: 100%;
	height: auto;
}
.z-slider-nav {
	display: none;
	position: relative;
	top: 0;
	padding:20px 0 0;
}
.z-slider-nav li {
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 3px;
	background: #ccc;
	-webkit-transition: background 0.7s ease;
	-moz-transition: background 0.7s ease;
	-o-transition: background 0.7s ease;
	transition: background 0.7s ease;
}
.z-slider-nav li.active {
	background: #00add5;
}
/****** Common ******/
.left {
	float: left;
}
.right {
	float: right;
}
.bg-cover {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.button {
	border: 1px solid #000;
	text-decoration: none;
	background: #000;
	padding: 10px 30px;
	display: inline-block;
	margin-bottom: 10px;
}
.section {
	position: relative;
	display: block;
}
.row {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 70px 0px;
}
.main .two-col .content-wrap,
.main .three-col .content-wrap,
.main .four-col .content-wrap,
.main .two-col .small-content-wrap,
.main .three-col .small-content-wrap,
.main .four-col .small-content-wrap {
	float: none;
    margin-bottom: 0px;
    min-height: initial;
    overflow: hidden;
    padding: 0px;
    text-align: inherit;
    width: 100%;
    margin: 0 auto;
}
.main .one-col, 
.main .two-col,
.main .three-col,
.main .four-col  {
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: inherit;
}
.column-block {
	float: left;
}
.two-col .column-block {
	width: 47%;
	margin-right: 6%;
}
.alt-section .two-col .column-block {
	float: right;
	margin-right: 0px;
}
.alt-section .two-col .column-block:nth-child(2) {
	float: left;
	margin-right: 6%;
}
.three-col .column-block {
	width: 30%;
	margin-right: 5%;
}
.two-col .column-block:nth-child(2n) {
	margin-right: 0px;
}
.three-col .column-block:nth-child(3n) {
	margin-right: 0px;
}
.four-col .column-block {
	width: 21.25%;
	margin-right: 5%;
}
.four-col .column-block:nth-child(4n) {
	margin-right: 0px;
}
.content-wrap {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	display: block;
}
.small-content-wrap {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	display: block;
}
.content-wrap:after, .small-content-wrap:after {
	display: block;
	content: ' ';
	clear: both;
}

header {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 12px 20px;
}
.banner-section .product-logo {
	background-image: url("/images/zoho-logo-lp.png");
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 0 12px 0px;
	padding-left: 115px;
	text-decoration: none;
	width: auto;
	position: relative;
}
.product-logo.center {
	left: -60px;
	margin: 0 auto 20px;
}
.signup-button {
	background: #f0483e none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	margin: 10px 0;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
}
.banner-section h1 {
	font-weight: 200;
}
.banner-section .two-col .column-block {
	width: 52%;
}
.banner-section .two-col .column-block:nth-child(2) {
	width: 42%;
}
.signup-box {
	float: right;
	position: relative;
	max-width: 350px;
	width: 100%;
	text-align: left;
}
.signup-twocol {
	max-width: 450px;
}
.two-input .sgfrm {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.two-input .sgfrm:last-child {
	float: left;
	width: 50%;
	margin-right: 0%;
}
.sgnusrname, .sgnpaswrd, .sgnemail, .zs-txtfldnew {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.21);
	border: 1px solid rgba(255,255,255,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	outline: medium none;
	padding: 12px 15px;
	width: 100%;
}
.sgnbtn input {
	background-color: #f0483e;
	border: 1px solid #f0483e;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	height: 46px;
	padding: 5px 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-transform: uppercase;
}
.signup_frm .signup-heading {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	margin: 0 0 15px;
	color:#fff;
}
.snews-letter {
	color: #444444;
	font-size: 12px;
	height: 0;
	margin: 0;
	opacity: 0;
	padding-left: 0;
	visibility: hidden;
}
.banner-section .sign_agree {
	color: #999;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 20px;
}
.sign_agree a {
	color: inherit;
	text-decoration: underline;
}
.sign_agree:hover {
	color: #ccc;
}
.field-error .sgnusrname, .field-error .sgnpaswrd, .field-error .sgnemail, .field-error .zs-txtfldnew {
	margin-bottom: 4px;
}
.field-msg .error {
	color: #F0483E;
	font-size: 14px;
	margin: 0 0 7px;
	display: block;
	line-height: 24px;
}
.socl-signup {
	margin: 15px 0px 0px 0px;
	overflow: hidden;
	text-align: right;
}
.socl-signup p {
	color: #aaa;
	display: inline-block;
	font-size: 15px;
	position: relative;
	text-align: right;
	top: -5px;
	margin-bottom: 0px;
}
.banner-inner h1, .banner-inner p, .product-logo, .product-menu li a, .white-label h3 a {
	color: #fff;
	text-shadow: none;
}
.socl-signup ul {
	display: inline-block;
	padding-left: 0px;
}
.socl-signup ul li {
	background: url("../images/social-signin-sprite.png") no-repeat 4px 1px;
	color: #496faf;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	line-height: 25px;
	margin: 0 0 0 10px;
	opacity: 0.7;
	padding: 0;
	text-align: left;
	text-indent: -99999em;
	width: 20px;
}
.socl-signup .vi-facebook {
	background-position: -132px 1px;
}
.socl-signup .vi-google {
	background-position: 4px 1px;
}
.socl-signup .vi-linkedin {
	background-position: -98px 1px;
}
.socl-signup .vi-twitter {
	background-position: -60px 1px;
}
.watch-icon {
	padding-left: 28px;
	display: inline-block;
	background: url('../images/video-play-icon.png') no-repeat 0px 3px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: 200;
}
.watch-icon span {
	border-bottom: 1px solid #fff
}
.mobile-only {
	display: none!important;
}
.desktop-only {
	display: block !important;
}
.browser-tab {
	background: none repeat scroll 0 0 #ddd;
	display: block;
	height: 25px;
	margin: 0 auto;
	max-width: 944px;
	position: relative;
	width: 100%;
	border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	transition: all 0.65s ease 0s;
	-webkit-transition: all 0.65s ease 0s;
}
.browser-tab em, .browser-tab em:after, .browser-tab em:before {
	background: none repeat scroll 0 0 #ff5d5c;
	border-radius: 100%;
	display: inline-block;
	float: left;
	height: 7px;
	margin: 9px 0 0 10px;
	width: 7px;
}
.browser-tab em:before {
	background: none repeat scroll 0 0 #20ca58;
	content: "";
	float: left;
	left: 16px;
	position: relative;
	top: -9px;
}
.browser-tab em:after {
	background: none repeat scroll 0 0 #ffbe50;
	content: "";
	float: left;
	left: 3px;
	position: relative;
	top: -25px;
}
.banner-content {
    float: left;
    text-align: left;
    width: 60%;
}
.form-wrapper {
    float: right;
    margin-top: 40px;
    padding-bottom: 0;
    width: 30%;
}
/* TESTIMONIAL CSS STARTS */
.testimonial {
	text-align: center;
}
.testimonial .row {
	max-width: 90%;
	margin: 0 auto;
}
.testimonial .z-slider {
	min-height: 180px;
	margin-bottom: 25px;
}
.testimonial .z-slider li {
	margin-bottom: 0;
}
.testimonial .z-slider-nav {
	padding-top: 0;
}
.testimonial .customer1 {
	border-radius: 100%;
	height: 80px;
	margin: 0 auto 15px;
	width: 80px;
	background-color: #f2f2f2;
	display: block;
	background-position: right bottom;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
.testimonial small {
	color: #00add5;
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 20px;
	padding: 0 0 30px;
	text-transform: uppercase;
}
.testimonial small em {
	text-transform: none;
	display: block;
	font-weight: 400;
}
.testimonial p {
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 100;
	line-height: 36px;
	margin: 0 auto;
	max-width: 750px;
	position: relative;
}
footer {
	text-align: center;
	padding: 15px 0px;
	font-size: 12px;
}
.focusin {
	border: 1px solid #00add5;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}


.product-header {
	background: transparent!important;
	z-index: 1;
	line-height: normal;
}
.menu,
.product-menu,
.mobile-menu ul,
.footer ul,
.common-footer ul {
	list-style: none;
}
.menu li ,
.product-menu li,
.mobile-menu ul li,
.footer ul li,
.common-footer ul li {
	margin-bottom: 0px;
	line-height: normal;
}
.product-header-inner {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.banner-section {
	overflow: hidden;
}
.product-header-top .product-logo,
.product-header-top .product-menu li a {
	color: #333;
}
.product-header-top .product-menu {
	margin-right: 20px;
}
@media only screen and (max-width : 1100px) {
	.content-wrap {
		max-width: 90%;
		float: none;
		margin: 0 auto;
	}
}
@media only screen and (max-width : 900px) {
	.main {
		margin-top: 0px !important;
	}
	.product-logo, .product-menu li a {
		color: #333;
	}
	.product-header-inner {
		border-bottom: none;
	}
}
@media only screen and (min-width : 768px) and (max-width: 992px) {
.banner-section .two-col .column-block {
	float: none;
	width: 100% !important;
	margin: 0 auto 30px;
	text-align: center;
}
.banner-section .two-col .column-block:last-child {
	margin-bottom: 0px;
}
.signup_frm .signup-heading {
	text-align: center;
}
.signup-box {
	margin: 0 auto;
	float: none;
}
.small-content-wrap {
	max-width: 90%;
}
}

@media only screen and (max-width : 767px) {
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	font-size: 14px;
	line-height: 24px;
}
.small-content-wrap {
	max-width: 90%;
}
.signup_frm .signup-heading {
	font-size: 18px;
}
.row {
	padding: 50px 0px;
}
.banner-section .column-block {
	width: 100% !important;
}
.socl-signup {
	text-align: center;
}
.two-col .column-block, .three-col .column-block, .four-col .column-block {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0px;
}
.two-col .column-block:last-child, .three-col .column-block:last-child, .four-col .column-block:last-child {
	margin-bottom: 0px;
}
.signup_frm .signup-heading {
	text-align: center;
}
.signup-box {
	margin: 0 auto;
	float: none;
}
.z-video-wrap .z-popup-content {
	max-width: 90%;
}
html body .css-animate {
	visibility: visible !important;
}
.mobile-only {
	display: block!important;
}
.desktop-only {
	display: none !important;
}
.testimonial p {
	font-size: 18px;
	line-height: 30px;
}
.form-wrapper {
    float: none;
    padding-bottom: 0;
	padding-top:30px;
    width: 100%;
	overflow:hidden;
}
}

@media only screen and (max-width : 480px) {
.testimonial p {
	font-size: 15px;
	line-height: 24px;
}
}
/************ CSS ANIMATE ***********/
.css-animate, [data-animation] {
	visibility: hidden !important;
}
.css-animate.animated {
	visibility: visible !important;
}
.animated, .fadeIn, .fadeInLeft, .fadeInRight, .slideInUp, .slideInLeft, .slideInRight, .zoomIn, .fadeInUp {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
@keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
@keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
