@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;
}
/* Webfont: ZohoPuviCompact-Regular */
@font-face {
    font-family: 'ZohoPuviCompact';
    src: url('https://static.zohocdn.com/zohofonts/zohopuvicompact/1.0/zoho_puvi_compact_regular.eot'); /* IE9 Compat Modes */
    src: url('https://static.zohocdn.com/zohofonts/zohopuvicompact/1.0/zoho_puvi_compact_regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://static.zohocdn.com/zohofonts/zohopuvicompact/1.0/zoho_puvi_compact_regular.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    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: #E6EAF9;
}
.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: 1.8em;
	margin: 0;
	line-height: normal;
    font-family: 'Zoho_Puvi_Regular';
}
svg {
	width: 100%;
	height: auto;
}
.me-text-left {
  text-align: left;
}
.me-text-right {
  text-align: right;
}
.me-text-center {
  text-align: center;
}
.mar-auto {
	    margin: auto !important;
}
.bold {
	font-family: Zoho_Puvi_Bold;
}
.semibold {
	font-family: Zoho_Puvi_SemiBold;
}
.text-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
	vertical-align: middle;
}
span {
	line-height: normal;
}
.me-space-xxl {
  height: 153px;
}
.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) {
.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%;
  }
	  .me-hide-m {
    display: none !important;
  }
}
@media print, screen and (max-width: 768px) { 
	.me-hide-s {
		display: none;
	}
.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: #002a3e;
}
.top-banner h2{
	color: #A0E0FF;
    font-family: Zoho_Puvi_Medium;
	font-size: 2em;
}
.org-box h4 {
	font-size: 5em;
}
.region-map h4 {
	font-size: 2.8em;
}
.aus-map p, .naz-map p {
		bottom: 40px;
}
.naz-map p {
	right: 40px;
}
.banner-gradient:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 98%;
	background: linear-gradient(to right, #002a3e, #014568, #002a3e);
}
.banner-gradient img {
	z-index: 1;
	position: relative;
}
.graph-icon {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
/*-----------------Graph one------------------------*/

.graph-one {
	background: rgba(255, 255, 255, 0.32);
	padding: 20px 60px;
	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: 60%;
}
.graph-one .graph-line:nth-child(4) .graph-bar.visible {
	height: 100%;
}
.graph-one .graph-line:nth-child(6) .graph-bar.visible {
	height: 60%;
}
.graph-one .graph-line:nth-child(8) .graph-bar.visible {
	height: 90%;
}
.graph-one .graph-line:nth-child(10) .graph-bar.visible {
	height: 80%;
}
.graph-one .graph-line:nth-child(12) .graph-bar.visible {
	height: 40%;
}
.graph-lable {
	position: absolute;
	top: 248px;
	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);
	top: -250px;
	left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
/*-----------------Graph ends------------------------*/
/*----------------Section Two ----------------------*/
	
.lar-font {
	font-size: 1.4em;
}
.graph-two-bar:nth-child(2) {
	background: linear-gradient(to right, #BF3129 0%, #EC605A 27%);
}
.graph-two-bar:nth-child(3) {
	background: linear-gradient(to right, #BB2F26 0%, #E2514A 27%);
}
.graph-two-bar:nth-child(4) {
	background: linear-gradient(to right, #B72C22 0%, #D84840 27%);
}
.graph-two-bar:nth-child(5) {
	background: linear-gradient(to right, #B1281E 0%, #C83931 27%);
}
.graph-two-bar:nth-child(6) {
	background: linear-gradient(to right, #991E14 0%, #BD3027 27%);
}
.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 .num-text.small-text  {
	font-size: 1.7em;
}
.graph-two-bar .small-text {
	font-size: 14px;
}
.yel-hig-para {
	font-size: .9em;
}
.yel-hig img {
	width: 100%;
}
.ai-adopted {
	font-size: 2.2em;
}
.graph6 .num-text {
    font-family: zoho_puvi_light;
    font-size: 4.3em;
    line-height: normal;
}
.me-row.rv-space > .me-large-4.dynamic-width {
	    width: 30.333333%;
}
.me-row.rv-space > .me-large-1.dynamic-width:nth-child(4) {
	width: 10.333333%;
}
.me-row.rv-space > .me-large-1.dynamic-width:nth-child(6) {
	width: 9.333333%;
}
/*---------------Section 3----------------*/

.circle-graph {
	background: #FFE37D;
	border: 1px solid #2B5D8C;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 2%;
	top: 4%;
	text-align: center;
    display: flex;
    align-items: center; 
    justify-content: center;   
	font-size: 1.8em;
	transition: 1s;
}
.section3 .circle-graph {
	-webkit-animation: scale-up-center 1.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
	        animation: scale-up-center 1.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
	
}
@-webkit-keyframes scale-up-center {
  0% {
	border: 1px solid #2B5D8C;
  }
  100% {
	border: 8px solid #2B5D8C;
  }
}
@keyframes scale-up-center {
  0% {
	border: 1px solid #2B5D8C;
  }
  100% {
	border: 8px solid #2B5D8C;
  }
}
.circle-graph.circle2 {
    top: 50%;
    left: 14%;
	background: #D48AFF;
	width: 160px;
	height: 160px;
	animation-delay: .2s;
}
.circle-graph.circle3 {
	background: #FF4B4B;
	    left: 24%;
    top: 2%;
    width: 230px;
    height: 230px;
	animation-delay: .4s;
}
.circle-graph.circle4 {
    background: #BFFF00;
    left: 42%;
    top: 26%;
    width: 250px;
    height: 250px;
    font-size: 2.2em;
	animation-delay: .6s;
}
.circle-graph.circle5 {
    background: #FFB200;
    left: 60%;
    width: 150px;
    height: 150px;
    font-size: 1.8em;
	animation-delay: .8s;
}
.circle-graph.circle6 {
	background: #0FE60F;
    width: 150px;
    height: 150px;
    font-size: 1.8em;
    left: 63%;
    top: 54%;
	animation-delay: 1s;
}
.circle-graph.circle7 {
	background: #E8F400;
	width: 190px;
    height: 190px;
	left: 74%;
	animation-delay: 1.2s;
}
.circle-graph.circle8 {
    background: #53FFFF;
    width: 100px;
    height: 100px;
    font-size: 1.1em;
    left: 81%;
    top: 68%;
	animation-delay: .8s;
}
.circle-graph-para p:after, .circle-graph-para2 p:after {
    content: "";
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #BFFF00;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.circle-graph-para p:nth-child(3):after {
	background: #FF4B4B
}
.circle-graph-para p:nth-child(5):after {
	background: #D48AFF
}
.circle-graph-para p:nth-child(7):after {
	background: #E8F400
}
.circle-graph-para p:nth-child(9):after {
	background: #FFE37D
}
.circle-graph-para2 p:after {
	background: #FFB200;
}
.circle-graph-para2 p:nth-child(3):after {
	background: #0FE60F;
}
.circle-graph-para2 p:nth-child(5):after {
	background: #53FFFF;
}
.circle-graph-para p, .circle-graph-para2 p{
	    font-size: 1.3em;
	position: relative;
	padding-left: 60px;
    font-family: 'ZohoPuviCompact';
	font-weight: normal;
}
/*---------------Section 4----------------*/
.para-medium {
	font-size: 1.3em;
	line-height: 1.5;
}
.red-bg {
	background: #D74B05;
}
.green-bg {
	background: #52A400;
}
.darkblue-bg {
	background: #004586;
}
.blue-bg {
	background: #247CCF;
}
.orange-bg {
	background: #E2514A;
}
.red-bg {
	background: #C93A31;
}
.yellow-bg {
	background: #FFEF00;
}
.higblue-bg {
	background: #0F37BA;
}
.yellow-text {
	color: #FFEF00;
}
.darkblue-text {
	color: #004586;
}
.lightblue-text {
	color: #C7EBFF;
}
.blue-text {
	color: #3863F1;
}
.patternblue-1 {
	background: #217CB0;
}
.patternblue-2 {
	background: #126DA1;
}
.patternblue-3 {
	background: #1888C8;
}
.patternblue-4 {
	background: #3C97CB;
}
.patternblue-5 {
	background: #1888C8;
}
.patternblue-6 {
	background: #51ACE0;
}
.patternblue-7 {
	background: #0D689C;
}
.large-text {
	font-size: 5em;
}
.medium-text {
	font-size: 3.2em;
}
.status-bar {
	height: 80px;
	width: 180px;
	background: #FFEF00;
	border-radius: 40px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.status-bar.linear {
	background: linear-gradient(to right, #0059AD, #004586);
}
/*---------------Section 5----------------*/
.graph4-bar {
	padding: 30px;
    background: #126DA1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
	margin-bottom: 15px;
	width: 0px;
	transition: 1s;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.graph4-bar p {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.graph4-bar.visible {
    width: 88%;
}
.bar-chart:nth-child(3) .graph4-bar.visible {
	width: 85%;
    background: #217CB0;
}
.bar-chart:nth-child(4) .graph4-bar.visible {
	width: 85%;
    background: #126DA1;
}
.bar-chart:nth-child(5) .graph4-bar.visible {
	width: 80%;
    background: #217CB0;
}
.graph4-text {
	font-size: 1.6em;
	font-family: zoho_puvi_light;
}
.graph6 .label{
	font-family: zoho_puvi_light;
	display: block;
	margin-bottom: 30px;
}
.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 .graph-bar{
    width: 72%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 80%;
}
.graph6 .graph-bar:after {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    width: 100%;
    height: 253px;
    bottom: 0;
    left: 0;
}
.section5 .lar-font  {
	font-size: 1.6em;
}
.clear-text:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
	background: #fff;
	left: 0;
	top: -10px;
}
.clear-text:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(to right, #FFCD57, #F7A04A);
    border-radius: 100%;
    left: 0;
    top: -14px;
    z-index: 1;
}
.section5 .circle-graph {
    font-size: 3em;
    background: #FFEF00;
    border: 8px solid #00BE00;
right: 10%;
    top: 62%;
    left: auto;
}
.section5 .circle-graph.gy-circle3 {
right: 18%;
    top: 35%;
	    width: 210px;
    height: 210px;
	animation-delay: .4s;
}
.section5 .circle-graph.gy-circle2 {
    right: 9%;
    top: 5%;
	    width: 230px;
    height: 230px;
	animation-delay: .8s;
}

/*---------------Section 6----------------*/
.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;
}
/* 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;
}
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;
    padding: 60px 40px 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    line-height: 1.5;
	    background: #002a3e;
}
.msg-close{
	position: absolute;
    z-index: 999;
    top: -13px;
    right: -7px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
	font-family: 'Zoho_Puvi_Medium';
	transition: .3s;
	    background: #002a3e;
}
.msg-close:hover{
	transform: scale(1.1);
	cursor: pointer;
}
.msgcon img {
    width: 100%;
    height: auto;
	display: none;
}
.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;
}
.nolinebreak {
	white-space: nowrap;
}
/*---------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;
	}
	.lar-font {
		font-size: 1.3em;
	}
	
	.patternblue-3 .me-space-xxl, .patternblue-4 .me-space-xxl {
		        height: 126px;
	}
	.circle-graph {
		width: 180px;
		height: 180px;
		font-size: 1.8em;
	}
	.circle-graph.circle2 {
		width: 140px;
		height: 140px;
	}
	.circle-graph.circle3 {
		width: 210px;
		height: 210px;
	}
	.circle-graph.circle4 {
		width: 230px;
		height: 230px;
	}
	.circle-graph.circle5, .circle-graph.circle6 {
		width: 130px;
		height: 130px;
	}
	.circle-graph.circle7 {
		width: 170px;
		height: 170px;
	}
	.circle-graph.circle8 {
		width: 80px;
		height: 80px;
	}
	.graph4-bar {
		font-size: 14px;
	}
	.section5 .me-space-xxl {
		height: 150px;
	}
	.section5 .circle-graph.gy-circle3 {
		width: 190px;
		height: 190px;
	}
	.section5 .circle-graph.gy-circle2 {
		width: 210px;
		height: 210px;
	}
	.status-bar {
		width: 160px;
	}
}
@media print, screen and (max-width: 1300px) { 
	
	h1 {
		font-size: 2em;
	}
	.top-banner h2 {
		font-size: 1.8em;
	}
	.pad60 {
		padding: 50px;
	}
	.graph4-text {
		width: 7%;
		display: inline-block;
	}
	.section8 img {
		width: 100%;
	}
	.enterprice-graph .pad20 {
		padding: 10px;
	}
	.status-bar {
		    height: 60px;
    width: 120px;
	}
	.circle-graph {
		width: 150px;
		height: 150px;
		font-size: 1.8em;
	}
	.circle-graph.circle2 {
		width: 110px;
		height: 110px;
		    top: 59%;
	}
	.circle-graph.circle3 {
		width: 180px;
		height: 180px;
		    left: 22%;
	}
	.circle-graph.circle4 {
		width: 200px;
		height: 200px;
		    left: 43%;
	}
	.circle-graph.circle5 {
		width: 100px;
		height: 100px;
		    left: 65%;
	}
	.circle-graph.circle6 {
		width: 100px;
		height: 100px;
		    left: 68%;
    top: 55%;
		
	}
	.circle-graph.circle7 {
		width: 140px;
		height: 140px;
		left: 83%;
	}
	.circle-graph.circle8 {
		width: 60px;
		height: 60px;
		left: 90%;
    top: 73%;
	}
	.graph-one {
		padding: 20px 40px;
	}
	.section5 .circle-graph.gy-circle2 {
		left: auto;
		        width: 180px;
        height: 180px;
		right: 3%;
	}
	.section5 .circle-graph.gy-circle3  {
		        width: 170px;
        height: 170px;}
}
@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;
	}
	.mob-text-center {
		text-align: center;
	}
	.abheader #header-mainsec .headerinner {
		height: 77px;
	}
	.abheader .prdLogo img, .abheader .prdLogo.newcodelogo img {
		width: 200px;
	}
	.me-row.rv-space > .dynamic-width:nth-child(1) {
		width: 80%;
		display: block;
	}
	.me-row.rv-space > .dynamic-width:nth-child(2) {
		width: 61%;
		display: block;
	}
	.me-row.rv-space > .dynamic-width:nth-child(3) {
		width: 40%;
	}
	.round-graph img {
		display: none;
	}
	.section3 .circle-graph {
		position: static;
		animation: none;
		    border: 8px solid #2B5D8C;
		        margin: 30px 0px;
	}
	.med-space-bottom {
		margin-bottom: 15px !important;
	}
	.med-space-bottom-more {
		margin-bottom: 25px !important;
	}
	.med-space-right {
		margin-right: 15px !important;
	}
	.circle-graph:after {
	   content: "I use my own device, so I thought it was fine";
		position: absolute;
        left: 8%;
        top: 7%;
		color: #fff;
		font-size: 22px;
		font-family: 'ZohoPuviCompact';
	}
	.circle-graph.circle4, .circle-graph.circle1, .circle-graph.circle2, .circle-graph.circle6 {
        margin-left: auto;
        text-align: right;
	}
	.circle4:after {
        right: 240px;
        top: 7%;
	   content: "I use my own device, so I thought it was fine";
	}
	.circle-graph:before {
        content: "";
        width: 120%;
        height: 1px;
        background: #fff;
        left: -50px;
        top: -1%;
        opacity: .3;
        position: absolute;
        z-index: 0;
	}
	.section5 .circle-graph:after, .section5 .circle-graph:before {
		display: none;
	}
	.circle3:after {
        left: 220px;
        top: 24%;
	   content: "The tool seemed low-risk";
		text-align: left;
	}
	.circle1:after {
        right: 200px;
        top: 39%;
	   content: "I was testing or experimenting before making a case for it";
	}
	.circle7:after {
        left: 200px;
        top: 55%;
	   content: "Approval processes are too slow or unclear";
		text-align: left;
	}
	.circle2:after {
        right: 180px;
        top: 68%;
	   content: "I wasn't aware approval was needed";
	}
	.circle5:after {
        left: 160px;
        top: 78%;
	   content: "Because everyone else was doing it";
		text-align: left;
	}
	.circle6:after {
        right: 160px;
        top: 87%;
	   content: "I don't believe my use creates risks for my organization";
	}
	.circle8:after {
        left: 140px;
        top: 96%;
	   content: "Other";
		text-align: left;
	}
	.circle3:before {
		top: 17%;
	}
	.circle1:before {
		top: 33%;
	}
	.circle7:before {
		top: 48%;
	}
	.circle2:before {
		top: 63%;
	}
	.circle5:before {
		top: 74%;
	}
	.circle6:before {
		top: 84%;
	}
	.circle8:before {
		top: 94%;
	}
	h1 {
		padding-top: 40px;
	}
.me-row.rv-space > .me-large-1.dynamic-width:nth-child(4) {
	width: 17.333333%;
}
.me-row.rv-space > .me-large-1.dynamic-width:nth-child(6) {
	width: 18.333333%;
}
}
@media print, screen and (max-width: 850px) { 
	.large-text {
		font-size: 4em;
	}
	.me-row.rv-space > .patternblue-1 {
		width: 100%;
	}
	.me-row.rv-space > .patternblue-2 {
		width: 97%;
	}
	.me-row.rv-space > .patternblue-3 {
		width: 90%;
	}
	.me-row.rv-space > .fullwidth850 {
		width: 100%;
	}
	.me-row.rv-space > .patternblue-4 {
		width: 90%;
	}
	.patternblue-3 .me-space-xxl, .patternblue-4 .me-space-xxl {
		height: 50px;
	}
	.me-row.rv-space > .patternblue-5 {
		width: 80%;
	}
	.me-row.rv-space > .patternblue-6 {
		width: 76%;
	}
	
	.me-row.rv-space > .patternblue-7 {
		width: 25%;
	}
}
@media print, screen and (max-width: 768px) {
.me-row.rv-space > .me-large-1.dynamic-width:nth-child(4) {
	width: 27.333333%;
}
.me-row.rv-space > .me-large-1.dynamic-width:nth-child(6) {
	width: 28.333333%;
}
	.banner-gradient img {
		display: none;
	} 
	.top-banner {
		padding-top: 50px;
	}
	.graph-one .graph-line:nth-child(odd), .graph-lable:before, .graph-lable:after {
		display: none;
	}
	.graph-one .graph-lable {
		position: static;
        bottom: auto;
        display: inline-block;
        vertical-align: middle;
        height: auto;
        width: 30%;
        text-align: left;
	}
	.graph-icon {
        left: 10px;
        right: auto;
        top: 10px;
		width: 30px;
		height: 30px;
	}
	.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: 35%;
        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: 54%;
	}
	.graph-one .graph-line:nth-child(10) .graph-bar {
		        width: 50%;
	}
	.graph-one .graph-line:nth-child(12) .graph-bar {
		        width: 38%;
	}
	.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;
	}
	.section4 .me-space-xl:nth-child(3){
		display: none;
	}
	.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;
		padding-top: 10px;
	}
	.graph6 .num-text {
		font-size: 3.8em;
	}
	.section5 .circle-graph {
		position: static;
	}
	.section5 .customise-para .me-space-xxl, .section5 .customise-para .me-space-xl{
		height: auto;
	}
	.customise-para .clear-text:before, .customise-para .clear-text:after {
		display: none;
	}
	.section5 .customise-para p{
		padding: 40px 0px 100px;
	}
	.customise-para {
             display: flex;
		padding: 0px 50px 50px;
		    background: #247CCF;
	}
	.mob-bluebg {
		    background: #247CCF;
		
	}
	.left-layout {
  order: 1;
		padding: 20px;
	}
	.section5 .circle-graph {
		width: 120px;
		height: 120px;
		font-size: 2em;
        margin: 30px 0px;
	}
	.section5 .circle-graph.gy-circle2 {
		width: 150px;
		height: 150px;
	}
	.section5 .circle-graph.gy-circle3 {
		width: 140px;
		height: 140px;
	}
	.top-banner {
		text-align: center;
	}
	.top-banner p{
		display: none;
	}
	.top-banner h2 {
		color: #fff;
	}
	.top-banner {
		padding-bottom: 700px;
		background: url("../images/mob-banner.jpg") no-repeat;
		background-size: cover;
		background-position: bottom;
	}
}
@media print, screen and (max-width: 650px) {
	.customise-para {
		padding: 0px 30px 30px;
	}
	
	.section5 .customise-para p{
		padding: 15px 0px 100px;
	}
	.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;
	}
	.lar-font {
		font-size: 1em;
	}
	.graph-two-bar:nth-child(2) .num-text {
		font-size: 4em;
	}
	.graph6 .label {
		    margin-bottom: 40px;
	}
	.graph6 .graph-bar:after {
		    height: 303px;
	}
	.patternblue-7 .medium-text {
		font-size: 2em;
	}
	.top-banner {
		padding-bottom: 600px;
	}
}
@media print, screen and (max-width: 512px) {
	.top-banner { 
		padding-bottom: 500px;
	}
	.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;
	}
	.graph-one {
		padding: 15px 15px 0px;
	}
	.graph-one .graph-lable {
		width: 38%;
	}
	.aus-map p, .naz-map p {
		position: static;
	}
	.me-row.rv-space > .me-small-3 {
		        width: 43%;
	}
	.circle-graph:after {
		font-size: 18px;
	}
	.circle4:after {
		top: 5%;
		right: 206px;
	}
	.circle3:after {
		        left: 178px;
        top: 22%;
	}
	.circle1:after {
		top: 36%;
		right: 175px;
	}
	.circle7:after {
		top: 52%;
		        left: 186px;
	}
	.circle2:after {
		top: 65%;
		        right: 127px;
	}
	.circle5:after {
		        left: 120px;
        top: 77%;
	}
	.circle6:after {
		top: 87%;
		        right: 115px;
	}
	.circle8:after {
		        left: 87px;
        top: 96%;
	}
	.circle-graph.circle4 {
		        width: 180px;
        height: 180px;
		font-size: 2.8em;
	}
	.circle-graph.circle3 {
		        width: 160px;
        height: 160px;
	}
	.circle3:before {
		top: 16%;
	}
	.circle1:before {
		top: 31%;
	}
	.circle7:before {
		top: 46%;
	}
	.circle2:before {
		top: 62%;
	}
	.circle5:before {
		top: 73%;
	}
	.circle6:before {
		top: 83%;
	}
	.status-bar {
		display: none;
	}
	.me-row.rv-space > .dynamic-width:nth-child(3) {
			width: 50%;
	}
	.me-row.rv-space > .dynamic-width:nth-child(4), .me-row.rv-space > .dynamic-width:nth-child(5) {
		width: 35%;
	}
	.me-row.rv-space > .dynamic-width:nth-child(5) {
		width: 32%;
	}
	.me-row.rv-space > .dynamic-width:nth-child(6) {
		width: 34%;
	}
}
@media print, screen and (max-width: 480px) {
	.section5 .customise-para p {
        padding: 15px 0px 74px;
	} 

}
@media print, screen and (max-width: 420px) {
.me-row.rv-space > .me-large-1.dynamic-width:nth-child(4) {
	width: 40.333333%;
}
.me-row.rv-space > .me-large-1.dynamic-width:nth-child(6) {
	width: 40.333333%;
}
	.region-map h4, h2 {
		font-size: 2em;
	}
	.pad60 {
		padding: 20px;
	}
	.section5 .circle-graph {
        width: 80px;
        height: 80px;
        font-size: 1.4em;
	}
	.left-layout {
		padding: 20px;
	}
	.graph-two-bar .num-text {
		font-size: 4em;
	}
	.section5 .circle-graph.gy-circle2 {
        width: 110px;
        height: 110px;
    }
	.section5 .circle-graph.gy-circle3 {
        width: 100px;
        height: 100px;
	}
	.graph-two-bar:nth-child(2) .num-text {
    font-size: 2.5em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
	.pad20 {
		padding: 10px;
	}
	.graph-one .graph-lable {
		width: 50%;
	}
	.graph-one .graph-line:nth-child(4) .graph-bar {
		width: 40%;
	}
	.graph-one .graph-line:nth-child(8) .graph-bar {
		width: 38%;
	}
	.graph-one .graph-line:nth-child(6) .graph-bar {
		width: 32%;
	}
	.graph-one .graph-line:nth-child(10) .graph-bar {
		width: 30%;
	}
	.graph-icon {
		display: none;
	}
	.graph4-bar {
		padding: 60px 20px;
	}
	.download-button {
		font-size: 1em;
	}
	    h1 {
        font-size: 1.7em;
    }
	.top-banner h2 {
		font-size: 1.5em;
	}
	.graph6 .graph-bar {
		    width: 83%;
	}
	.graph6 .graph-bar p:last-child {
		font-size: .8em;
	}
	.graph6 .graph-bar {
		padding: 20px;
	}
	.section5 .customise-para p {
		        padding: 15px 0px 46px;
	}
	.customise-para {
		padding: 0px 20px;
	}
	h4 {
		font-size: 1.6em;
	}
	.circle-graph:after {
		font-size: 14px;
	}
	.circle4:after {
		        top: 5%;
        right: 170px;
        left: 0;
	}
	.circle3:after {
		        left: 152px;
        top: 20%;
	}
	.circle1:after {
		top: 34%;
        right: 141px;
        left: 0;
	}
	.circle-graph.circle4 {
		width: 160px;
		height: 160px;
		font-size: 2em;
	}
	.circle-graph.circle3 {
		width: 140px;
		height: 140px;
	}
	.circle-graph {
		width: 130px;
		height: 130px;
	}
	.circle-graph.circle7 {
		width: 120px;
		height: 120px;
	}
	.circle7:after {
		left: 130px;
        top: 49%;
	}
	.circle-graph:before {
		display: none;
	}
	.circle2:after {
		top: 62%;
	}
	.circle5:after {
		top: 74%;
	}
	.circle6:after {
		top: 85%;
	}
}
	.zsiq_floatmain, .sf_popup_container.ads_active, .sf_popup_container {
		display: none !important;
	}