@charset "UTF-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}
*{
	box-sizing: border-box;
}
section{
	min-height:100vh;
}
.preloader-box {
    position: fixed;
    background: linear-gradient(to top, #3d82b8,#213e59,#0e151f);
    z-index: 9999999999999999999;
    width: 100%;
    height: 100%;
}
.rockets {
    position: fixed;
    z-index:1;
    width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	pointer-events: none;
	display:none;
}
#preloader {
    width: 200px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.anim {
    opacity: 0;
    transition: all ease 1s;
    transform: translateY(250px);
}
.active-anim .anim{
	opacity: 1;
    transform: translateY(0);
}
.translate-box {
    position: relative;
    top:0;
    right: 110px;
    float: right;
	z-index:99999;
}
.trans-box {
    border: 1px solid #fff;
    border-radius: 30px;
    width: 200px;
    padding:6px 20px;
	cursor:pointer;
	-webkit-transition: all 200ms ease-out 200ms;
	-moz-transition: all 200ms ease-out 200ms;
	-o-transition: all 200ms ease-out 200ms;
	-ms-transition: all 200ms ease-out 200ms;
	transition: all 200ms ease-out 200ms;
}
.trans-box:hover {
    background: #326894;
}
.lang-dropdown p {
    margin: auto;
    font-weight: 600;
    display: block;
	position: relative;
}
.lang-dropdown p span{
    vertical-align: top;
    padding: 3px 3px 0 3px;
    color: #fff;
    font-size: 16px;
	display: inline-block;
}
.lang-dropdown p span img,.dropdown-box li p span img {
    width: 16px;
    height: 16px;
}
.lang-dropdown p span:nth-child(2),.dropdown-box li p span:nth-child(2) {
    padding: 0 3px;
}
.lang-dropdown p:before {
    position: absolute;
    right: 0;
    top: 30%;
    content:'';
    border-left: 6px solid transparent;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
}
ul.dropdown-box{
	margin: 0;
	padding:0;
	overflow: hidden;
	display:none;
	background: #fff;
	position:absolute;
	z-index: 999;
	width:200px;
}
.dropdown-box li{
	list-style:none;
	cursor:pointer;
}
.dropdown-box li p{
	margin:0;
	padding:5px 15px;
	color: #000;
	font-weight:600;
}
.dropdown-box li p span{
	margin: 0 5px;
	vertical-align: top;
    font-size: 16px;
	display: inline-block;
    padding: 3px 3px 0 3px;
}
.dropdown-box li p:hover{
	color:#fff;
	background:#326894;
}
#sec-1{
    background:linear-gradient(to top, #3d82b8,#213e59,#0e151f);
    -webkit-background:linear-gradient(to top, #3d82b8,#213e59,#0e151f);
    -moz-background:linear-gradient(to top, #3d82b8,#213e59,#0e151f);
    -o-background:linear-gradient(to top, #3d82b8,#213e59,#0e151f);
    -ms-background:linear-gradient(to top, #3d82b8,#213e59,#0e151f);
	padding:30px 0 50px 0;
	position: relative;
}
#sec-1 .container{
	position:absolute;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	top: 50%;
	left: 50%;
	max-width:1200px;
	width: 100%;
	z-index:9;
}
.container{
	max-width:1200px;
	margin:0 auto;
}
.rows{
	display:flex;
}
.headlines{
	font-size:52px;
	margin:0;
}
.sec-7-left-side .headlines,.sec-10-left-side .headlines,.sec-11-left-side .headlines{
	line-height:1.2;
}
.para-content{
	font-weight:500;
	line-height:1.5;
}
.numbers {
    font-size: 52px;
    font-family: 'Roboto', sans-serif;
	font-weight:700;
}
ul.menu {
    position: fixed;
    right: 60px;
    top: 50%;
    width: 20px;
    z-index: 999999999;
    list-style: none;
    transform: translate(0, -50%);
    padding: 0;
}
ul.menu li {
    padding:0;
	margin:0;
}
ul.menu li span {
    margin: 10px 0;
	 width: 10px;
    height: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1.4px solid #fff;
    text-indent: -9999em;
    display: block;
    padding: 0;
    cursor: pointer;
}
ul.menu li.active-menu span {
    background: #fff;
    transform: scale(1.5);
}
#homescreen-animation {
    width: 90%;
    margin: 70px auto;
}
.me-logo a{
	display:block;
}
.zoho-buildings,.year-numbers{
	display:none;
}
.me-logo {
    display: inline-block;
}
.me-logo img {
    width: 180px;
    margin: 0 0 0 70px;
}
.title {
    color: #fff;
    font-size: 45px;
    margin: 40px 0 0;
    text-align: center;
}
.cta-btn {
   	margin:10px auto 0px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.cta-btn span.start {
    letter-spacing:1px;
    font-size:1em;
    font-weight: 600;
}
.rocket-down-box {
   	width: 50px;
    height: 90px;
    margin: 0 auto;
    padding: 5px;
    cursor: pointer;
    text-align: center;
}
.rocket-down-box img{
	 animation: rocketDown 3s linear infinite;
    -webkit-animation: rocketDown 3s linear infinite;
    -moz-animation: rocketDown 3s linear infinite;
    -ms-animation: rocketDown 3s linear infinite;
    -o-animation: rocketDown 3s linear infinite ;
	
}
@keyframes rocketDown {
0% {margin-top:0;}
50% {margin-top:47px;}
100% {margin-top:0px;}
}
@-moz-keyframes rocketDown {
0% {margin-top:0;}
100% {margin-top:47px;}
}
@-webkit-keyframes rocketDown {
0% {margin-top:0;}
100% {margin-top:47px;}
}
@-ms-keyframes rocketDown {
0% {margin-top:0;}
100% {margin-top:47px;}
}
@-o-keyframes rocketDown {
0% {margin-top:0;}
100% {margin-top:47px;}
}
#sec-2{
	background:linear-gradient(to top, #bedeeb, #51A4D4, #3d81b7);
	-webkit-background:linear-gradient(to top, #bedeeb, #51A4D4, #3d81b7);
	-moz-background:linear-gradient(to top, #bedeeb, #51A4D4, #3d81b7);
	-o-background:linear-gradient(to top, #bedeeb, #51A4D4, #3d81b7);
	-ms-background:linear-gradient(to top, #bedeeb, #51A4D4, #3d81b7);
	position:relative;
}
.sec2-content{
	padding:60px 0;
}
.sec2-content .remove-br.para-content{
    margin: 16px auto 0;
}
.dots {
    width: 100%;
    position: relative;
    bottom: 28px;
}
.dots:after, .dots:before, ul.years:before, ul.years:after, .details:before, .details:after,.number-box:after,.number-box:before,.year-box:before,.year-box:after{
	content: "";
	display: table;
	clear: both;
}
.dots li {
    width: 33.3%;
    float: left;
    text-align: center;
}
.dots li {
    width: 33.3%;
    float: left;
    text-align: center;
    list-style: none;
}
.dots li span {
        width: 25px;
    height: 25px;
    background: #0071be;
    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;
}
.dots li span:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border: 2px solid #0071bd;
    border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
    top: -7px;
    left: -7px;
}
.dots 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);
}
.dots 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;
  }
}
ul.dots:after {
    width: 0;
    position: absolute;
    background: #0071bd;
    height: 1px;
    top: 25px;
    left: 19%;
	transition: all 05s ease-in;
	-webkit-transition: all 05s ease-in;
	-moz-transition: all 05s ease-in;
}
ul.dots.act:after{
	width: 65%;
}
.fixed-img {
    position: relative;
    z-index: 99;
    left: 0;
    width: 100%;
    bottom:70px;
}
ul.bottom-years {
    list-style: none;
    padding: 0;
    text-align: center;
	position: relative;
    bottom:40px;
    margin: 0;
}
ul.bottom-years li {
    width: 33.3%;
    float: left;
    text-align: center;
}
ul.bottom-years li span {
    font-size: 22px;
    font-weight: 600;
}
ul.bottom-years li:nth-child(1) span {margin-left: 72px;}
ul.bottom-years li:nth-child(2) span {margin-left: 38px;}
ul.bottom-years li:nth-child(3) span {margin-left: 9px;}
.details {
    padding: 0;
    list-style: none;
}
.details > div{
	width: 33.3%;
	float: left;
	text-align: center;
}
.cols-1 p{
    margin: 0 0 0 60px;
	opacity:0;
	transition: all ease-in-out 0.6s;
}
.cols-2 .number-box, .cols-3 .number-box{
	opacity:0;
	transition: all ease-in-out 0.6s;
}
.cols-2 .number-box > div,.cols-3 .number-box >div{
    float: left;
    padding: 0 20px;
}
.per-numbers {
    font-size: 37px;
	font-weight:700;
}
.cols-2 > div p, .cols-3 > div p{
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}
.number-box{
	display:inline-block;
	margin:0 auto;
}
.cols-2 > .number-box > div:nth-child(1),.cols-2 > .number-box > div:nth-child(2),.cols-3 > .number-box  >div:nth-child(1),.cols-3 > .number-box  >div:nth-child(2){
	border-right: 1px solid rgba(255, 255, 255, 0.35);
}
#sec-3{
	background:url("../images/sec-three-img.svg") no-repeat bottom center, linear-gradient(to top, #f2c8bc, #bddfec);
	-webkit-background:url("../images/sec-three-img.svg") no-repeat bottom center, linear-gradient(to top, #f2c8bc, #bddfec);
	-moz-background:url("../images/sec-three-img.svg") no-repeat bottom center, linear-gradient(to top, #f2c8bc, #bddfec);
	-o-background:url("../images/sec-three-img.svg") no-repeat bottom center, linear-gradient(to top, #f2c8bc, #bddfec);
	-ms-background:url("../images/sec-three-img.svg") no-repeat bottom center, linear-gradient(to top, #f2c8bc, #bddfec);
    background-size: 100%;
	padding: 250px 0;
}
.sec3-content,.sec4-content{
    text-align: center;
}
.sec3-content p{
    line-height:1.5;
    margin: 20px auto 0;
/*
	font-family: 'Frank Ruhl Libre', serif;
    font-size: 26px;
*/
}
..sec4-content p{
    font-size:18px;
    font-weight: normal;
    line-height:1.5;
    margin: 40px auto;
}
#sec-4{
	background:url(../images/sec-four-img.svg) no-repeat bottom center, linear-gradient(to top, #fde696, #f0c8be);
	-webkit-background:url(../images/sec-four-img.svg) no-repeat bottom center, linear-gradient(to top, #fde696, #f0c8be);
	-moz-background:url(../images/sec-four-img.svg) no-repeat bottom center, linear-gradient(to top, #fde696, #f0c8be);
	-ms-background:url(../images/sec-four-img.svg) no-repeat bottom center, linear-gradient(to top, #fde696, #f0c8be);
	-o-background:url(../images/sec-four-img.svg) no-repeat bottom center, linear-gradient(to top, #fde696, #f0c8be);
    background-size: 100%;
	padding:90px 0;
}
.sec4-content p{
	margin:20px auto 0;
}
.product-img-boxes{
    display: flex;
    padding: 0;
    background: #fff;
    border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	width:90%;
	margin:50px auto 0;
	position: relative;
	z-index:9;
}
.product-img-box{
    list-style: none;
    padding: 16px 0 16px 30px;
    flex: 1;
	opacity: 0.5;
	cursor:pointer;
	position: relative;
	z-index:9;
}
.product-update-img {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
    vertical-align: middle;
}
.new-products-img{
	background: url(../images/new-product-img.svg) no-repeat;
}
.artificial-img{
	background: url("../images/artificial-img.svg") no-repeat;
}
.cloud-img{
	background: url("../images/cloud-img.svg") no-repeat;
}
.it-security-img{
	background: url("../images/it-security-img.svg") no-repeat;
}
.enterprise-img{
	background: url("../images/enterprise-img.svg") no-repeat;
}
.img-desc {
    font-size: 14px;
    margin: 0;
    color: #2d69ac;
    display: inline-block;
    vertical-align: middle;
	padding:0 0 0 5px;
}
.product-img-box:hover{
	opacity: 1;
    color: #004E9E;
}
.active{
	opacity: 1;
    color: #004E9E;
	position: relative;
}
.active:after {
    content: '';
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 5px;
    background: #004E9E;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.sec-4-products{
	margin:50px auto 0;
	width:90%;
}
.product-content-box {
	display:none;
}
.product-content-box ul {
    margin: 0;
    padding:0 0 0 40px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-content-box ul li {
    width: 45%;
    line-height:1.5;
	list-style: none;
	position:relative;
	z-index:9999;
}
.product-content-box ul li a, .nav-bar-content ul li a{
	text-decoration:none;
	font-weight: 600;
}
.product-content-box ul li a{
	color: #004e9e;
}
.nav-bar-content ul li a{
	color: #11a0f1;
}
.product-content-box ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background:#004E9E;
    border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
    top:8px;
    left:-15px;
}
.product-content-box ul li b{
	color: #013268;
    font-size: 22px;
}
.product-content-box ul li:nth-child(3), .product-content-box ul li:nth-child(4){
   margin-top:30px;
}
.product-content-box.content-active{
	display:block;
}
#sec-5{
	background:url(../images/sec-five-img.svg) no-repeat bottom center, linear-gradient(to top, #b4dcc1, #fce597);
	-webkit-background:url(../images/sec-five-img.svg) no-repeat bottom center, linear-gradient(to top, #b4dcc1, #fce597);
	-moz-background:url(../images/sec-five-img.svg) no-repeat bottom center, linear-gradient(to top, #b4dcc1, #fce597);
	-o-background:url(../images/sec-five-img.svg) no-repeat bottom center, linear-gradient(to top, #b4dcc1, #fce597);
	-ms-background:url(../images/sec-five-img.svg) no-repeat bottom center, linear-gradient(to top, #b4dcc1, #fce597);
    background-size: 100%;
    padding: 100px 0;
}
.sec-5-title-desc {
    text-align: center;
}
.inner-text h2.numbers {
    margin: 0;
}
.inner-text p.para-content{
	font-size: 16px;
	margin: 10px 0 0 0;
}
.hexagon-box {
    overflow: hidden;
}
.event-parent-box:before, .event-parent-box:after {
    content: '';
    display: table;
    clear: both;
}
.event-parent-box{
	position: relative;
    margin: 0;
    padding: 0;
    z-index: 999;
    width: 1200px;
    height: 380px;
    transform: translate(150px,20px);
}
.event-child-box{
	position: relative;
    width: 202px;
    height: 115.47px;
    background-color: #EAFFE6;
    margin: 57.74px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    border-left: solid 1px #2A9767;
    border-right: solid 1px #2A9767;
    left: 20px;
    transform: rotate(90deg);
	list-style: none;
	display: inline-block;
	
}
.event-child-box:before, .event-child-box:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 141.42px;
    height: 141.42px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 28.2893px;
}
.event-child-box:before {
    top: -70.7107px;
    border-top: solid 1.4142px #2A9767;
    border-right: solid 1.4142px #2A9767;
}
.event-child-box:after {
    bottom: -70.7107px;
    border-bottom: solid 1.4142px #2A9767;
    border-left: solid 1.4142px #2A9767;
}
.inner-text {
    position: absolute;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    left: 50%;
    z-index: 99;
    text-align: center;
}
li.event-child-box.box2 {
    top: 101.5px;
    left: -15px;
}
li.event-child-box.box3 {
    top: 0;
    left: -49px;
}
li.event-child-box.box4 {
    top: 101.5px;
    left: -84px;
}
li.event-child-box.box5 {
    top: 0;
    left: -119px;
}

#sec-6{
	background:url(../images/sec-six-img.svg) no-repeat bottom center, linear-gradient(to top, #7fafdf, #b9dcbe);
	-webkit-background:url(../images/sec-six-img.svg) no-repeat bottom center, linear-gradient(to top, #7fafdf, #b9dcbe);
	-moz-background:url(../images/sec-six-img.svg) no-repeat bottom center, linear-gradient(to top, #7fafdf, #b9dcbe);
	-o-background:url(../images/sec-six-img.svg) no-repeat bottom center, linear-gradient(to top, #7fafdf, #b9dcbe);
	-ms-background:url(../images/sec-six-img.svg) no-repeat bottom center, linear-gradient(to top, #7fafdf, #b9dcbe);
    background-size: 100%;
    padding:80px 0;
}
.sec-6-title-desc {
    text-align: center;
}
.sec-6-boxes {
    display: flex;
    margin: 100px auto;
    padding: 0;
    justify-content: space-between;
    width: 80%;
}
.wbw-box{
    list-style: none;
    border: 3px solid #FFC654;
    width: 160px;
    height: 160px;
    border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
    position: relative;
    background: #fff;
	z-index:999;
}
.wbw-box div {
    text-align: center;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
.wbw-box div p {
    margin:0;
    font-size:15px;
}
#sec-7{
    background:url(../images/sec-seven-img.svg) no-repeat bottom center, linear-gradient(to top,#2154a0, #80afdf);
    -webkit-background:url(../images/sec-seven-img.svg) no-repeat bottom center, linear-gradient(to top,#2154a0, #80afdf);
    -moz-background:url(../images/sec-seven-img.svg) no-repeat bottom center, linear-gradient(to top,#2154a0, #80afdf);
    -o-background:url(../images/sec-seven-img.svg) no-repeat bottom center, linear-gradient(to top,#2154a0, #80afdf);
    -ms-background:url(../images/sec-seven-img.svg) no-repeat bottom center, linear-gradient(to top,#2154a0, #80afdf);
    background-size: 100%;
    padding:240px 0;
}
.sec-7-left-side {
    width: 50%;
	color:#fff;
}
.sec-7-right-side {
    width: 50%;
	padding:20px 0 0 100px;
	color:#fff;
}
.sec-7-right-side >div {
    display: inline-block;
}
.sec-7-percentage {
    display: inline-block;
    font-size: 100px;
    font-weight:700;
	vertical-align: middle;
}
.sec-7-desc {
    display: inline-block;
    margin: 0;
    font-size:22px;
    padding-left: 10px;
	vertical-align: middle;
}
#sec-8{
    background:linear-gradient(to top, #07285e, #1d52a3);
    -webkit-background:linear-gradient(to top, #07285e, #1d52a3);
    -moz-background:linear-gradient(to top, #07285e, #1d52a3);
    -o-background:linear-gradient(to top, #07285e, #1d52a3);
    -ms-background:linear-gradient(to top, #07285e, #1d52a3);
    background-size: 100%;
    padding:240px 0;
	position:relative;
}
#sec-8 .container{
	position: relative;
}
.right-arrow {
    position: absolute;
    right: 0;
    top: 40%;
	z-index:999999999;
}
.left-arrow {
    position: absolute;
    top: 40%;
    transform: rotate(180deg);
	display:none;
	z-index:999999999;
}
.right-arrow img, .left-arrow img {
    width: 32px;
	cursor: pointer;
}
.book {
    width: 400px;
    position: absolute;
    right:1%;
    top: 0;
    opacity: 0.4;
	pointer-events:none;
}
.compus {
    width:400px;
    position: absolute;
    bottom:13%;
    opacity: 0.4;
	pointer-events:none;
}
.sec-8-layer {
    width: 80%;
	margin:0 auto;
    overflow: hidden;
    position: relative;
}
.slider-box{
	width:2000px;
    position: relative;
	transition:all 0.8s ease-in-out;
}
.slider-1, .slider-2 {
	width:965px;
    float: left;
}
.slider h3 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-style: italic;
	font-weight:500;
	line-height:1.6;
	text-align:center;
}
.name{
	position: relative;
    margin: 70px 0px;
	text-align: center;
}
.slider:before, .slider:after, .slider-box {
    content: '';
    clear: both;
    display: table;
}
.name h4{
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px 0 4px 0;
    font-style: italic;
	font-weight: 600;
}
.name p{
    margin: 0;
    color: #bac9e4;
    font-size: 20px;
    font-style: italic;
	font-weight: 600;
}
.banner-dots{
    margin:30px auto;
    padding: 0;
    text-align: center;
    width: 80%;
	display:none;
}
.banner-dots li {
    display: inline-block;
    list-style: none;
}
.banner-dots li span {
    width: 10px;
    height: 10px;
    background: #000;
    text-indent: -9999em;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    opacity: .5;
    border: 1px solid #CCC;
    border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
    vertical-align: bottom;
}
.dot-active span{
	background:#fff!important;
}
#sec-9{
    background:url("../images/sec-eight-img.svg") no-repeat bottom center, linear-gradient(to top, #081d43, #08285f);
    -webkit-background:url("../images/sec-eight-img.svg") no-repeat bottom center, linear-gradient(to top, #081d43, #08285f);
    -moz-background:url("../images/sec-eight-img.svg") no-repeat bottom center, linear-gradient(to top, #081d43, #08285f);
    -o-background:url("../images/sec-eight-img.svg") no-repeat bottom center, linear-gradient(to top, #081d43, #08285f);
    -ms-background:url("../images/sec-eight-img.svg") no-repeat bottom center, linear-gradient(to top, #081d43, #08285f);
    background-size: 100%;
    padding:240px 0;
}
.sec-9-left-side h3 {
    color: #fff;
	line-height:1;
}
.sec-9-left-side p {
    margin: 20px 0px;
	color: #fff;
}
.sec-9-percentage-box{
	display:flex;
	margin:60px 0 0;
}
.sec-9-percentage-box > div{
    padding: 0 30px;
    border-right: 1px solid #1593DA;
}
.sec-9-percentage-box > div .numbers{
	color: #E1FF6A;
}
.sec-9-percentage-box > div div {
    display: inline-block;
	vertical-align: middle;
}
.strength-per span.remove-br,.partners-per span.remove-br,.two-new-offices span.remove-br,.three-data-center span.remove-br{
    display: inline-block;
	vertical-align: middle;
	padding:0 0 0 3px;
	color:#fff;
	font-size:16px;
}
.sec-9-percentage-box > div:nth-child(1){
   padding-left:0;
}
.sec-9-percentage-box > div:nth-child(4){
	border-right:0;
}
.per-symbol{
	vertical-align:middle;
	display:inline-block;
}
#sec-10{
    background:url(../images/sec-nine-img.svg) no-repeat bottom center, linear-gradient(to top, #091d43, #071d44);
    -webkit-background:url(../images/sec-nine-img.svg) no-repeat bottom center, linear-gradient(to top, #091d43, #071d44);
    -moz-background:url(../images/sec-nine-img.svg) no-repeat bottom center, linear-gradient(to top, #091d43, #071d44);
    -o-background:url(../images/sec-nine-img.svg) no-repeat bottom center, linear-gradient(to top, #091d43, #071d44);
    -ms-background:url(../images/sec-nine-img.svg) no-repeat bottom center, linear-gradient(to top, #091d43, #071d44);
    background-size: 100%;
    padding: 50px 0;
	color: #fff;
}
.sec-10-left-side,.sec-10-right-side {
    width: 50%;
}
.sec-10-left-side p {
    margin: 30px 0 0;
}
.nav-bar ul {
    display: flex;
    margin: 0;
    padding: 0;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
    background: #4163C3;
}
.nav-bar li {
    list-style: none;
    flex: 1;
	cursor:pointer;
}
.nav-bar li span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
	font-size:14px;
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.nav-bar-content {
    margin: 40px 0 0 0px;
}
.nav-bar-content ul {
    margin:0;
    padding:10px 0 0 20px;
}
.nav-bar-content li {
    padding:10px 0;
	font-weight:500;
	list-style:none;
	position:relative;
	line-height:1.5;
}
.nav-bar-content li:after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #B5B5B5;
    border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
    top: 26px;
    left: -21px;
}
.sec10-active-tab {
    color:#F85B51;
    opacity: 1;
    border: 1px solid #000;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	background:#fff;
}
.sec10-nab-active{
	background: #4163C3;
	color: #fff;
}
.sec10-nab-active:after{
	content:'-'!important;
}
.nav-bar-content{
	margin:15px 0 0 0;
}
.nav-bar-content{
	display:none;
}
.nav-bar-content.sec10-active-tap{
	display:block;
}
#sec-11{
    background:url(../images/sec-ten-img.svg) no-repeat bottom center, linear-gradient(to top, #071c42, #071c43);
	-webkit-background:url(../images/sec-ten-img.svg) no-repeat bottom center, linear-gradient(to top, #071c42, #071c43);
	-moz-background:url(../images/sec-ten-img.svg) no-repeat bottom center, linear-gradient(to top, #071c42, #071c43);
	-o-background:url(../images/sec-ten-img.svg) no-repeat bottom center, linear-gradient(to top, #071c42, #071c43);
	-ms-background:url(../images/sec-ten-img.svg) no-repeat bottom center, linear-gradient(to top, #071c42, #071c43);
    background-size: 100%;
    padding: 100px 0;
	color: #fff;
}
.sec-11-left-side,.sec-11-right-side{
    width: 50%;
}
.sec-11-left-side p {
    margin: 40px 0 0;
}
.sec-11-desc ul {
    margin: 0;
    padding: 0px 0 0 20px;
}
.sec-11-desc li {
    padding: 0 0 20px 0;
	font-size: 18px;
}
.product-name {
    display: inline-block;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    background: #fff;
    color: #004E9E;
    font-weight: 600;
    position: relative;
    border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
    margin: 5px 0 0px 0;
	display:none;
}
.product-name:after {
    content: '+';
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 13px;
}
.product-name-active:after{
	content:'-';
}
#footer-sec {
    background: linear-gradient(to top, #061b42,#061b42);
    padding:50px 0 0;
    text-align: center;
	position:relative;
	overflow:hidden;
}
.thanks{
    font-size: 60px;
    margin: 0 0 30px 0;
    color: #fff;
}
.line-2 {
    margin: 40px 0;
    color: #fff;
}
.happy-ny {
    font-size: 38px;
    margin: 0;
    color: #fff;
}
.center-para{
	font-size:14px;
    color: #fff;
	margin: 30px;
}
.clearfix {
    display: block;
}
span.footer-subscribenewsletteremail {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    border-right: none;
    color: #000;
    text-align: left;
    height: 50px;
    line-height: 20px;
    outline: 0;
    margin-left: 27%;
    padding: 15px;
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
    width: 40%;
    font-size: 12px;
    float: left;
}
span.footer-subscribenewslettersubmit {
    border: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
    padding: 15px 30px;
    text-decoration: none;
    float: left;
    margin: 0;
    text-indent: -99999em;
    background: #FD4646 url(https://www.manageengine.com/images/footer-icon-newsletter.svg) no-repeat center center;
    height: 50px;
}
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
.vist-manageengine {
    margin: 40px 0 0 0;
    display: block;
    font-size: 14px;
    color: #fff;
}
.footer-bottom {
    margin:60px 0 0;
}
.social-shares{
	margin:0;
}
.social-shares a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.svg-color{
	fill:#fff;
}
.copy-right{
    font-size: 12px;
	line-height:1.5;
	margin:50px 0;
    color: #fff;
}
.copy-right a,.footer-desc{
    color: #fff;
}

		/*-------------subscribe popup css----------*/

.subscribepopup_contains {
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    display: none;
}
.subscribepopup_boxes {
    width: 500px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25%;
    border: 10px solid rgba(11, 11, 11, .67);
}
.subscribepopup_closeicon {
    float: right;
    line-height: 30px;
    border: 1px solid #FD4646;
    border-radius: 30px;
    font-size: 26px;
    margin: 0;
    width: 35px;
    height: 35px;
    top: 5px;
    right: 5px;
    background: #FD4646;
    color: #fff;
    text-align: center;
    z-index: 99999;
    position: absolute;
    font-weight: 100;
    cursor: pointer;
}
#backToTop {
    display: none !important;
}
.subscribe_popups {
    padding: 10px 20px;
}
.subscribepopup_form_wrapper h4 {
    font-size: 20px;
    margin: 20px 0 0;
    font-weight: 100;
}
.subscribepopup_form_wrapper form {
    margin: 20px 0 0;
}
.clearfix {
    display: block;
}
.subscribepopup_form_wrapper form input[type=text] {
    width:190px;
    border: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: block;
    float: left;
    border-radius: 0;
    box-sizing: unset;
}
.subscribepopup_form_wrapper form select {
    width: 225px;
    border: 1px solid #ddd;
    height: 32px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #7e7e7e;
    float: left;
    margin: 0 0 0 10px;
    box-sizing: border-box;
}
.subscribepopup_form_wrapper form .dwn-priv {
    width: 100%;
    margin: 10px 0 0;
    font-size: 13px;
    display: inline-block;
}
.subscribepopup_form_wrapper form #subscribe {
    background: #FD4646;
    color: #fff;
    padding: 5px 20px;
    margin: 20px auto;
    line-height: 20px;
    border: 1px solid #fff;
    font-size: 13px;
    height: auto;
    width: 110px;
    display: table;
    float: none;
    border-radius: 0;
}
div#meGDPRMessage>label {
    font-size: 13px;
    display: inline-block;
    margin: 10px 0 0;
}
div#form-alert {
    display: inline-block;
    font-size: 13px;
    margin: 10px 0;
}
.subscribepopup_form_wrapper form .dwn-priv strong{
	font-weight:normal;
	
}

		/*---------- responsive styles starts -------------*/


@media only screen and (max-width:1600px){
	
	.body{
		font-size:16px;
	}
	.headlines{
		font-size:40px;
	}
	.fixed-img{
		top: -100px;
	}
	.sec2-content{
		padding:0;
	}
	#sec-2{
		padding:30px 0;
	}
	#sec-3{
		padding:150px 0;
	}
	#sec-4,#sec-5,#sec-6,#sec-9{
		padding:30px 0 100px 0
	}
	#sec-7{
		padding:140px 0;
	}
	#sec-8{
		padding:150px 0;
	}
	#sec-10,#sec-11{
		padding:40px 0 350px 0;
	}
	.product-img-boxes{
		margin:30px auto 0;
	}
	.sec-6-boxes{
		margin:50px auto 0;
	}
	.book,.compus{
		width:280px;
	}
	.compus{
		border-bottom: 5%;
	}
	.sec-10-nav-bar{
		height: 370px;
	}
	#homescreen-animation{
		width:70%;
		margin:50px auto;
	}
	li.event-child-box.box3 {
		left: -50.5px;
	}
	li.event-child-box.box4 {
		left: -85.5px;
	}
	li.event-child-box.box5 {
		left: -120.5px;
	}
}
@media only screen and (max-width:1300px){
	#homescreen-animation{
		width:65%;
		margin:45px auto ;
	}
	.title{
		font-size:42px;
	}
}
@media only screen and (max-width:1100px){
	.container{
		width:90%;
	}
	section{
		min-height:auto;
		padding:100px 0 200px 0!important;
	}
	#sec-1{
		padding: 30px 0 50px 0!important;
	}
	#sec-1 .container{
		position:static;
		transform:translate(0%,0%);
		-webkit-transform:translate(0%,0%);
	}
	#homescreen-animation{
		margin:40px auto;
	}
	.title{
		font-size:39px;
	}
	.me-logo img{
		margin:0 0 0 40px;
	}
	.product-img-box {
		padding: 16px 0 16px 12px;
	}
	.img-desc{
		font-size:13px;
	}
	.event-parent-box {
		transform: translate(-20px,-10px) scale(0.8);
	}
	.sec-7-percentage {
		line-height:1;
	}
	.sec-7-right-side {
		 padding: 0 0 0 80px;
	}
	.sec-7-percentage {
		font-size:85px;
	}
	.sec-7-desc {
		font-size:18px;
	}
	.sec-9-percentage-box > div .numbers{
		font-size:44px;
	}
	.sec-9-percentage-box{
		display:inherit;
	}
	.sec-9-percentage-box > div {
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid #1593DA;
	}
	.sec-9-percentage-box > div:nth-child(4){
		border-bottom:0;
	}
	.strength-per>div, .partners-per>div,.sec-9-percentage-box > div .remove-br,.two-new-offices .numbers,.three-data-center .numbers{
		display: block;
	}
	.bottom-years, .dots,.fixed-img .zoho-imgs{
		display:none;
	}
	.zoho-buildings,.year-numbers{
		display:block;
	}
	.details > div {
		width: 100%;
		float: initial;
		padding: 20px 0 30px 0;
    	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}
	.details > div:nth-child(3){
		border-bottom: none;
	}
	.cols-2 .number-box > div, .cols-3 .number-box >div{
		padding:0 12px;
		float: left;
	}
	.cols-1 p {
		margin: 0;
	}
	.cols-2 > .number-box > div:nth-child(1), .cols-2 > .number-box > div:nth-child(2), .cols-3 > .number-box >div:nth-child(1), .cols-3 > .number-box >div:nth-child(2){
		border-right:1px solid #fff;
	}
	.fixed-img {
		top: 40px;
	}
	.zoho-buildings {
		width: 450px;
		display: block;
		margin: 10px auto;
	}
	p.year-numbers {
		font-size: 28px;
		margin: 10px 0;
		font-weight: 600;
	}
	.number-box {
		margin: 0 0 0 27px;
	}
	#sec-8 .container{
		width:100%;
	}
	.sec-8-layer{
		width: 100%;
	}
	.slider-box {
		width:200vw;
	}
	.slider-1, .slider-2{
		width:100vw;
		margin-right:0;
		transform:scale(0.9);
	}
	.right-arrow,.left-arrow{
		display:none;
	}
	.banner-dots{
		display:block;
	}
	ul.bottom-years{
		bottom:10px;
	}
	.dots{
		bottom:0;
	}
	.details{
		position:relative;
		top:20px;
	}
	.sec-4-products{
		height:200px;
	}
	.md-hiden{
		display:none;
	}
	.sec-9-percentage-box .remove-br br,.product-update-img {
		display:none;
	}
	.translate-box{
		right:40px;
	}
	
}
@media only screen and (max-width:1000px){
	.container{
		width:90%;
	}
	.sec-6-boxes{
		margin: 50px auto;
	}
	.sec-7-percentage {
		font-size:80px;
	}
	.event-parent-box {
		transform: translate(-60px,-10px) scale(0.7);
	}
	.title{
		font-size:35px;
	}
}
@media only screen and (max-width:770px){
	body{
		font-size:16px;
	}
	.headlines {
		font-size:44px;
	}
	.title {
		font-size: 29px;
	}
	.product-img-box {
		padding: 16px 0 16px 12px;
	}
	.md-full{
		width:100%;
	}
	.remove-br br{
		display: none;
	}
	.md-full{
		width:100%;
	}
	.md-rows{
		flex-direction: column;
	}
	.event-parent-box {
		transform: translate(-160px,-40px) scale(0.7);
	}
	.sec-6-boxes{
		justify-content:space-around;
		flex-wrap: wrap;
		width: 100%;
		margin: 50px auto;
	}
	.sec-7-right-side{
		padding:0 0 0 100px;
	}
	.sec-7-desc{
		font-size:18px;
	}
	.strength-per, .partners-per{
		padding:15px 0;
	}
	.product-name{
		display:none;
	}
	.sec-10-right-side{
		margin:40px 0 0;
	}
	.strength-per span, .partners-per span{
		font-size: 16px;
	}
	.sec-11-desc{
		margin:50px 0 0 0;
	}
	.product-img-boxes{
		display:flex;
	}
	.nav-bar{
		display:block;
	}
	.name{
		margin:40px 0 0 40px;
	}
	.dots {
		margin: 20px auto;
	}
}
@media only screen and (max-width:650px){
	body{
		font-size:16px;
	}
	#sec-1{
		padding:30px 0 0!important;
	}
	section{
		min-height:auto;
		padding:100px 0!important;
	}
	#sec-2{
		padding:60px 0 !important;
	}
	#sec-10{
		padding: 100px 0 200px!important;
	}
	.title{
		font-size:25px;
		margin:20px 0 0;
	}
	.me-logo img {
		margin:0;
	}
	.me-logo a {
		text-align: center;
	}
	.rows{
		flex-direction: column;
	}
	.headlines{
		font-size:35px;
	}
	.numbers{
		font-size:40px;
	}
	.per-number{
		display: block;
		font-size: 2.5em;
		font-weight: 600;
		text-align: center;
	}
	.sec2-left-side h2 {
		font-size: 2.3em;
		line-height: inherit;
	}
	.increase-customers{
		width:100%;
		padding: 0 0 0 110px;
	}
	.increase-customers .per-number{
		padding-left: 25px;
		text-align: inherit;
	}
	.increase-customers p{
		font-size: 16px;
	}
	.sec3-content p{
		line-height:25px;
	}
	.sec-4-products{
		margin: 40px auto 0;
	}
	.product-content-box{
		width:100%;
		margin:0;
	}
	.product-content-box ul{
		flex-direction:column;
		padding:0 0 0 25px;
	}
	.product-content-box ul li{
		width:100%;
		margin-top:0px!important;
		margin-bottom:20px;
	}
	.product-content-box ul li:nth-child(1){
		margin-top:20px!important;
	}
	.product-img-boxes{
		display: none;
	}
	.event-parent-box {
		margin: 40px 0 0 0;
		text-align: center;
		padding: 0;
		transform:scale(1);
		width:auto;
		height: auto;
	}
	.event-child-box{
		position: static;
		margin:50px;
	}
	.wbw-box{
		width:130px;
		height:130px;
	}
	.sec-7-left-side .headlines{
		line-height: 40px;
	}
	.sec-7-right-side{
		padding:0;
		margin:20px auto 0;
	}
	.sec-7-percentage{
		font-size:75px;
	}
	.sec-7-desc{
		font-size:16px;
	}
	.sec-8-layer{
		width:100%;
	}
	.sec-10-left-side p{
		margin: 15px 0 0;
	}
	.sec-11-left-side p{
		margin:20px 0 0 0;
	}
	.sd-full{
		width: 100%;
	}
	.remove-br br{
		display: none;
	}
	.nav-bar{
		display:none;
	}
	.product-name{
		display:block;
	}
	.slider h3{
		font-size:22px;
	}
	.name p,.name h4{
		font-size:18px;
	}
	.name{
		margin:30px 0 0;
	}
	.zoho-buildings {
		width: 250px;
	}
	.menu,.balloon-animate{
		display:none;
	}
	.subscribepopup_boxes {
		width: 90%;
		height: auto;
	}
	.subscribepopup_form_wrapper form input[type=text]{
		width: 75%;
    	margin: 0 auto;
		float: inherit;
	}
	.subscribepopup_form_wrapper form select {
		margin: 4% auto;
    	width: 80%;
		float: inherit;
	}
	.sec-4-products,.sec-10-nav-bar{
		height:auto;
	}
	.thanks{
		font-size:40px;
	}
	.happy-ny{
		font-size:32px;
	}
	.compus{
		display:none;
	}
	clearfix {
		width: 90%;
		margin: 0 auto;
	}
	span.footer-subscribenewsletteremail{
		width:80%;
		margin:0;
	}
	.me-logo {
		display: block;
		margin:60px 0 0;
	}
	.translate-box{
		position:absolute;
		float:none;
		right:0;
		width: 40%;
    	margin: 20px;
	}
	.trans-box,ul.dropdown-box{
		width: 100%;
	}
	.lang-dropdown p span,.dropdown-box li p span{
		font-size:13px;
	}
	.lang-dropdown p span img, .dropdown-box li p span img{
		width:13px;
		height:13px;
	}
}

@media only screen and (max-width:390px){
	.numbers {
		font-size: 40px;
	}
	.sec-7-right-side{
		text-align: center;
	}
	.sec-7-percentage {
		font-size: 65px;
	}
	.sec-7-desc {
		font-size: 16px;
	}
	.name p, .name h4 {
		font-size: 16px;
	}
	.increase-customers{
		padding: 0 0 0 95px;
	}
}
@media only screen and (max-width:320px){
	#sec-2 {
		padding:30px 0 !important;
	}
	.sec-7-percentage {
		font-size: 58px;
	}
	.sec-7-desc {
		font-size: 15px;
	}
	.name p, .name h4 {
		font-size: 14px;
	}
	.increase-customers {
		padding: 0 0 0 73px;
	}
	.clearfix {
		width: 80%;
		margin: 0 auto;
	}
	span.footer-subscribenewsletteremail{
		width:70%;
	}
}




