@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body
{
	overflow-x: hidden;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family:"ZohoPuvi";
	background:url("images/top-bg.png") #fff no-repeat;
	background-size:100%;
}
* {
	-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%;
}
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%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
}
@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%;
}
}
*{
	box-sizing: border-box;
}
section{
	padding:60px 0;
	position:relative;
}
h1{
	font-size:68px;
	line-height:1.2;
	margin:20px 0 30px;
	font-weight:500;
}
h2,h3{font-size:42px;}
h2{
	color:#000;
	margin:0 0 30px;
	line-height:1.3;
}
h3{
	color:#000;
	margin:0 0 50px;
	line-height:1.3;
}
.header-sec{
	padding:170px 0 310px;
}
.header-sec .me-logo{
	display:inline-block;
}
.header-sec .me-logo img{
	width: 240px;
}
.header-sec p{font-size:17px;}
.about-p2{
	margin:0 0 40px;
	padding:30px 0 0 60px;
	position:relative;
	font-weight:500;
}
.about-p2:before{
	position: absolute;
    content: '';
    width: 6px;
    height: 160px;
    background: url(images/about-line-img.svg) no-repeat;
    background-size: cover;
    left: 40px;
    top: 33px;
}
.about-rp{
	margin: 100px 0 0 100px;
	position:relative;
	padding:20px 0 0;
}
.about-rp:before{
	position: absolute;
    content: '';
    width: 250px;
    height:1px;
    background:#004581;
    top:0;
}
#journey-sec{
	background:#fff;
	padding:0 0 100px;
}
.journey{
	font-size:42px;
	position: relative;
}
.journey-logos:before,.journey-logos:after,.line-layer:before,.line-layer:after,.journey-years:before,.journey-years:after{
	display:block;
	content:'';
	clear:both;
}
.journey-logos li,.line-layer li,.journey-years li{
	width:16.66%;
	float:left;
	text-align:center;
}
.journey-img-sec{
	margin:100px 0 0;
}
.journey-img-sec ul{
/*	margin:0 0 40px;*/
}
.journey-logos{
	margin:0 0 45px;
}
.journey-logos li{
}
.journey-logos li .journey-img1{width:150px;}
.journey-logos li .journey-img2{width:20px;}
.journey-logos li .journey-img3{width:100px;}
.journey-logos li .journey-img4{width:120px;}
.journey-logos li .journey-img5{width:70px;}
.line-layer{
	position:relative;
}
.line-layer li{
	padding: 0 0 10px;
    font-size: 20px;
}
.line-layer li span {
    width: 25px;
    height: 25px;
    background: #2F27F4;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: relative;
    border: 5px solid #fff;
    z-index: 10;
}
.line-layer li span:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border: 2px solid #2F27F4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    top: -7px;
    left: -7px;
}
.line-layer li span:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
ul.line-layer:after {
    width:0;
    position: absolute;
    background: #2F27F4;
    height: 3px;
    top: 11px;
    left: 95px;
    transition: all 05s ease-in;
    -webkit-transition: all 05s ease-in;
    -moz-transition: all 05s ease-in;
    z-index: 99;
}
ul.line-layer.act:after{
	width:92%;
}
.line-layer li.acts span:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0071bd, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0071bd, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0071bd, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0071bd, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0071bd, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0071bd, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.journey-years{
}
.journey-years li{
	margin:45px 0 0;
}
.journey-years li span{
	font-size:24px;
}
.journey-years li p{
	line-height: 1.4;
    margin: 15px 0 0;
}
.zoho-img{
	width:75%;
}
#sridhar-banner-sec{
	background:#145E9F;
	color:#fff;
}
.sridhar-img{
	position: absolute;
    bottom: 0;
    width: 280px;
    left: 18%;
}
#sridhar-banner-sec p{
	font-size:22px;
}
#company-loc-sec{
	-webkit-background:linear-gradient(to bottom, #ECF3FC, #FFFFFF);
	-moz-background:linear-gradient(to bottom, #ECF3FC, #FFFFFF);
	background:linear-gradient(to bottom, #ECF3FC, #FFFFFF);
}
.company-box{
	margin:0;
}
.company-box:before,.company-box:after{
	display: block;
	clear: both;
	content:'';
}
.com-location-box {
    width: 50%;
    float: left;
    text-align: center;
}
.com-location-box img{
	margin:0 auto;
	display:block;
}
.com-location-box span{
	display:inline-block;
	background:#000;
	width: 10px;
	height:10px;
	border-radius:50px;
	margin:25px 0 10px;
	position:relative;
}
.com-location-box span:before{
	position: absolute;
    content: '';
    border: 1px solid;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -4px;
    top: -4px;
}
.com-location-box p{
	margin:0;
}
.com-location-box:nth-child(1),.com-location-box:nth-child(2){
	margin-bottom:70px;
}
.mobile-show{display:none;}
img.solar-map{
	width: 90%;
	display:block;
	margin:0 auto;
}
.margin-top{
	margin:100px 0 0;
}
.world-datacenter{margin:100px 0 0;text-align: center;}
.zoho-datacenter-img{display: none;}
.world-datacenter ul{border: 1px solid #e6e6e6;display: inline-block;padding: 3px 16px;border-radius: 12px;margin:0 0 40px 0;}   
.world-datacenter li{display: inline-block;vertical-align: top;position: relative;padding: 10px 25px;cursor: pointer;font-family: 'Zoho_Puvi_SemiBold';    font-size: 1.1em;opacity: .5;}
.world-datacenter li:nth-child(2){padding: 10px 0px 10px 25px;}
.world-datacenter li:before{
    top: 11px;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    background: #007ce0;
    left: 2px;
}
.world-datacenter li.active{opacity: 1;}
.world-datacenter li:nth-child(2):before{background: #e40233;}
.banner-sec{
	background:#145E9F;
}
.banner-title{
	font-size:32px;
	line-height:1.5;
	margin:30px 0;
	color:#fff;
}
.logo-box{
	margin:100px 0 0;
}
.company-logos{
	width:20%;
	height:150px;
	float:left;
}
.logo-box li:nth-child(odd){
	border-bottom:1px solid #B9B9B9;
}
.logo-box li:nth-child(even){
	border:1px solid #B9B9B9;
	border-top:none;
}
.logo-box li:nth-child(6),.logo-box li:nth-child(16){
	border-left:none;
}
.logo-box li:nth-child(10),.logo-box li:nth-child(20){
	border-right:none;
}
.logo-box li:nth-child(21),.logo-box li:nth-child(22),.logo-box li:nth-child(23),.logo-box li:nth-child(24),.logo-box li:nth-child(25){
	border-bottom:none;
}
.customer-logos{
	background:url('images/customer-logo-sprite.png');
	background-size:680px; 
	display:inline-block;
	width:150px;
	height:70px;
	margin:40px;
}
.customer-logos.cus-img1{background-position:-5px -10px;}
.customer-logos.cus-img2{background-position:-165px -10px;}
.customer-logos.cus-img3{background-position:-325px -10px;}
.customer-logos.cus-img4{background-position:-441px -2px;background-size: 600px;}
.customer-logos.cus-img5{background-position:0px -80px;}
.customer-logos.cus-img6{background-position:-165px -80px;}
.customer-logos.cus-img7{background-position:-330px -80px;}
.customer-logos.cus-img8{background-position:-505px -76px;}
.customer-logos.cus-img9{background-position:0px -155px;}
.customer-logos.cus-img10{background-position:-165px -155px;}
.customer-logos.cus-img11{background-position:-330px -155px;}
.customer-logos.cus-img12{background-position:-500px -155px;}
.customer-logos.cus-img13{background-position:0 -230px;}
.customer-logos.cus-img14{background-position:-160px -230px;}
.customer-logos.cus-img15{background-position:-335px -230px;}
.customer-logos.cus-img16{background-position:-510px -230px;}
.customer-logos.cus-img17{background-position:0 -310px;}
.customer-logos.cus-img18{background-position:-160px -305px;}
.customer-logos.cus-img19{background-position:-330px -310px;}
.customer-logos.cus-img20{background-position:-500px -310px;}
.customer-logos.cus-img21{background-position:0 -400px;}
.customer-logos.cus-img22{background-position:-260px -567px;background-size: 950px;}
.customer-logos.cus-img23{background-position:-330px -400px;}
.customer-logos.cus-img24{background-position:-505px -490px;}
.customer-logos.cus-img25{background-position:0 -555px;}


/*load more sec css*/
p.loadersec {
    text-align: center;
    padding: 100px 0 0 0;
    position: relative;
    top: -125px;
    background: linear-gradient(to top,#fff, #fff, transparent);
}
span.load-more {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.load-more:after {
    content: "";
    display: block;
    transition: all ease 0.4s;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: 5px;
}
.loader {
    display: inline-block;
    border: 8px solid #dfe0ed;
    border-radius: 50%;
    border-top:8px solid #000;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    top:85%;
    right: 40%;
    z-index: 9;
}
span.load-more.disabled {
   display:none;
    pointer-events: none;
}
@keyframes spin{
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}
#case-study-sec .container-fluid{
	background:#fff;
}
.case-box{
	margin:50px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.case-box:before, .case-box:after,.logo-box:before,.logo-box:after,.video-box:before,.video-box:after,.logo-box:before,.logo-box:after{
	display:block;
	content:'';
	clear:both;
}
.case-box li.case-studies-box{
	width: 33.33%;
	text-align: center;
	margin:35px 0 ;
}
.case-studies-box a{
	display:block;
	color:#000;
}
.case-studies-img{
	display:inline-block;
	width:150px;
	height:70px;
	margin-bottom:20px;
}
.case-studies-img.hdcf-img {
	background: url(images/hdfc-life-img.png) no-repeat center center;
    background-size: 100px;
}
.case-studies-img.hcl-img {
    background: url(images/hcl.png) no-repeat center center;
    background-size: 200px;
}
.case-studies-img.mothe-img {
    background: url(images/motherson.png) no-repeat center center;
    background-size: 120px;
}
.case-studies-img.iob-img {
    background: url(images/iob-casestudy.jpeg) no-repeat center center;
    background-size: 230px;
    height: 85px;
	width: 230px;
}
.case-studies-img.waisl-img {
    background: url("images/waisl-logo.png") no-repeat center center;
    background-size: 130px;
    height: 85px;
}
.case-studies-box a p{
	margin:0;
	line-height:1.5;
}
.video-box{
	margin:80px 0 0;
	width: 100%;
	padding-bottom: 80px;
}
.whatcussay-img {
	padding-bottom: 30px;
	width: auto;
	height: auto;
}
.whatcussay-img-sml {
  width: 200px;	
	height: auto;
	padding-bottom: 30px;
}
.kent-logo {
	width: 150px;
}
.mrf-logo {
	width: 120px;
}
.hgs-logo {
	width: 200px;
}
.slick-list  {
	overflow: hidden;
}
.slick-dots {
	text-align: center;
	padding-top: 40px;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
.slick-dots li button{
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    text-indent: -9999em;
    cursor: pointer;
    outline: none;
	border: 1px solid #395F9B;
	background: transparent;
	border-radius: 100%;
	
}
.slick-dots li.slick-active button{ 
	background: #395F9B;
}
.slick-arrow {
    position: absolute;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    cursor: pointer;
    outline: none;
	z-index: 1;
	    bottom: 30px;
}

.slick-next {
	background: transparent;
	border: 1px solid #1A35A0;
	border-radius: 100%;
    left: 51%;
	    background: url("images/rightarrow.svg") no-repeat #1A35A0;
    background-position: center;
    background-size: 25%;
}
.slick-prev {
	background: transparent;
	border: 1px solid #1A35A0;
	border-radius: 100%;
    left: 47%;
	    background: url("images/rightarrow.svg") no-repeat #1A35A0;
    transform: rotate(180deg);
    background-position: center;
    background-size: 25%;
}
.slick-prev.slick-disabled {
	    background: url(images/leftarrow.svg) no-repeat;
    background-position: center;
    background-size: 25%;
    transform: rotate(0deg);
	
}
.slick-next.slick-disabled {
	    background: url(images/leftarrow.svg) no-repeat;
    background-position: center;
    background-size: 25%;
    transform: rotate(180deg);
}
#whatcustomersay .slick-arrow {
	top: 44%;
} 
#whatcustomersay .slick-next {
	left: auto;
	right: 10%
}
#whatcustomersay .slick-prev {
	left: 10%;
}
.videos{
	width:50%;
	position:relative;
	cursor:pointer;
	padding: 0px 15px;
	display: table-cell;
}
.videos p{
    font-size: 17px;
    line-height: 1.5;
    position: absolute;
    bottom: 2%;
    color: #fff;
    left: 7%;
    width: 76%;
}
.videos .video-img{
	width:100%;
	height:auto;
}
.whatcussay {
	padding: 20px;
	border: 1px solid #DBE7FF;
	background:linear-gradient(to top, #E5F4FF, #fff);
	text-align: center;
	margin: 0 15px;
	display: table-cell;
	vertical-align: top;
}
.slick-track {
  display: table;
  border-collapse: separate;
  border-spacing: 15px;
}
.spktitle {
	font-size: 18px;
}
.play-btn{
position: absolute;
    transform: translate(-50%,-50%);
    left: 88%;
    bottom: -4%;
    width: 70px;
}
.overlap{
	position: relative;
	display:block;
}
span.overlap:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
	background:linear-gradient(to top, #3268BE, transparent);
	
}
.video-popup{
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 0;
    z-index: 9999;
}
.video-show{
	position:absolute;
	width:850px;
	max-width:95%;
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	background:#fff;
	padding:7px;
}
.video-show iframe{background:#000;height:480px;}
.video-close{
	position: absolute;
    right: -12px;
    top: -12px;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #000;
    cursor: pointer;
    border: 1px solid #333;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
	padding: 6px;
    text-align: center;
}
.two-box{
	float:left;
	text-align: center;
}
.left-box,.right-box{
	width:46%;
	padding:70px;
	position:relative;
}
.left-box{background:#FDF1F2;border:1px solid #FFB4BA;}
.right-box{float:right; background:#F3FDF1;border:1px solid #65A359;}
.fullwidth-box{
	text-align:center;
	width:90%;
	margin:90px auto 0;
	padding:70px;
	border: 1px solid #6CA5DE;
	background:#F1F7FD;
}

/* footer */
footer {
    background:#222;
	position: relative;
    z-index: 9999; 
}
footer > .container
{
	padding: 35px 0;
}
a.ftr-brand {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}
.address li, .address li a {
    color: #f0f0f0;
    line-height: 1.6;
	font-size: 0.9em;
}
.container-fluid.copyright {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    color: #898c90;
}
.container-fluid.copyright p {
    margin: 0;
	font-size:1.05em;
	color:#898c90;
	font-family: 'Zoho_Puvi_Regular';
}
.container-fluid.copyright p a
{
	color: #898c90;
}
.container-fluid.copyright p a:hover{text-decoration:underline;}
p.copyright {
    color: #fff;
	font-size:1.05em;
	margin:5px 0;
	 font-family: 'Zoho_Puvi_Regular';
}
.zlogo {
	color: #fff;
}
ul.social{display:block;text-align:right;}
.social li{display:inline-block;}
.social li a{height:35px;width:35px;border: 1px solid #fff;padding: 8px;margin: 0 5px;border-radius: 100%;display: inline-block;}
.social li:first-child a{margin-left: 0;}
.social li a:hover{text-decoration:none}
.social li a.fb{background:url(https://www.manageengine.com/images/footer-sprite.svg) no-repeat 0 0;background-size: 25%!important;background-position: center;}
.tw{background:url(https://www.manageengine.com/images/footer-icon-tw.svg) no-repeat 0 3px;background-size:45%;background-position: 50% 52%;}
.in{background:url(https://www.manageengine.com/images/footer-icon-in.svg) no-repeat 0 0;background-size: 45%;background-position: 50% 46%;}
.yt{background:url(https://www.manageengine.com/images/footer-icon-yt.svg) no-repeat 0 4px;background-size: 45%;background-position: center;}
a.insta{background:url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0;background-size:45%;background-position:center;}
.social a.fb:hover{background-color:#4267b2}
.social li a.tw:hover{background-color:#1da1f2}
.social li a.in:hover{background-color:#0e76a8}
.social li a.yt:hover{background-color:red}
.social li a.insta:hover{background:url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0,linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) no-repeat;background-size:45%,100%!important;background-position:center}
.animation
{
	    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transform: -moz-translateY(200px);
    transform: -webkit-translateY(200px);
}
.lr-animation.animation,.lr-animation .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.left-animation{
	opacity:0;
	transform: translateX(-900px);
    -webkit-transform: translateX(-900px);
    -moz-transform: translateX(-900px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.lr-animation .left-animation{
	opacity:1;
	transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.right-animation{
	opacity:0;
	transform: translateX(700px);
    -webkit-transform: translateX(700px);
    -moz-transform: translateX(700px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.lr-animation .right-animation{
	opacity:1;
	transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.lr-animation .margin-top .left-animation{
	transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-moz-transition: all ease 2s;
}
.lr-animation .margin-top .right-animation{
	transition: all ease 3s;
	-webkit-transition: all ease 3s;
	-moz-transition: all ease 3s;
}
ul.city-name {
    margin-bottom: 20px;
}
ul.city-name li {
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
}
ul.city-name li:before {
    content: '*';
    position: absolute;
    left: 18px;
    top: 2px;
}
.zohologo {
	    height: 47px;
    width: 123px;
    text-indent: -9999em;
    background: url("images/zoho-logo-black.svg") 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
    vertical-align: sub;
}
@media only screen and (max-width: 1570px){ #whatcustomersay .slick-next{right: 4%;}#whatcustomersay .slick-prev {left: 4%;}}
@media only screen and (max-width: 1450px){.sridhar-img{left:6%;}.slick-prev{left: 45%;}.slick-next{left: 53%;}#whatcustomersay .slick-next{right: 1%;}#whatcustomersay .slick-prev {left: 1%;}}
@media only screen and (max-width: 1200px){.container {max-width: 90%;}	}
@media only screen and (max-width: 1100px){
	h1{font-size:58px;}
	h3{font-size:40px;margin:0 0 30px;}
	.hide-br br{display:none;}
	.header-sec .me-logo img{width:220px;}
	.sridhar-img{width:240px;left:6%;}
	#sridhar-banner-sec p {font-size: 17px;}
	.banner-title{font-size:26px;margin:0;}
	.header-sec{padding:50px 0 20px;}
	.fullwidth-box{margin:70px auto 0;}
	.left-box, .right-box{padding:60px;}
	.video-show{top:50%;}
	.company-logos{height:120px;}
	.company-logos img{margin:25px auto 0;width:130px;}
	ul.line-layer:after{left:82px;}
	.zoho-img{width:100%;}
	.customer-logos{margin:20px;}
	.world-datacenter{margin:50px 0 0;}
}
@media only screen and (max-width:1000px){
	.zohologo {
		    height: 38px;
    width: 100px;
	}
	.videos {
		    padding: 0px 10px;
	}
	.play-btn {
		width: 50px;
		left: 86%;
	}
	section{padding:40px 0;}
	h1{font-size:44px;margin:20px 0 30px;}
	.header-sec .me-logo img{width:200px;}
	h2{font-size:42px;margin:0 0 20px;}
	.journey{font-size:40px;padding: 30px 0 20px 0px;}
	h3{font-size:32px;margin:0 0 20px;}
	.header-sec{padding:50px 0 0;}
	.two-box{float:none;}
	.left-box, .right-box,.fullwidth-box{width:100%;padding:50px;}
	.fullwidth-box,.right-box{margin:30px 0 0;}
	.case-box li.case-studies-box{width:50%;}
	img.world-map{width:100%;}
	.md-hide-br br{display:none;}
	.video-box{margin:40px 0 0;}
	.about-p2{padding:0;}
	.about-rp{margin:0 0 20px;padding:0;}
	.about-p2:before,.about-rp:before{display:none}
	.banner-title{font-size:24px;}
	.com-location-box:nth-child(1), .com-location-box:nth-child(2){margin:0 0 40px;}
	.videos p{font-size:14px;margin-bottom: 4px;width: 72%;}
	.mobile-show{display:block;}
	.mobile-hide{display:none;}
	.text-left,.text-right{text-align:center;}
	.logo-box{margin:50px 0 0;}
	.company-logos{height:100px;}
	.company-logos img{margin:25px auto 0;width:100px;}
	.journey-img-sec ul{width:33.33%;float:left;}
	.journey-logos li, .line-layer li, .journey-years li{width:100%;height:150px;margin: 0;}
	ul.line-layer:after{width: 4px;height:0%;top:22px;left:50%;}
	ul.line-layer.act:after{height:92%;width:4px;}
	.journey-img-sec{margin:50px 0 0;}
	.line-layer li span{margin:15px 0 0;}
	.zoho-img{width:75%;}
	.customer-logos {background-size: 620px;width: 120px;height: 60px;margin: 20px 10px;}
	.customer-logos.cus-img1{background-position:-11px -10px;}
	.customer-logos.cus-img2{background-position:-160px -10px;}
	.customer-logos.cus-img3{background-position:-304px -10px;}
	.customer-logos.cus-img4{background-position:-336px 5px;background-size:460px;}
	.customer-logos.cus-img5{background-position:-10px -80px;}
	.customer-logos.cus-img6{background-position:-160px -80px;}
	.customer-logos.cus-img7{background-position:-312px -80px;}
	.customer-logos.cus-img8{background-position:-472px -71px;}
	.customer-logos.cus-img9{background-position:-10px -150px;}
	.customer-logos.cus-img10{background-position:-160px -139px;}
	.customer-logos.cus-img11{background-position:-310px -139px;}
	.customer-logos.cus-img12{background-position:-470px -142px;}
	.customer-logos.cus-img13{background-position:-10px -214px;}
	.customer-logos.cus-img14{background-position:-160px -213px;}
	.customer-logos.cus-img15{background-position:-315px -210px;}
	.customer-logos.cus-img16{background-position: -625px -270px;background-size: 800px;}
	.customer-logos.cus-img17{background-position:-10px -280px;}
	.customer-logos.cus-img18{background-position:-160px -280px;}
	.customer-logos.cus-img19{background-position:-310px -281px;}
	.customer-logos.cus-img20{background-position:-470px -282px;}
	.customer-logos.cus-img21{background-position:-10px -365px;}
	.customer-logos.cus-img22{background-position:-275px -569px;background-size: 950px;}
	.customer-logos.cus-img23{background-position:-314px -360px;}
	.customer-logos.cus-img24{background-position:-476px -450px;}
	.customer-logos.cus-img25{background-position:-12px -510px;}
	.video-show iframe{height:400px;}
	.video-show{max-width:80%;}
	
}
@media only screen and (max-width: 770px){
	#sridhar-banner-sec p{font-size:15px;}
	.sridhar-img{width:220px;left:3%;}
	
}
@media only screen and (max-width: 650px){
	#whatcustomersay .slick-arrow {
		    top: 37%;
	}
	.slick-prev {
		    left: 39%;
	}
	.slick-next {
    left: 55%;
}
	section{padding:30px 0;}
	h1{font-size:40px;}
	h2,.journey{font-size:35px;}
	h3{font-size:30px;}
	.header-sec .me-logo img{width:180px;}
	.case-box li.case-studies-box{width:100%;}
	p.copyright{text-align: center;margin-bottom: 22px;}
	.left-box, .right-box,.fullwidth-box{padding:30px;}
	ul.social {text-align: center;}
	.world-des{margin:0 0 40px;}
	.sd-hide-br br,.sd-sridhar-hide{display:none;}
	.banner-title{font-size:20px;}
	img.world-map{width:80%;}
	.about-rp{margin:20px 0 30px 0;}
	.sridhar-img{position:static;width:200px;display:block;margin:0 auto;}
	.video-show{max-width:90%; top:40%;}
	.company-logos{width:50%;}
	.customer-logos{margin:20px 30px;}
	.about-p2:before,.about-rp:before{display:none;}
	.about-p2{padding:0;margin:0;}
	.about-rp{padding: 0;}
	.case-box{margin:0;}
/*	ul.line-layer:after{left:60px;}*/
	.journey-logos li, .line-layer li, .journey-years li{height:180px;}
	.journey{padding:20px 0;line-height:1.5;}
	.zoho-img{width:100%;}
	.logo-box li:nth-child(21),.logo-box li:nth-child(22),.logo-box li:nth-child(23),.logo-box li:nth-child(24){border-bottom:1px solid #B9B9B9;}
	.logo-box li:nth-child(odd){border-right: 1px solid #B9B9B9;}
	.logo-box li:nth-child(even){border-right: none;border-left:none;}
	.sd-sridhar-show{display:block;}
	.video-show iframe{height:260px;}
	
}	
@media only screen and (max-width:500px){.video-show iframe{height:240px;}}
@media only screen and (max-width:440px){.video-show iframe{height:210px;}}
@media only screen and (max-width:390px){
	.slick-prev {
		left: 30%;
	}
	.video-show{width:350px;}
/*	ul.line-layer:after{left:52px;}*/
	.journey-logos li, .line-layer li, .journey-years li{height:200px;}
	.video-show iframe{height:190px;}
}
@media only screen and (max-width:325px){
/*	ul.line-layer:after{left:46px;}	*/
}