/* 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%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'ZohoPuvi';
	    font-weight: 300;
}
 * {
	-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;
}
h2
{
	font-size: 2.5em;
	color: #000;
	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.1em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-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;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-weight: 600;
}
.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: 87.5%;
}
.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-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.fixed-header {
    padding: 35px 0;
    width: 100%;
    z-index: 9999;
}
header.header-fixed {
    padding: 20px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	    background: linear-gradient(to right, #04226e, #16378d, #04226e);
}
.brand-logo {
    display: inline-block;
    width: 200px;
}
.brand-logo img
{
	height: auto;
}
#topbar-menu-icon {
    display: none;
        position: absolute;
    right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 15px;
}
#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(
135deg
);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(
135deg
);
}
.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(
-135deg
);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(
-135deg
);
}
.nav-menu {
    margin: 8px 0 0 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin-left: 10px;
}
.nav-menu li a {
    color: #fff;
    padding: 10px;
    display: block;
}
.nav-menu li a:hover, .nav-menu li.active a, .nav-menu li a.active {
    color: #F0483E;
}
#main-banner{background:linear-gradient(0deg, #2969f2, #102c92);}
#banner {
    padding:80px 0;;
}
.page-title {
      color: #fff;
    margin: 30px 0 20px 0;
    font-family: 'Zoho_Puvi_Bold';	
}
img.digital-banner {
    width: 90%;
    margin: 0 auto;
    display: block;
	height:auto;
}
.msp-banner {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.page-section {
  padding: 40px 0;
position: relative;
}
.carasol-container {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.section-title {
  font-weight: 500; 
  font-size: 1.7em;
  color: #000;
  line-height: 1.6;
}
#one{background:#f7f7f7;}
#secondary-header {padding: 80px 0 0;}
.secondary-tab {
    background:#fff;
    margin: 0;
	display:flex;
	align-items:end;
	border-bottom: 1px solid #E4E4E4;
}
.secondary-tab li {
    margin: 0;
	width:20%;
	position:relative;
}
.secondary-tab li h4{margin:0;text-align:center;}
.section2 h4{font-size: 1.0625em;margin: 0 0 25px;line-height: 1.8;}
.secondary-tab li.active-tab a, .secondary-tab li a:hover {color:#3682F4;}
.secondary-tab li:after{position:absolute;content:'';width:0;border-radius:10px;display: block; height:3px;bottom:0; background:#2666EC;}
.secondary-tab li:hover:after,.secondary-tab li.active-tab:after{width:100%;}
.secondary-tab li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    padding: 20px 15px;
    font-size:1em;
	font-family: 'Zoho_Puvi_Medium';
	text-align:left;
}
#secondary-header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 39%);
    padding: 0;
	background:#fff;
}
/*---------------- Banner ----------------*/

.banner-button {
    padding: 15px 25px;
    background: #EEE629;
    color: #000;
    display: inline-block;
    font-family: 'Zoho_Puvi_SemiBold';
	transition: .3s;
}
.banner-button:hover {
	cursor: pointer;
	background: #37B6A7;
	color: #fff;
}
#banner p {
	color: #fff;
}
.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-1{flex:0 0 20%;}
.flex-3 {
    flex: 3;
}
.flex-2 {
    flex: 2;
}

/*-----Grid css-------*/

.grid-row,.sec5-grid-box,.sec6-grid-box,.sec4-grid-box,.sec3-grid-box,.us-sec3-grid-box,.sp-sec4-grid-box,.indo-sec4-grid-box,.anz-sec4-grid-box,.ph-sec4-grid-box,.anz-sec3-grid-box,.indo-sec5-grid-box,.uae-sec3-grid-box,.uae-sec4-grid-box,.sa-sec3-grid-box,.uae-sec5-grid-box,.sa-sec5-grid-box,.sp-sec5-grid-box,#sec-five .us-new-sec{
	margin-right: -15px;
    margin-left: -15px;
}
.grid-row{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2" "col3 col3 col4 col4";
}
.sec5-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col1 col1" "col2 col2 col3 col3" "col4 col4 col3 col3";
}
.sec4-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col1 col1" "col2 col2 col3 col3" "col4 col4 col3 col3" "col4 col4 col5 col5" "col6 col6 col5 col5";
}
.sp-sec4-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col1 col1 col3 col3";
}
.indo-sec4-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2";
}
.anz-sec4-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2";
}
.ph-sec4-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2" "col3 col3 col4 col4";
}
.indo-sec5-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col1 col1 col3 col3" "col4 col4 col3 col3";
}
.uae-sec3-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col1 col1" "col2 col2 col3 col3" "col4 col4 col3 col3";
}
.uae-sec4-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2" "col4 col4 col5 col5";
}
.sa-sec3-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2";
}
.uae-sec5-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2" "col3 col3 col4 col4";
}
.sa-sec5-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2";
}
.anz-sec3-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2" "col4 col4 col2 col2" "col5 col5 col5 col5";
}
.sp-sec5-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2";
}
.sec3-grid-box{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"col1 col1 col2 col2" "col1 col1 col4 col4" "col3 col3 col4 col4" "col5 col5 col5 col5" "col6 col6 col6 col6";
}
.grid-row .flex-cols2,.sec5-grid-box .flex-cols2,.sec4-grid-box .flex-cols2,.sec3-grid-box .flex-cols2,.sp-sec4-grid-box .flex-cols2,.indo-sec4-grid-box .flex-cols2,.anz-sec4-grid-box .flex-cols2,.ph-sec4-grid-box .flex-cols2,.indo-sec5-grid-box .flex-cols2,.uae-sec3-grid-box .flex-cols2,.uae-sec4-grid-box .flex-cols2,.sa-sec3-grid-box .flex-cols2,.uae-sec5-grid-box .flex-cols2,.sa-sec5-grid-box .flex-cols2,.anz-sec3-grid-box .flex-cols2,.sp-sec5-grid-box .flex-cols2{width: 100%;}
.grid-box1{grid-area:col1;}
.grid-box2{grid-area:col2;}
.grid-box3{grid-area:col3;}
.grid-box4{grid-area:col4;}
.grid-box5{grid-area:col5;}
.grid-box6{grid-area:col6;}
.sec4-box5{grid-row:auto;}
.mr-top .flex-cols2.sec4-box6{
	transform: translateY(-200px);
    margin-bottom: -200px;
}
#one [class*="flex-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.box-spacing{
	padding:40px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.inner-box-title{color:#000000;font-size:1.7em;margin:0 0 10px;}
.white-box{background:#fff;}
.light-blue{background:#e3edfc;height:100%;position:relative;}
.light-blue p{margin:0;}
.light-blue .sec2-right-img{
	position:absolute;
	width:150px;
	height:auto;
	right:0;
	bottom:0;
}
.marker-box{    
	padding:25px;
	background:#f9fafe;
	position:relative;
}
.marker-box div{float:left;}
.marker-box div:nth-child(1){width:45%;}
.marker-box div:last-child{width:55%;}
.marker-box span{    
    padding: 15px 20px;
    color: #fff;
    font-size: 1.3em;
    font-family: 'Zoho_Puvi_SemiBold';
	display:block;
}
.marker-box span.blue-light {
    width: 100%;
    background: #296bf4;
}
.marker-box span.blue-dark {
    width: 100%;
    background: #0b3095;
	text-align:right;
}
.marker-box p{margin:10px 0 0;font-size:0.9em;}
.marker-box p.fl{float:left;}
.marker-box p.fr{float:right;}
.country-box{
	padding: 50px;
    margin: 30px 0 0;
    border-radius: 5px;
    background: url(../images/world-circle-img.png) #FFFFFF no-repeat;
    background-position: 94% center;
}
.country-box p:last-child{margin: 0;}
.country-list{margin:40px 0 0;}
ul{margin:0;}
.country-list li div:nth-child(1){
	background:#EBEBEB;
	height:300px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:15px;
	position:relative;
	overflow:hidden;
}
.country-list li div:nth-child(1) p{text-align:center;font-family:"Zoho_Puvi_SemiBold"}
img.maps-img {
    width: 160px;
    height: 150px;
    margin: 50px auto 25px;
    display: block;
}
.overlay-box{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#0a3095;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:18px 25px;
	transform: translateY(320px);
    transition: all ease .7s;
}
a.list-country{
    display: block;
    color: #fff;
    font-size: 1em;
}
.comingsoon,.upcoming-list{display:block;}
.comingsoon{font-family:"Zoho_Puvi_Bold";}
.upcoming-list{padding:10px 0 0;}
.overlay-box .line-btm{display:block;width:100%;background:#9dacd5;margin:10px 0;height:1px;}
.country-list li div:nth-child(1):hover .overlay-box{transform: translateY(0px);}
a.list-country .arr {
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
	font-family: 'Zoho_Puvi_Medium';
    display: inline-block;
    padding-left: 2px;
    font-size: 0.9em;
}
a.list-country:hover .arr{padding-left:7px;}
.flex-cols2{width:50%;padding-left:15px;padding-right:15px;}
.inner-com-box{
	padding:50px 40px;
	background:#f7f7f7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.mr-top{margin-top:50px;}
.mr-top .flex-cols2{margin-bottom:30px;}
.doubles-percon{display:flex;}
.lf-white{margin:25px 0 0;}
p.double-con {
    padding: 0 0 0 25px;
	margin:0;
}
b.double-con-para,p.sp-double-con-para {
    display: block;
    font-family: 'Zoho_Puvi_Regular';
    margin-top: 15px;
	font-weight:400;
}
.white-chart,.black-chart{padding:35px 40px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.white-chart{background:#fff;}
.black-chart{background:#000000;}
p.graph-btm-con {
    margin: 15px 0 0;
    font-size: 1em;
    font-style: oblique;
}
.chart-head{font-family:"Zoho_Puvi_SemiBold";line-height:1.4;}
.container .box {
  width: 100%;
}
.container .box .chart {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 160px;
  color: #fff;
}
.container .box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.circle-outer{
width:90px;
height:90px;
border-radius:50%;
overflow:hidden;
position:relative;
	flex-shrink:0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.half-circle{
width:100%;
height:100%;
background:#296BF4;
position:absolute;
left:-50%;
overflow:hidden;
}
.inner-circle{
position: absolute;
    width: calc(100% - 20%);
    height: calc(100% - 20%);
    background: #F7F7F7;
    border-radius: 50%;
    top: 50%;
    text-align: center;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 71px;
    font-size: 1.6em;
    font-family: 'Zoho_Puvi_SemiBold';
	color:#000;

}
.inner-circle.back-bg{background:#000;color:#fff;}
.circle-4{
	width:85px;
	height:85px;
	margin:0 auto;
}
.circle-4 .inner-circle{line-height:70px;font-size:1.5em;}
.circle-right-half.half-circle{
left:50%;
}
.half-box{
width:50%;
height:100%;
position:absolute;
background:#fff;
transform:-webkit-rotate(0deg);
transform:-moz-rotate(0deg);
transform:rotate(0deg);
	-webkit-transition:.5s ease-out all;
	-moz-transition:.5s ease-out all;
	transition:.5s ease-out all;
}
.half-box.gray-half{background:#DFDFDF;}
.half-box.gray-half.black{background:#171717;}
.circle-left-half .half-box{
left:50%;
}
.circle-right-half .half-box {
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  transform-origin: 0;
}
.circle-left-half .half-box {
  -webkit-transform: .5s ease-in all;
  -moz-transform: .5s ease-in all;
  transform: .5s ease-in all;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
      -webkit-transition-delay: .479s;
      -moz-transition-delay: .479s;
      transition-delay: .479s;
}
.graph.vertical li {
    margin: 20px 0;
}
.graph li span.reg {
    width: 100px;
	font-size: 0.9em;
}
.graph li > span {
    display: inline-block;
    line-height: 1.3;
    position: relative;
	vertical-align:middle;
	height:40px;
}
.graph li span.progress-in {
    display: inline-block;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    background: #296bf4;
    font-size: 0.9em;
}
.per-number{
	font-size:1.1em;
	font-family:"Zoho_Puvi_SemiBold";
	padding-left:8px;
	line-height:40px!important;
}
.per-52{width:52%;}
.per-39{width:39%;}
.per-6{width:6%;}
.per-3{width:3%;}
.rt-white h4{
	margin: 0;
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_Medium';
    line-height: 1.6;
}
.ss-box{margin-top: 30px;}
.ss-box .lr-com:nth-child(1){border-right:1px solid #707070;}
.lr-com,.dob-circle {
    float: left;
    width: 50%;
}
h6.per-title {
    margin:0 0 30px 0;
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_SemiBold';
    text-align: center;
}
.dob-circle img{
	display:block;
	margin:0 auto;
	height:auto;
}
.dob-circle p{
	margin:15px 0 0;
	text-align: center;
}
.mr-bottom{margin-bottom: 30px;}
.three-row,.two-row{padding:0;}
.three-row .doubles-percon,.two-row .doubles-percon {
    align-items: center;
    padding: 25px 40px;
}
.three-row .doubles-percon {
    padding: 30px 40px;
}
.three-row .doubles-percon {
    border-bottom: 1px solid #d0d0d0;
}
.two-row .doubles-percon {
    border-bottom: 1px solid #4E4E4E;
}
.three-row .doubles-percon:last-child,.two-row .doubles-percon:last-child{border:none;}
.graph-hor{padding:50px;text-align: center;}
.graph-hor img{width:100%;height:auto;display:block;}
.graph-hor p{font-family: 'Zoho_Puvi_SemiBold';margin-bottom:40px;}
.space30{margin-top:30px;}
.flex-cols-full{width:100%;padding-left:15px;padding-right:15px;}
.full-graph-head{margin:0 0 15px;}
.bg-img-set .inner-com-box{
	background:url("../images/sec3-bottom-bg.png") #f7f7f7 no-repeat;background-size:21%,100%;background-position:right bottom;
}
p.graph-hor-content {
    margin: 25px 0 0;
}
#four,#six{background:#000;color:#fff;}
#four h2,#six h2{color:#fff;}
.for_con {
    display: inline-block;
    padding: 5px 25px;
    background: #fff;
    text-align: center;
    color: #000;
    border-radius: 50px;
    margin: 0 5px;
    font-family: 'Zoho_Puvi_Bold';
	min-width:134px;
}
.for_con .quotes{display:none;}
.vertical-center,.sp-vertical-center,.indo-vertical-center{-webkit-align-items:center;-moz-align-items:center;align-items:center;}
.gray-bg{background:#171717;}
span.pie-title {
    margin: 0 0 12px 0;
    display: inline-block;
    font-family: 'Zoho_Puvi_Medium';
}
.hor-pie{
	background:#DFDFDF;
    height: 45px;
}
.hor-pie span{
	height: 45px;
    background: #296BF4;
    display: inline-block;
    vertical-align: middle;
}
.blue-pie{transition:all ease 1s;width:0;}
span.con-56{
	background: #DFDFDF;
    color: #000;
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_SemiBold';
    padding-left: 8px;
    line-height: 45px;
}
.flex-cols-full .gray-white{display:flex;flex-wrap: wrap;align-items:center;}
#sec-five .flex-cols-full .gray-white{align-items:inherit;}
.gray-white .flex-cols45{
	flex: 0 0 43%;
    padding: 0 50px 0 30px;
    margin-right: 1%;
}
.gray-white .flex-cols55{
	flex:0 0 55%;
}
.ipad-show{display:none;}
span.sec5-grayline {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #B1B1B1;
    margin: 40px 0;
}
img.sec5-chart-img {
    width: 100%;
    height: auto;
}
img.sa-graph-align{display:block;width: 85%;margin:40px auto 35px;}
#five h3{margin:0 0 15px;}
#five .gray-white h3{margin:0 0 40px;}
#eight,#sec-seven{background:#F9CE4E;}
.self-center .flex-3,.self-center .flex-5,.self-center .flex-4{
	 align-self: center; 
    -ms-align-self: center;
    -webkit-align-self: center;
	padding-left:15px;
	padding-right:15px;
}
.uk-self-center{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}
#sec-seven .self-center .flex-5{align-self:inherit; -ms-align-self: inherit;-webkit-align-self: inherit;}
.self-center .wrapping-img{
	width: 80%;
	height:auto;
	display:block;
	margin:0 auto;
}
ul.tick-box {
    margin: 35px 0;
    display: flex;
	flex-wrap: wrap;
}
li.tick-list {
    padding-right: 30px;
    flex:0 0 33.33%;
}
.flex-5{flex:5;}
.flex-4{flex:4;}
li.tick-list img{margin-bottom:6px;}
li.tick-list p{margin:0;}
img.reportbook-img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.download-btn {
   background: #0B3095;
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
    padding: 15px 30px;
    font-size: 1.1em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
}
.download-btn:hover{background: #1845bd;}
.mr-tb{margin:40px 0 30px;padding: 40px 40px 25px;}
.bt-para{margin:0;}
.four-chart-con {
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
}
li.four-chart-list {
    width: 33.33%;
	margin-bottom: 20px;
}
span.color-para {
    font-size: .9em;
	vertical-align:middle;
}
.box-colors {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 4px;
	vertical-align:middle;
}
.box-colors.c1{background:#FFD017;}
.box-colors.c2{background:#92DDFB;}
.box-colors.c3{background:#5B95F7;}
.box-colors.c4{background:#0B3095;}
.box-colors.c5{background:#DDF1FD;}
.box-colors.c6{background:#0921EF;}
.img-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
	background: rgba(0, 0, 0, 0.63);
	display: none;
}
.img-overlay img {
    width:90%;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	height: auto;
}
.img-overlay.black-bg-show{background:#000;}
.img-overlay.white-bg-show{background:#fff;}
span.close-popup-img {
    position: absolute;
    z-index: 999;
    top: 5%;
    right: 2%;
    color: #000;
    font-weight: 500;
    background: #F9CE4E;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: 'Zoho_Puvi_Bold';
    transform: translate(-50%, -50%);
	cursor:pointer;
}

/*---------Regional pages style start-----------*/
#sec-two{background: #F7F7F7;}
b.uc-canada-tit {
    font-size: 0.4em;
    font-family: 'Zoho_Puvi_SemiBold';
    display: block;
    margin-top: 5px;
}
.us-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}
.us-flex-3 {
    flex:0 0 50%;
	padding-left:15px;
	padding-right:15px
}
.us-inner-box-title {
    color: #000000;
    font-size: 1.7em;
    margin: 0 0 10px;
}
.us-marker-box {
    padding: 25px;
    background: #f9fafe;
    position: relative;
	width:100%;
	margin:0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow: 0 0 10px #ece9e9;
}
p.us-para{margin:0;}
.us-marker-box div,.ma-marker-box div {
    float: left;
}
.us-marker-box div:nth-child(1) {
    width: 55%;
}
.us-marker-box div:nth-child(2) {
    width: 45%;
	text-align:right;
}
.ma-marker-box div:nth-child(1) {
    width: 45%;
}
.ma-marker-box div:nth-child(2) {
    width: 55%;
	text-align:right;
}
.us-marker-box span {
    padding: 15px 20px;
    color: #fff;
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_SemiBold';
    display: block;
}
.us-marker-box span.us-blue-light {
    width: 100%;
    background: #296bf4;
}
.us-marker-box p {
    margin: 10px 0 0;
	font-size:0.9em;
}
.us-marker-box p.us-fl {
    float: left;
}
.us-marker-box span.us-blue-dark {
    width: 100%;
    background: #0b3095;
}
.us-marker-box span.us-blue-light {
    width: 100%;
    background: #296bf4;
}
.us-rt-white{padding:40px;}
.us-rt-white .ss-box{margin:0;}
.us-rt-white .ss-box .lr-com:nth-child(1){border:none;padding-right:10px;}
.us-rt-white .ss-box .lr-com:nth-child(2){padding-left:10px;}
.us-rt-white .single-con{margin:10px 0 0;font-size:1em;	}
.us-sec3-grid-box .flex-cols2{width:100%;}
.us-sec3-grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "col1 col1 col2 col2"
        "col3 col3 col2 col2"
        "col3 col3 col4 col4";
}
#sec-four{background:#000;color:#fff;}
#sec-four h2{color:#fff;}
.inner-circle.us-back-bg {
    background: #171717;
    color: #fff;
}
.inner-circle.sin-back-bg {
    background: #000;
    color: #fff;
}
.inner-circle.sin-white-bg {
    background: #fff;
    color: #000;
}
.us-flex-cols50 {
    flex: 0 0 50%;
    padding: 0 50px 45px 30px;
}
b.per-su-title {
    display: block;
    font-family: 'Zoho_Puvi_Bold';
}
.us-sec5-grayline{display:inline-block;height:15px;}
.us-flex-cols50 .doubles-percon{align-items:center;}
.us-flex-cols50:nth-child(1) {
    border-right: 1px solid #B1B1B1;
}
.us-flex-cols50 {
    border-bottom:1px solid #B1B1B1;
}
.us-flex-cols50:nth-child(2) .us-sec5-grayline{height:30px}
p.last-para-sec5.text-center {
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
    font-family: 'Zoho_Puvi_SemiBold';
}

.gab-btw {
    padding-right: 15px;
    padding-left: 15px;
}
#sec-three .secondary-title
{
margin-bottom: 50px
}
.flex-3_8
{
    flex: 3.8;
}
.sec-row {
    margin-top: 30px;
}
.flex-start
		{
			    align-items: flex-start;
		}
ul.double-list {
    line-height: 1.6;
    font-size: 1.1em;
    padding: 0 0 0 25px;
    margin-top: 15px;
}
.double-list li {
    margin-bottom: 12px;
    padding-left: 15px;
}
.double-list li:before {
    content: "-";
    margin-left: -15px;
    margin-right: 10px;
}
.top-margin
{
margin:20px 0 0 0!important;
}
.no-margin-bt
{
margin-bottom: 0;
}
.no-margin-tp
{
margin-top: 0;
}
.space-large
{
height: 29px;
}
.bar-chart h4 {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.4;
    margin-top: 0;
}
.text-italic
{
font-style: italic;
}
.web-hidden
{
display: none;
}
.gab-btw span.pie-title{line-height:1.4;}
p.text-center.uk-chart-bottom {
    font-size: 1em;
    font-family: 'Zoho_Puvi_Regular';
    margin: 35px 0 10px;
}
span.sec5-grayline.uk-line{margin: 30px 0;}
.uk-sec5-box1 .doubles-percon,.uk-align-box,.uae-sec3-grid-box .grid-box1 .row{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}
.para-btm{margin:30px 0 0;}
/*---------Regional pages style end-----------*/

/* footer style */
#backToTop {
    position: fixed;
    right: 15px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 99999;
}
footer {
    background:#222;
    position: relative;
    z-index: 9999;
}
footer > .container {
    padding: 35px 0;
}
p.copyright {
    color: #fff;
    font-size: 0.95em;
    margin:5px 0;
}
.zlogo {
    height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}
ul.social{display:block;text-align:right;}
.social li{display:inline-block;}
.social li a{height:35px;width:35px;border: 1px solid #fff;padding: 8px;margin: 0 5px;border-radius: 100%;display: inline-block;}
.social li:first-child a{margin-left: 0;}
.social li a:hover{text-decoration:none}
.social li a.fb{background:url(https://www.manageengine.com/images/footer-sprite.svg) no-repeat 0 0;background-size: 25%!important;background-position: center;}
.tw{background:url(https://www.manageengine.com/images/footer-icon-tw.svg) no-repeat 0 3px;background-size:45%;background-position: 50% 52%;}
.in{background:url(https://www.manageengine.com/images/footer-icon-in.svg) no-repeat 0 0;background-size: 45%;background-position: 50% 46%;}
.yt{background:url(https://www.manageengine.com/images/footer-icon-yt.svg) no-repeat 0 4px;background-size: 45%;background-position: center;}
a.insta{background:url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0;background-size:45%;background-position:center;}
.social a.fb:hover{background-color:#4267b2}
.social li a.tw:hover{background-color:#1da1f2}
.social li a.in:hover{background-color:#0e76a8}
.social li a.yt:hover{background-color:red}
.social li a.insta:hover{background:url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0,linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) no-repeat;background-size:45%,100%!important;background-position:center}
.container-fluid.copyright p {
    margin: 0;
    font-size: 0.95em;
}
.container-fluid.copyright {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    color: #898c90;
}
.container-fluid.copyright p a {
    color: #898c90;
}
.container-fluid.copyright p a:hover{text-decoration:underline!important;}
/* footer style  ends */

.tabs p{
	padding-top: 10px;
}
.tabs .text-left {
	min-height: 400px;
}

.keyfingimg.active{
	    width: 35%; 
}
.keyfingimg img{
	width: 100%;
	height: auto;
}
.keyfindingcarousel {
	position: relative;
	padding-bottom: 80px;
}
.subhed {
    font-size: 1.2em;
    padding-bottom: 20px;
    margin: auto;
}
.braccont {
	color: #555555;
	margin-bottom: 15px;
}
.zohoimg {
    position: absolute;
    bottom: -1px;
    right: -10%;
    width: 60%;
	height: auto;
}
#abovefooter {
	padding: 100px 0;
	overflow: hidden;
}
.zohologo {
	    width: 63px;
    padding: 0px 4px;
    vertical-align: text-bottom;
}
.zohologo.sin-zlogo{
	width:70px;
	height: auto;
}

/* form css  */
.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 16px;
  transition: border ease 1.5s;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
}
.downloadpdf-popup .form-control {
    height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}
.form-control.btn-submits {
    border: none;
}
.dropdown-control {
  background: url(https://www.manageengine.com/images/submenu-sel-arrow.png)
    no-repeat;
  background-position: 95% center;
}

.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;
}

.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: 4px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #0B3095;
    background:#0B3095;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 0 0 20px 0;
}

.btn-submits button:hover {
      background:#1244CB;
    border-color:#1244CB;
}

.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;
}

.popup,
.popup * {
  box-sizing: border-box;
}

.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;
    display: none;
}

.popup-content {
  overflow: scroll;
  height: 100%;
  max-height: 90vh;
}

.popup-content form {
  width: 90%;
  margin: 0 auto;
}

span.close {
      position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    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: #fff;
}

h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    background: url("https://www.manageengine.com/images/dotted-bg.svg") no-repeat, url("https://www.manageengine.com/images/dotted-bg.svg") no-repeat #324295;
	background-size: 7%, 5%;
    background-position: 14px 54px, 94% 20px;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
}


.form-control.btn-submits {
  background: transparent;
  text-align: center;
}

.form-control {
  height: 55px;
  margin-bottom: 20px;
}

.dropdown1,
.dropdt1 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  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: rgba(0, 0, 0, .7);
    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:#F9CE4E;
    padding: 60px;
    text-align: center;
    color:#000;
    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:#F9CE4E;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	font-family: 'Zoho_Puvi_Bold';
}
.msg-close:hover{
	background: #fff;
    color: #000;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #0B3095;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.privacy-policy, .privacy-policy a {
	color: #fff;
}
.zsiq_floatmain.zsiq_theme1.siq_bR {
    display: none!important;
}
.slef-pad{padding:60px 40px;}
/* Responsive */
@media only screen and (max-width: 1300px){
	.sec3-grid-box {grid-template-areas: "col1 col1 col2 col2" "col3 col3 col4 col4" "col3 col3 col4 col4" "col5 col5 col5 col5" "col6 col6 col6 col6";}
}
@media only screen and (max-width: 1250px)
{  
	.container
	{
		max-width: 90%;
	}
	.country-tab li {
		margin: 5px;
	}
	#banner p br{display:none;}
}
@media only screen and (min-width: 850px) and (max-width:1200px){
	.md-align{display:block;box-sizing: border-box;display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex: 0 1 auto;-webkit-box-flex: 0;flex: 0 1 auto;-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
	.md-align .flex-cols2{width:50%;}
	.md-align .flex-cols2 .inner-com-box{height:100%;}
	.sec4-box6{transform: translateY(0)!important;margin-bottom: 0!important;}
}
@media only screen and (max-width: 1200px)
{  
	.lr-com{width:100%;}
	.ss-box .lr-com:nth-child(1){border-right:none;border-bottom:1px solid #707070;margin-bottom:20px;padding-bottom:20px;}
	#banner{padding:60px 0;}
	.sec4-box6 {transform: translateY(-200px);margin-bottom: -200px;}
	.sec3-grid-box {grid-template-areas: "col1 col1 col2 col2" "col3 col3 col2 col2" "col3 col3 col4 col4" "col5 col5 col5 col5" "col6 col6 col6 col6";}
	.indo-sec5-grid-box .grid-box3 p br,.indo-sec4-grid-box .grid-box2 br{display:none;}
	.indo-vertical-center.align-vc{-webkit-align-items: initial;-moz-align-items: initial;align-items: initial;-webkit-flex-direction: column;-moz-flex-direction: column;flex-direction: column;}
	.indo-vertical-center.align-vc p.double-con{padding: 20px 0 0 0px;}
	.large-win .black-chart{height:100%;}
	.self-pad{padding:35px 40px;}
	.ipad-maxpro-br br{display:none;}
}
@media only screen and (max-width: 1150px)
{
	.uae-sec4-grid-box{grid-template-areas:"col1 col1 col2 col2" "col3 col3 col2 col2" "col3 col3 col5 col5" "col4 col4 col5 col5";}
}
@media only screen and (max-width: 1100px)
{ 
	.nav-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top:44px;
    z-index: 99;
    display: none;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 26%);
}
	.nav-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
    margin: 0 10px;
}
	.nav-menu li a
	{
		color: #000;
	}
	#topbar-menu-icon {
    display: block;
    top: 15px;
}
	header.fixed-header {
    padding: 20px 0;
}
	.scroll-tab p:before, .scroll-tab p:after {
		display: none;
	}
	.country-tab li {
		    padding: 12px 15px;
    margin: 5px;
	}
	.tabs .text-left {
		    min-height: 471px;
	}
	.page-section p br,.ipad-hide,span.ipad-hide{
		display: none;
	}
	h1{font-size:3em;}
	.country-list .row{justify-content:center;}
	.flex-1{flex:0 0 33.33%;}
	.flex-1:nth-child(4),.flex-1:nth-child(5){margin-top:30px;}
	.gray-white .flex-cols45{flex:0 0 100%;}
	.gray-white .flex-cols55{width:70%;margin:40px auto;flex:0 0 auto;}
	.gray-white .flex-cols45 .doubles-percon{align-items:center;}
	.gray-white .flex-cols55 img.sec5-chart-img{margin:20px auto 0;}
	.gray-white .flex-cols45{padding:0;margin:0;}
	.page-title{margin:10px 0 20px 0;}
	.us-flex-cols50 .doubles-percon,.us-row,.ipad-show{display:block;}
	.us-flex-cols50 p.double-con,.gray-white [class*="flex-"] .us-flex-cols50 p.double-con{padding:15px 0 0;}
	.us-sec5-grayline,.us-flex-cols50:nth-child(2) .us-sec5-grayline{height: 25px;}
	.us-flex-3{flex:0 0 100%;}
	.us-flex-3:nth-child(2){margin-top:40px;}
	.sec4-box6 {transform: translateY(-270px);margin-bottom: -270px;}
	.ipad-pro-br br{display:none;}
	.anz-sec3-grid-box{grid-template-areas: "col1 col1 col2 col2" "col3 col3 col2 col2" "col4 col4 col5 col5"}
}
@media only screen and (max-width: 1024px)
{ 
	.page-title br,.md-br br{display:none;}
	.doubles-percon,.indo-vertical-center,.ma-vertical-center{flex-direction: column;}
	p.double-con,.indo-vertical-center .double-con{padding: 20px 0 0 0px;}
	.three-row .doubles-percon, .two-row .doubles-percon,.indo-vertical-center,.ma-vertical-center{-webkit-align-items: initial;-moz-align-items: initial;align-items: initial;}
	.cols-medium .doubles-percon,.cols-medium4 .doubles-percon,.sp-vertical-center,.indo-vertical-center.md-vc{flex-direction: row;}
	.cols-medium p.double-con,.cols-medium4 p.double-con,.sp-vertical-center .double-con,.indo-vertical-center.md-vc .double-con{padding:0 0 0 25px;}
	.gray-white [class*="flex-"] .doubles-percon{flex-direction:row;}
	.gray-white [class*="flex-"] p.double-con{padding: 0 0 0 25px;}
	#sec-five .us-flex-cols50 p.double-con{padding:15px 0 0;}
	.sec4-box6 {transform: translateY(-190px);margin-bottom: -190px;}
	.anz-sec3-grid-box{grid-template-areas: "col1 col1 col2 col2" "col3 col3 col2 col2" "col3 col3 col5 col5" "col4 col4 col5 col5"}
	.anz-sec3-grid-box .grid-box5 .flex-5{flex:auto;}
	.anz-sec3-grid-box .grid-box5 .flex-5:last-child{margin-top:30px;}
	img.sa-graph-align{width:100%;}
	.indo-vertical-center.align-vc{-webkit-align-items: center;-moz-align-items: center;align-items: center;}
	.uae-sec3-grid-box .grid-box4.md-top-space{margin-top:30px;}
}
@media only screen and (max-width: 1023px){#one{margin-bottom:0!important;}}
@media only screen and (max-width: 1000px)
{ 
	p.graph-hor-content{width:100%;float:none;}
	p.graph-hor-content br,.cols-medium4 p.double-con br{display:none;}
	p.graph-hor-content:last-child{margin:20px 0 0;}
	#banner{padding:50px 0 50px 0;}
	li.four-chart-list {width: 48%;margin: 0 1% 3% 0;line-height:1.8;}
	.four-chart-con{margin:0;}
	img.reportbook-img{width:60%;margin:70px auto 0;}
	.flex-5,.flex-4,.ph-f100{flex:0 0 100%;}
	.bg-img-set .inner-com-box{background:#f7f7f7;}
	#secondary-header {display: none!important;}
	#banner .cols-6,.gray-white .flex-cols55{width:100%;}
	img.digital-banner{margin:30px auto 0;width: 75%;}
	.page-title{margin:0 0 20px 0;}
	.us-para br,.s7-para br,.ph-br br{display:none;}
	#sec-five .inner-com-box{padding:50px 10px;}
	#sec-seven .flex-5, .flex-4{flex:0 0 50%;align-self: inherit;-ms-align-self: inherit;-webkit-align-self: inherit;}
	.ph-f100{flex:0 0 100%;}
	#sec-seven img.reportbook-img{width:90%;margin: 0px auto 0;}
	.sec4-box6 {transform: translateY(-300px);margin-bottom: -300px;}
	b.double-con-para{margin-top:5px;}
	.uk-sec5-box1 .gab-btw:nth-child(1) {margin-bottom: 30px;}
	.country-box{background:#FFFFFF;}
	.ph-md-top-space{margin-top:30px;}
}
@media only screen and (max-width: 850px){
	.flex-cols2{width:100%;}
	.doubles-percon,.indo-vertical-center{flex-direction:row;align-items: center;}
	p.double-con,.indo-vertical-center .double-con{padding:0 0 0 25px;}
	.three-row .doubles-percon, .two-row .doubles-percon{align-items:center;}
	.lr-com{width:50%;}
	.ss-box .lr-com:nth-child(1){border-right: 1px solid #707070;border-bottom:none;margin-bottom:0;padding-bottom:0;}
	.sd-br br,.light-blue .sec2-right-img,.full-graph-head br{display:none;}
	.flex-3{flex:0 0 100%;}
	.self-center .wrapping-img{width:70%;margin:30px auto 0;}
	.light-blue{margin-top:30px;height: auto;}
	.grid-row,.sec5-grid-box,.sec6-grid-box,.sec4-grid-box,.sec3-grid-box,.us-sec3-grid-box,.sp-sec4-grid-box,.indo-sec4-grid-box,.anz-sec4-grid-box,.ph-sec4-grid-box,.anz-sec3-grid-box,.indo-sec5-grid-box,.sp-sec5-grid-box,.uae-sec3-grid-box,.uae-sec4-grid-box,.sa-sec3-grid-box,.uae-sec5-grid-box,.sa-sec5-grid-box{display:block;}
	.us-rt-white .ss-box .lr-com:nth-child(1){padding-right:20px;}
	.sec4-box6{transform:translateY(0);margin-bottom:0;}
	.graph-hor{padding:30px 20px;}
	.md-top-space{margin-top:30px;}
}
@media only screen and (max-width: 750px)
{ 
	.flex-1{flex:0 0 50%;}
	.flex-1:nth-child(3){margin-top:30px;}
	.secondary-title br,#sec-five .text-center br,.sd-hide-br br{display:none;}
	.us-flex-cols50 .doubles-percon{display:flex;}
	.us-flex-cols50{flex:0 0 100%;padding:0 0 35px 0;}
	.us-flex-cols50:nth-child(1),.us-flex-cols50{border: 0;}
	p.last-para-sec5.text-center{margin: 0;}
	#sec-five .us-flex-cols50 p.double-con{padding:0 0 0 20px;}
	h2{font-size:2em;}
	#sec-seven .flex-5, .flex-4{flex:0 0 100%;text-align:center;}
	.ph-f100{flex:0 0 100%;text-align:left;}
	#sec-seven img.reportbook-img{width:75%;margin: 60px auto 0;}
	#sec-five .inner-com-box{padding:50px 40px;}
}
@media only screen and (max-width: 700px){
	.marker-box div:last-child,.us-marker-box div:nth-child(2),.ma-marker-box div:nth-child(2){margin-top: 20px;}
	.marker-box div:nth-child(1),.marker-box div:last-child,.us-marker-box div:nth-child(1),.us-marker-box div:nth-child(2),.ma-marker-box div:nth-child(1),.ma-marker-box div:nth-child(2){width:100%;}
	.marker-box p.fr,.us-marker-box p.us-fr{float:none;}
	.marker-box span.blue-dark,.us-marker-box span.us-blue-dark,.us-marker-box p.us-fr{text-align:left;}
	h3{font-size:1.4em;line-height:1.4;}
	h1{font-size:2.5em;}
	.us-marker-box{width:100%;}
}
@media only screen and (max-width: 650px)
{
	section{padding:50px 0;}
	.nav-menu {
		left: 0;
	}
	.three-tab {
		min-height: auto;
	}
.tabs .text-left {
    min-height: auto;
}
	#topbar-menu-icon {
		    top: -26px;
	}
	.country-tab li {
		    display: none;
	}
	.page-section select {
		display: block;
	}
	.country-tab {
		padding: 0;
	}
	.button-container {
		display: none;
	}
	.tabs {
		    padding: 20px 0px 25px;
	}
	#soaring .sub-heading {
		width: 460px;
		height: 39px;
	}
	.tabs p {
		    padding: 10px 20px;
	}
	.zohoimg {
		display: none;
	}
	#abovefooter {
		padding: 40px 0px;
	}
	p.copyright {
		text-align: center;
		    padding-bottom: 25px;
	}
	ul.social {
		text-align: center;
	}
	img.digital-banner,.lr-com,li.four-chart-list,.self-center .wrapping-img,img.reportbook-img{width:100%;}
	.four-chart-list{margin: 0 0 3% 0;}
	.ss-box .lr-com:nth-child(1) {
	  border-right: none;
	  border-bottom: 1px solid #707070;
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	}
	span.close-popup-img{cursor:pointer;}
	li.tick-list{flex:0 0 100%;padding-right:0;}
	li.tick-list:nth-child(2){margin:20px 0;}
	.box-spacing,.country-box,.inner-com-box{padding:40px 20px;}
	.white-chart, .black-chart,.self-pad{padding: 25px 20px;}
	.three-row .doubles-percon, .two-row .doubles-percon{padding:20px 0;}
	.mr-tb{padding:20px;}
	.us-rt-white .ss-box .lr-com:nth-child(1),.us-rt-white .ss-box .lr-com:nth-child(2){padding:0;}
	.us-rt-white .single-con{margin:0;padding-left:20px;}
	.us-rt-white .lr-com{display: flex;align-items:center;}
	.msgcon{max-width:90%;padding:40px;}
}
@media only screen and (max-width: 500px)
{ 
	img.maps-img,#sec-seven img.reportbook-img{width:100%;}
	.flex-1{flex:0 0 100%;}
	.flex-1:nth-child(2){margin-top:30px;}
	.doubles-percon,.cols-medium .doubles-percon, .cols-medium4 .doubles-percon,.gray-white [class*="flex-"] .doubles-percon,.doubles-percon.ma-vertical-center,.indo-vertical-center.md-vc{flex-direction: column;align-items: initial;}
	.three-row .doubles-percon, .two-row .doubles-percon{align-items: initial;}
	p.double-con,.cols-medium p.double-con, .cols-medium4 p.double-con,.gray-white [class*="flex-"] p.double-con,.sp-vertical-center .double-con,.indo-vertical-center .double-con,.doubles-percon.ma-vertical-center .double-con,.indo-vertical-center.md-vc .double-con{padding: 20px 0 0 0px;}
	.us-rt-white .lr-com{display: block;}
	.us-rt-white .single-con{margin:15px 0 0;padding-left:0;}
	#sec-five .inner-com-box{padding: 30px 20px;}
	#sec-five .us-flex-cols50 p.double-con{padding:20px 0 0;}
	ul.double-list{padding:0;}
}
@media only screen and (max-width: 460px)
{  
	h1, #soaring .sub-heading  {
		width: 100%;
	}
		#abovefooter .sub-heading {
		width: 90%;
	}
	.downloadinforafic img {
		    display: block;
            margin: auto;
            width: 70%;
		    margin-bottom: 20px;
		padding: 0;
	}
	#banner .downloadinforafic p {
		    text-align: center;
    width: 100%;
	}
	.downloadinforafic span {
		    margin-top: 15px;
	}

}
@media only screen and (max-width: 380px)
{
	#ai-analytics .sub-heading {
		background-size: 231px;
	}
	#cloud-reliance .sub-heading {
		background-size: 230px;
	}
	.country-tab li {
         width: 100%;	
	}
	#key-findings .sub-heading, #tech-trends .sub-heading, #cloud-reliance .sub-heading, #ai-analytics .sub-heading {
		width: 80%;
	}
	#it-security .sub-heading {
		width: 70%;
	}
}