@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}
#backToTop{display: none!important;}
.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*/

* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    font-family:"Zoho_Puvi_Regular";
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
	margin: 0;
	background: #044077;
}
* {
	-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:#0B41BC;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
    font-family:'Zoho_Puvi_SemiBold';
}
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;
}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
.fl{float: left;}
.fr{float: right;}
.fb{font-weight: 600;}
.f15{font-size: 1.1em;}
img {
	vertical-align: middle;
	max-width: 100%;
}
p {
	margin: 0 0 5px;
	font-family: 'Zoho_Puvi_Regular';
	    line-height: 28px;
	font-size: 1.1em;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    line-height: normal;
    letter-spacing: .5px;
}
.container{
    width:1200px;
    margin: 0 auto;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.light {
	color: #fff;
}
h2{
    font-size: 2em;
    margin-bottom: 20px;
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 42px;
    font-family: 'Zoho_Puvi_Bold';
}
h3{
    font-size: 1.5em;
}
h4{
    font-size: 1.2em;
}
h5{
    font-size: 1em;
    padding: 10px 0;
}
b, strong {font-weight: 700;}
.frontmost {
	z-index: 10000;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.di {
	display: inline-block;
	vertical-align: middle;
}
.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: 20%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 40%;
}
.cols-6 {
	width: 50%;
}
.captca-box {
	width: 52%
}
.cols-7 {
	width: 60%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-8 {
	width: 66.6%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-4 {
	width: 33.3%;
}
	.cols-sd-3 {
	width: 25%;
}
	
	.form-quat {
		padding: 15px 0px;
	}
}
h1 {
    font-size: 7em;
    padding: 10px 0px;
    font-family: 'Zoho_Puvi_Bold';
    color: #000;
  overflow: hidden; 
  border-right: .10em solid #044077; 
  white-space: nowrap; 
  margin: 0 auto;
    display: inline-block;
  animation: typing 2.5s steps(40, end),borderremove 5.5s ease-in-out both,blink-caret .55s step-end infinite;
	animation-delay: 2.2s;
	margin-bottom: 80px;
}
.text-typing {
	display: inline-block;
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100%;border-color: transparent; }
}
@keyframes borderremove {
  from { border-right: .10em solid #044077;  }
  to { border-right: 0;  }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #044077; }
}

.thankyou-text {
	padding: 280px 0px; 
	text-align: center;
	background: url("../images/text-border.png") no-repeat 49% center;
	    background-size: 800px;
	    z-index: 100000;
}
.inner-container {
	margin: 60px;
	margin-bottom: 0;
	background-image: radial-gradient(#ffeb01, #ffbd01);
	border-radius: 10px;
	overflow: hidden;
}
.video-container, .customer-container {
	background-image: linear-gradient(140deg, #242424 0%, #424242 50%, #151515 75%);
	border-radius: 10px;
	margin: 0 60px;
	text-align: center;
	padding-bottom: 40px;
}
.customer-container {
	    padding: 20px 100px 20px;
}
.customer-container .rows{
	margin-bottom: 30px;
}

.page-section {
	text-align: center;
	margin: auto;
}
.mainsec-container {
	color: #fff;
	padding: 170px 0px;
	background-image: radial-gradient(#0279C5, #044077);
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.mainsec-container .twentyyears {
	    padding-bottom: 40px;
}
.mainsec-container p, .mainsec-container h3{
	font-size: 1.5em;
	    font-weight: 700;
	line-height: 1.4;
}
.mainsec-container p {
	padding-top: 20px;
}
.video-section h2, .customer-section h2{
	font-size: 1.5em;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	line-height: 1.4;
}
.roadmap-main-sec h2{
	font-size: 1.5em;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #fff;
	text-align: center;
	z-index: 10;
	position: relative;
	line-height: 1.4;
}
.spingimg1 {    
	bottom: -14%;
    left: 0%;
    width: 100%;
    height: auto;
	-webkit-animation: move-trans 1500ms ease-in-out both;
	        animation: move-trans 1500ms ease-in-out both;	
}
@-webkit-keyframes move-trans {
  0% {  
	bottom: -74%;
    left: -30%;
  }
  100% {  
	bottom: -14%;
    left: 0%;
  }
}
@keyframes move-trans {
  0% {  
	bottom: -74%;
    left: -30%;
  }
  100% {  
	bottom: -14%;
    left: 0%;
  }
}
.spingimg2 {
    top: 0;
    left: 0%;
    width: 100%;
    height: auto;
	-webkit-animation: move-trans2 1500ms ease-in-out both;
	        animation: move-trans2 1500ms ease-in-out both;	
}
@-webkit-keyframes move-trans2 {
  0% {
    bottom: 74%;
    left: 20%;
  }
  100% {
    bottom: -14%;
    left: 0%;
  }
}
@keyframes move-trans2 {
  0% {
    bottom: 74%;
    left: 20%;
  }
  100% {
    bottom: -14%;
    left: 0%;
  }
}
.spingimg3 {
    width: 1000px;
    left: -83%;
    height: auto;
    bottom: -44%;
	transition: 1.2s;
}
.active-anim .spingimg3 {
	left: -13%;
}
.spingimg4 {
    width: 1000px;
    right: -83%;
    height: auto;
    bottom: -44%;
	transition: 1.2s;
}
.active-anim .spingimg4 {
    right: -13%;
}
.videobox {
	width: 60%;
	height: auto;
	background: #ddd;
	margin: auto;
	text-align: center;
	margin-bottom: 60px;
}
.videobox .videoprevew {
	width: 100%;
	height: auto;
}
.spingimg5 {
	    top: 9%;
    right: -1%;
    width: 500px;
	height: auto;
}
body {
	overflow-x: hidden;
}
.spingimg6 {
    bottom: -15%;
    left: 4%;
    width: 400px;
    height: auto;	
}
.inner-container img {
	transition: 1.6s;
}
.glance{
  -webkit-transform: perspective(0) rotateX(0) rotateY(0);
  transform: perspective(0) rotateX(0) rotateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.roadmap-container {
	text-align: center;
	margin: auto;
	    max-width: 1000px;
    width: 100%;
}
.roadmap-main-sec {
	padding-bottom: 80px;
	overflow: hidden;
}
.year-roadmap {
    z-index: 10;
    position: absolute;
}
.year-roadmap:hover {
	cursor: pointer;
}
.year-roadmap .year-box{
    background-image: linear-gradient(to right, #FEC72A , #FFDF05);
    padding: 5px 10px;
    border-radius: 3px;
    font-family:'Zoho_Puvi_SemiBold';
	    border: 2px solid transparent;
	transition: .3s;
}
.rigarrow-hov {
	display: inline-block;
}
.year-roadmap:hover .rigarrow-hov {
	-webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
	        animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
.year-roadmap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);	
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.year-roadmap .year-box:hover, .year-roadmap:hover .year-box {
	border: 2px solid #FEC72A;
	background: transparent;
	color: #FEC72A;
	cursor: pointer;
}
.year-roadmap p{
    line-height: normal;
    padding-top: 7px;
}
.year-roadmap img {
	height: auto;
	transition: .3s;
	z-index: 1;
	position: relative;
}
.year96 div.di{
	    padding-right: 20px;
    padding-top: 77px;
	    width: 167px;
}
.year02 div.di {
	    width: 155px;
}
.year03 div.di {
	padding-top: 50px;
	    width: 157px;
}
.year96 img {
	width: 120px;
}
.year02 img {
	    width: 135px;
}
.year03 img {
	    width: 160px;
}
.year06 img {
	    width: 160px;
}
.year06 div.di {
	padding-left: 20px;
	    width: 175px;
}
.year07 img {
	    width: 160px;
}
.year07 div.di {
	padding-left: 20px;
	    width: 130px;
}
.year11 img {
	    width: 125px;
}
.year11 div.di {
	padding-right: 20px;
	    width: 222px;
}
.year17 img {
	    width: 135px;
}
.year17 div.di {
	padding-left: 20px;
	    width: 181px;
}
.year22 img {
	        width: 200px;
}
.year22 div.di {
	padding-top: 20px;
	    width: 212px;
}
.road-img {
    position: relative;
    top: 23%;
    left: 0;
    right: 0;
    width: 350px;
    padding: 80px 0px;
	z-index: 1;
}
.year96 {
    left: -46%;
    top: -3.5%;
	transition: 1s;
}
.active-anim .year96 {
    left: 6%;
}
.year-roadmap:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #0289C8;
    width: 26%;
    left: 99%;
    top: 67%;
    z-index: 0;
}
.year-roadmap:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 10px;
	background-image: radial-gradient(#0D82E4, #183F89);
    left: 125%;
    top: 64%;
	-webkit-animation: scale-up-center 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite reverse both;
	        animation: scale-up-center 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite reverse both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.year02:after {
    width: 13%;
    left: -13%;
    top: 35%;
}
.year02:before {
    left: -15%;
    top: 31%;
}
.year03:after {
	width: 35%;
    left: 100%;
}
.year03:before {
    left: 133%;
}
.year06:after {
	    width: 63%;
    left: -63%;
	top: 51%;
}
.year06:before {
	left: -66%;
    top: 45%;
}
.year07:after {
	width: 30%;
    left: -30%;
    top: 49%;
}
.year07:before {
	left: -32%;
    top: 43%;
}
.year11:after {
	width: 37%;
    left: 93%;
    top: 60%;
}
.year11:before {
	left: 127%;
    top: 56%;
}
.year17:after {
	width: 36%;
    left: -35%;
    top: 44%;
}
.year17:before {
	left: -37%;
    top: 39%;
}
.year22:after {
	    width: 15%;
    left: -7%;
    top: 25%;
}
.year22:before {
	left: -9%;
    top: 21%;
}
.year02 {
	left: 107.8%;
    top: 8%;
	transition: 1.1s;
	    width: 295px;
}
.active-anim .year02 {
	left: 67.8%;
}
.year03 {
	left: -46.5%;
    top: 16%;
	transition: 1.2s;
}
.active-anim .year03 {
	left: 6.5%;
}
.year06 {
	left: 97.5%;
    top: 35%;
	transition: 1.3s;
}
.active-anim .year06 {
	left: 57.5%;
}
.year07 {
	    left: 105.7%;
    top: 51%;
	transition: 1.4s;
    width: 295px;

}
.active-anim .year07 {
	left: 65.7%;
}
.year11 {
	top: 63%;
    left: -40.7%;
	transition: 1.5s;
}
.active-anim .year11 {
    left: 0.7%;
}
.year17 {
	bottom: 13%;
    right: -45%;
	transition: 1.6s;
}
.active-anim .year17 {
    right: -5%;
}
.year22 {
    bottom: 0%;
    right: -57.5%;
	transition: 1.7s;
}
.active-anim .year22 {
    right: 17.5%;
}
.fixed-header {
	    position: fixed;
    width: 100%;
     margin: auto; 
	    z-index: 1000000;
}
.fixed-header .container {
    width: 80%;
    padding: 10px 20px;
    border-radius: 0px 0px 15px 15px;
}
.header-fixed .nav-menu li a {
	color: #000;
}
.header-fixed .container {
    background: #fff;
	transition: .6s;
	
}
.nav-menu li {
    display: inline-block;
    margin-left: 10px;
}
#topbar-menu-icon {
    display: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 15px;
}
#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(
-135deg
);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(
-135deg
);
}
.nav-menu li a {
    color: #fff;
    padding: 10px;
    display: block;
	font-family: 'Zoho_Puvi_Medium';
}
.map-background, .map-background2 {
	    position: absolute;
    top: 7%;
    left: 0;
	width: 100%;
}
.popup {
    background: #fff;
    padding: 30px;
	padding-bottom: 70px;
    text-align: left;
    width: 50%;
    margin: auto;
    position: relative;
	height: 450px;
}
.popup-year {
    font-family: 'Zoho_Puvi_ExtraBold';
	color: #0060A4;
	font-size: 1.3em;
	    font-size: 1.6em;
}
.popup h3{
    font-family: 'Zoho_Puvi_ExtraBold';
    padding-bottom: 40px;
    font-size: 1.8em;
}
.popup h3:after {
content: '';
    position: absolute;
    height: 2px;
    width: 37%;
    left: 0;
    top: 67%;
    background: #FFC401;
}
.overall-popup {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100000;
    top: 0;
    background: transparent;
    height: 100%;
    width: 100%;
}
.bg-year {
	font-family: 'Zoho_Puvi_ExtraBold';
	font-size: 4em;
    position: absolute;
    color: #F0F0F0;
    bottom: 25px;
    right: 13px;
}

/*---Slider----*/


.wrapper {
    word-wrap: break-word;
    width: 100%;
	height: 100%;
    padding: 7rem 0;
    position: fixed;
    top: 0;
    z-index: 0;
    background: #017BB9;
    background-image: linear-gradient(to right, #00619A , #0080BE);
	  transform: scale(0.6);
  opacity: 0;
	transition: all 0.5s;
}
.pop-animation {
	  transform: scale(1);
  opacity: 1;
    z-index: 1000000;
	
}

.wrapper,
.popup-container {
  margin: 0 auto;
}

.popup-container {
  position: relative;
  border-radius: 4px;
  max-width: 50.5rem;
  height: 45.1875rem;
  line-height: 0;
}
.popup-container:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-image: radial-gradient(#03B0E7, #007FB3);
    border: 1px solid #00D7F8;
    left: -16.6%;
        top: 106px;
    z-index: 10;
}

.slideDiv,
.controls {
  position: absolute;
}

.slideDiv,
.slide {
  width: 100%;
	z-index: 1;
}
.slideDiv {
	transition: .4s;
	position: relative;
}
.slide {
  background: #fff;
	    margin-bottom: 274px;
}


.controls {
  padding: 0 0.63rem;
  z-index: 5;
  text-align: center;
	position: relative;
	transition: .15s;
}
.nxtbut {    
	position: absolute;
    right: -6%;
    top: 58%;
    font-size: 3em;
	    width: 60px;
    height: 60px;
    padding: 0px 17px 10px;
	border: 2px solid #fff;
	border-radius: 100%;
    background: transparent;
}
.nxtbut:hover, .prebut:hover{
	cursor: pointer;
}
.page-down {
    position: absolute;
    right: 49%;
    top: 80%;
    font-size: 3em;
    width: 60px;
    height: 60px;
    padding: 12px 17px 10px;
    border: 2px solid #000;
    border-radius: 100%;
    background: transparent;
	text-align: center;
	overflow: hidden;
	    z-index: 100000;
}
.page-down img {
	filter: brightness(0%);
	width: 16px;
		-webkit-animation: slide-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
	        animation: slide-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
.page-down:hover {
	cursor: pointer;
}
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

.prebut {
    position: absolute;
    right: -6%;
    top: 47%;
    font-size: 3em;
    width: 60px;
    height: 60px;
    padding: 0px 17px 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: transparent;
}
.controls:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100vh;
    background: #00D7F8;
    right: -20px;
    top: 13px;
}
.year-controls {
    top: 13%;
    left: -14%;
    position: absolute;
	
}
.wrapper-container {
	    max-width: 1000px;
    margin: auto;
}
.button { 
   display: block;
    cursor: pointer;
    transition: all ease .2s;
    font-size: 1.6em;
    background: transparent;
    border: none;
	font-family: 'Zoho_Puvi_SemiBold';
	height: 40px;
}


/***Colors***/
.button {
  opacity: .6;
  outline: none;
  color: #000;
}

.button:hover,
.button:focus {
  opacity: 1;
}

.selected {
	color: #fff;
    opacity: 1;
}
.year-popup p {
	width: 90%;
	line-height: 26px;
}
.popimg {
    position: absolute;
    top: -13%;
    right: -12%;
	height: auto;
}
div.close-icon {
    position: absolute;
    right: 65px;
    top: 60px;
    cursor: pointer;
    width: 35px;
    height: 35px;
        border: 2px solid #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
	    z-index: 100000000;
}
div.close-icon:hover img {
    transform: rotate(360deg);
    cursor: pointer;
}
div.close-icon img {
    width: 12px;
    height: auto;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}
.prev-icon {
	transform: rotate(180deg);
}
.arrow img{
	transition: .3s;
}
.arrow:hover {
	
}
footer {
    background: #16141a;
    position: relative;
    z-index: 9999;
	margin-top: 60px;
}
footer > .container {
    padding: 50px 0 15px 0;
	    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}
.container-fluid.copyright {
    padding: 0 0 30px;
    text-align: center;
    background: #16131a;
    color: #fff;
	    width: 100%;
    max-width: 100%;
}
p.copyright {
    color: #fff;
    font-size: 1em;
    margin: 0;
    text-align: center;
}
.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;
}
.container-fluid.copyright p {
    margin: 0;
    font-size: 0.8em;
    color: #fff;
}
.container-fluid.copyright p a {
    color: #fff;
}
/*--------textslider------------*/

.carousel-container{
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 580px;
  overflow: hidden;
}

.text-slide{
  width: 100%;
  display: flex;
}
.banner-para p{
	font-family: 'Zoho_Puvi_Bold';
	font-size: 1.8em;
	background-image: radial-gradient(#002D8F, #002752);
	color: #fff;
	    width: 480px;
	padding: 10px;
    display: inline-block;
  min-width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
}
.brand a {
	background: url("../images/me-logo-white-nl.png") no-repeat 49% center;
	    background-size: 200px;
	width: 200px;
	height: 36px;
	display: block;
}
.header-fixed .brand a  {
	background: url("../images/me-logo-nl.png") no-repeat 49% center;
	background-size: 200px;
}
.brand img {
	display: none;
}
.playbutton {
    position: absolute;
    left: 46%;
    top: 41%;
}
#ourjourney .playbutton {
	    left: 0;
    right: 0;
	    margin: auto;
	top: 45%;
}
#meetthefamily .playbutton
{
	    position: absolute;
    left: 50%;
    top: 50%;
    width: 43px;
    transform: translate(-50%, -50%);
}
.road-res-img {
	display: none;
}
.purpose-image:hover {
	cursor: pointer;
}
#vimeo_iframe {
		width: 100%;
	}
#popup_iframe {
	width: 80%;
	height: 80%;
	margin-top: 50px;
}
.vid-poptitle {
	    padding-top: 60px;
    color: #fff;
    font-size: 2em;
}
.zsiq_floatmain, .zsiq_theme1.zsiq_floatmain {
display: none !important;
}
.staytuned {
	    color: #fff;
    font-size: 1.3em;
	padding: 20px 0px 40px;
}
#me20-anim-logo {
	width: 214px;
    text-align: center;
    margin: auto;
	position: relative;
    border-radius: 10px;
	    background: linear-gradient(to right, #1466a7, #0b4687);
}
#me20-anim-logo:before {
	    content: "";
    background: linear-gradient(to right, #004383, #3692f1);
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 10px;
    z-index: 1;
}
#me20-anim-logo:after {
    content: "";
    position: absolute;
    z-index: 6;
    background: linear-gradient(to right, #1466a7, #0b4687);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}
.smallspace {
    display: block;
    height: 10px;
}
.video-popup {
	display: none;
    background: #017BB9;
    background-image: linear-gradient(to right, #00619A , #0080BE);
    z-index: 10000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
	border-radius: 10px;
	    z-index: 10000000;
	    margin: auto;
    text-align: center;
}
.close-video-icon {
    position: absolute;
    right: 65px;
    top: 45px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    z-index: 100000000;
}
.close-video-icon img {
	transition: 1s;
} 
.close-video-icon:hover img{
	cursor: pointer;
    transform: rotate(360deg);
    cursor: pointer;
}

.mask {
background: rgb(31 31 31 / 95%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
}
.loader {
    position: absolute;
    width: 3.5em;
    height: 3.5em;
    transform: rotate(165deg) translate(-50%,-50%);
    top: 46%;
	    left: 0;
    right: 0;
	text-align: center;
	    margin: auto;
}
.loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}
.loader:before {
    animation: before 2s infinite;
}
.loader:after {
    animation: after 2s infinite;
}
@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(206, 34, 50, 0.85), -1em 0.5em rgba(9, 116, 176, 0.85);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(206, 34, 50, 0.85), 0 0.5em rgba(9, 116, 176, 0.85);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(206, 34, 50, 0.85), 1em 0.5em rgba(9, 116, 176, 0.85);
  }
  100% {
    box-shadow: 1em -0.5em rgba(206, 34, 50, 0.85), -1em 0.5em rgba(9, 116, 176, 0.85);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(33, 158, 74, 0.85), -0.5em -1em rgba(255, 224, 4, 0.85);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(33, 158, 74, 0.85), -0.5em 0 rgba(255, 224, 4, 0.85);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(33, 158, 74, 0.85), -0.5em 1em rgba(255, 224, 4, 0.85);
  }
  100% {
    box-shadow: 0.5em 1em rgba(33, 158, 74, 0.85), -0.5em -1em rgba(255, 224, 4, 0.85);
  }
}
.preload-active #meetthefamily{
	    z-index: 1000000;
}
.hovertext {
	    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 20px;
        font-size: 1em;
    line-height: 1.5;
    background: #00000070;
    transition: .5s;
    border-radius: 0;
    display: inline-table;
    text-align: center;
    margin: auto;
	opacity: 0;
	    z-index: 9999;
	width: 100%;
}
.purpose-video-wrap img {
    height: auto;
}
.purpose-video:hover .hovertext {
	opacity: 1;
}
div.ecard-headerselectlang {
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 0;
    border: 1px solid #fab701;
    -webkit-transition: all 100ms ease-out 200ms;
    -moz-transition: all 100ms ease-out 200ms;
    -o-transition: all 100ms ease-out 200ms;
    transition: all 100ms ease-out 200ms;
    position: relative;
    margin: 0px;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 10px;
	    width: 190px;
}
div.ecard-headerselectlang p {
    display: block;
    padding: 5px 10px 3px 10px;
    box-shadow: 0px 0px 5px #e3e3e3;
    border-bottom: 1px solid #fff;
    background: #fff url(https://www.manageengine.com/happyholidays/2021/images/dropdown-icon.svg) no-repeat 95% center;
    text-align: left;
    border-radius: 3px;
	margin: 0;
	    font-size: 14px;
}
div.ecard-headerselectlang ul li p {
	    background: #fff;
}
div.ecard-headerselectlang ul li a {
	color: #000;
}
div.ecard-headerselectlang ul li a:hover {
	color: #0B41BC;
}
div.ecard-headerselectlang p span {
    display: inline-block;
    vertical-align: inherit;
    margin: 0 10px 0 10px;
	    display: none;
    filter: invert(30%) grayscale(85%) brightness(40%) contrast(3);
}
div.ecard-headerselectlang p img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
div.ecard-headerselectlang ul {
    padding: 0 0 0 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 47px;
}
div.ecard-headerselectlang:hover ul {
    height: 370px !important;
    position: absolute;
    top: 37px;
    width: 100%;
    -webkit-transition: all 200ms ease-out 200ms;
    -moz-transition: all 200ms ease-out 200ms;
    -o-transition: all 200ms ease-out 200ms;
    transition: all 200ms ease-out 200ms;
}
.nav-section {
	display: inline-block;
}
.zbc-main.active, .zc-cookiewidget {
       z-index: 10000 !important;
}
.justin {
	position: absolute;
    top: 20px;
    left: -7px;
}
/*-------------Responsive---------------------*/
@media only screen and (max-width: 1684px)
{ 
	#meetthefamily .videoprevew {
		width: 100%; 
		height: auto;
	}
}
@media only screen and (max-width: 1460px)
{  
	
	.year-controls {
    left: -8%;
	}
	.popup-container:after {
		left: -9.3%;
	}
	.active-anim .spingimg3 {
		    left: -24%;
	}
	.active-anim .spingimg4 {
		    right: -24%;
	}
	.videoprevew {
		width: 100%;
		height: auto;
	}
	.video-container .videoprevew {
		width: 80%;
		margin: auto;
	} 

}
@media only screen and (max-width: 1200px)
{ 
	.popup-container {
		    max-width: 38.5rem;
	}
	.popup {
		    height: 500px;
	}
	.year-controls {
    left: 3.4%;
}
	.slide {
		    margin-bottom: 223px;
	}
	.nxtbut {
		    right: 8%;
    top: 52%;
	}
	.prebut {
		top: 40%;
		 right: 8%;
	}
	.spingimg3, .spingimg4 {
		 width: 800px;
	}
	.active-anim .spingimg3 {
		    bottom: -36%;
		    left: -21%;
	}
	.active-anim .spingimg4 {
		    right: -21%;
		bottom: -36%;
	}
	.active-anim .year17 {
		    right: -1%;
	}
	.year17:before {
		    left: -25%;
	}
	.year17:after {
		    width: 23%;
    left: -22%;
	}
	.playbutton {
		width: 50px;
		height: auto;
	}
	.mainsec-container .twentyyears {
		width: 200px;
		height: auto;
	}
	.year-popup p {
		line-height: 25px;
	}
	.popup:nth-child(8) .popimg  {
		top: -19%;
	}
	.popup:nth-child(7) .popimg  {
		    top: -27%;
	}
}
@media only screen and (max-width: 1040px) {
	div.ecard-headerselectlang {
		    left: -57px;
	}
	.vid-poptitle {
	    padding-top: 40px;
		padding-bottom: 30px;
		    width: 81%;
    margin: auto;
	}
	.close-video-icon {
		    right: 30px;
	}
	#popup_iframe {
		    margin-top: 0px;
	}
	.header-fixed #topbar-menu-icon span {
    background: #000;
	}
	.nav-section {
		    display: block;
    position: relative;
    left: 0;
    top: 0;
}
	#topbar-menu-icon {
    display: block;
    top: 11px;
}
	.nav-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 48px;
    z-index: 99;
    display: none;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 26%);
}
	.nav-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
    margin: 0 10px;
}
	.nav-menu li a {
    color: #000;
}
	.staytuned {
		font-size: 1.1em;
	}
	.year11 fr, .year11 fl {
		float: none !important;
	}
	.page-down {
		display: none;
	}
	.spingimg3, .spingimg4 {
    width: 600px;
} 
	.active-anim .spingimg3, .active-anim .spingimg4 {
		    bottom: -26%;
	}
	.road-res-img {
		display: block;
		    position: relative;
    top: 23%;
    left: 0;
    right: 0;
    width: 350px;
    padding: 80px 0px;
    z-index: 1;
		    margin: auto;
	}
	.roadmap-container {
		max-width: 600px;
	}
	.road-img {
		display: none;
	}
	.active-anim .year96 {
		    left: -11%;
	}
	.active-anim .year02 {
		left: 56%;
		    top: 12%;
	}
	.active-anim .year03 {
    left: -17.5%;
}
	.year03:after {
    width: 26%;
    left: 100%;
}
	.year03:before {
    left: 125%;
}
	.year06:after {
		    width: 13%;
    left: -13%;
	}
	.year06:before {
		left: -16%;
	}
	.active-anim .year06 {
		    top: 33%;
	    width: 342px;
	}
	.active-anim .year07 {
		    left: -10.3%;
		    top: 44%;
	}
	.year07:after {
		    width: 18%;
    left: 105%;
	}
	.year07:before {
		left: 120%;
	}
	.active-anim .year11 {
    left: 54.7%;
    width: 350px;
		    top: 53%;
}
	
	.year11:after {
		    width: 8%;
    left: -9%;
	}
	.year11:before {
		left: -11%;
	}
	.active-anim .year17 {
		right: 60%;
	}
	.year17 {
		    width: 320px;
		bottom: 20%;
	}
	.year17:after {
    width: 14%;
    left: 104%;
	}
	.year17:before {
    left: 116%;
}
	.year22:after {
		    width: 7%;
    left: 1%;
	}
	.year22:before {
		    left: -1%;
	}
	.year22 img {
    width: 180px;
}
	.active-anim .year22 {
    right: -15.5%;
}
	.playbutton {
		    width: 40px;
	}
	.mainsec-container .twentyyears {
		width: 180px;
	}
	.map-background, .map-background2 {
		    top: 20%;
	}
	.mainsec-container {
		    padding: 17% 0px;
	}
	.thankyou-text {
		    padding: 25% 0px;
		background-size: 700px;
	}
	.wrapper-container {
		    max-width: 600px;
	}
	.popup-container {
    max-width: 20.5rem;
		height: 50.1875rem;
}
	.popup-container {
    max-width: 26.5rem;
		    height: 63.1875rem;
} 
	.popimg {
		    width: 42%;
	}
	.slide {
        margin-bottom: 263px;
}
	.popup {
    height: 748px;
}
	.year-controls {
    left: -8.6%;
		    top: 9%;

}
	.nxtbut {
		right: 0;
	}
	.prebut {
    top: 44%;
    right: 0;
}
	.popup:first-child .popimg, .popup:nth-child(2) .popimg, .popup:nth-child(6) .popimg {
		    width: 100px;
		    top: -6%;
    right: -9%;
	}
	.popup:nth-child(4) .popimg {
		    width: 38%;
		    top: -10%;
    right: -11%;
	}
	.popup:nth-child(5) .popimg {
		 width: 37%;
    top: -7%;
    right: -7%;
	}
	.popup:nth-child(7) .popimg { 
	    width: 39%;
		    top: -16%;
	}
	.popup:nth-child(8) .popimg {
		    top: -10%;
	}
	.popup h3:after {
		    top: 78%;
	}
	.wrapper {
		padding-top: 3rem;
	}
	.customer-container .purpose-video
	{
		    margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1040px) and (max-height: 790px) { 
.popup {
    height: 600px;
}
	.popup-container {
		    height: 46.1875rem;
	}
	.slide {
    margin-bottom: 139px;
}
	.year-popup p br{
		display: none;
	}
	.year-popup p:nth-child(3) {
		height: 365px;
    overflow: scroll;
	}
	.prebut {
    top: 41%;
    right: 0;
}
	.popup-container:after {
		top: 79px;
	}
}
@media only screen and (max-width: 1040px) and (max-height: 650px) {
  .wrapper {
    padding-top: 1rem;
}
	.popimg, .bg-year {
		display: none;
	}
	.popup-container {
    height: 27.1875rem;
	}
	.popup {
    height: 352px;
}
	.slide {
    margin-bottom: 83px;
}
	.year-popup p:nth-child(3) {
    height: 140px;
    overflow: scroll;
    line-height: 20px;
}
	.popup-container:after {
    top: 52px;
}
	.prebut {
		    top: 34%;
	}
}
@media only screen and (max-width: 1040px) and (max-height: 360px) {
	.popup-container {
    height: 15.1875rem;
}
	.popup {
    height: 214px;
}
	.popup h3 {
		    font-size: 1.1em;
		    padding-bottom: 20px;
	}
	.year-popup p:nth-child(3) {
		font-size: .9em;
		    height: 84px;
	}
	.slide {
    margin-bottom: 29px;
}
	.popup-container:after {
    top: 33px;
}
	.nxtbut, .prebut {
		right: 15px;
	}
	.prebut {
    top: 26%;
} 

}
@media only screen and (max-width: 820px) { 
	h1 {
		font-size: 5em;
	}
	.carousel-container {
    -webkit-transform: scale(.9);
            transform: scale(.9);	
		    top: 54%;
        left: 0;
    right: 0;
    margin: auto;
	}
	.thankyou-text {
		    background-size: 560px;
	}
	.active-anim .spingimg3, .active-anim .spingimg4 {
		    bottom: -31%;
	}
	.videobox {
		width: 80%;
	}
	.customer-section h2 br{
		display: none;
	}
	.customer-container {
		padding: 20px;
	}
	.roadmap-container .fr, .roadmap-container .fl {
		float: none !important;
	}
	.roadmap-container .di {
		display: block;
		text-align: center;
	}
	.year96 div.di {
		    padding: 0;
    padding-top: 18px;
		    width: 147px;
	}
	.year96 img {
    width: 100px;
    margin: auto;
}
	.year96:after {
		left: 83%;
    top: 45%;
	}
	.year96:before {
	   left: 105%;
       top: 43%;
	}
	.active-anim .year96 {
		    top: -1.5%;
		    left: 23%;
	}
	.year02, .year06 {
		width: auto;
	}
	.year02 img {
    width: 110px;
    margin: auto;
}
	.year02:after {
		    width: 40%;
    left: -22%;
	}
	.year02:before {
		left: -28%;
	}
	.active-anim .year02 {
		top: 16%;
	}
	.year03 img, .year06 img, .year07 img, .year17 img {
    width: 120px;
    margin: auto;
}
	.year03 div.di, .year06 div.di, .year07 div.di, .year11 div.di, .year17 div.di, .year22 div.di {
		padding: 0;
    padding-top: 15px;
}
	.year03:after {
    left: 88%;
    top: 42%;
}
	.year03:before {
		top: 40%;
		left: 110%;
	}
	.active-anim .year03 {
		    left: 20.5%;
		    top: 24%;    
		width: 155px;
	}
	.year06:after {
    width: 19%;
    left: -8%;
	top: 24%;
} 
	.year06:before {
		    top: 21%;
	}
	.active-anim .year06 {
		    left: 52.5%;
		    top: 40%;
		    width: 160px;
	}
	.year07, .year17 {
		width: auto;
	}
	.year07:after {
		    left: 98%;
		    top: 27%;
	}
	.year07:before {
		    left: 112%;
		top: 24%;
	}
	.active-anim .year07 {
		    left: 26.7%;
    top: 51%;
	    width: 119px;
	}
	.active-anim .year11{
		width: auto;
	}
	.year11 img {
		width: 100px;
		margin: auto;
	}
	.year11:after {
		    width: 37%;
    left: -14%;
		    top: 43%;
	}
	.year11:before {
		    left: -18%;
		    top: 39%;
	}
	.active-anim .year11 {
		top: 62%;
	}
	.year17:after {
		    width: 25%;
    left: 83%;
	}
	.year17:before {
		top: 41.5%;
		    left: 106%;
	}
	.active-anim .year17 {
		    right: 53%;
		    width: 180px;
	}
	.year17 {
		    bottom: 8%;
	}
	.year22 img {
		width: 140px;
		margin: auto;
	}
	.year22:after {
		    width: 10%;
           left: 17%;
		    top: 11%;
	}
	.year22:before {
		    top: 8%;
		    left: 13%;
	}
	.active-anim .year22 {
		right: 20.5%;
		    bottom: -5%;
		    width: 212px;
	}
	.mainsec-container .twentyyears {
		    width: 160px;
	}
	.year-popup p {
		width: 100%;
	}
}
@media only screen and (max-width: 730px) { 
	.bg-year {
		display: none;
	}
	.popup {
		    padding: 20px;
	}
	.button {
		    font-size: 1.3em;
		    height: 36px;
	}
	.year-controls {
		    left: -3.6%;
	}
	.controls {
		padding: 0;
	}
	div.close-icon {
		right: 30px;
        top: 42px;
	}
	.arrow img {
		width: 15px;
	}
	.nxtbut, .prebut {
		width: 55px;
		height: 55px;
	}
}
@media only screen and (max-width: 650px) { 
div.ecard-headerselectlang p span {
    display: inline-block;
}
div.ecard-headerselectlang ul {
    width: 210px!important;
    right: 0;
}
div.headdefault_lang_dropdown p {
    font-size: 0;
     padding: 0; 
}
	div.ecard-headerselectlang {
		width: auto;
	}
	div.ecard-headerselectlang p span {
		    vertical-align: middle;
    margin: 0;
    padding: 0 10px 0 0;
	}
	.headdefault_lang_dropdown {
    line-height: 17px;
}
	div.ecard-headerselectlang p img {
    margin: 10px;
}
	.video-popup {
		display: none;
	}
	.nav-menu {
		    width: 200%;
    right: 0;
	}
	.roadmap-main-sec h2 {
		padding: 20px;
	}
	.inner-container {
		margin: 60px 10px;
		margin-bottom: 0;
	}
	.video-container, .customer-container {
		    margin: 0 10px;
	}
	.customer-container .purpose-video{
		margin-bottom: 20px;
	}
	.customer-container {
    background-image: linear-gradient(to right, #191919 , #3a3a3a);
	}
	.spingimg3, .spingimg4 {
		    width: 300px;
	}
	.active-anim .spingimg3 {
		bottom: -20%;
		left: -9%;
	}
	.active-anim .spingimg4 {
		top: -6%;
    left: 61%;
		bottom: auto;
		right: auto;
	}
	.wrapper-container {
    max-width: 300px;
} 
	.year-controls {
    left: -32.6%;
}
	.wrapper-container {
    max-width: 400px;
    margin-right: 40px;
}
	.year-controls {
    left: -26.6%;
}
	div.close-icon {
		  top: 486px;
		    right: 49px;
	}
	
	.year-popup p {
		font-size: 1em;
	}
	.popup h3 {
		font-size: 1.4em;
		    padding-bottom: 19px;
	}
	br {
		display: none;
	}
	.popup {
    height: 400px;
}
	.popup-container {
    height: 40.1875rem;
}
	.slide {
    margin-bottom: 243px;
		border-radius: 10px;
}
	.year-popup p:nth-child(3) {
		    height: 285px;
	}
	.nxtbut {
		    top: 66%;
		    right: 84%;
		    z-index: 100000000;
	}
	.prebut {
    top: 66%;
    right: 66%;
		    z-index: 100000000;
		
	}
	.popup-container:after {
		    top: 70px;
	}
	.video-section h2, .customer-section h2{
		padding: 20px;
	}
	.mainsec-container h3 br {
		display: block;
	}
	.popimg {
		display: none;
	}
}
@media only screen and (max-width: 650px) and (max-height: 650px) {  
	div.close-icon {
		    top: 453px;
	}
}
@media only screen and (max-width: 650px) and (max-height: 523px) {
	.slide {
		    height: 300px;
		margin-bottom: 103px;
	}
	.popup-container {
    height: 25.1875rem;
}
	.year-popup p:nth-child(3) {
    height: 170px;
}
	.nxtbut, .prebut {
		    top: 79%;
	}
	div.close-icon {
		    top: 349px;
	}
	.year-controls {
		top: 15%;
	}
	.popimg {
		display: none;
	}
}
@media only screen and (max-width: 610px) {
	.roadmap-container {
		    max-width: 310px;
	}
	.active-anim .year96 {
		left: -1.5%;
	}
	.active-anim .year02 {
		    left: 62%;
	}
	.active-anim .year03 {
		left: -7.5%;
	}
	.active-anim .year06 {
		    left: 56%;
	}
	.active-anim .year07 {
		    left: 4.7%;
	}
	.active-anim .year11 {
		top: 64%;
	}
	.active-anim .year17 {
    right: 56%;
		bottom: 2%;
}
	.active-anim .year22 {
    right: -7.5%;
    bottom: -7%;
}
	.map-background, .map-background2 {
		top: 15%;
	}
	.roadmap-main-sec {
		    padding-bottom: 120px;
	}
	h1{
		font-size: 4em;
	}
	.carousel-container {
		    -webkit-transform: scale(.8);
    transform: scale(.8);
		top: 50%;
	}
	.thankyou-text {
		    background-size: 460px;
	}
	.mainsec-container p, .mainsec-container h3, .roadmap-main-sec h2 {
    font-size: 1.3em;
    line-height: normal;
}
	
	.video-section h2, .customer-section h2 {
		font-size: 1.3em;
	}
	footer > .container {
		padding: 30px 0 15px 0;
	}
	.container-fluid.copyright {
		    padding: 0 0 10px;
	}
	.active-anim .year02 {
		    left: 59%;
	}
	.year02:before {
		    top: 32%;
	}
	.active-anim .year11 {
		    left: 55.7%;
	}
	.year11:before {
		    top: 40%;
	}
}
@media only screen and (max-width: 550px) { 
	.wrapper-container {
		    max-width: 300px;
	}
	.year-controls {
    left: -32.6%;
}
	.prebut {
		    right: 61%;
	}
	.year-popup p:nth-child(3) {
		    height: 260px;
		    overflow: scroll;
		    line-height: 20px;
	}
	.popup:first-child .popimg, .popup:nth-child(2) .popimg, .popup:nth-child(6) .popimg {
		    width: 80px;
    top: -15%;
    right: -9%;
	}
	.popup h3 {
		    padding-bottom: 12px;
	}
	.popup h3:after {
		top: 92%;
	}
	.nxtbut, .prebut {
    width: 50px;
    height: 50px;
		padding: 0;
}
	.arrow img {
    width: 16px;
    padding-bottom: 7px;
}
	.arrow .prebut img {
		    padding-bottom: 0;
    padding-top: 10px;
	}
	.button {
		padding: 0;
	}
	.year-controls {
    left: -28.6%;
}
	.active-anim .spingimg3 {
		    bottom: -32%;
    left: -19%;
	}
}
@media only screen and (max-width: 550px) and (max-height: 523px) {  
.year-popup p:nth-child(3) {
    height: 145px;
}
}
@media only screen and (max-width: 530px)  {
	.carousel-container {
		width: 400px;
	}
	.banner-para p {
		font-size: 1.2rem;
	}
	.thankyou-text {
    background-size: 400px;
}
	.nav-menu {
		width: 350%;
	}
	div.ecard-headerselectlang {
    left: -38px;
}
	.header-fixed .brand a {
		    background-size: 173px;
	}
}
@media only screen and (max-width: 430px)  {
	div.ecard-headerselectlang {
    top: 4px;
}
	.brand a {
		    background-size: 180px !important;
    width: 180px;
	}
	div.ecard-headerselectlang p img {
		margin: 6px;
	}
	.year-popup p {
		margin: 0;
	}
	.slide {
		padding-top: 7px;
	}
	.carousel-container {
		width: 360px;
	}
	h1 {
		font-size: 3em;
		    margin-top: 27px;
    padding-bottom: 0px;
	}
		.banner-para p {
		font-size: .9rem;
	}
	.thankyou-text {
    background-size: 360px;
}
	.mainsec-container p, .mainsec-container h3, .roadmap-main-sec h2, .video-section h2, .customer-section h2 {
		font-size: 1.1em;
	}
	.mainsec-container .twentyyears {
		    width: 120px;
	}
	.wrapper-container {
    max-width: 270px;
		    margin-right: 20px;
	} 
	.year-controls {
    left: -30.6%;
}
	.popup:first-child .popimg, .popup:nth-child(2) .popimg, .popup:nth-child(6) .popimg {
		    width: 60px;
    top: -12%;
    right: -6%;
	}
	.nxtbut {
    right: 80%;
	}
	.prebut {
    right: 57%;
}
	.popup:nth-child(3) .popimg {
		top: -15%;
		    width: 36%;
	}
	.popimg {
		display: none;
	}
}

@media only screen and (max-width: 380px) {
	.carousel-container {
		width: 300px;
	}
	.banner-para p {
		padding: 5px;
	}
	.brand a {
		    background-size: 100% !important;
    width: 100%;
	}
	.slide {
		padding: 7px 13px;
	}
	.nav-menu {
		display: none;
	}
	.active-anim .year03 {
    left: -3.5%;
}
	.year03:after {
		width: 18%;
	}
	.year03:before {
		left: 103%;
	}
	.year03 div.di {
		    width: 87%;
    float: right !important;
	}
	.year22 p {
		width: 99%;
	}
	.thankyou-text {
    background-size: 330px;
}
	.active-anim .spingimg3 {
    bottom: -34%;
    left: -26%;
}
	.active-anim .spingimg4 {
    top: -6%;
    left: 29%;
    bottom: auto;
    right: auto;
}
	.year-popup p:nth-child(3) {
		line-height: normal;
	}
	.wrapper-container {
		    max-width: 240px;
		    margin-right: 15px;
	}
	.popup h3 {
		    font-size: 1.1em;
	}
	.year-popup p:nth-child(3) {
		    height: 240px;
	}
	.button {
    font-size: 1em;
    height: 35px;
} 
	.year-controls {
    left: -24.6%;
}
	.controls:after {
		    right: -10px;
	}
	.popup-container:after {
		    width: 10px;
    height: 10px;
		left: -8.3%;
	}
	.popup h3:after {
    top: 87%;
} 
	.nxtbut, .prebut {
		width: 40px;
		height: 40px;
	}
	.nxtbut img {
    width: 13px;
    padding-bottom: 19px;
}
	.arrow .prebut img  {
    width: 13px;
		    padding-top: 19px;
	}
	div.close-icon {
		    top: 473px;
	}
	.active-anim .year17 {
		    width: 134px;
	}
	.active-anim .year06 {
		width: 150px;
	}
}
@media only screen and (max-width: 380px) and (max-height: 650px) {   
div.close-icon {
    top: 444px;
}
}
@media only screen and (max-width: 380px) and (max-height: 523px) {   
.year-popup p:nth-child(3) {
    height: 177px;
}
	div.close-icon {
    top: 340px;
}
}
