/* git commit */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {
	overflow-x: hidden;
}
body {
	margin: 0;
	font-size: 16px;
	font-family:'ZohoPuvi';
	    font-weight: 300;
}
section, section * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #3131FF;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.5em;
}
p {
	margin: 0 0 25px;
    line-height: 1.8;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-weight: 500;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12,
.footer-cols-1,
.footer-cols-2
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 41.7%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 58.3%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.footer-cols-1 {
	width: 25%;
}
.footer-cols-2 {
	width: 18.75%;
}
.cols-center {
	float: none;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
	.cols-md-hidden
	{
		display: none;
	}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
	.cols-sd-hidden
	{
		display: none;
	}
}
/* product style */
.prdlogosvg img {
    height: 30px;
    width: auto;
}
.prdlogosvg span {
    vertical-align: middle;
    margin-left: 5px;
}
a.prdlogosvg {
    margin-top: 10px;
    font-size: 16px;
	 color: #000;
    font-weight: 500;
    text-decoration: none;
}
.nav-dwn a {
    width: auto;
    font-size: 14px;
    padding: 4px 20px;
    font-weight: 500;
}
.nav-dwn a:hover {
    background: #e04b3a;
}
section {
    padding: 70px 0;
}
.creator-banner {
    background: #12032C;
    color: #fff;
}
h1.page-title {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 1.6em;
    font-weight: 500;
}
.banner p {
    font-weight: 200;
}
.banner a {
    text-decoration: none;
    background: #F52F2F;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
}
.banner a:hover
{
	background: #e9132b;
}
img.banner-img {
   display: block;
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: 215px;
    margin-top: -140px;
    max-width: 80%;
	transition: all ease 0.7s;
	-webkit-transition: all ease 0.7s;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.loaded img.banner-img {
	 transform: scale(1);
    -webkit-transform: scale(1);
}
#solution-section {
    margin-top: 150px;
}
.section-title {
    font-weight: 600;
    color: #04093E;
    margin-bottom: 10px;
    line-height: 1.4;
}
.section-descr {
    color: #04093E;
}
span.seperator-line {
    display: block;
    height: 2px;
    width: 100px;
    background: #E83A3A;
    margin: 25px auto;
}
.prd-boxes {
    margin-left: -10px;
    margin-right: -10px;
}
.prd-box {
    width: 33.3%;
    float: left;
	padding: 10px;
}
.prd-in-box {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 25px;
	text-align: center;
}
.prd-in-box p {
    min-height: 170px;
    color: #6D6E79;
    font-weight: 200;
    font-size: 0.9em;
}
.prd-creator-ico {
    display: block;
    width: 90px;
    height: 60px;
    margin: 0 auto;
	background: url("../images/zoho-creator-icons.svg") no-repeat;
	    background-size: 340px;
	background-position: center;
}
.prd-creator-ico.prd-creator-ico1{background-position: 0 5px; width: 120px;}
.prd-creator-ico.prd-creator-ico2{background-position: -155px 5px;}
.prd-creator-ico.prd-creator-ico3{background-position: -265px 3px;}
.prd-creator-ico.prd-creator-ico4{background-position: 10px -81px;}
.prd-creator-ico.prd-creator-ico5{background-position: -156px -80px;}
.prd-creator-ico.prd-creator-ico6{    background-position: -270px -77px;}
.prd-in-box h3 {
    font-weight: 400;
    color: #04093E;
    margin-bottom: 10px;
    margin-top: 25px;
}
ul.integeration-box {
    width: 900px;
    height: 450px;
    margin: 0 auto;
    list-style: none;
	    position: relative;
	background: url("../images/product-bg.svg") no-repeat;
	      background-position: 56% 20px;
}
.creator-sprite {
	background: url(../images/zoho-creator-sprite.png);
	    display: block;
}
.creator-sprite.crt-ico-1 {
    width: 60px;
    height: 60px;
    background-position: -412px -8px;
    background-size: 1000px;
}
.creator-sprite.crt-ico-2 {
        width: 52px;
    height: 52px;
    background-position: -521px -12px;
    background-size: 1000px;
}
.creator-sprite.crt-ico-3 {
   width: 48px;
    height: 48px;
    background-position: -546px -9px;
    background-size: 910px;
}
.creator-sprite.crt-ico-4 {
           width: 56px;
    height: 56px;
    background-position: -277px -6px;
    background-size: 900px;
}
.creator-sprite.crt-ico-5 {
        width: 46px;
    height: 46px;
    background-position: -210px -12px;
    background-size: 950px;
}
.creator-sprite.crt-ico-6 {
        width: 60px;
    height: 60px;
    background-position: -12px -4px;
    background-size: 1000px;
}
.creator-sprite.crt-ico-7 {
            width: 48px;
    height: 48px;
    background-position: -87px -12px;
    background-size: 1000px;
}
.creator-sprite.crt-ico-8 {
            width: 42px;
    height: 42px;
    background-position: -150px -17px;
    background-size: 1000px;
}
.integeration-box li {
    position: absolute;
    padding: 10px;
    border-radius: 100px;
    box-shadow: 0 0 10px rgb(0 0 0 / 37%);
	    background: #fff;
	transition: all ease 0.7s;
	-webkit-transition: all ease 0.7s;
}
li.center-integeration {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	    box-shadow: none;
}
li.center-integeration img {
    width: 80px;
}
.integeration-box li:nth-child(1) {
    transform: translate(0, -50%);
    top: 96%;
    left: 44%;
}
.integeration-box li:nth-child(8) {
    transform: translate(0, -50%);
        top: 24%;
    right: 24%;
}
.integeration-box li:nth-child(2) {
    left: 22%;
    top: 18%;
}
.integeration-box li:nth-child(7) {
    right: 46%;
    top: -4%;
}
.integeration-box li:nth-child(3) {
    left: 8%;
    bottom: 40%;
}
.integeration-box li:nth-child(9) {
    right: 25%;
    bottom: 10%;
}
.integeration-box li:nth-child(4) {
    left: 69%;
    bottom: 38%;
}
.integeration-box li:nth-child(6) {
    right: 69%;
    bottom: 13%;
}
.testimonials-box {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 30px;
	border-radius: 3px;
	background: #fff;
}
.testimonials-box img {
    width: 55px;
}
.testimonials-box p.testi-descr {
    margin-top: 20px;
    color: #04093E;
    font-weight: 300;
    font-style: italic;
        font-size: 0.9em;
    min-height: 102px;
}
.testimonials-box h3 {
    color: #04093E;
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 10px;
}
p.testi-desg {
    color: #04093E;
    font-size: 0.9em;
    margin-bottom: 0;
}
span.custlogo-sprite {
    width: 150px;
    height: 50px;
    display: inline-block;
	background: url(../images/zoho-creator-sprite.png);
	background-size: 1000px;
	    margin: 0 15px;
}
span.custlogo-sprite.logo1{background-position: -320px -271px;}
span.custlogo-sprite.logo2{background-position: -435px -232px;background-size: 900px;}
span.custlogo-sprite.logo3{background-position: -590px -236px;background-size: 900px;}
span.custlogo-sprite.logo4{background-position: -232px -298px;background-size: 800px;}
span.custlogo-sprite.logo5{background-position: -339px -245px;background-size: 700px;height: 60px;}
span.custlogo-sprite.logo6{background-position: -634px -338px;    background-size: 900px;}
.awards-box {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 30px;
    border-radius: 3px;
	    background: #fff;
}
.awards-descr {
    color: #04093E;
    margin: 0;
    line-height: 1.6;
}
.awards-icon {
    display: inline-block;
    width: 200px;
    height: 70px;
	background: url(../images/zoho-creator-sprite.png);
}
.awards-icon.gartner {background-position: -174px -85px;background-size: 700px;}
.awards-icon.quadrant {    background-position: 13px -86px;background-size: 780px;}
.awards-mail-icon {
    display: inline-block;
        width: 100px;
    height: 100px;
	background: url("../images/zoho-mail-sprite.png");
}
.awards-mail-icon.icon1 {background-position: -29px -175px;background-size: 850px;}
.awards-mail-icon.icon2 {background-position: -178px -180px;background-size: 900px;}
.store-sprite {
    width: 200px;
    height: 65px;
    display: inline-block;
    margin: 0 5px;
	background: url(../images/zoho-creator-sprite.png);
	background-size: 780px;
}
.appstore.store-sprite{background-position: -10px -277px;}
.gplay.store-sprite{background-position: -10px -198px;}
.mobile img {
    display: block;
    margin: 0 auto;
	    width: 235px;
}
.appstor-btn {
text-align: center;
	background-image: -webkit-linear-gradient(to top, #f7fffc 40%, rgb(255 255 255 / 0%));
    background-image: linear-gradient(to top, #f7fffc 40%, rgb(255 255 255 / 0%));
        padding-top: 280px;
    position: relative;
    bottom: 320px;
    margin-bottom: -320px;
}
a.signup-cta {
    text-decoration: none;
    background: #F52F2F;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
	    margin-top: 25px;
}
a.signup-cta:hover
{
	background: #e9132b;
}
#prd-integeration {
    background: linear-gradient(to bottom, #fff, #fefffe);
}
#testimonials
{
	background: linear-gradient(to bottom, #fefffe, #fbfffe);
}
#awards
{
	background: linear-gradient(to bottom, #fbfffe, #f7fffc);
}
#cloud-app
{
	background: linear-gradient(to bottom, #f7fffc, #f7fffc);
}
.anims.integeration-box li:not(.center-integeration) {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 0;
    bottom: unset;
}
@media only screen and (max-width:1300px)
{
	img.banner-img {
    width: 400px;
}
	#solution-section {
    margin-top: 100px;
}
	.head-container {
        max-width: 95%;
    box-sizing: border-box;
}
	.footer.container {
    box-sizing: border-box;
}
}
@media only screen and (max-width:1100px)
{
	.banner p br {
    display: none;
}
	.prd-box {
    width: 50%;
}
	span.custlogo-sprite
	{
		    margin: 0 5px;
	}
	header:not(.abheader) #MEmobPanel {
    top: 82px;
}
	.cols-md-8{
		width: 66.6%;
	}
	.cols-md-12{
		width: 100%;
	}
}
@media only screen and (max-width:962px)
{
	ul.integeration-box {
    width: 95%;
}
	.testimonials-box {
		min-height: 450px;
	}
}
@media only screen and (max-width: 650px)
{
		.testimonials-box {
		min-height: auto;
	}
	.cols-sd-12 {
    width: 100%;
}
	.prd-box {
    width: 100%;
}
	.prd-in-box p {
    min-height: auto;
}
	.testimonials-box, .awards-box {
    margin-bottom: 15px;
}
	section .container {
    max-width: 95%;
}
	ul.integeration-box {
    height: 300px;
		    background-position: 53% 10px;
}
	.integeration-box li
	{
		    transform: scale(0.6);
	}
	.integeration-box li:nth-child(8), .integeration-box li:nth-child(1) {
    transform: translate(0, -50%) scale(0.6);
}
	.integeration-box li.center-integeration {
    transform: translate(-50%, -50%) scale(0.6);
    top: 55%;
    left: 50%;
	}
	.appstore.store-sprite {
    width: 140px;
		   background-size: 580px;
		        background-position: -12px -198px;
	}
	.gplay.store-sprite {
    width: 140px;
		   background-size: 580px;
		    background-position: -12px -141px;
	}
}
@media only screen and (max-width: 450px)
{ 
	img.banner-img {
		    top: 170px;
	}
}