@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;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
/*	overflow-x:hidden;*/
	font-family: 'Zoho_Puvi_Regular';
	background:#003F76;
}
* {
	-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.6;
	font-size:1.1em;
}
.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-family:"Zoho_Puvi_Bold"
}
.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:1300px;
	margin:0 auto;
}
.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-5,
.cols-6,
.cols-7,
.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-5 {
	width: 40%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 60%;
}
.cols-8,.resilience {
	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%;
}
}
/* header */
.sections a{
	cursor:pointer;
}
.sections a:hover{text-decoration:underline;}
header {
	padding: 25px 0;
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.brand-logo {
    display: inline-block;
    width: 200px;
}
.brand-logo img
{
	height: auto;
}
.me-20-logo {
     display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
    width: 39px;
}
.me-20-logo img{height: auto;width: auto;}
li.active a{
	color:#834100;
}
.menu-icon{
    display: none;
    color: #fff;
}
.light
{
	color: #fff!important;
}
.backside-overlay{padding:20px;}
#sec1,.sections{min-height:calc(100vh - 40px);}
.sections:not(#sec6):not(#sec9):not(#sec4),.sec8-first-box, .sec8-second-box{overflow:hidden;position:relative;}
.row-dis-flex,.sections:not(#sec1):not(#sec3):not(#sec8):not(#sec6):not(#sec4){display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;justify-content: center;-webkit-justify-content: center;-moz-justify-content: center;-o-justify-content: center;align-items: center;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;}
#sec2 .row-dis-flex,#sec4 .row-dis-flex,.circle-bar.row-dis-flex,.number-rows.row-dis-flex{margin-left:-15px;margin-right: -15px;}
.align-top,.number-rows.row-dis-flex{align-items: initial;-webkit-align-items: initial;-moz-align-items: initial;-o-align-items: initial;}
.sections:not(#sec3):not(#sec8):not(#sec1):not(#sec6):not(#sec4){position:relative;padding:100px 0;}
h1,h2{
	color:#123777;
	margin-bottom:15px;
}
h1{font-size:3em;font-family:"Zoho_Puvi_Bold";padding-top:70px;}
h2{font-size:2.3em;font-family:"Zoho_Puvi_Bold";line-height:1.3;}
#sec1{background:linear-gradient(to bottom, #EBF3FF, #FFFFFF);padding:30px 0 0;}
.banner-img-dox{position:absolute;bottom:0;left:0;text-align: center;width:100%;}
.banner-img-dox .main-banner-img{width:70%;height:auto;}
img.baner-arrow,.triangle,.circle,.square,.mixed-icon,.square-icon,.triangle-icon,.circle-icon,.leef-icon {
	 position: absolute;
	height: auto;
}
img.baner-arrow {
    right:6%;
	top:50px;
    width: 110px;
	cursor:pointer;
}
.triangle {
  width: 40px;
  left: 5%;
  top: 50%;
}
.circle {
  width: 15px;
  left: 34%;
  top: 0;
}
.square {
  width: 25px;
  left: 67%;
  top: 3%;
}
 .mixed-icon{
  width: 100px;
  right: 5%;
  bottom:25%;
}
.head-section,.sections,.double-row,.pro-scroll-lists,.userconf-lists,.sec8-first-box,.nav-content-box,.sec8-second-box,.sec3-first-box,.sec3-second-box,li.scroll-list,.circle-bar.sec7-blue-box{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}
#sec2{background:#FFFDF0;}
#sec4{background:#EBFAFF;padding-bottom:0!important;}
#sec5{background:#FFFDEF;position:relative;}
#sec6{background:#F6FFF4;}
#sec7{background:#F0FBFF;}
#sec9{background:#F0FBFF;text-align:center;}
#sec10{background:#FFFDF0;}
#sec11{background:#001E4B;background-size:29%;color:#fff;overflow:hidden;}
.left-box,.right-box,.double-row{width:50%; padding-left:15px;padding-right:15px;}
.fl-box{width:50%;float:left;}
.lt-box{padding-right:20px;}
.rt-box{padding-left:20px;}
.self-align{-webkit-align-self:start;-moz-align-self:start;align-self:start;}
#sec2 .left-box{padding-bottom:60vh;}
#sec7 .left-box{padding-bottom:55vh;}
.sec-images,.right-imgs{
	position:absolute;
	height:auto;
	text-align: center;
}
.sec-images{
	width:50%;
	bottom:0%;
	left:0%;
}
.right-imgs{
	bottom:0;
	right:0;
	width:50%;
	text-align:left;
}
.sec2-img{
	width:450px;
	height:auto;
	margin-left:100px;
}
.sec4-img{
	width:600px;
	height:auto;
}
.sec6-img{
	width:92%;
	height:auto;
	margin-left:11%;
}
#sec6 .lt-box{padding-right:0;}
#sec6 .rt-box{padding-left:0;}
.sec7-img{
	width:650px;
	height:auto;
	margin-left:0px;
}
.sec10-img{
	height:auto;
	width:520px;
}
.square-icon {
  left: 15%;
  top: 62%;
	width:2%;
}
.triangle-icon {
  top: 20%;
  left: 20%;
  width: 5%;
}
.circle-icon {
  width: 2.5%;
  right: 17%;
  top: 13%;
}
.leef-icon {
  width: 20%;
  right: 0%;
  bottom: 13%;
}
.right-imgs .triangle-icon{
	top:5%;
	 left: 10%;
}
.right-imgs .square-icon{
	left:0%;
	top: 80%;
}
.right-imgs .circle-icon{
	right:28%;
	top:28%;
}
.right-imgs .leef-icon{
	right:8%;
	bottom: 13%;
}
.blue-img2 .triangle-icon{top:0;left:12%;}
.blue-img2 .circle-icon{left:4%;top:50%;}
.blue-img2 .square-icon{right:10%; top:7%;left:auto;}
.blue-img2 .leef-icon{display:none;}
.blue-img1 .triangle-icon{top:0%;left:5%;width:5%;transform: rotate(96deg);}
.blue-img1 .circle-icon{left:5%;top:80%;}
.blue-img1 .square-icon{left:48%; top:25%;width:3%;}
.blue-img1 .leef-icon{width:14%;right:0;bottom:5%;}
.green-img .square-icon {left: 4%;top:85%;width:2.5%;}
.green-img .triangle-icon {top: 30%;left: 10%;width: 7%;}
.green-img .circle-icon {width:3%;right:30%;top: 18%;}
.green-img .leef-icon {width: 16%;right: 5%;bottom:5%;}
.triangle{animation: rotate 4s linear infinite;}
.circle{animation: opacity 4s linear infinite;}
.md-show-image{display:none;}
@keyframes rotate{
	0%{transform:-webkite-rotate(0);transform:-moz-rotate(0);transform:rotate(0)}
	100%{transform:-webkite-rotate(360deg);transform:-moz-rotate(360deg);transform:rotate(360deg)}
}
@keyframes opacity{
	0%{opacity:0;}
	33%{opacity:0.5;}
	50%{opacity:1;}
	75%{opacity:0.5;}
	100%{opacity:0;}
}
/*----- scroll animation start------*/
.non-scroll-sec{position:relative;z-index:9;margin-bottom:20px;}
.footer-sec{position:relative;z-index:9;}
.projects-list {
	position: relative
}

.projects-list-item {
	position: relative;
	height: 100vh;
}

.projects-list-item {
	height: 250vh;
	margin-bottom: -100vh
}
.project-item-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
/*----- scroll animation ends--------*/
.sec2-sub-tit {
    font-size: 1.2em;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 20px;
}
.yellow-box {
    padding: 45px;
    background: #FFF5D8;
    border: 1px solid #FCDD44;
    border-radius: 30px;
}
.yellow-innerbox{
	display: flex;
    justify-content: center;
    align-items: initial;
}
.yellow-box .global-num:nth-child(1){width:40%;}
.yellow-box .global-num:nth-child(2){margin:0 6%;}
.pd-left{padding-left:45px;}
.global-num {
    width: 30%;
}
span.nums {
    font-size: 2.1em;
    font-family: 'Zoho_Puvi_Bold';
	color:#080045;
}
p.num-con {
    line-height: 1.4;
    padding-top: 10px;
}
.yellow-box > p{line-height:1.3;margin:0;}
.yellow-box > p strong{min-width:80px;display:inline-block;text-align: center;}
.sec3-first-box,.sec3-second-box{padding:50px 0;width:100%;min-height:calc(50vh - 30px);overflow:hidden;}
.sec3-first-box{background:#F4FFF0;}
.sec3-second-box{background:url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/sec3-img.svg") no-repeat #FEF4F4;margin-top:20px;background-size:8%;background-position:98% 90%;}
.sec3-inner-lt{width: 35%;margin-right: 3%;}
.sec3-inner-rt{width:65%;margin-left:5%;}
.left-box{margin-right:10px;}
.right-box{margin-left:10px;}
.circle-bar .doubles-percon {
    padding: 20px 15px 0;
	border-bottom: 1px dotted #d0d0d0;
}
.circle-bar .doubles-percon{border-bottom:none;}
.doubles-percon {
    -webki-display: flex;
    -moz-display: flex;
    display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.single-percon{
	padding:0 15px;
	width:50%;
}
.single-percon .nums{font-size:2.6em;}
.circle-outer{
width:90px;
height:90px;
border-radius:50%;
overflow:hidden;
position:relative;
	flex-shrink:0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.half-circle{
width:100%;
height:100%;
background:#317C37;
position:absolute;
left:-50%;
overflow:hidden;
}
.inner-circle{
position: absolute;
    width: calc(100% - 20%);
    height: calc(100% - 20%);
    background: #F7F7F7;
    border-radius: 50%;
    top: 50%;
    text-align: center;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 71px;
    font-size: 1.6em;
    font-family: 'Zoho_Puvi_SemiBold';
	color:#317C37;
}
.inner-circle.back-bg{background:#000;color:#fff;}
.circle-4{
	width:85px;
	height:85px;
	margin:0 auto;
}
.circle-4 .inner-circle{line-height:70px;font-size:1.5em;}
.circle-right-half.half-circle{
left:50%;
}
.half-box{
width:50%;
height:100%;
position:absolute;
background:#CFFFBF;
transform:-webkit-rotate(0deg);
transform:-moz-rotate(0deg);
transform:rotate(0deg);
	-webkit-transition:.5s ease-out all;
	-moz-transition:.5s ease-out all;
	transition:.5s ease-out all;
}
.circle-left-half .half-box{
left:50%;
}
.circle-right-half .half-box {
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  transform-origin: 0;
}
.circle-left-half .half-box {
  -webkit-transform: .5s ease-in all;
  -moz-transform: .5s ease-in all;
  transform: .5s ease-in all;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
      -webkit-transition-delay: .479s;
      -moz-transition-delay: .479s;
      transition-delay: .479s;
}
p.double-con {
    padding: 0 0 0 25px;
    margin: 0;
}
.top-blue-trip{
	position: fixed;
    background: #013f76;
    top: 0px;
    left: 20px;
    height: 20px;
    width: calc(100% - 40px);
	opacity:0;
    margin: 0 auto;
}
.bottom-blue-trip{
	position: fixed;
    background: #013f76;
    bottom: 0px;
    left: 20px;
    height: 20px;
    width: calc(100% - 40px);
	opacity:0;
}
.green-img,.blue-img1{
	position: absolute;
	bottom:19px;
	width:50%;
	text-align: center;
}
#sec4 .top-strip ,#sec6 .top-strip {margin-bottom:80vh;}
.top-strip {
   position: sticky;
    z-index: 99999999999;
    height: 100px;
    background: #013f76;
    top: 0;
	padding-top:20px;
}
.container.strip-container{margin-top:-80vh;}
.strip-inner {
    border-radius: 50px 50px 0 0;
    background: #f0fbfe;
    height:80px;
}
#sec6 .strip-inner,#sec6 .strip-bottom-inner{background:#f6fff4;}
#sec4 .strip-inner,#sec4 .strip-bottom-inner{background:#ebfaff;}
.bottom-strip {
       position: sticky;
    bottom: 0;
    z-index: 9999999999;
    background: #013f76;
    height: 60px;
}
#sec9 .bottom-strip{display:none;}
.strip-bottom-inner {
    border-radius: 0 0 50px 50px;
    background: #f0fbfe;
    height: 40px;
}
#sec9{border-radius: 0!important;display:block!important;padding:0!important;}
.sticky-anim-tit:before{display:none;}

.pro-scroll-lists{
	padding:50px 70px;
	background:#DFF8FF;
	border: 1px solid #0078AD;
	margin-bottom:10px;
	opacity:0.3;
}
.pro-scroll-lists:last-child{margin-bottom:100px;}
.pro-scroll-lists:nth-child(1) .doubles-percon div{min-width:110px;} 
.pro-scroll-lists:nth-child(3) .doubles-percon div{min-width:155px;} 
.pro-scroll-lists:nth-child(2) .doubles-percon div{min-width:70px;} 
.pro-scroll-lists.disabled{opacity:1;}
.title-desc {
    font-size: 1.2em;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 15px;
}
.cate-icon {
    position: relative;
    padding-bottom: 25px;
	display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;justify-content: left;-webkit-justify-content: left;-moz-justify-content: left;-o-justify-content:left;align-items: center;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;
}
.cate-icon:before{position:absolute;content:'';bottom:0;left:0;height:2px;width:100%;background:#5FD6FF;}
.cate-icon:after{
	position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
	height:4px;
	background:#3380EB;
    width: 45px;
    border-radius: 50px;
}
.home-cate-ico {
    width: 40px;
    height: auto;
    margin-right: 20px;
}
.category-title {
    line-height: 1.2;
    margin-bottom:0px;
    font-size: 1.3em;
    position: relative;
    font-family: 'Zoho_Puvi_SemiBold';
}
.category-title a{color: #000;text-decoration:underline;}
.category-title a:hover{text-decoration:none;}
img.home-cate-ico.pam,img.home-cate-ico.iam {
    width: 32px;
}
img.home-cate-ico.itom {
    width: 45px;
}
img.home-cate-ico.uems {
    width: 48px;
}
.number-rows-list .doubles-percon{
	    padding: 30px 0;
    border-bottom: 1px dotted #003F7E;
}
/*.number-rows-list span.nums{color:#080045;}*/
.number-rows-list .doubles-percon:last-child{border:none;padding-bottom:0;}
.num-top-con {
    font-size: 1em;
    font-family: 'Zoho_Puvi_SemiBold';
    padding-bottom: 8px;
    display: block;
}
#sec5 .container{position:relative;}
.sec5-img{
	position: absolute;
	bottom: -100px;
	width: 100%;
	left: 0;
	height: auto;
}
.sec5-imgs {
    position: absolute;
	height:auto;
}
.sec5-square {
    top: 25%;
    left: 27%;
}
.sec5-circle {
    top:35%;
    right:27%;
	width:20px;
}
.sec5-half-circle {
    top:10%;
    right:0%;
	width:45px;
}
.sec5-triangle {
    left: -6%;
    top: 10%;
}
.sec5-path{
    bottom:-25%;
	left:45%;
	width: 150px;
}
.future-list{
	display:flex;
	margin-top:100px;
}
.future-list li{
	width: 20%;
	margin:0 0 0 10px;
    padding:35px 35px 70px;
    background: #FDF3D0;
    border: 1px solid #F9CA1C;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.future-list li div{
	min-height:60px;
}
.pd-bottom{padding:0;}
.future-img{
	position: absolute;
    right: 15px;
    bottom: 8px;
    width: 38px;
	height:auto;
}
.sin-con{
	padding-top:15px;
}
.future-list li:nth-child(1) {
    margin-left:0;
}
.sticky-anim{position:sticky;top:100px;}
li.scroll-list {
    padding: 50px 70px;
    background:#E8FFE3;
    border: 1px solid #5B964E;
    margin-bottom: 10px;
	opacity:0.3;
}
li.scroll-list.disabled{opacity:1;}
.scroll-list .cate-icon:before{background:#B2D994;}
.scroll-list .cate-icon:after{background:#42A650;}
ul.pro-con-lists {
    margin: 30px 0 0;
}
.pro-con-lists li {
    position: relative;
    padding: 0 0 25px 25px;
    font-size: 1.1em;
    line-height: 1.5;
}
.pro-con-lists li:last-child {
    padding-bottom: 0;
}
.pro-con-lists li:before {
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background: #123777;
    border-radius: 10px;
}
.dots-lists{
	position: fixed;
    right: 3%;
    top: 50%;
    z-index: 999999999;
    list-style: none;
    transform: translate(0, -50%);
    padding: 0;
	opacity:0;
}
.scroll-dots{
	width: 13px;
    height: 13px;
    background: #B2B2B2;
    text-indent: -9999em;
    margin-bottom:25px;
    border-radius: 20px;
    cursor: pointer;
}
#sec4 .scroll-dots.active-dot {
    background: #3380EB;
}
#sec6 .scroll-dots.active-dot {
    background: #007212;
}
.circle-bar.sec7-blue-box {
    background: #E1F8FF;
    border: 1px solid #3586B5;
    padding: 20px 50px;
    margin: 40px 0px;
}
.sec7-blue-box .doubles-percon{border:none;padding:20px 0;}
.sec7-blue-box .doubles-percon div{text-align: center;min-width:75px;}
.sec8-first-box{background:#FFFCED;text-align:center;}
.sec8-first-box,.sec8-second-box{padding:25px 0;min-height: calc(50vh - 30px);}
.userconf-lists{
	background:#FEF5D8;
	border: 1px solid #FBE05A;
	padding:20px 0;
	margin:25px 0 0;
}
.userconf-lists li:last-child{border:none;}
.userconf-lists li{
	border-right:1px solid #FFD13B;
	padding:25px;
	float:left;
	width:16.66%;
}
/*-----Slider css start------*/
.sec8-second-box{background:url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/left-comma.svg"), url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/right-comma.svg") #FFF7F7;background-position:2% 5%, 97% 96%;background-repeat:no-repeat;background-size:5%;margin-top:20px;}
#slider-section .container {
  margin: 0 auto;
}
.slide-window {
  height: auto;
  overflow: hidden;
  position: relative;
  width:1250px;
	margin:0 auto;
}
.slide-holder {
  margin-left: 0;
  transition: margin-left 1s;
}
.slide {
  height: auto;
  float: left;
	margin: 0;
	background: transparent;
}
.slider-section h2 {
    font-size: 1.8em;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    line-height: 1.4;
}
.sliderHead-box {
    display: block;
    position: relative;
    margin: 0;
}
#slider-section {
	    text-align: center;
    color: #fff;
    padding: 100px 0;
    z-index: 1;
}
p.slider-title {
    font-size: 1.3em;
    line-height: 1.7;
    padding-bottom: 40px;
    margin: auto;
}
p.slider-name {
    font-size: 1.2em;
    font-family: "Zoho_Puvi_Bold";
}
.slide-nav {
	margin-top:15px;
}
.slide-nav-bt {
    width: 13px;
    height: 13px;
    background: #B2B2B2;
    text-indent: -9999em;
    display: inline-block;
    margin-right:25px;
    border-radius: 20px;
    cursor: pointer;
}
.slide-nav-bt.active {
background: #FF8E8E;
}
.slide div {
    float: left;
}
.slide div h3 {
   font-size: 2.2em;
    color: #003777;
    font-family: 'Zoho_Puvi_Bold';
    line-height: 1.4;
}
.slide div:nth-child(1){padding-right:20px;width:35%}
.slide div:nth-child(2){padding-left:20px;width:60%;}
/*-----Slider css end------*/
.sticky-anim-tit {
    position: sticky;
      z-index: 999999999;
  background: linear-gradient(to bottom, #f0fbfe 30%,#f0fbfe 70%,transparent);
  top: 100px;
  padding-bottom: 50px;
}
.sticky-anim-tit:before {
    position: absolute;
    background: #f0fbfe;
    width: 100%;
    height: 100px;
    content: '';
    left: 0;
    top: -100px;
}
.nav-content-box{margin-bottom:40px;}
.nav-content-box:last-child{margin-bottom:0;;}
h3.head-img {
    padding-bottom: 25px;
    margin-bottom: 40px;
	position:relative;
}
h3.head-img.gartner:after,.head-img.forrester:after,.head-img.kupp-cole:after,.head-img.idc:after,.head-img.others:after{
	position:absolute;
	width: 100%;
	height:100%;
	left:0;
	bottom:0;
	content:'';
}
.head-img.gartner:after{
	background:url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/title-bot-line.svg") no-repeat center bottom;
}
.head-img.forrester:after{
	background:url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/forrester-under-line.svg") no-repeat center bottom;
}
.head-img.kupp-cole:after{
	background:url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/kupp-cole-under-line.svg") no-repeat center bottom;
}
.head-img.idc:after{
	background:url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/idc-under-line.svg") no-repeat center bottom;
}
.head-img.others:after{
	background:url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/others-under-line.svg") no-repeat center bottom;
}
.mementos-lists{margin:0;}
.mementos-lists li{
	    position: relative;
    font-size: 1.1em;
    line-height: 1.5;
    padding: 30px 100px;
    z-index: 9999;
	display:inline-block;
	    margin-bottom: 50px;
}
.mementos-lists li:last-child{margin:0;}
.mementos-lists li:before,.mementos-lists li:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
	pointer-events:none;
}
.mementos-lists li:before{
    left: 0;
    top: 0;
}
.mementos-lists li:after{
    right: 0px;
    top: 0;
}
.others{
	 font-size: 1.5em;
    font-family: 'Zoho_Puvi_Medium';
}
h3.head-img img {
    height: auto;
}
h3.head-img.gartner img{width: 130px;}
h3.head-img.forrester img{width: 180px;}
h3.head-img.kupp-cole img{width: 280px;}
h3.head-img.idc img{width: 140px;}
#gartner .mementos-lists li:before,#idc .mementos-lists li:before{
	background: url(https://www.manageengine.com/fr/year-in-review/2022/css/../images/gartner-arch-left.svg) no-repeat;
    background-position: left top;
	background-size: contain;
}
#gartner .mementos-lists li:after,#idc .mementos-lists li:after{
	background: url(https://www.manageengine.com/fr/year-in-review/2022/css/../images/gartner-arch-right.svg) no-repeat;
	background-size: contain;
	background-position: top right;
}
#forrester .mementos-lists li:before{
	background: url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/forrester-arch-left.svg") no-repeat;
	background-position: left top;
	background-size: contain;
}
#forrester .mementos-lists li:after{
	background: url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/forrester-arch-right.svg") no-repeat;
	background-size: contain;
	background-position: top right;
}
#kupp-cole .mementos-lists li:before{
	background: url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/kupp-cole-arch-left.svg") no-repeat;
	background-position: left top;
	background-size: contain;
}
#kupp-cole .mementos-lists li:after{
	background: url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/kupp-cole-arch-right.svg") no-repeat;
	background-size: contain;
	background-position: top right;
}
#others .mementos-lists li:before{
	background: url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/others-arch-left.svg") no-repeat;
	background-position: left top;
	background-size: contain;
}
#others .mementos-lists li:after{
	background: url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/others-arch-right.svg") no-repeat;
	background-size: contain;
	background-position: top right;
}
#sec10 h2{
	font-size:3.5em;
	margin:0;
}
#sec10 p{margin-bottom:18px;font-size:1.2em;}
.happynewyear {
    font-size: 4em;
    font-family: 'Zoho_Puvi_Light';
    line-height: 1.3;
}
.yearcon {
    font-size: 1.2em;
    font-family: 'Zoho_Puvi_Medium';
    margin: 100px 0 15px;
}
.footer-cols{position:absolute;bottom:40px;width:90%;}
.footer-cols p {
    margin: 0;
	font-size: 0.9em;
	color:#fff;
}
img.top-arrow-icon{
	    position: absolute;
    right: 10px;
    bottom: 50px;
    width: 110px;
	cursor:pointer;
	height:auto;
}
.footer-cols p a{color: #fff;text-decoration:none;}
.footer-cols p a:hover{text-decoration:underline;}
/*-----crackers animation start------*/
.crackers{height:auto;}
.crack1 {
    width: 43px;
    position: absolute;
    bottom: -23%;
    left: 9%;
}
.crack3 {
    width: 43px;
    position: absolute;
    bottom: -23%;
    left: 26%;
}
.crack5 {
    width: 43px;
    position: absolute;
    bottom: -23%;
    left: 26%;
}
.crack7 {
    width: 40px;
    position: absolute;
    bottom: -23%;
    right:25.5%;
}
.crack9 {
    width: 53px;
    position: absolute;
    bottom: -28%;
    right:17.5%;
}
.crack11 {
    width: 40px;
    position: absolute;
    bottom:-22%;
    right:7%;
}
.active-anim .crack1 {
	-webkit-animation: rocket1 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-moz-animation: rocket1 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	        animation: rocket1 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
}
.active-anim .crack3 {
	-webkit-animation: rocket2 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-moz-animation: rocket2 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	        animation: rocket2 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.active-anim .crack5 {
	-webkit-animation: rocket3 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-moz-animation: rocket3 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	        animation: rocket3 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.active-anim .crack7 {
	-webkit-animation: rocket4 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-moz-animation: rocket4 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	        animation: rocket4 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}
.active-anim .crack9 {
	-webkit-animation: rocket5 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-moz-animation: rocket5 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	        animation: rocket5 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	animation-delay: 4s;
}
.active-anim .crack11 {
	-webkit-animation: rocket6 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-moz-animation: rocket6 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	        animation: rocket6 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	animation-delay: 4s;
}
@keyframes rocket1 {
  0% {
	  bottom:-100%;
  }
	80% {
		opacity: 1;
	}
  100% {
	  bottom:47%;
		opacity: 0;
  }
}
@keyframes rocket2 {
  0% {
    bottom:-100%;
  }
	80% {
		opacity: 1;
	}
  100% {
    bottom: 67%;
left: 26.5%;
		opacity: 0;
  }
}
@keyframes rocket3 {
  0% {
    bottom:-100%;
  }
	80% {
		opacity: 1;
	}
  100% {
   bottom: 44%;
		opacity: 0;
  }
}
@keyframes rocket4 {
  0% {
    bottom:-100%;
  }
	80% {
		opacity: 1;
	}
  100% {
    bottom: 43%;
right: 26%;
		opacity: 0;
  }
}
@keyframes rocket5 {
  0% {
    bottom:-100%;
  }
	80% {
		opacity: 1;
	}
  100% {
    bottom: 60%;
right: 18.5%;
		opacity: 0;
  }
}
@keyframes rocket6 {
  0% {
    bottom:-100%;
  }
	80% {
		opacity: 1;
	}
  100% {
    bottom: 41%;
right: 7.5%;
		opacity: 0;
  }
}
.crack2 {
    width:17%;
    position: absolute;
    top: 18%;
    left: 2%;
}
.crack4 {
    width:12%;
    position: absolute;
    top: 2%;
    left: 22%;
}
.crack6 {
    width:9%;
    position: absolute;
    top: 28%;
    left: 23%;
}
.crack8 {
    width:5%;
    position: absolute;
    top: 33%;
    right: 25%;
}
.crack10 {
    width:13%;
    position: absolute;
    top: 4%;
    right: 14%;
}
.crack12 {
   width:12%;
    position: absolute;
    top: 30%;
    right: 3%;
}
.active-anim .crack2 {
	-webkit-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-moz-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	        animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-webkit-animation-delay: 2.3s;
	-moz-animation-delay: 2.3s;
	animation-delay: 2.3s;
	
}
.active-anim .crack4 {
	-webkit-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-moz-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	        animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-webkit-animation-delay: 3.3s;
	-moz-animation-delay: 3.3s;
	animation-delay: 3.3s;
}
.active-anim .crack6 {
	-webkit-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-moz-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	        animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-webkit-animation-delay: 4.3s;
	-moz-animation-delay: 4.3s;
	animation-delay: 4.3s;
}
.active-anim .crack8 {
	-webkit-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-moz-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	        animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-webkit-animation-delay: 5.3s;
	-moz-animation-delay: 5.3s;
	animation-delay: 5.3s;
}
.active-anim .crack10 {
	-webkit-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-moz-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	        animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-webkit-animation-delay: 6.3s;
	-moz-animation-delay: 6.3s;
	animation-delay: 6.3s;
}
.active-anim .crack12 {
	-webkit-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-moz-animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	        animation: cracker 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both 1;
	-webkit-animation-delay: 6.8s;
	-moz-animation-delay: 6.8s;
	animation-delay: 6.8s;
}
.crackers {
	display: none;
}
.active-anim .crackers  {
	display: block;
}
@keyframes cracker {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
	80% {
		opacity: 1;
	}
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
		opacity: 1;
  }
}
/*-----crackers animation end------*/
.subscribe-form{
	display: block;
    width:40%;
    height: 60px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    position: relative;
	margin:0 auto;
	cursor: pointer;
	border:1px solid #707070;
}
span.footer-email{
	display: block;
    text-align: left;
    height: 100%;
    padding: 12px 0 0 20px;
	 opacity: 0.5;
}
span.footer-submit{
	display: inline-block;
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    right: 10px;
    font-size: 17px;
    z-index: 8;
    background:#ffd052;
    color: #353535;
    padding: 10px 35px;
}
div#form-alert {
	margin:0!important;
    background: #002056;
    color: #fff;
	position: absolute;
    transform: translate(-50%, -50%);
    top:55px;
    left: 40%;
}
/*-------------subscribe popup css----------*/
.subscribepopup_contains {
    width: 500px;
	margin:0 auto;
}
#backToTop {
    display:none!important;
}
.subscribe_popups {
    padding: 10px 20px;
}
.clearfix {
    display: block;
}
.subscribepopup_form_wrapper form input[type=text] {
   width: 75%;
    height: 55px;
    font-size: 1em;
    padding: 15px 35px;
    display: block;
    margin: 0 auto;
    outline: none;
    color: #fff;
    background: #03193C;
    border-radius: 50px;
    border: 1px solid #007EFC;
}
.subscribepopup_form_wrapper form select {
    width: 75%;
    height: 55px;
    line-height: 20px;
    font-size: 1em;
    padding: 15px 35px;
    display: block;
    color: #fff;
    margin: 20px auto;
	-webkit-appearance: none;
	background:url("https://www.manageengine.com/fr/year-in-review/2022/css/../images/country-arrow.svg") no-repeat #03193C;
	background-position: 92%;
	background-size:5%;
	outline:none;
	border: 1px solid #007EFC;
	border-radius: 50px;
}
.subscribepopup_form_wrapper form select#country_state{margin-top:10px;}
.subscribepopup_form_wrapper form .dwn-priv {
    width: 100%;
    margin: 10px 0 0;
    font-size:1em;
    display: inline-block;
	line-height:1.7;
}
.subscribepopup_form_wrapper form .dwn-priv a{color:#fff;text-decoration:underline;}
.subscribepopup_form_wrapper form .dwn-priv a:hover,.container-fluid.copyright p a:hover{color:#f0c942;}
.subscribepopup_form_wrapper form #subscribe:hover{background: #fff;color: #011d4b;border-color: #fff;}
.subscribepopup_form_wrapper form #subscribe {
    background: #03193C;
    color: #fff;
    padding: 15px 50px;
    margin: 20px auto 0;
    line-height: 20px;
    font-size: 1.1em;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #007EFC;
    border-radius: 50px;
    font-family: 'Zoho_Puvi_Medium';
}
div#meGDPRMessage>label {
    font-size: 1em;
    display: inline-block;
	line-height:normal;
    margin: 10px 0 0;
}
div#form-alert {
    display: inline-block;
    font-size: 13px;
    margin: 10px 0;
}
::placeholder { 
  color: #fff;
	background:transparent;
}
:-ms-input-placeholder { 
  color: #fff;
	background:transparent;
}
::-ms-input-placeholder { 
  color: #fff;
	background:transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff;
}
.subscribepopup_form_wrapper form .dwn-priv strong{font-family: 'Zoho_Puvi_SemiBold';}
.mobile-menu{display:none;;width:100%;padding:20px;position:relative;background:#1A5691;color:#fff;margin-top:15px;font-size:1.2em;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;}
.mobile-menu:after{display: block; content:""; position:absolute;transform: translate(0px, -50%);top: 50%;right: 35px;background:url("https://www.manageengine.com/year-in-review/2020/images/down-arrow.svg") no-repeat;width:20px;height:12px;}
.mobile-menu.mm-active:after{background:url("https://www.manageengine.com/year-in-review/2020/images/top-arrow.svg") no-repeat;}
.mobile-menu.mm-active{border-bottom:1px solid #FFFFFF;}
.sd-br br,.mobile-show{display:none!important;}
.reach-show,.st-brshow br,.uc-br br{display:none;}
q{font-style: oblique}
/*dropdown css*/
.translate-box {
    position: relative;
    float: right;
	z-index:99999;
}
.trans-box {
    width: 210px;
	cursor:pointer;
}
.lang-dropdown p {
    margin: auto;
    font-weight: 600;
    display: block;
	position: relative;
	background:#fff;
	padding:8px 25px;
	-webkit-box-shadow: 0 0 10px #edecec;
    -moz-box-shadow: 0 0 10px #edecec;
    -o-box-shadow: 0 0 10px #edecec;
    box-shadow: 0 0 10px #edecec;
	border-radius:50px;
	font-family:"Zoho_Puvi_Medium";
}
.lang-dropdown p span{
    vertical-align: middle;
    color: #000;
    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(1),.dropdown-box li p span:nth-child(1){margin:0 7px;}
.lang-dropdown p:before {
    position: absolute;
    transform: translate(-50%,-50%) rotate(-46deg);
    right: 10%;
    top: 45%;
    content: '';
    border: 3px solid #000;
    border-top: 0;
    border-right: 0;
    padding: 4px;
}
.mobile-flag{
	display:none!important;
}
.mobile-flag img{
	width: 16px;
    height: 16px;
    border-radius: 50%;
	    filter: invert(30%) grayscale(85%) brightness(40%) contrast(3);
}
ul.dropdown-box{
	margin: 0;
	padding:0;
	overflow: hidden;
	position:absolute;
	z-index: 999;
	width:100%;
	height:0;
	-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;
	-webkit-box-shadow: 0px 0px 5px #e3e3e3;
	-moz-box-shadow: 0px 0px 5px #e3e3e3;
	-o-box-shadow: 0px 0px 5px #e3e3e3;
	box-shadow: 0px 0px 5px #e3e3e3;
	background: #fff;
}
.dropdown-box li{
	list-style:none;
	cursor:pointer;
}
.dropdown-box li p{
	display:block;
	margin:0;
	padding:5px 15px;
	color: #000;
	font-weight:600;
    border-bottom: 1px solid #dedbdb;
}
.dropdown-box li p span{
	vertical-align: middle;
    font-size: 16px;
	display: inline-block;
}
.dropdown-box li p:hover{
	color:#fff;
	background:#326894;
}
.translate-box:hover ul.dropdown-box {
	height:118px;
}
/*-------------subscribe popup css end----------*/
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;
}
p.copyright {
    color: #fff;
	margin: 0;
	float:left;
}
.footer-cols p:last-child{float:right;}
.zlogo {
        height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}
.anims{
	opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transform: translateY(120px);
    -webkit-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px);
}
.active-anim .anims.anim1,.active-anim .anims.anim2,.active-anim .anims.anim3,.active-anim .anims.anim4,.active-anim .anims.anim5,.active-anim .anims.anim6,.active-anim .anims.anim7,.active-anim .anims.anim8,.active-anim .anims.anim9  {
    -webkit-animation: topmove 1s both 1;
    -moz-animation: topmove 1s both 1;
    animation: topmove 1s both 1;
}
.active-anim .anims.anim2 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.active-anim .anims.anim3 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.active-anim .anims.anim5 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.active-anim .anims.anim6 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.active-anim .anims.anim7 {
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
	animation-delay: 1.35s;
}
.active-anim .anims.anim8 {
	-webkit-animation-delay: 1.45s;
	-moz-animation-delay: 1.45s;
	animation-delay: 1.45s;
}
.active-anim .anims.anim9 {
	-webkit-animation-delay: 1.55s;
	-moz-animation-delay: 1.55s;
	animation-delay: 1.55s;
}
@keyframes topmove{
	0%{
		opacity: 0;
		transform: translateY(120px);
		transform: -webkit-translateY(120px);
		transform: -moz-translateY(120px);
		transform: -o-translateY(120px);
	}
	100%{
		opacity: 1;
		transform: -webkit-translateY(0);
		transform: -moz-translateY(0);
		transform: -o-translateY(0);
		transform: translateY(0);
	}	
}
.thanku-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 /75%);
	display:none;
	z-index:99999;
}
.popup-close{
	position:absolute;
	font-size:1.2em;
	top:10px;
	right:20px;
	cursor:pointer;
}
.popup-close:hover{
	color: #b30c0c;
}
.tq-box {
    width: 35%;
    text-align: center;
    padding: 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 45%;
    background: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.tq-box img {
    width: 160px;
    margin-top: -155px;
	height:auto;
}
h2.page-tit {
    margin: 30px 0 10px 0;
    font-size: 1.5em;
    color: #353535;
    line-height: normal;
}
.tq-box p {
    font-size: 1em;
    margin: 0;
}
p.regards:before {
    content: "";
    display: block;
    width: 65%;
    margin: 25px auto;
    height: 1px;
    background: #707070;
}
.disable-btn{pointer-events:none;}
@media only screen and (max-width:1500px){
	.sec3-first-box, .sec3-second-box{min-height: calc(50vh - 60px);padding:65px 0;}
	.container,.slide-window{width:90%;}
	.left-box,.right-box{margin:0;}
	.global-num .num-con{font-size:1em;}
	.global-num{width:33.33%;}
	.yellow-box .global-num:nth-child(2){margin:0 10px;}
	#sec10 h2{font-size:2.8em;}
	.sec4-img{width:500px;}
	.sec5-triangle{left:0;}
	h2{font-size:2em;}
	.userconf-lists{margin:10px 0 0;}
}
@media only screen and (max-width: 1300px){
	h1{font-size:2.1em;}
	h1,h2,.slide div h3{font-size:1.8em;}
	.number-rows .num-con br,.category-title br{display: none;}
	.sections:not(#sec1):not(#sec4):not(#sec6):not(#sec9):not(#sec11){padding:0;}
	.yearcon{margin:50px 0 15px;}
	.future-list li{padding:35px;}
	.userconf-lists{padding:10px;}
	.userconf-lists li{padding:15px;}
	img.baner-arrow{top:0;}
	.sec2-img{margin-left:0;}
	.triangle-icon{left:8%}
	.square-icon{left:5%;}
	.sec10-img{width:480px;max-width:80%;}
	.sec2-img{width:420px;}
	.sec3-first-box, .sec3-second-box{min-height: calc(50vh - 35px);padding:47px 0;}
	.sec4-img{width:480px;}
	.sticky-anim{top:120px;}
	.sec7-img{width:530px;}
	.userconf-lists{margin:0;}
	.square{left:63%;}
	.yellow-box{padding:25px 45px;}
	.right-imgs{text-align: center;}
}
@media only screen and (max-width: 1200px){
	h1{padding-top:40px;}
	.projects-list-item,.non-scroll-sec{height:auto;margin-bottom:0;}
	.project-item-sticky{position:initial;top:0;}
	#sec1, .sections,.sec3-first-box, .sec3-second-box,.sec8-first-box, .sec8-second-box{min-height:auto;}
	.sections:not(#sec1):not(#sec3):not(#sec8):not(#sec4):not(#sec6):not(#sec9):not(#sec10),.sec3-first-box, .sec3-second-box{padding:60px 10px!important;}
	#sec10{padding:60px 10px!important;}
	.sections:not(#sec1):not(#sec4):not(#sec6){margin-top:20px;}
	.banner-img-dox{position:relative;margin-top:50px;}
	.sticky-anim-tit::before{top:-60px;height:60px;}
	#sec2 .left-box,#sec7 .left-box{padding-bottom:0;}
	.sec8-first-box, .sec8-second-box{padding: 50px 0;}
	.right-imgs{text-align:center;}
	.pro-scroll-lists,li.scroll-list{padding:48px;}
	.mementos-lists li br,.global-num .num-con br{display:none;padding:30px 70px;}
	.future-list{margin-top:50px;flex-wrap: wrap;justify-content:center;}
	.future-list li{width:30%;min-height:230px;margin:10px;}
	.future-list li:nth-child(1){margin:10px;}
	#sec4 .title-desc br,.sec5-left-box h2 br,.sec5-left-box .title-desc br:last-child,#sec7 .left-box p br{display:none;}
	.yellow-box{padding:20px 45px;}
	.yellow-box .global-num:nth-child(2){margin:10px 0;}
	.global-num{width:100%!important;}
	.yellow-innerbox{display:block;}
	.sec10-img{max-width:55%;}
	.sec5-circle{top:20%;}
	.sec5-path{bottom:-60px;width: 100px;}
	.sec2-img{width:360px;}
	.square{left:65%;}
}
@media only screen and (max-width: 1100px){
	.subscribe-form{width:55%;}
	.subscribepopup_form_wrapper form input[type=text],.subscribepopup_form_wrapper form select,.single-percon{width:100%;}
	.circle-bar.row-dis-flex,.number-rows.row-dis-flex{display: block;}
	.number-rows .single-percon:nth-child(1){margin-bottom:20px;}
	.sec3-inner-lt{width:40%}
	.sec3-inner-rt{width:50%}
	.userconf-lists li{width:33.33%;}
	.userconf-lists li:nth-child(3){border-right:none;}
	.mementos-lists li{font-size:1em;padding:30px 50px;display:block;}
	.footer-cols p:last-child{padding-top:6px;}
	img.baner-arrow{right:3%;width:10%;}
	img.top-arrow-icon{right:0%;width:10%;}
	.sec2-img{max-width:80%;}
	.sec7-img{max-width:90%;}
	.sec10-img{max-width:60%;}
	.sec4-img{margin:0;max-width:80%;}
}
@media only screen and (max-width: 1025px){
	.dots-lists,#sec10 p br{display:none;}
	#sec7 .left-box{padding-right:30px;}
	p.slider-title{margin-bottom:20px;}
	.subscribe_popups{padding-bottom:35px;}
	.mixed-icon{width:12%;right:2%;}
	.square{width:3%;}
	.cicle{width:2%;}
	.triangle{width:5%;}
	.pro-scroll-lists,li.scroll-list{opacity:1;}
}
@media only screen and (max-width: 1000px){
	h2 br:not(.sec8-first-box h2 br),.sticky-anim-tit::before,.bottom-strip,.top-strip,.banner-desc br,.md-hide-br br{display:none;}
	.row-dis-flex,.global-num .num-con br,.md-show-image,.circle-bar.row-dis-flex{display: block;}
	.yellow-innerbox, .number-rows.row-dis-flex{display:flex;}
	.left-box, .right-box,.sec3-inner-lt{width:100%;}
	.pd-left,.rt-box,.lt-box,.sticky-anim-tit{padding:0;}
	.global-num,.sec4-img,.sec6-img{margin:0;}
	.sec3-inner-rt,.sec3-inner-lt{width:100%;margin:0;}
	.sec3-inner-lt:nth-child(1),.lt-box{margin-bottom:25px;}
	.fl-box,.sec-images,.right-imgs{width:100%;}
	.sticky-anim,.project-item-sticky,.sticky-anim-tit{position:initial;top:0;}
	.slide div:nth-child(1),.slide div:nth-child(2){width:100%;padding:0;}
	.slide div:nth-child(1),.slide div:nth-child(2),.fl-box,.footer-cols p:last-child,p.copyright{float:none;}
	p.slider-title{padding-bottom:20px;}
	.slide-nav,.right-imgs{margin-top:30px;}
	li.scroll-list,.pro-scroll-lists{margin-bottom:20px;}
	.slide div:nth-child(1){margin-bottom:15px;}
	.slide,.footer-cols p,.slide-nav,.right-imgs{text-align:center;}
	p.slider-title,p.slider-name{font-size:1.1em;}
	.slide div h3,h2{font-size:1.8em;}
	.future-list li{width: 45%;}
	.footer-cols{bottom:25px;}
	.subscribe_popups{padding-bottom:70px;}
	.sections:not(#sec1):not(#sec3):not(#sec8):not(#sec10),.sec3-first-box, .sec3-second-box{padding:60px 10px!important;}
	.happynewyear{font-size:3em;}
	.sec-images,.blue-img2{margin:30px 0;}
	.sec2-img{max-width:35%;}
	.sec4-img,.sec10-img{max-width:50%;}
	.sec6-img,.sec7-img{max-width:70%;}
	.right-imgs .leef-icon{right:0;}
	.right-imgs .circle-icon{right:15%;}
	.category-title{font-size:1.3em;}
	.blue-img2 .leef-icon {display: block;width: 10%;}
	#sec7 .left-box{padding-right:0;}
	.sec-images, .right-imgs{position:static;}
	.pro-scroll-lists:last-child,.container.strip-container{margin-bottom:0;}
	.container.strip-container{margin-top:0;}
	#sec9{-webkit-border-radius:50px!important;-moz-border-radius:50px!important;border-radius:50px!important;}
	#sec10{padding:60px 10px 0!important;}
	.sec3-second-box{background-position:98% 98%;background-size:14%;}
	.sec5-square{top:15%;}
	.sec5-circle{top:130px;}
	.green-img, .blue-img1{position:static;width:100%;}
	#sec4,#sec6{margin-top:20px;}
	.userconf-lists li .sin-con{min-height:90px;}
	.userconf-lists li{padding:15px 15px 0;}
}
@media only screen and (max-width: 750px) {
	.nav-content-box .cols-6{float:none;width:100%;}
	.mementos-lists li,.mementos-lists li:last-child{margin-bottom:30px;}
	#gartner{margin-top:40px;}
	.global-num{width:48%!important;margin-bottom:20px;display:inline-block;}
	.circle-bar.row-dis-flex, .number-rows.row-dis-flex{-webkit-align-items: initial;-moz-align-items: initial;-o-align-items: initial;align-items: initial;}
	.circle-bar.row-dis-flex .doubles-percon,.yellow-innerbox{display:block;}
	.circle-bar.row-dis-flex p.double-con{padding:20px 0 0;}
	.mementos-lists li.sd-align::before{left:0;}
	.mementos-lists li.sd-align::after{right:0;}
	.sd-hide-br br{display:none;}
}
@media only screen and (max-width: 700px){
	.userconf-lists li{height:150px;}
}
@media only screen and (max-width: 650px){
	body{font-size:15px;}
	.menu-icon {bottom: 15px;}
	#topbar-menu-icon {top: -30px;}
	footer > .container {padding: 30px 0 0;}
	.userconf-lists li{width:50%;height:130px;padding:20px 0 0;}
	.userconf-lists li:nth-child(3){border-right:1px solid #FFD13B}
	.userconf-lists li:nth-child(even){border-right:none;}
	.subscribepopup_contains,.subscribepopup_form_wrapper form #subscribe{width:100%;}
	.subscribepopup_form_wrapper form .dwn-priv br,.sec5-left-box .title-desc br,.banner-desc br,h2 br,.title-desc br{display:none;}
	.number-rows-list .doubles-percon{display:block;}
	.number-rows-list p.double-con{padding:12px 0 0;}
	.yellow-box,.pro-scroll-lists, li.scroll-list{padding:30px;}
	.head-section, .sections, .double-row, .pro-scroll-lists, .userconf-lists, .sec8-first-box, .nav-content-box, .sec8-second-box, .sec3-first-box, .sec3-second-box,li.scroll-list,.circle-bar.sec7-blue-box{-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
	.sec2-img{max-width:70%;}
	.sec4-img,.sec10-img{max-width:70%;}
	.sec6-img,.sec7-img{max-width:100%;}
	.right-imgs .leef-icon{right:-11%;}
	.sec3-second-box{background-size:18%;}
	.future-list li,.future-list li div,.userconf-lists li .sin-con{min-height:auto;}
	.future-list li{width:100%;}
	.sin-con{padding:10px 0 0;}
	.brand-logo{width:150px;}
	.me-20-logo img{width:35px;}
	.cols-6.nav{position:absolute;right:0;}
	.dropdown-box li p{padding:8px 15px;}
}
@media only screen and (max-width:480px){
	.global-num{width:100%!important;}
	.global-num .num-con br,.yearcon br,.sec5-triangle,.sec5-circle,.sec5-half-circle,.sec5-square{display:none;}
	.yellow-innerbox, .circle-bar.row-dis-flex, .number-rows.row-dis-flex,.sec7-blue-box .doubles-percon{display:block;}
	.circle-bar.row-dis-flex .doubles-percon{display:flex;}
	.circle-bar.row-dis-flex p.double-con{padding:0 0 0 20px;}
	.circle-bar.sec7-blue-box{padding:20px 30px;}
	.sec7-blue-box .doubles-percon p.double-con{padding:10px 0 0;}
	.sec7-blue-box .doubles-percon{padding:10px 0;}
	.footer-cols{position:static;width:100%;text-align:center;margin:0;}
	#sec11{display:block!important;}
	img.top-arrow-icon{right:2%;bottom:80px;width:15%;}
	.sec7-blue-box .doubles-percon div{text-align:left;}
	.mementos-lists li{padding:30px;}
	.mementos-lists li::before,.mementos-lists li.sd-align::before{left:-18px;}
	.mementos-lists li::after,.mementos-lists li.sd-align::after{right:-18px;}
	#sec10 h2{font-size:2.1em;}
	.lang-dropdown p span:nth-child(1){display: none;}
	.mobile-flag{display:inline-block!important;}
	.trans-box{width:auto;}
	ul.dropdown-box{width:200px;right:0;}
	.lang-dropdown p span{margin:0 30px 0 5px;}
	.lang-dropdown p{padding:4px 8px;}
	.translate-box:hover ul.dropdown-box{height:133px;}
}
@media only screen and (max-width:380px){
	.pro-scroll-lists, li.scroll-list{padding:48px 30px;}
	.userconf-lists li{padding:25px 0;width: 100%;height:auto;}
	.userconf-lists li:nth-child(odd){border-right:none;}
	.userconf-lists li:nth-child(odd),.userconf-lists li:nth-child(even){border-bottom:1px solid #FFD13B;}
	.userconf-lists li:last-child{border:none;}
	.cate-icon{display:block;}
	.category-title{margin:15px 0 0;}
}
@media only screen and (min-width: 1250px) and (max-height: 870px){
	h2,.slide div h3{font-size:2em;}
	.sections:not(#sec1):not(#sec4):not(#sec6):not(#sec9):not(#sec11){padding:0;}
	.yearcon{margin:50px 0 15px;}
	.userconf-lists{padding:10px;}
	.userconf-lists li{padding:15px;}
	.sec2-img{width:420px;}
	.banner-img-dox .main-banner-img{width:60%;}
	.sec5-path{bottom:-100px;}
	.sec3-first-box, .sec3-second-box{padding:25px 0;}
	.sec8-first-box, .sec8-second-box{padding:15px 0;}
}
@media only screen and (min-width: 1200px) and (max-height: 750px){
/*	.banner-img-dox .main-banner-img{width:52%;}*/
	.mixed-icon{right:10%;bottom:20%;}
	.yellow-box{padding:25px 45px;}
	.sec2-img{width:40%;margin-left:0;}
	.sec3-first-box, .sec3-second-box{padding:25px 0;}
	.sec4-img{width:60%;}
	.sec7-img{width:70%;}
	.userconf-lists li span.nums{font-size:1.8em;}
	.userconf-lists li .sin-con,.title-desc{font-size:1em;}
	#sec8 h2{font-size:1.7em;}
	.userconf-lists{margin:0;}
	.sec8-second-box{margin-top:15px;}
	.sec10-img{width:65%;}
	h1{padding-top:40px;}
}