@charset "UTF-8";

@font-face {
    font-family: 'ZohoPuviCondensed';
    src: url('https://static.zohocdn.com/zohofonts/zohopuvicondensed/1.0/zoho_puvi_condensed_bold.eot');
    src: url('https://static.zohocdn.com/zohofonts/zohopuvicondensed/1.0/zoho_puvi_condensed_bold.eot?#iefix') format('embedded-opentype'), 
         url('https://static.zohocdn.com/zohofonts/zohopuvicondensed/1.0/zoho_puvi_condensed_bold.ttf') format('truetype');
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'ZohoPuviCompact';
    src: url('https://static.zohocdn.com/zohofonts/zohopuvicompact/1.0/zoho_puvi_compact_bold.eot');
    src: url('https://static.zohocdn.com/zohofonts/zohopuvicompact/1.0/zoho_puvi_compact_bold.eot?#iefix') format('embedded-opentype'), 
         url('https://static.zohocdn.com/zohofonts/zohopuvicompact/1.0/zoho_puvi_compact_bold.ttf') format('truetype');
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

html {
    font-family: Zoho_Puvi_Regular;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body,
button {
    padding: 0;
    margin: 0;
    font-family: Zoho_Puvi_Regular;
	font-size: 18px;
}
body {
	color: #000;
}
button,
img
{
    border: 0
}
footer,
header,
nav,
section {
    display: block
}
div, ul, ol, li, h1, h2, h3, pre, form, p {
  margin: 0;
  padding: 0;
}
.darkgreen-bg {
	background: #D1E0C7;
}
.grey-bg {
	background: #DCE4D7;
}
.yellow-bg {
	background: #F7DA4A;
}
a {
  color: #1779ba;
  text-decoration: none;
}
a:active,
a:hover {
    outline: 0
}

h1 {
  font-size: 2.9em;
	font-family: Zoho_Puvi_Bold;
	line-height: normal;
}
h2 {
  font-size: 2.3em;
	font-family: Zoho_Puvi_Bold;
	line-height: normal;
}
h3 {
  font-size: 1.1em;
	line-height: normal;
}
h4 {
  font-size: 32px;
	margin: 0;
	line-height: normal;
    font-family: 'Zoho_Puvi_Regular';
}
svg {
	width: 100%;
	height: auto;
}
.compact {
    font-family: 'ZohoPuviCompact';	
   font-size: 1.45em;
}
.me-text-left {
  text-align: left;
}
.me-text-right {
  text-align: right;
}
.me-text-center {
  text-align: center;
}
.bold {
	font-family: Zoho_Puvi_Bold;
}
.semibold {
	font-family: Zoho_Puvi_SemiBold;
}
.text-light {
	color: #fff;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
	vertical-align: middle;
}
span {
	line-height: normal;
}
.me-space-xxl {
  height: 140px;
}
.me-space-xl {
  height: 100px;
}
.me-space-large {
  height: 50px;
}
.me-space-medium {
  height: 25px;
}
.me-space-small {
  height: 15px;
}
p {
  line-height: 1.5;
  font-size: 1em;
}
.me-pos-rel {
  position: relative;
}
.me-pos-ab {
  position: absolute;
}
.pos-bottom  {
	position: absolute;
    bottom: 40px;
    width: 80%;
}
.me-dis-in {
  display: inline-block;
  vertical-align: top;
}
.me-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.pad20 {
	padding: 20px;
}
.pad40 {
	padding: 40px;
}
.pad60 {
	padding: 60px;
}
.heightfull {
	height: 100%;
}
#backToTop {
	display: none !important;
}
.me-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.me-cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.me-cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.me-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
	margin-left: -0.9375rem;
        margin-right: -0.9375rem;
}
  .me-row > .me-large-shrink, .me-row > .me-large-full, .me-row > .me-large-1, .me-row > .me-large-2, .me-row > .me-large-3, .me-row > .me-large-4, .me-row > .me-large-5, .me-row > .me-large-6, .me-row > .me-large-7, .me-row > .me-large-8, .me-row > .me-large-9, .me-row > .me-large-10, .me-row > .me-large-11, .me-row > .me-large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .me-row > .me-large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .me-row > .me-large-12, .me-row > .me-large-11, .me-row > .me-large-10, .me-row > .me-large-9, .me-row > .me-large-8, .me-row > .me-large-7, .me-row > .me-large-6, .me-row > .me-large-5, .me-row > .me-large-4, .me-row > .me-large-3, .me-row > .me-large-2, .me-row > .me-large-1, .me-row > .me-large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
.me-row:not(.me-row) > .me-cell {
  width: auto;
}
  .me-row > .me-cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
.me-row > .auto {
  width: auto;
}
.me-row > .shrink {
  width: auto;
}

  .me-row > .me-large-auto {
    width: auto;
  }
  .me-row > .me-large-shrink {
    width: auto;
  }
  .me-row > .me-large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .me-row > .me-large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .me-row > .me-large-3 {
    width: calc(25% - 1.875rem);
  }
  .me-row > .me-large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .me-row > .me-large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .me-row > .me-large-6 {
    width: calc(50% - 1.875rem);
  }
  .me-row > .me-large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .me-row > .me-large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .me-row > .me-large-9 {
    width: calc(75% - 1.875rem);
  }
  .me-row > .me-large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .me-row > .me-large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .me-row > .me-large-12 {
    width: calc(100% - 1.875rem);
  }
  .me-row.rv-space > .me-large-shrink {
    width: auto;
  }
  .me-row.rv-space > .me-large-1 {
    width: 8.3333333333%;
  }
  .me-row.rv-space > .me-large-2 {
    width: 16.6666666667%;
  }
  .me-row.rv-space > .me-large-3 {
    width: 25%;
  }
  .me-row.rv-space > .me-large-4 {
    width: 33.3333333333%;
  }
  .me-row.rv-space > .me-large-5 {
    width: 41.6666666667%;
  }
  .me-row.rv-space > .me-large-6 {
    width: 50%;
  }
  .me-row.rv-space > .me-large-7 {
    width: 58.3333333333%;
  }
  .me-row.rv-space > .me-large-8 {
    width: 66.6666666667%;
  }
  .me-row.rv-space > .me-large-9 {
    width: 75%;
  }
  .me-row.rv-space > .me-large-10 {
    width: 83.3333333333%;
  }
  .me-row.rv-space > .me-large-11 {
    width: 91.6666666667%;
  }
  .me-row.rv-space > .me-large-12 {
    width: 100%;
  }
.me-row.rv-space {
	margin-left: 0;
	margin-right: 0;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media print, screen and (max-width: 1500px) {  
.me-container {
  max-width: 1200px;
}
	.me-space-xxl {
		height: 100px;
	}
}
@media print, screen and (max-width: 1300px) {
	h1 {
		font-size: 2em;
	}
.me-container {
  max-width: 90%;
}
}
@media print, screen and (max-width: 1025px) { 
  .me-row > .me-medium-shrink, .me-row > .me-medium-full, .me-row > .me-medium-1, .me-row > .me-medium-2, .me-row > .me-medium-3, .me-row > .me-medium-4, .me-row > .me-medium-5, .me-row > .me-medium-6, .me-row > .me-medium-7, .me-row > .me-medium-8, .me-row > .me-medium-9, .me-row > .me-medium-10, .me-row > .me-medium-11, .me-row > .me-medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .me-row > .me-medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .me-row > .me-medium-12, .me-row > .me-medium-11, .me-row > .me-medium-10, .me-row > .me-medium-9, .me-row > .me-medium-8, .me-row > .me-medium-7, .me-row > .me-medium-6, .me-row > .me-medium-5, .me-row > .me-medium-4, .me-row > .me-medium-3, .me-row > .me-medium-2, .me-row > .me-medium-1, .me-row > .me-medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
.me-row > .me-medium-auto {
    width: auto;
  }
  .me-row > .me-medium-shrink {
    width: auto;
  }
  .me-row > .me-medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .me-row > .me-medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .me-row > .me-medium-3 {
    width: calc(25% - 1.875rem);
  }
  .me-row > .me-medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .me-row > .me-medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .me-row > .me-medium-6 {
    width: calc(50% - 1.875rem);
  }
  .me-row > .me-medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .me-row > .me-medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .me-row > .me-medium-9 {
    width: calc(75% - 1.875rem);
  }
  .me-row > .me-medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .me-row > .me-medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .me-row > .me-medium-12 {
    width: calc(100% - 1.875rem);
  }	
  .me-row.rv-space > .me-medium-shrink {
    width: auto;
  }
  .me-row.rv-space > .me-medium-1 {
    width: 8.3333333333%;
  }
  .me-row.rv-space > .me-medium-2 {
    width: 16.6666666667%;
  }
  .me-row.rv-space > .me-medium-3 {
    width: 25%;
  }
  .me-row.rv-space > .me-medium-4 {
    width: 33.3333333333%;
  }
  .me-row.rv-space > .me-medium-5 {
    width: 41.6666666667%;
  }
  .me-row.rv-space > .me-medium-6 {
    width: 50%;
  }
  .me-row.rv-space > .me-medium-7 {
    width: 58.3333333333%;
  }
  .me-row.rv-space > .me-medium-8 {
    width: 66.6666666667%;
  }
  .me-row.rv-space > .me-medium-9 {
    width: 75%;
  }
  .me-row.rv-space > .me-medium-10 {
    width: 83.3333333333%;
  }
  .me-row.rv-space > .me-medium-11 {
    width: 91.6666666667%;
  }
  .me-row.rv-space > .me-medium-12 {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {  
.me-row > .me-small-12, .me-row > .me-small-11, .me-row > .me-small-10, .me-row > .me-small-9, .me-row > .me-small-8, .me-row > .me-small-7, .me-row > .me-small-6, .me-row > .me-small-5, .me-row > .me-small-4, .me-row > .me-small-3, .me-row > .me-small-2, .me-row > .me-small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.me-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.me-row > .me-cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.me-row > .auto {
    width: auto;
  }
  .me-row > .shrink {
    width: auto;
  }
  .me-row > .me-small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .me-row > .me-small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .me-row > .me-small-3 {
    width: calc(25% - 1.875rem);
  }
  .me-row > .me-small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .me-row > .me-small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .me-row > .me-small-6 {
    width: calc(50% - 1.875rem);
  }
  .me-row > .me-small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .me-row > .me-small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .me-row > .me-small-9 {
    width: calc(75% - 1.875rem);
  }
  .me-row > .me-small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .me-row > .me-small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .me-row > .me-small-12 {
    width: calc(100% - 1.875rem);
  }
.me-row.rv-space > .me-small-1 {
  width: 8.3333333333%;
}

.me-row.rv-space > .me-small-2 {
  width: 16.6666666667%;
}

.me-row.rv-space > .me-small-3 {
  width: 25%;
}

.me-row.rv-space > .me-small-4 {
  width: 33.3333333333%;
}

.me-row.rv-space > .me-small-5 {
  width: 41.6666666667%;
}

.me-row.rv-space > .me-small-6 {
  width: 50%;
}

.me-row.rv-space > .me-small-7 {
  width: 58.3333333333%;
}

.me-row.rv-space > .me-small-8 {
  width: 66.6666666667%;
}

.me-row.rv-space > .me-small-9 {
  width: 75%;
}

.me-row.rv-space > .me-small-10 {
  width: 83.3333333333%;
}

.me-row.rv-space > .me-small-11 {
  width: 91.6666666667%;
}

.me-row.rv-space > .me-small-12 {
  width: 100%;
}
}
.rv-space .me-cell  {
	margin: 0;
}
/*----------------Aram css ends----------------------*/
/*----------------Section one ----------------------*/

.top-banner {
	background: #205FE9 url("../images/banner-pattern.png");
}
.org-box {
	background: #F7EB4A;
	padding: 60px 20px 35px;
}
.org-box:nth-child(2) {
	background: #FFAE00;
}
.org-box h4 {
	font-size: 5em;
}
.innner-org-text {
    font-size: 2.2em;
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Zoho_Puvi_Regular';
}
.aus-map {
	background: #D74B05;
}
.naz-map {
	background: #DF6325;
}
.region-map h4 {
	font-size: 2.8em;
}
.aus-map p, .naz-map p {
		bottom: 40px;
}
.naz-map p {
	right: 40px;
}
/*-----------------Graph one------------------------*/

.graph-one {
	background: rgba(255, 255, 255, 0.32);
	padding: 20px 40px;
	display: flex;
	height: 240px;
	padding-bottom: 0px;
}
.empty-line {
	height: 100px;
	background: rgba(140, 140, 140, 0.37);
	width: 1px;
	display: block;
	margin: auto;
}
.graph-one .graph-line {
	display: flex;
	flex: 1;
    flex-direction: column;
    height: 100%;
}
.graph-one .graph-bar{
	height: 0;
    width: 100%;
	padding-top: 15px;
	z-index: 1;
	transition: 1.3s;
}
.graph-one .graph-bar.visible {
	height: 100%;
}
.graph-one .graph-line:nth-child(4) .graph-bar.visible {
	height: 70%;
}
.graph-one .graph-line:nth-child(6) .graph-bar.visible {
	height: 50%;
}
.graph-one .graph-line:nth-child(8) .graph-bar.visible {
	height: 25%;
}
.graph-one .graph-line:nth-child(10) .graph-bar.visible {
	height: 40%;
}
.graph-one .graph-line:nth-child(12) .graph-bar.visible {
	height: 55%;
}
.graph-lable {
	position: absolute;
	bottom: -60px;
	text-align: center;
	left: 0;
	right: 0;
}
.graph-lable:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #D74B05;
	border-radius: 100%;
	top: -10px;
	left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.graph-lable:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 245px;
	background: rgba(140, 140, 140, 0.37);
	bottom: 33px;
	left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
/*-----------------Graph ends------------------------*/
/*----------------Section Two ----------------------*/
	
.lar-font {
	font-size: 1.4em;
}
.enterprice-graph {
	background: #DCE4D7;
}
.graph-two-bar {
	background: #52A400;
	z-index: 1;
}
.graph-two-bar:nth-child(2) {
	background: #499101;
}
.graph-two-bar:nth-child(3) {
	background: #356801;
}
.graph-two-bar .num-text {
	color: #F7EB4A;
	font-size: 6.8em;
	line-height: normal;
	font-family: zoho_puvi_thin;
	position: absolute;
    bottom: 20px;
    right: 20px;
}
.graph-two-bar:nth-child(2) .num-text  {
	font-size: 4.5em;
}
.graph-two-bar:nth-child(3) .num-text  {
	font-size: 1.7em;
}
.enterprice-graph .graph-line {
	padding-top: 20px;
	margin-left: -13px;
	padding-right: 117px;
}
.enterprice-graph .graph-line:last-child {
	padding-right: 0;
	position: absolute;
	right: -15px;
	bottom: 0;
}
.enterprice-graph .graph-line:after {
	content: "";
	position: absolute;
	width: 1.5px;
	height: 330px;
	bottom: 30px;
	background: #fff;
	left: 10px;
}
.enterprice-graph .graph-line p{
	font-family: zoho_puvi_thin;
	font-size: .9em;
}
.yel-hig-para {
	font-size: .9em;
}
.yel-hig img {
	width: 100%;
}
g.baranimation {
	opacity: 0;
	transition: 1s;
	transition-delay: .3s;
}
.anixity-para:nth-child(1) {
	transition-delay: .3s;
}
g.baranimation:nth-child(2), .anixity-para:nth-child(2) {
	transition-delay: .6s;	
}
g.baranimation:nth-child(3), .anixity-para:nth-child(3) {
	transition-delay: .8s;	
}
g.baranimation.visible {
	opacity: 1;
}
/*---------------Section 3----------------*/


.anixity-para {
	padding-top: 100px;
}
.anixity-para span {
	color: #F7DA4A;
}
.anixity-para:after {
    content: "";
    position: absolute;
    right: -16%;
    bottom: 30px;
    width: 200px;
    height: 1px;
    background: #fff;
}
.anixity-para:nth-child(2):after {
    right: -20%;
    width: 225px;
}
.anixity-para:nth-child(3):after {
    right: -26%;
    width: 262px;
}

/*---------------Section 4----------------*/

.section4 .num-text{
	font-size: 6em;
	line-height: normal;
	font-family: zoho_puvi_light;
}
.red-bg {
	background: #D74B05;
}
.green-bg {
	background: #52A400;
}
.darkblue-bg {
	background: #002089;
}
.blue-bg {
	background: #3863F1;
}
.orange-bg {
	background: #d74b06;
}
.pattern-bg {
	    background: url("../images/graphpattern.svg");
	padding-bottom: 0px;
    background-position: bottom;
}
.pattern-bg:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	bottom: 0;
	left: 0;
}

	.section4 .pattern-bg{
	height: 540px;
}
.section4 .baranimation {
	height: 0;
	transition: 1.2s;
	overflow: hidden;
	bottom: 0;
	width: 45%;
}
.section4 .baranimation.visible {
	height: 340px;
}
.section4 .baranimation2.visible {
	height: 500px;
}
/*---------------Section 5----------------*/
.largest-text {
font-size: 21.5em;
    color: #D74B05;
    line-height: normal;
	font-family: ZohoPuviCondensed;
	    letter-spacing: -23px;
}
.largest-text .percent {
	font-size: 107px;
	    letter-spacing: -6px;
	color: #000;
}
.graph4-bar {
	padding: 30px;
    background: #D74B05;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
	margin-bottom: 15px;
	width: 0px;
	transition: 1s;
	overflow: hidden;
	position: relative;
}
.graph4-bar p {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.graph4-bar.visible {
    width: 88%;
}
.bar-chart:nth-child(4) .graph4-bar.visible {
	width: 85%;
    background: #D14804;
}
.bar-chart:nth-child(5) .graph4-bar.visible {
	width: 85%;
    background: #BE4103;
}
.bar-chart:nth-child(6) .graph4-bar.visible {
	width: 80%;
    background: #A13B09;
}
.bar-chart:nth-child(7) .graph4-bar.visible {
	width: 80%;
    background: #7E2A00;
}
.bar-chart:nth-child(8) .graph4-bar.visible {
	width: 75%;
    background: #7E2A00;
}
.graph4-text {
	font-size: 1.6em;
	font-family: zoho_puvi_light;
}
.graph6 .label{
	font-family: zoho_puvi_light;
	display: block;
	margin-bottom: 20px;
}
.graph6 .label:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 2px;
	background: #fff;
	left: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.graph6 .label:before {
	content: "";
	position: absolute;
	width: 90%;
	height: 1px;
	background: rgba(237, 237, 237, .1);
	left: 40px;
	top: 0;
	bottom: 0;
	margin: auto
	
}
.graph6 .label:nth-child(11):after {
	width: 90%;
}
.graph6 span.label:nth-child(11):before {
	background: #fff;
	height: 2px;
}
.graph6 {
    background: url(../images/graph6-pattern.svg) no-repeat;
    background-position: 84px 9px;
    background-size: contain;
}
.graph6 .num-text {
	color: #893E01;
	font-family: zoho_puvi_light;
	font-size: 4.3em;
	line-height: normal;
}
.graph6 .graph-bar{
    width: 72%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 72%;
}
.graph6 .graph-bar:after {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    width: 100%;
    height: 407px;
    bottom: 0;
    left: 0;
}
/*---------------Section 6----------------*/
.graph7 .num-text {
	font-size: 5.5em;
    font-family: zoho_puvi_light;
	line-height: normal;
}
.graphbar {
	height: 0;
	transition: 1s;
}
.graphbar-one.visible {
	height: 550px;
}
.graphbar-two.visible {
	height: 500px;
}
.graphbar-two .num-text {
	font-size: 4.4em;
}
.graphbar-three.visible {
	height: 400px;
}
.graphbar-three .num-text {
	font-size: 4.2em;
}
.graphbar p:last-child {
	position: absolute;
	bottom: 40px;
	width: 80%;
}
/*---------------Section 7----------------*/

.section7 .num-text {
	font-size: 3.4em;
	color: #FFCC68;
    font-family: zoho_puvi_light;
	line-height: normal;
}

/*---------------Section 8----------------*/
.download-button {
	color: #000;
	padding: 20px 30px;
	background: #F7EB4A;
	font-size: 1.2em;
	display: inline-block;
	font-family: zoho_puvi_semibold;
}
.download-button:hover {
	cursor: pointer;
	background: #ffd911;
}
.section8 ul{
	list-style: disc;
	margin-left: 20px;
}
.section8 ul li {
	margin-bottom: 20px;
}
.section8 img{
	width: 80%;
}
/* popup form*/
.overlay, .overlay * {
    box-sizing: border-box;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}
.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 3px;
    z-index: 99;
}
span.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
    background: #3863f1;
}
span.close:hover {
    color: #d5cdff;
}
.popup-content {
    overflow: scroll;
    height: 100%;
    max-height: 90vh;
}
h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    color: #fff;
    font-size: 1.2rem;
    padding: 20px 25px;
    margin-bottom: 30px;
}
.popup-content form {
    width: 90%;
    margin: 0 auto;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
	    margin-bottom: 20px;
        height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 16px;
    z-index: 8;
    opacity: 0.7;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}

.form-control.active-row {
  border: 1px solid #fff;
}

.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
      text-align: center;	
}

.form-control.form-comments {
  height: 85px;
}

.form-control:after,
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}

.form-control:before {
  top: 0px;
  left: 0px;
}

.form-control:after {
  bottom: 0;
  right: 0;
}

.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}

.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}

.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control .label {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}

.form-comments.form-control .label {
  top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  opacity: 0.6;
  resize: none;
  font-family: "ZohoPuvi";
}
.form-control textarea {
    padding: 10px 15px;
}
.form-control select {
  opacity: 0;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat !important;
  background-position: 98% !important;
}

.form-control.active-row select {
  opacity: 1;
  color: #7c7979;
}

.btn-submits button {
  border-radius: 2px;
    font-size: 16px;
        font-family: 'Zoho_Puvi_Medium';
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
        padding: 15px 40px;
    margin: 0 0 20px 0;
    border: none;
}

.btn-submits button:hover {
          background: #002089;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}

.btn-submit-new button {
 font-size: 18px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    border-radius: 5px;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
  background: #222222;
  border-color: #222222;
}

.active-row.form-control::before {
  border-top-color: #15368b;
  border-right-color: #15368b;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}

.active-row.form-control::after {
  border-bottom-color: #15368b;
  border-left-color: #15368b;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}

.form-control.active-row .label {
  top: 0;
  background: #fff;
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}

.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
  display: none;
}

.uscountry select#country,
.uscountry select#zc-country {
  height: 60px;
  border: 2px solid #15368b;
  border-radius: 4px;
  opacity: 1;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
}

.uscountry.form-control.active-row .label {
  z-index: 99;
}

.uscountry select#country_state,.uscountry select#ukcountry_region {
  height: 60px;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #15368b;
}

.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
#IframeUrl #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
	    width: 4px;
    height: 7px;
    border: 1px solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
}
b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
p.callback-text {
        margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}
.success-msg {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #834100;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
	    line-height: 1.5;
}
.success-msg span
{
	display: block
}

p.privacy-policy {
      font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

p.privacy-policy a {
  color: #000000;
  text-decoration: underline!important;
}
#meGDPRMessage {
      color: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
}
#meGDPRMessage label {
    cursor: pointer;
}
#meGDPRMessage .checkmarkgdpr {
    height: 12px!important;
    width: 12px!important;
    top: 1px;
}
.success-down-msg, .success-inq-msg {
    background: rgb(255 255 255 / 60%);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display:none;
}
.msgcon{
	    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 600px;
    background: #205FE9;
    padding: 60px 40px 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close{
	position: absolute;
    z-index: 999;
    top: -13px;
    right: -7px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    background:#205FE9;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
	font-family: 'Zoho_Puvi_Medium';
}
.msg-close:hover{
	    opacity: 0.8;
}
.msgcon img {
    width: 100%;
    height: auto;
}
.msgcon h6{
	font-weight: 500;
    font-size: 2.3em;
	line-height: normal;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #ffffff;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.privacy-policy, .privacy-policy a {
	color: #fff;
}
/*---------Animation-----------*/

.animation {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.animation.visible {
  opacity: 1;
  transform: translateY(0);
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

@media print, screen and (min-width: 1280px) {
.graph4-bar p {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media print, screen and (max-width: 1500px) {
	br {
		display: none;
	}
	.enterprice-graph .graph-line {
		padding-right: 97px;
	}
	.lar-font {
		font-size: 1.3em;
	}
	.graph-two-bar:nth-child(3) .text-light {
		font-size: .9em;
	}
	.anixity-para:after {
		width: 70px;
	}
	.anixity-para:nth-child(2):after {
        width: 90px;
	}
	.anixity-para:nth-child(3):after {
        width: 147px;
		right: -32%;
	}
	.largest-text {
		    font-size: 16.5em;
		    letter-spacing: -15px;
	}
	
}
@media print, screen and (max-width: 1300px) { 
	.graph-two-bar:nth-child(3) .text-light {
		font-size: .6em;
	}
	    .enterprice-graph .graph-line {
        padding-right: 8.6%;
    }
	.anixity-para:after {
		display: none;
	}
	.anixity-para {
		    padding-top: 50px;
	}
	.pad60 {
		padding: 50px;
	}
	.graph4-text {
		width: 7%;
		display: inline-block;
	}
	.pattern-bg {
		padding: 0px;
	}
	.graphbar p:last-child {
		font-size: .9em;
	}
	.section8 img {
		width: 100%;
	}
}
@media print, screen and (max-width: 1025px) {
	#header-mainsec .headerinner {
		        height: 57px;
        position: fixed;
		        padding: 10px 0;
	}
	#commonHeader {
        min-height: 78px;
        height: 78px;
    }
.top-banner p{
	padding-bottom: 40px;
}
	.medium-space {
		padding-bottom: 20px;
	}
	.graph-one {
		    padding: 20px 0px;
		padding-bottom: 0px;
	}
	.graph-lable {
		font-size: .9em;
	}
	    .enterprice-graph .graph-line {
        padding-right: 8.9%;
    }
	.anixity-para:first-child {
		padding: 0;
	}
	.mob-text-center {
		text-align: center;
	}
	.graphbar p:last-child {
		font-size: .8em;
	}
	.graph7 .num-text {
		    font-size: 3em;
	}
	.graphbar-two .num-text {
    font-size: 2.7em;
}
	.graphbar-three .num-text {
    font-size: 2.5em;
	}
	.abheader #header-mainsec .headerinner {
		height: 77px;
	}
	.abheader .prdLogo img, .abheader .prdLogo.newcodelogo img {
		width: 200px;
	}
}
@media print, screen and (max-width: 768px) {
	.graph-one .graph-line:nth-child(odd), .graph-lable:before, .graph-lable:after {
		display: none;
	}
	.graph-one .graph-lable {
		position: relative;
        bottom: auto;
        display: inline-block;
        vertical-align: middle;
        height: auto;
        width: 30%;
        text-align: left;
	}
	.graph-one .graph-line, .graph-one {
		display: block;
	}
	.graph-one .graph-line {
		padding-bottom: 40px;
	}
	.graph-one {
		height: auto;
		padding: 40px 40px 0px;
	}
	.graph-one .graph-bar {
		        width: 65%;
        display: inline-block;
        text-align: right;
        padding: 10px;
	}
	.graph-one .graph-line:nth-child(4) .graph-bar {
		        width: 55%;
	}
	.graph-one .graph-line:nth-child(6) .graph-bar {
		        width: 35%;
	}
	.graph-one .graph-line:nth-child(8) .graph-bar {
		        width: 20%;
	}
	.graph-one .graph-line:nth-child(10) .graph-bar {
		        width: 32%;
	}
	.graph-one .graph-line:nth-child(12) .graph-bar {
		        width: 38%;
	}
	.enterprice-graph .graph-line {
		display: none;
	}
	.mob-space-bottom {
		margin-bottom: 15px !important;
	}
	.mob-space-bottom-more {
		margin-bottom: 25px !important;
	}
	.mob-space-right {
		margin-right: 15px !important;
	}
	.yel-hig-para {
		font-size: 1em;
	}
	.swap-order {
		order: 1;
	}
	.anixity-para {
		padding-top: 20px;
	}
	.anixity-para:first-child {
		padding-top: 20px;
	}
	.section4 .me-space-xl:nth-child(3){
		display: none;
	}
	.graphbar-one, .graphbar-two, .graphbar-three {
		display: block;
		height: auto !important;
	}
	.graphbar p:last-child {
		    position: static;
		padding-top: 20px;
	}
	.graphbar-two {
		width: 80%;
	}
	.graphbar-three {
		width: 60%;
	}
	.graphbar p:last-child {
		width: 100%;
	}
	.pattern-bg, .pattern-bg:after {
		background: none;
		padding: 0 !important;
	}
	.download-button {
		    width: 100%;
    text-align: center;
		margin-bottom: 20px;
	}
	.msgcon {
		width: 80%;
	}
	.pos-bottom {
		position: static;
	}
	.section4 .baranimation  {
		height: auto !important;
		position: static;
		width: 100%;
	}
	.graph6 .graph-bar {
		padding: 30px;
	}
}
@media print, screen and (max-width: 650px) {
	.btn-submits button {
		width: 100%;
	}
	.aus-map p, .naz-map p {
		bottom: 20px;
}
.naz-map p {
	right: 20px;
}
	
	.msgcon {
		width: 90%;
	}
	.pad60 {
		padding: 30px;
	}
	.graph6 .graph-bar {
		    left: 10%;
	}
	.pad40 {
		padding: 20px;
	}
	.graph4-bar {
		padding: 40px 20px;
	}
	.section4 .pattern-bg {
		height: auto;
	}
	.lar-font {
		font-size: 1em;
	}
	.graph-two-bar:nth-child(2) .num-text {
		font-size: 4em;
	}
}
@media print, screen and (max-width: 512px) {  
	.graph4-text {
        width: 5%;
        font-size: 1.2em;
	}
	.graph6 .label:after {
		width: 10px;
	}
	.graph6 .graph-bar p:last-child {
		font-size: .9em;
	}
	.graph6 .graph-bar {
		left: 20%;
	}
	.graph4-bar {
		margin-right: 10px;
	}
	.graph6 .label {
		    margin-bottom: 28px;
	}
	.graph-one {
		padding: 15px 15px 0px;
	}
	.graph-one .graph-lable {
		width: 38%;
	}
	.graph-one .graph-bar {
		width: 60%;
	}
	.graph6 .graph-bar:after {
		    height: 485px;
	}
	.aus-map p, .naz-map p {
		position: static;
	}
	.me-row.rv-space > .me-small-3 {
		        width: 43%;
	}
	.graph-two-bar:nth-child(3) .text-light {
		font-size: 1em;
	}
}
@media print, screen and (max-width: 420px) { 
	.graph-two-bar .num-text {
		font-size: 4em;
	}
	.lar-font, .graph-two-bar:nth-child(3) .text-light {
		font-size: .9em;
	}
	.graph-two-bar:nth-child(2) .num-text {
    font-size: 2.5em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
	.pad20 {
		padding: 10px;
	}
	.largest-text {
		font-size: 14em;
	}
	.section4 .num-text {
		font-size: 5em;
	}
	.graph-one .graph-lable {
		width: 50%;
	}
	.graph-one .graph-bar {
		width: 48%;
	}
	.graph-one .graph-line:nth-child(4) .graph-bar {
		width: 40%;
	}
	.graph-one .graph-line:nth-child(6) .graph-bar {
		width: 32%;
	}
	.graph4-bar {
		padding: 60px 20px;
	}
	.download-button {
		font-size: 1em;
	}
	    h1 {
        font-size: 1.7em;
    }
	.graph6 .graph-bar {
		    width: 83%;
	}
	.graph6 .graph-bar p:last-child {
		font-size: .8em;
	}
	.graph6 .graph-bar {
		padding: 20px;
	}
}
	.zsiq_floatmain, .sf_popup_container.ads_active, .sf_popup_container {
		display: none !important;
	}