/* new design */
.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;
}
html, body
{
	box-sizing: border-box;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	    font-size: 14px;
}
body {
    margin: 0 auto;
    background: #fff;
    color: #444;
}
body {
	margin: 0;
	font-size: 14px;
	font-family: 'Zoho_Puvi_Regular';
	    color: #000;
}

 section *, section {
	-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!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 600;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
h1
{
	font-size:3.5em;
}
.di {
	display: inline-block;
}
h2
{
	font-size: 2.5em;
	margin: 0 0 20px 0px;
}
h3{font-size:1.5em;margin:0 0 25px;font-family: 'Zoho_Puvi_Bold';line-height: 1.3;}
p {
	margin: 0 0 25px;
    line-height: 1.6;
	font-size:1.1rem;
}
h4 {
    line-height: 1.3;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-blue
{
	    color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
.shrink-sml
{
	width: 80%;
	margin: 0 auto;
}
.shrink-lrg
{
	width: 70%;
	margin: 0 auto;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-weight: 600;
}
.line-seperator {
    display: block;
    width: 80%;
    margin: 50px auto 60px auto;
    background: #d4d4d4;
    height: 1px;
}
.line-seperator-med {
    display: block;
    width: 60%;
    margin: 80px 0;
    background: #674FB5;
    height: 1px;
}
.line-seperator-med.text-center {
	margin: 80px auto;
}
.section-subtitle + .line-seperator-med {
    margin-top: 75px;
}
.black-container .line-seperator-med, .white-container .line-seperator-med
{
	    background: #565656;
}
.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: -10px;
	margin-left: -10px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 83.3%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-8 {
	width: 66.6%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-4 {
	width: 33.3%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 850px){
	.cols-md-12,.cols-md-6.ph-md-12{width: 100%;}
}
@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%;
}
}
section {
    padding: 80px 0;
}
.header-section {
    background: transparent linear-gradient(180deg, #0D0136 0%, #220093 0%, #FFFFFF 100%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.brdpwm {
	    border-bottom: 1px solid #A5A5A5;
}
.header-fixed .brdpwm {
	border: none;
}
.second-header.fixed-header {
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
	padding: 0px;
}
#banner {
    padding-top: 180px;
    padding-bottom: 0;
}
.second-header.fixed-header.header-fixed {
	background: #0D0136;
    position: fixed;
    z-index: 9999;
}
#topbar-menu-icon {
    display: none;
    position: absolute;
    right: 30px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
    z-index: 9999999;
    margin: 0;
    top: 15px;
    width: 30px;
    height: 30px;
}
#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: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
#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;
}
#topbar-menu-icon.active-menu span:nth-child(1) {
        top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#topbar-menu-icon.active-menu span:nth-child(2) {
        opacity: 0;
    right: -60px;
}
#topbar-menu-icon.active-menu span:nth-child(3) {
        top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.brand-logo {
    display: block;
    width: 220px;
    opacity: 0;
    pointer-events: none;
	    transition: all ease 0.2s;
}
.header-fixed .brand-logo
{
	opacity: 1;
	pointer-events: all;
}
.nav-menu {
            margin: auto;
    display: inline-block;
	text-align: center;
}
.nav-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.nav-menu li:first-child {
    margin-left: 0;
}
.nav-menu li a, .nav-menu li span {
    display: block;
    padding: 25px 49px;
    cursor: pointer;
	    color: #000;
	font-size: 1.1rem;
	font-family: 'Zoho_Puvi_Medium'; 
}
.header-fixed .nav-menu li span {
	color: #fff;
	transition: .2s;
}
.nav-menu li a:hover, .nav-menu li span:hover {
	background: #F7F7F7;
}
.header-fixed .nav-menu li span:hover {
	color: #000;
}
.nav-menu li.active-tab-menu span {
	background: #F7F7F7;
	color: #000;
}
.page-title {
    font-size: 3.875rem;
    line-height: 1.2;
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
	transition: all ease 0.3s;
	margin-bottom: 60px;
}
.banner {
    width: 75%;
}
.section-subtitle {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.9rem;
    color: #000;
	    line-height: 1.4;
	position: relative;
}
.content-box {
    background: #fff;
    padding: 100px 100px 0 100px;
}
.section-title {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 3.2rem;
    margin-bottom: 40px;
	    line-height: 1.2;
}
#section2
{
	padding-top: 0;
	    padding-bottom: 0;
}
.box-navigation b {
    font-family: 'Zoho_Puvi_SemiBold';
}
.box-navigation {
    display: block;
    font-size: 1.625rem;
    color: #000000;
    text-align: center;
}
/* Remove */
.box-navigation > span {
    width: 100%;
    height: 250px;
    display: block;
    background: #000000;
    margin-bottom: 25px;
}
/* Remove */
#section3
{
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #220093 30%, #0D0136 50%, #220093 60%, #FFFFFF 100%) 0% 0% no-repeat padding-box;;
}
section .pie-count  {
	height: 160px;
}
section .pie-count h2 {
	position: absolute;
	right: 29%;
    top: 61%;
}
section .pie-count img {
	width: auto;
	height: 100%;
}

.blue-container {
    background: #150156;
    padding: 100px;
	color: #fff;
}
.black-container
{
	  background: #000000;
    padding: 100px;
}
.white-container
{
	background: #fff;
    padding: 100px;
}
.blue-container p, .black-container p, .white-container p
{
	font-size: 1.2rem;
}


.circle-box:first-child, .sqr-box:first-child
{
	    width: 200px;
    height: 200px;
	    margin-left: 0;
}
.circle-box:nth-child(2), .sqr-box:nth-child(2)
{
	       width: 250px;
    height: 250px;
}
.circle-box:nth-child(3), .sqr-box:nth-child(3)
{
	 width: 210px;
    height: 210px;
}
.circle-box:nth-child(4), .sqr-box:nth-child(4)
{
	 width: 230px;
    height: 230px;
}
.sqr-bar2 .sqr-box:first-child
{
	width: 200px;
	height: 160px;
}
.sqr-bar2 .sqr-box:nth-child(2)
{
	width: 320px;
	height: 280px;
}
.sqr-bar2 .sqr-box:nth-child(3)
{
	width: 220px;
	height: 180px;
}
.circle-box h3, .sqr-box h3 {
    font-size: 2.815rem;
   font-family: 'Zoho_Puvi_Medium';
    line-height: normal;
    margin-bottom: 4px;
}
.circle-box h2, .sqr-box h2 {
    font-size: 1.187rem;
    line-height: normal;
	font-family: 'Zoho_Puvi_Medium';
}
.circle-box h2 span, .sqr-box h2 span {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 0.7em;
}
#section4 {
    padding: 0;
    background: linear-gradient(to bottom, #fff, #fff, #fff, #6851b6);
}
.dbl-sqr {
    background: linear-gradient(114deg, #755fbc, #210091, #140153);
    color: #fff;
	    position: relative;
}
.dbl-sqr > .dbl-sqr-in {
        padding: 53px 100px;
    float: left;
    width: 50%;
	    position: relative;
}
.graph-line {
    width: 100%;
    rotate: -1deg;
    position: absolute;
    top: 9px;
    left: 2px;
}
.dbl-sqr > .dbl-sqr-in:last-child
{
	background: linear-gradient(150deg, #5a3fae, #200188, #130151);
	padding: 60px 45px;
}
.dbl-sqr-in h2 {
    font-size: 7.185rem;
   font-family: 'Zoho_Puvi_Medium';
    text-align: center;
    margin-bottom: 5px;
    line-height: normal;
	    position: relative;
}
.dbl-sqr-in > span {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Zoho_Puvi_Medium';
	font-size: 1.5rem;
}
.dbl-sqr-in .rows {
               margin-bottom: 18px;
    margin-top: 18px;
}
.dbl-sqr-in h3 {
    font-size: 2rem;
    text-align: left;
}
.dbl-sqr-in .cols-8 p {
    margin-top: 13px;
    margin-bottom: 10px;
}
.cul-sqr > .dbl-sqr-in {
	    padding: 80px;
}
.cul-sqr .chart-graph {
	   left: 13%;
    width: 73%;
    top: 18%;
    height: 68%;
    background: linear-gradient(156deg, #0D0136, #220093, #FFFFFF);
    position: absolute;
    z-index: 0;
}
.cul-sqr .fixed-graph {
	width: 70%;
	    bottom: 77px;
}
.cul-sqr h2 {
	    font-size: 10rem;
}
.cul-sqr h2, .cul-sqr p {
	z-index: 1;
	position: relative;
}
.text-diagram-new {
    position: relative;
}
.text-diagram-new img
{
	    width: 50%;
}
.text-diagram-new h3 {
         position: absolute;
    z-index: 9;
    bottom: 18px;
    right: 40px;
    font-size: 4rem;
    margin: 0;
    font-family: 'Zoho_Puvi_Medium';
}
.text-diagram-old h3 {
	    position: absolute;
    bottom: 7px;
    right: 0;
    margin: 0;
    font-family: 'Zoho_Puvi_Medium';
}
.text-diagram-old img {
	width: 80%;
}
.graphbox:after {
    content: "";
    width: 600px;
    height: 200px;
    border: solid 1px #6050a3;
    border-color: #6050a3 transparent transparent transparent;
    border-radius: 50% / 148px 147px 0 0;
    position: absolute;
    left: -127px;
    /* right: 0; */
    transform: rotate(127deg);
    bottom: 196px;
}
.fixed-graph {
    position: absolute;
    width: 68%;
    left: 29px;
    bottom: 50px;
}
.chart-graph {
    width: 100%;
    height: 195px;
    background: linear-gradient(156deg, #0D0136, #220093, #FFFFFF);
    opacity: 0.7;
	    position: relative;
}
.bg-count {
    position: relative;
}
.pie-count {
    position: relative;
    height: 280px;
}
.pie-count-in
{
    width: 75%;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.pie-count-in h3 {
    font-size: 4rem;
    margin-bottom: 0px;
	font-family: 'Zoho_Puvi_Medium';
}
.pie-count-in p, .para {
    font-size: 1.5rem;
	    margin-bottom: 0;
}
.pie-count img {
    width: 45%;
    height: auto;
}
#section5 .pie-count {
    height: auto;
}
#section5 .pie-count h2 {
    position: absolute;
    bottom: 15px;
    right: 0;
}
#section5 .pie-count img {
    width: 75%;
}
.text-line {
    position: absolute;
    bottom: -50px;
    width: 670px;
	max-width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.text-line span {
        display: inline-block;
    background: #000;
    position: relative;
    top: 12px;
    padding: 0 18px;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.1em;
}
.text-line:before, .text-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    bottom: 0;
}
.text-line:before
{
	left: 0px;
}
.text-line:after
{
	right: 0px;
}
.ai-box {
    position: relative;
}
.ai-in-box {
    margin-top: 50px;
    position: relative;
    width: 82%;
    padding: 80px 90px; 
    background: url("../images/circle.svg"), linear-gradient(135deg, #b3a8da, #32129a, #180065);
	background-position: center, center;
	background-size: cover, cover;
}
.ai-in-box h2
{
	font-family: 'Zoho_Puvi_Medium';
	font-size: 3.75rem;
}
.ai-in-box p {
    font-size: 1.625rem;
	    margin-bottom: 0;
}
.ai-text-line {
    border-bottom: 1px solid #fff;
    padding-top: 50px;
	    position: relative;
	    margin-bottom: 200px;
	    width: 90%;
}
.ai-text-line p {
    position: absolute;
    font-size: 1.625rem;
    line-height: 1.4;
    top: 90px;
    transform: translate(-50%, 0);
    left: 50%;
    width: 70%;
}
.ai-text-line p:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    top: -40px;
    background: #fff;
    left: 5px;
}
.ai-text-line:before, .ai-text-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    bottom: 0;
}
.ai-text-line:before
{
	left: 0px;
}
.ai-text-line:after
{
	right: 0px;
}
.ai-in-box:after, .ai-in-box:before{
    content: "";
    height: 100%;
    width: 10%;
    display: block;
    position: absolute;
    top: 0;
}
.ai-in-box:after
{
	    left: 100%;
        background: linear-gradient(92deg, #4124a2, #21018d);
}
.ai-in-box:before
{
	left: 110%;
	       background: linear-gradient(200deg, #472ba5, #1e0273);
}
#section5 {
    background: linear-gradient(to bottom, #6851b6, #270696, #1a006c, #9989cd, #e4e1f1, #bbb0dd);
	    margin-top: -1px;
}
#section-five {
    background: linear-gradient(to bottom, #fff, #fff, #1a006c, #9989cd, #fff, #fff);
	    margin-top: -1px;
	
}
.pie-count h2 {
    font-size: 3.5rem;
    font-family: 'Zoho_Puvi_Medium';
}
.pie-count-large h2 {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 7rem;
    text-align: center;
    line-height: normal;
}
.survey-chart {
    width: 100%;
    height: 400px;
	    margin-bottom: 120px;
	    position: relative;
}
.chart4 .survey-chart {
	    margin-bottom: 50px;
}
.survey-chart .survey-count {
    display: block;
    height: 50px;
    vertical-align: text-bottom;
    color: #b8acea;
    font-size: 0.9em;
    position: relative;
	text-align: left;
}
.line-graph .survey-chart .survey-count {
	font-size: .8em;
}
.line-graph p {
	font-size: 1em;
	padding-top: 40px;
}
.linegr-label {
	    width: 24px;
    height: 24px;
	background: #fff;
    position: absolute;
    border-radius: 100%;
    top: 0;
	z-index: 1;
}
.linegr-label:after {
	content: "";
	position: absolute;
	top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
	border-radius: 100%;
    background: red;
	z-index: 0;
}
.linegraph-lab1:after {
	background: #0000FF;
}
.linegraph-lab2:after {
	background: #6B4AFA;
}
.linegraph-lab3:after {
	background: #BB61F4;
}
.linegraph-lab4:after {
	background: #9500D8;
}
.chart2 .survey-count {
    color: #4d4d4d;
}
.chart6 .survey-count{
	color: #fff;
}
.survey-chart .survey-count:after {
    content: "";
    display: block;
    width: 90%;
    left: 39px;
    height: 1px;
    background: #504678;
    position: absolute;
    top: 14px;
}
.chart2 .survey-count:after
{
	background: #e5e5e5;
}
.bar-chart-div {
       width: 24%;
    position: absolute;
    bottom: -104px;
    text-align: center;
}
.bar-chart-div:first-child
{
	left: 8%;
}
.bar-chart-div:nth-child(2)
{
	left: 31%;
}
.bar-chart-div:nth-child(3)
{
	left: 54%;
}
.bar-chart-div:nth-child(4)
{
	left: 76%;
}
.chart6 .bar-chart-div {
	    bottom: -54px;
}
.bar-charts h3 {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 3.4rem;
	     line-height: 1.4;
}
.bar-charts h3 span
{
	    font-size: 1.4rem;
    display: block;
	position: relative;
}
.bar-charts h3 span.high:after {
    content: "(highest)";
    display: block;
    position: absolute;
    left: 34%;
    font-size: 0.8em;
    font-family: 'Zoho_Puvi_Regular';
}
.chart3 .bar-charts h3, .chart4 .bar-charts h3 {
		    position: absolute;
    bottom: 69px;
    left: 38%;
    font-size: 1.6em;
	z-index: 1;
	}
.chart3 .bar-chart-div:nth-child(1) h3 {
	    bottom: 418px;
}
.chart1 .bar-chart-div:nth-child(1) h3 {
	    bottom: 440px;
}
.chart3 .bar-chart-div:nth-child(2) h3 {
	    bottom: 373px;
}
.chart3 .bar-chart-div:nth-child(3) h3 {
	    bottom: 501px;
}
.chart3 .bar-chart-div:nth-child(4) h3 {
	    bottom: 438px;
}
.chart3 .bar-chart-div:nth-child(5) h3 {
	    bottom: 128px;
}

.chart4 .bar-chart-div:nth-child(1) h3 {
	    bottom: 385px;
}
.chart4 .bar-chart-div:nth-child(2) h3 {
	    bottom: 302px;
}
.chart4 .bar-chart-div:nth-child(3) h3 {
	    bottom: 149px;
}
.chart4 .bar-chart-div:nth-child(4) h3 {
	    bottom: 127px;
}
.chart1 .bar-chart-div:nth-child(2) h3 {
	     bottom: 297px;
}
.chart1 .bar-chart-div:nth-child(3) h3 {
	     bottom: 307px;
}
.chart1 .bar-chart-div:nth-child(4) h3 {
	bottom: 492px;
}
.bar-chart {
    width: 50%;
    height: 0px;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 140px;
	transition: all ease 1.3s;
}
.chart5 .bar-chart-div {
	    bottom: -54px;
}
.bar-chart-div:nth-child(1) .bar-chart{background: linear-gradient(92deg, #5834e7, #6533e8);}
.bar-chart-div:nth-child(2) .bar-chart{background: linear-gradient(92deg, #7733ea, #8731ec);}
.bar-chart-div:nth-child(3) .bar-chart{background: linear-gradient(92deg, #9930ee, #a82ff0);}
.bar-chart-div:nth-child(4) .bar-chart{background: linear-gradient(92deg, #ba2bf0, #c437f2);}
.chart3 .bar-chart-div:nth-child(1) .bar-chart{background: #0F22B0;}
.chart3 .bar-chart-div:nth-child(2) .bar-chart{background: #5B2EE6;}
.chart3 .bar-chart-div:nth-child(3) .bar-chart{background: #802DEA;}
.chart3 .bar-chart-div:nth-child(4) .bar-chart{background: #A02CEE;}
.chart3 .bar-chart-div:nth-child(5) .bar-chart{background: #CD53F4;}
.chart4 .bar-chart-div:nth-child(1) .bar-chart{background: #0F22B0;}
.chart4 .bar-chart-div:nth-child(2) .bar-chart{background: #5B2EE6;}
.chart4 .bar-chart-div:nth-child(3) .bar-chart{background: #802DEA;}
.chart4 .bar-chart-div:nth-child(4) .bar-chart{background: #CD53F4;}
.chart3 .bar-chart, .chart4 .bar-chart {
	width: 80%;
}
.chart3 .bar-chart-div, .chart4 .bar-chart-div {
	bottom: -154px;
}
.thumb-count h3 {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 4rem;
    margin-top: 25px;
    margin-bottom: 10px;
}
.thumb-count p {
    font-size: 1.625rem;
}
.thumb-count p span {
	 font-size: 0.9em;
}
.thumb-count {
    margin-bottom: 40px;
}
#section6 {
        background: linear-gradient(to top, #fff, #fff, #6851b6, #270696, #1a006c, #9989cd, #bbb0dd);
    margin-top: -1px;
    padding-top: 0;
    padding-bottom: 0;
}
#section6 .white-container {
	padding-bottom: 0;
}
.font-highlight {
        font-size: 2.2rem;
    line-height: 1.4;
    font-family: 'Zoho_Puvi_Medium';
}
.font-highlight span.sml {
    font-size: 0.7em;
}
.font-highlight span.lrg {
    font-size: 1.2em;
}
.survey-chart.chart2 {
    height: 335px;
	    margin-bottom: 150px;
}
.chart2 .bar-charts h3 {
    font-size: 1.3rem;
}
.chart2 .bar-chart-div:first-child
{
	    left: 4%;
}
.chart2 .bar-chart-div:first-child .bar-chart
{
	        background: linear-gradient(92deg, #0028ff, #2534e1);
}
.chart2 .bar-chart-div {
    width: 12%;
}
.chart6 .bar-chart-div {
	width: 8%;
}
.chart2 .bar-chart
{
	    bottom: 75px;
}
.high .bar-chart:before {
        content: "";
    width: 135%;
    height: 120%;
    display: block;
    position: absolute;
    bottom: -55px;
    border: 2px dashed #69D100;
    transform: translate(-50%, 0);
    left: 50%;
	animation: mymove 10s 1;
}
@keyframes mymove {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.chart2 .bar-chart-div:nth-child(2){left: 16%;}
.chart2 .bar-chart-div:nth-child(3){left: 28%;}
.chart2 .bar-chart-div:nth-child(4){left: 40%;}
.chart2 .bar-chart-div:nth-child(5){left: 52%;}
.chart2 .bar-chart-div:nth-child(6){left: 64%;}
.chart2 .bar-chart-div:nth-child(7){left: 76%;}
.chart2 .bar-chart-div:nth-child(8){left: 88%;}
.chart2 .bar-chart-div:first-child .bar-chart{background: linear-gradient(92deg, #1535df, #2534e1);}
.chart2 .bar-chart-div:nth-child(2) .bar-chart{background: linear-gradient(92deg, #3734e2, #4534e4);}
.chart2 .bar-chart-div:nth-child(3) .bar-chart{background: linear-gradient(92deg, #5834e7, #6533e8);}
.chart2 .bar-chart-div:nth-child(4) .bar-chart{background: linear-gradient(92deg, #7733ea, #8731ec);}
.chart2 .bar-chart-div:nth-child(5) .bar-chart{background: linear-gradient(92deg, #9930ee, #a82ff0);}
.chart2 .bar-chart-div:nth-child(6) .bar-chart{background: linear-gradient(92deg, #ba2bf0, #c437f2);}
.chart2 .bar-chart-div:nth-child(7) .bar-chart{background: linear-gradient(92deg, #cc52f5, #d165f5);}
.chart2 .bar-chart-div:nth-child(8) .bar-chart{background: linear-gradient(92deg, #e5a3fb, #f2d0fd)}
.chart3 .bar-chart-div:nth-child(2){left: 24%;}
.chart3 .bar-chart-div:nth-child(3){left: 40%;}
.chart3 .bar-chart-div:nth-child(4){left: 56%;}
.chart3 .bar-chart-div:nth-child(5){left: 72%;}
.chart4 .bar-chart-div:nth-child(2){left: 24%;}
.chart4 .bar-chart-div:nth-child(3){left: 40%;}
.chart4 .bar-chart-div:nth-child(4){left: 56%;}
.chart4 .bar-chart-div:nth-child(5){left: 72%;}

.chart6 .bar-chart-div:nth-child(2){left: 13%;}
.chart6 .bar-chart-div:nth-child(3){left: 22%;}
.chart6 .bar-chart-div:nth-child(4){left: 31%;}
.chart6 .bar-chart-div:nth-child(5){left: 41%;}
.chart6 .bar-chart-div:nth-child(6){left: 51%;}
.chart6 .bar-chart-div:nth-child(7){left: 60%;}
.chart6 .bar-chart-div:nth-child(8){left: 69%;}
.chart6 .bar-chart-div:nth-child(9){left: 78%;}
.chart6 .bar-chart-div:nth-child(10){left: 87%;}
.chart6 .bar-chart-div:nth-child(3) .bar-chart{background: linear-gradient(92deg, #441aec, #501fd2);}
.chart6 .bar-chart-div:nth-child(4) .bar-chart{background: linear-gradient(92deg, #5834e7, #6533e8);}
.chart6 .bar-chart-div:nth-child(5) .bar-chart{background: linear-gradient(92deg, #7733ea, #8731ec);}
.chart6 .bar-chart-div:nth-child(6) .bar-chart{background: linear-gradient(92deg, #9930ee, #a82ff0);}
.chart6 .bar-chart-div:nth-child(7) .bar-chart{background: linear-gradient(92deg, #ba2bf0, #c437f2);}
.chart6 .bar-chart-div:nth-child(8) .bar-chart{background: linear-gradient(92deg, #cc52f5, #d165f5);}
.chart6 .bar-chart-div:nth-child(9) .bar-chart{background: linear-gradient(92deg, #d079ed, #dc9cf0)}
.chart6 .bar-chart-div:nth-child(10) .bar-chart{background: linear-gradient(92deg, #e5a3fb, #f2d0fd)}
.grey-box {
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #d0d0d0;
    padding: 40px 40px 20px;
}
.grey-box h4 {
    font-size: 1rem;
    margin: 10px 0 0 0;
	    min-height: 38px;
}
.bar-chart-desc {
    margin-bottom: 30px;
}
.bar-chart-desc span {
    display: block;
    width: 55px;
    height: 15px;
}
.bar-chart-desc:nth-child(1) span{background: linear-gradient(92deg, #0028ff, #2534e1);}
.bar-chart-desc:nth-child(2) span{background: linear-gradient(92deg, #3734e2, #4534e4);}
.bar-chart-desc:nth-child(3) span{background: linear-gradient(92deg, #5834e7, #6533e8);}
.bar-chart-desc:nth-child(4) span{background: linear-gradient(92deg, #7733ea, #8731ec);}
.bar-chart-desc:nth-child(5) span{background: linear-gradient(92deg, #9930ee, #a82ff0);}
.bar-chart-desc:nth-child(6) span{background: linear-gradient(92deg, #ba2bf0, #c437f2);}
.bar-chart-desc:nth-child(7) span{background: linear-gradient(92deg, #cc52f5, #d165f5);}
.bar-chart-desc:nth-child(8) span{background: linear-gradient(92deg, #e5a3fb, #f2d0fd)}
.chart-6 .rows:nth-child(2) .bar-chart-desc:nth-child(1) span{background: #AA15D9;}
.chart-6 .rows:nth-child(2) .bar-chart-desc:nth-child(2) span{background: #C22CF1;}
.chart-6 .rows:nth-child(2) .bar-chart-desc:nth-child(3) span{background: #CF59F5;}
.chart-6 .rows:nth-child(2) .bar-chart-desc:nth-child(4) span{background: #D97FF7;}
.chart-6 .rows:nth-child(3) .bar-chart-desc:nth-child(1) span{background: #E4A3F9;}
.chart-6 .rows:nth-child(3) .bar-chart-desc:nth-child(2) span{background: #F0CBFC;}
.number-cols {
        margin: 40px 0 50px 0;
	    position: relative;
}
.number-cols-80 {
    height: 250px;
    width: 65%;
    background: linear-gradient(135deg, #b3a8da, #32129a, #180065);
    float: left;
	position: relative;
}
.number-cols-20 {
    height: 250px;
    width: 8%;
    background: linear-gradient(135deg, #b3a8da, #32129a, #180065);
    float: left;
	position: relative;
}
.number-cols-80 .in-cols {
    font-size: 1.8rem;
    line-height: 1.4;
    position: absolute;
    transform: translate(-50%, 0);
        bottom: -45px;
    left: 63%;
	    padding: 0 15px;
}
.number-cols-20 .in-cols {
    font-size: 1.8rem;
    line-height: 1.4;
    position: absolute;
    width: 300%;
    left: 200%;
    transform: translate(0, -50%);
    top: 50%;
}
.number-cols-80 .in-cols-line {
    display: inline-block;
    width: 100px;
    height: 1px;
    right: 55px;
    bottom: -20px;
    background: #fff;
    position: absolute;
}
.number-cols-20 .in-cols-line {
    display: block;
    width: 1px;
    height: 100%;
    left: 170%;
    top: 0;
    background: #fff;
    position: absolute;
}
.number-cols-80 .in-cols-line:after
{
	        content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 40px;
    background: #fff;
    bottom: 0;
    transform: rotate(20deg);
}
.number-cols-80 .in-cols-line:after
{
	right: -7px;
}
.number-cols-60 .in-cols-line:after
{ 
 background: #000;
}
.number-cols-60 .in-cols-line {
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -50px;
    background: #000;
    position: absolute;
}
.number-cols-60 .in-cols {
    font-size: 1.8rem;
    line-height: 1.4;
    position: absolute;
    transform: translate(-50%, 0);
    bottom: -65px;
    left: 50%;
    padding: 0 15px;
    background: #fff;
}
.number-cols-60 .in-cols-line:after {
	        content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #000;
    bottom: 0;
	transform: unset;
	right: 0;
}
.number-cols-60 .in-cols-line:before, .number-cols-30 .in-cols-line:before {
	    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #000;
    bottom: 0;
}
.number-cols-60 {
	width: 60%;
}
.number-cols-20.custom .in-cols-line {
    display: block;
    width: 1px;
    height: 70px;
    left: 170%;
    top: 39px;
    background: #fff;
    position: absolute;
    transform: rotate(-37deg);
}
.number-cols-20.custom .in-cols-line:after {
	    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 40px;
    background: #fff;
    top: -31px;
    left: -17px;
    transform: rotate(123deg);
	
}
.number-cols-30 {
	width: 30%;
	margin-left: 8px;
}
.number-cols-30 .in-cols-line {
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -50px;
    background: #000;
    position: absolute;
    top: auto;
}
.number-cols-30 .in-cols {
	font-size: 1.8rem;
    line-height: 1.4;
    position: absolute;
    transform: translate(-50%, 0);
    bottom: -65px;
    left: 50%;
    padding: 0 15px;
    background: #fff;
	width: auto;
	top: auto;
}

.number-cols-30 .in-cols-line:after {
		    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #000;
    right: 0;
}
.number-cols-30 .in-cols-line:before {
	bottom: 0;
	width: 1px;
	height: 20px;
	background: #000;
   left: 0;
}
.number-cols-30 .in-cols-line:after
{
	top: auto;
	bottom: 0;
}
#section7 {
    background: linear-gradient(180deg, #644cb3, #250394, #0e023a);
    padding: 80px 0;
}
#section8 .section-title
{
	margin-bottom: 20px;
}
.cta-full {
    background: #21018C;
    color: #fff;
    cursor: pointer;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.6rem;
    padding: 14px 32px;
    display: inline-block;
}
.cta-full:hover
{
	background: linear-gradient(180deg, #644cb3, #250394, #0e023a);
}
.pie-chart {
    transition: all ease 0.9s;
    transform: rotate(25deg);
}
/* 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;
    background: linear-gradient(186deg, #0e0138, #1a0272, #5544ae);
    color: #fff;
    font-size: 1.5rem;
    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';
   background: #21018C;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
        padding: 15px 40px;
    margin: 0 0 20px 0;
    border: none;
}

.btn-submits button:hover {
          background: linear-gradient(180deg, #644cb3, #250394, #0e023a);
}

.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;
}
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
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 48%);
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}
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: 47%;
    left: 50%;
    width: 450px;
    background: linear-gradient(186deg, #0e0138, #1a0272, #5544ae);
    padding: 60px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close{
	position: absolute;
    z-index: 999;
    top: -13px;
    right: -7px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    background:#fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	font-family: 'Zoho_Puvi_Medium';
}
.msg-close:hover{
	    opacity: 0.8;
}
.msgcon img {
    position: absolute;
    width: 150px;
    height: auto;
    transform: translate(-50%, 0);
    left: 50%;
    top: -86px;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.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;
}
.line-graph {
	background: #000;
	color: #fff;
	padding: 60px;
}
.linegraphimg {
	    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
}
.bar-label h4{
	margin: 0;
	text-align: left;
	padding-top: 15px;
}
.bar-label span {
	width: 70%;
}
.bar-label:nth-child(1) span {
	    background: #0f22b0;
}
.bar-label:nth-child(2) span {
	    background: #5c2ee6;
}
.bar-label:nth-child(3) span {
	    background: #812eea;
}
.bar-label:nth-child(4) span {
	    background: #a02cef;
}
.chart4 .bar-label:nth-child(4) span {
	background: #cd54f4;
}
.bar-label:nth-child(5) span {
	    background: #cd54f4;
}
.widthless.piegraph-lab {
	width: 41%;
	margin: auto;
}
.piegraph-lab:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 15px;
	background: #DED1FE;
	display: block;
}
.piegraph-lab1:before {
	    left: -71px;
    top: 7px;
	background: #885EF0;
}
.piegraph-lab2:before {
	    left: -71px;
    top: 7px;
	background: #DED1FE;
}
.piegraph-lab3:before {
	    left: -71px;
    top: 7px;
	background: #B196F4;
}
.percent-box {
	background-image: linear-gradient(to right, #0E0139, #1D007D , #6B54B7);
	padding: 30px 60px;
	margin: auto;
}
.lar-text {
	    font-size: 7em;
    font-family: 'Zoho_Puvi_Bold';
    display: block;
    line-height: normal;
}
.brand {
	display: none;
}
.header-section.active {
	margin-bottom: 100px;
}
img.wrap-img {
    display: block;
    margin: 30px auto 90px auto;
    width: 85%;
}
.book-markup {
	width: 300px;
	margin: auto;
}
@media only screen and (max-width: 1200px)
{ 
	.nav-menu li a, .nav-menu li span {
		padding: 25px 20px;
	}
	.linegraphimg {
		top: 18px;
	}
}
@media only screen and (max-width: 1025px)
{
	.header-section.active {
	margin-bottom: 0;
} 
	.number-cols-80 .in-cols {
		bottom: -62px;
	}
	.graph-line {
	    width: 90%;
    rotate: 8deg;
    position: absolute;
    top: -27px;
    left: 16px;
	}
	.chart-graph {
		height: 175px;
	}
	.fixed-graph, .cul-sqr .fixed-graph {
		width: 50%;
	}
	.widthless.piegraph-lab {
		width: 67%;
	}
	.survey-chart {
		    margin-bottom: 100px;
	}
	.bar-chart-desc {
		    margin-bottom: 30px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
	}
	
	.linegraphimg {
		top: 44px;
	}
	.brand {
		display: block;
	}
	.second-header.fixed-header {
		padding: 15px 0;
		    border-bottom: 1px solid #A5A5A5;
	}
	.brdpwm {
		border:none;
	}
	.nav-menu li a, .nav-menu li span {
		    display: block;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 1.1rem;
		text-align: left;
	}
	.nav-menu li span br {
		display: none;
	}
	#banner {
    padding-top: 30px;
}
	#section4 .cols-8 img {
    margin-bottom: 50px;
}
	footer .container {
    width: 96%;
}
	#commonHeader {
    display: none;
}
	.brand-logo {
    pointer-events: unset;
    opacity: 1;
		    width: 180px;
    padding-left: 15px;
}
	.second-header.fixed-header {
    padding: 12px 0;
    position: fixed;
    z-index: 9999;
	transition: all ease 0.2s;
}
	#banner
	{
		    margin-top: 100px;
	}
	#topbar-menu-icon {
    display: block;
    top: 8px;
}
	.nav-menu {
    transform: translateX(0);
    transition: none;
}
	.nav-section .nav-menu {
    background: #3e28a2;
    position: absolute;
    width: 450px;
    top: 53px;
    right: 18px;
    z-index: 99;
    display: none;
    max-width: 90%;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.26);
}
	.nav-section .nav-menu li {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 0;
}
	.container {
    max-width: 95%;
}
}
@media only screen and (max-width: 992px)
{
	.min-hgt {
		height: 120px;
	}
	.pie-count-in {
    position: static;
    width: 100%;
}
	.circle-box h3, .sqr-box h3 {
    font-size: 2rem;
}
	.circle-box:first-child, .sqr-box:first-child
	{
		    height: 155px;
	}
	.circle-box:nth-child(2), .sqr-box:first-child
	{
		    height: 180px;
	}
	.circle-box:nth-child(3), .sqr-box:first-child
	{
		    height: 151px;
	}
	.circle-box:nth-child(4), .sqr-box:first-child
	{
		    height: 165px;
	}
	.dbl-sqr > .dbl-sqr-in
	{
		width: 100%;
	}

	.ai-text-line p br, .section-subtitle br {
    display: none;
}
	.ai-text-line p {
    width: 85%;
}
	.percent-box {
		padding: 30px;
	}
	.chart4 .survey-chart {
		margin-bottom: 100px;
	}
}
@media only screen and (max-width: 830px)
{ 
	.graph-line {
		    top: 26px;
    left: 22px;
	}
	#section-five .para {
		    font-size: 1rem;
	}
	.lar-text {
		font-size: 4em;
	}
	.survey-chart .bar-charts h3 {
		font-size: 1em;
	}
}
@media only screen and (max-width: 650px)
{
	.chart3 .bar-chart-div:nth-child(1) h3 {
		    bottom: 398px;
	}
	.chart3 .bar-chart-div:nth-child(2) h3 {
		bottom: 353px;
	}
	.chart3 .bar-chart-div:nth-child(3) h3 {
		    bottom: 483px;
	}
	.chart3 .bar-chart-div:nth-child(4) h3 {
		bottom: 419px;
	}
	.chart3 .bar-chart-div:nth-child(5) h3 {
		bottom: 110px;
	}
	.chart1 .bar-chart-div:nth-child(1) h3 {
		bottom: 412px;
	}
	.chart1 .bar-chart-div:nth-child(2) h3 {
		bottom: 275px;
	}
	.chart1 .bar-chart-div:nth-child(3) h3 {
		bottom: 280px;
	}
	.chart1 .bar-chart-div:nth-child(4) h3 {
		bottom: 464px;
	}
	.chart4 .bar-chart-div:nth-child(1) h3 {
		bottom: 364px;
	}
	.chart4 .bar-chart-div:nth-child(2) h3 {
		bottom: 279px;
	}
	.chart4 .bar-chart-div:nth-child(3) h3 {
		bottom: 124px;
	}
	.chart4 .bar-chart-div:nth-child(4) h3 {
		bottom: 104px;
	}
	.bar-chart-desc {
		padding-right: 10px;
	}
	.number-cols-30 {
		margin-left: 0;
	}
	html, body
	{
		overflow-x: hidden;
	}
	.sml-hidden
	{
		display: none;
	}
	.page-title {
    font-size: 2.5rem;
}
	.section-subtitle {
    font-size: 1.6rem;
}
	.section-title {
    font-size: 2.5rem;
}
	.page-title br
	{
		display: none;
	}
	.content-box {
    padding: 30px;
}
	.box-navigation
	{
		    margin-bottom: 30px;
	}
	.blue-container, .black-container, .white-container {
    padding: 30px;
}
	.circle-bar, .sqr-bar {
    display: block;
}
	.circle-box, .sqr-box {
    width: 24% !important;
    height: auto !important;
    margin: 0;
    display: inline-block;
    background: transparent;
}
	.sqr-box:before
	{
		display: none;
	}
	.counter-box {
       position: static;
    transform: none;
}

	.pie-count {
    height: auto;
       margin-bottom: 40px;
}
	.last-child {
		margin-bottom: 0;
	}
	.dbl-sqr-in h2 {
    font-size: 5rem;
}
	.sqr-bar2 .sqr-box {
    width: 33% !important;
}
	.line-seperator-med, .line-seperator, .line-seperator-med.text-center {
    margin: 40px 0;
}
	.ai-in-box {
    padding: 30px;
}
	.ai-text-line p {
    font-size: 1.2rem;
	    width: 95%;	
}
	.ai-in-box h2 {
    font-size: 3rem;
}
	.ai-in-box p {
    font-size: 1.2rem;
}
	h4.para {
    margin: 0;
}
	#section5 .pie-count h2, .pie-count-large h2 {
    position: static;
    font-size: 4rem;
    text-align: center;
        margin-bottom: 12px;
    line-height: 1;
}
	.font-highlight {
    font-size: 1.8rem;
}
	.number-cols1, .number-cols2 {
    width: 100%;
}
	.number-cols1 h3 {
    margin-bottom: 60px;
}
	.number-cols1 h3:after {
    width: 100%;
    height: 1px;
    bottom: 30px;
    left: 0;
    top: unset;
}
	.number-cols2 p {
    font-size: 1.5rem;
}
	.grey-box {
    width: 100%;
	    padding: 30px 10px 20px;	
}
	.grey-box h4
	{
		    min-height: 58px;
	}
	.bar-charts h3 {
    font-size: 1.2rem;
}
	.bar-charts h3 span {
    font-size: 0.8rem;
}
	.chart2 .bar-charts h3 {
    font-size: 0.8rem;
}
	
	.bar-chart
	{
		    bottom: 85px;
	}
	.survey-chart {
    height: 345px;
    margin-bottom: 146px;
	}
	.survey-chart.chart2 {
    height: 315px 
	}
	.chart2 .bar-chart {
    bottom: 55px;
}
		.number-cols1, .number-cols2 {
    width: 100%;
}
	.number-cols1 h3 {
    margin-bottom: 60px;
}
	.number-cols1 h3:after {
    width: 100%;
    height: 1px;
    bottom: 30px;
    left: 0;
    top: unset;
}
	.number-cols2 p {
    font-size: 1.5rem;
}
		.number-cols-80, .number-cols-20 {
    height: auto;
    width: 100%;
	background: transparent;	
}
	.number-cols-80 .in-cols-line, .number-cols-20 .in-cols-line {
    display: none;
}
	.number-cols-80 .in-cols, .number-cols-20 .in-cols {
    position: static;
    width: 100%;
       transform: none;		
}
	.number-cols {
    margin: 40px 0 40px 0;
}
	.number-cols-80 {
    margin-bottom: 15px;
}
	.graphbox:after {
		    width: 500px;
		    height: 200px;
		left: -103px;
    bottom: 147px;
	}
	.piegraph-lab {
		    width: 55%;
    text-align: left;
	}
	.chart4 .survey-chart {
		margin-bottom: 150px;
	}
	.number-cols-20 .in-cols {
		    padding: 0 15px;
	}
	.widthless.piegraph-lab {
		width: 55%;
	}
	.lar-text {
		padding: 10px 0px;
	}
	.min-hgt {
		height: auto;
	}
	.chart3 .bar-charts h3, .chart4 .bar-charts h3 {
		margin: 0;
	}
	.chart-graph {
		    height: 138px;
	}
	.graph-line {
    top: 2px;
    left: 12px;
}
	.book-markup {
		padding-top: 40px;
	}
}
@media only screen and (max-width: 460px) {
	.linegraphimg {
		    width: 100%;
	}
	.fixed-graph, .cul-sqr .fixed-graph {
		width: 82%;
	}
	.chart5 .bar-charts, .chart6 .bar-charts {
		    left: 17px;
    bottom: 35px;
    position: relative;
	}
	.text-diagram-old h3 {
		font-size: 1em;
	}
	.dbl-sqr > .dbl-sqr-in {
		    padding: 50px;
	}
	.line-graph {
		padding: 10px;
	}
	.graphbox:after {
		height: 200px;
    left: -159px;
    bottom: 165px;
	}
	.text-diagram-old img {
		width: 100%;
	}
	.number-cols-30 {
		margin: 0;
	}
	.dbl-sqr > .dbl-sqr-in:last-child {
		padding: 60px 10px;
	}	
}