html, body
{
	overflow-x: hidden!important;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'Zoho_Puvi_Regular';
}
*
{
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box	
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.row:after,
.row:before, section:after, section:before, footer:after, footer:before, header:before, header:after, .container:before, .container:after, .clearfix:after, .clearfix:before, nav:after {
	display: table;
	content: "";
	clear: both
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}
.container-fluid {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0px 15px;
}
.page {
  width: 100%;
  position: relative;
padding: 100px 0;	
}
section
{
	  position: relative;	
}
.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.header {
    height: 92px;
}
.absolute {
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
	/*
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	*/
}
.navbar-brand {
    display: block;
    width: 200px;
}
.navbar-header {
    padding: 25px 0;
}
.nav-menu {
    text-align: right;
	position: relative;
}
.nav-menu li {
    list-style: none;
    display: inline-block;
	    width: 100px;
    text-align: center;
	position: relative;
}
.nav-menu li a
{
	display: block;
	    padding: 10px 15px;
	text-decoration: none;
	color: #000;
}
.nav-menu li a:hover, .nav-menu li.active-tabs a
{
	color: #FF5D5D;
}
/*
.nav-menu li.active-tabs:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #FF5D5D;
    position: absolute;
        bottom: 0px;
    left: 0;
    transition: 0.7s ease all;
    -webkit-transition: 0.7s ease all;
    -moz-transition: 0.7s ease all;
} */
.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;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col
{
	 -ms-flex-direction: column;
  flex-direction: column;
}
.col-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.align-self-center > div {
    align-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
}
[class*="flex-"]
{
	    padding-right: 15px;
    padding-left: 15px;
}
.flex-1
{
	flex: 1;
}
.flex-2
{
flex: 2;
}
.flex-3
{
	flex: 3;
}
.flex-4
{
	flex: 4;
}
.flex-5
{
	flex: 5;
}
.flex-6
{
	flex: 6;
}
.flex-7
{
	flex: 7;
}
.flex-8
{
	flex: 8;
}
.flex-9
{
	flex: 9;
}
.flex-10
{
	flex: 10;
}

.btn
{
	display: inline-block;
    padding: 15px 25px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	text-decoration: none;
    border-radius: 4px;
}
.cta
{
	    background: #FF5D5D;
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
    padding: 15px 45px;
    font-size: 1.2em;
    margin-top: 20px;
}
.cta:hover
{
	opacity: 0.8;
}
.section-img {
    width: 75%;
    display: block;
    margin: 0 auto;
}
#one {
  background: #fff;
}
#one .container {
    text-align: center;
}
img.slide {
    width: 75%;
}
#two {
  background: #fff;
}

#three {
  background: #fff;
}
.icon-list {
    list-style: none;
	padding: 0;
}
.icon-list .section-title {
    margin-bottom: 10px;
}
.icon-list li
{
	    margin-bottom: 25px;
}
.icon-list li:after
{
	content: "";
	display: table;
	clear: both;
}
.icon-list li:before
{
	    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    margin-right: 25px;
	top: 5px;
}
.icon-list li > div
{
	width: calc(100% - 70px);
	float: left;
}
.icon-list li:nth-child(1):before
{
	background: url(../images/price.svg) no-repeat;
	background-size: cover;
}
.icon-list li:nth-child(2):before
{
	background: url("../images/eye.svg") no-repeat;
	background-size: cover;
}
.icon-list li:nth-child(3):before
{
	background: url("../images/reward.svg") no-repeat;
	background-size: cover;
}
.lists li {
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 25px;
}
.lists {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}
.lists > li > span {
    color: #000;
    font-family: 'Zoho_Puvi_Medium';
}
.section-title.dot
{
	margin-left: -30px;
}
.section-title.dot:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    background: #FBD438;
    border-radius: 100%;
    top: 5px;
    left: -60px;
}
#four .container
{
	position: relative;
}
#four span.line {
    position: absolute;
    width: 2px;
    top: 100px;
    display: block;
    background: #f1f1f1;
    height: 1860px;
	    left: -76px;
}
#data {
    padding: 90px 0;
    background: #F2F2F2;
}
.section-title {
    font-size: 1.8em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.2;
	    margin-top: 0;
    font-family: 'ZohoPuvi';	
}
.page-content
{
	    font-weight: 300;
    line-height: 2;
}
.sub-title {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.4em;
	margin: 0;
}
.para {
         font-size: 1em;
    margin-top: 10px;
    font-weight: 300;
    line-height: 1.5;
}
.sml-img {
    width: 85%;
    margin: 0 auto;
    display: block;
}
#eight .section-title {
    margin-bottom: 60px;
}
.section-sub-title {
    font-size: 1.4em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.2;
    margin-top: 0;
    font-family: 'ZohoPuvi';
}
.dot.section-sub-title
{
	margin-left: -30px;
}
.dot.section-sub-title:before
{
	    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    background: #FBD438;
    border-radius: 100%;
    top: 5px;
    left: -60px;
}
#eight .container
{
	position: relative;
}
#eight span.line {
    position: absolute;
    width: 2px;
    top: 100px;
    display: block;
    background: #f1f1f1;
    height: 1826px;
    left: -76px;
}
.graph-title {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6;
	margin: 0;
}
#eight .graph-title {
    margin-top: 10px;
}
.boxed {
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}
.fixed-menu {
        position: absolute;
    bottom: 30px;
    right: 75px;
    font-size: 0.8em;
	z-index: 999999;
}
.fixed-menu a {
        color: #360066;
    display: inline-block;
}
.fixed-menu a.noclick
{
	    text-decoration: none;
	    pointer-events: none;
}
#nine .flex-col, #ten .flex-col {
    width: 50%;
	margin: 20px 0;
}
#eight .page-content, #nine .page-content, #ten .page-content
{
	margin-bottom:  30px;
}
#data .section-title 
{
	color: #360066;
}
.footer.container {
    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;
}
.footer.container:after, .footer.container:before
{
	display: none;
}
.footCol1 
{
	    flex: 3;
	    padding-right: 15px;
    padding-left: 15px;
}
.footCol2, .footCol3
{
	 flex: 2;
	    padding-right: 15px;
    padding-left: 15px;
}
.footCol3 > div
{
	padding-left: 40px;
}
.footCol1 .footCont
{
	 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;
}
.footHead {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.2em;
}
.footer-title {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.2em;
}
.zLogo
{
	height: 25px;
    width: 68px;
    display: inline-block;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    vertical-align: text-bottom;
    margin: 0 5px;
}
.footCont > ul {
    padding: 0;
	flex: 1;
}
.footCont ul li {
    list-style-type: none;
    line-height: 1.8;
    font-size: 1em;
}
.footCont ul li a {
    text-decoration: none;
    color: #000;
	    font-size: 0.9em;
}
.footCont ul li a:hover
{
	color: #ff5d5d;
}
#commonzohodivisionV1 {
    margin-top: 10px;
    line-height: 1.4;
    font-size: 0.9em;
}
.foot-sec>ul.regional-countries-drop {
    width: 100%;
    position: relative;
}
.foot-sec>ul.regional-countries-drop > li span {
    padding: 7px 0 7px 15px;
    border: 1px solid #979797;
    background: #fff;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
ul.regional-countries-drop > li span::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #979797;
    position: absolute;
    right: 8px;
    top: 16px;
    display: block;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
ul.regional-countries-drop > li.showdrop span::after {
    border-top: none;
    border-bottom: 5px solid #979797;
}
.regional-countries-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    width: 100%;
    height: 153px;
    overflow-x: scroll;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    z-index: 2;
	border: 1px solid #aeacac;
}
ul.regional-countries-drop li.showdrop .regional-countries-list {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.regional-countries-list li a {
    padding: 5px 15px;
    color: #222;
    display: block;
}
.foot-sec>ul.regional-countries-drop > li.showdrop span {
        border: 1px solid #ff5d5d;
}
.newsletter
{
	cursor: pointer;
}
.footer-subscribenewsletteremail {
    background: #fff;
    border: 2px solid #d7d7d7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 5px;
	    flex: 4;
}
.footer-subscribenewslettersubmit {
	    flex: 1;
    border: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    float: left;
    margin: 0;
    text-indent: -99999em;
    background: #ff5d5d url(https://www.manageengine.com/images/footer-icon-arrow.svg) no-repeat center center;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.menlHead {
    font-size: 0.9em;
    margin: 10px 0;
}
/* social */
body footer #social {
    display: block!important;
    visibility: visible!important;
    opacity: 1!important;
    orphans: unset!important;
}
.foot-social a {
    height: 23px;
    width: 23px;
	    display: inline-block;
	     margin: 5px;
	    vertical-align: middle;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.foot-social a:hover
{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
form .clearfix {
    display: block;
    width: 100%;
    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;
	cursor: pointer;
}
.foot-copy.container {
    position: relative;
    top: 30px;
    color: #898c90;
    text-align: center;
    font-size: 0.9em;
}
.foot-copy.container a
{
	color: #898c90;
	text-decoration: none;
}
#social {
    margin-top: 10px;
    margin-right: -20px;
}
body .foot-social a {
    display: inline-block!important;
    visibility: visible!important;
    opacity: 1!important;
    orphans: unset!important;
	    text-decoration: none;
	background: url(../images/icons.svg) no-repeat;
	    background-size: 23px;
}
.foot-social a.fb {
    background-position: 0 0;
}
.foot-social a.tw
{
 background-position: 0 -28px;
}
.foot-social a.yt
{
	background-position: 0 -55px;   
}
.foot-social a.in
{
	background-position: 0 -83px;   
}
.subscribepopup_contains {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
    z-index: 999999;
    display: none;
}
.subscribepopup_boxes {
    width: 500px;
	max-width: 100%;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25%;
    border: 10px solid rgba(11,11,11,0.67);
}
.subscribepopup_closeicon {
    float: right;
    line-height: 23px;
    font-family: 'Zoho_Puvi_Medium';
    border: 1px solid #ff5d5d;
    border-radius: 30px;
    font-size: 16px;
    margin: 0;
    width: 26px;
    height: 26px;
    top: 5px;
    right: 5px;
    background: #ff5d5d;
    color: #fff;
    text-align: center;
    z-index: 99999;
    position: absolute;
    cursor: pointer;
}
.subscribe_popups {
    padding: 10px 20px;
}
.subscribepopup_form_wrapper h4 {
    font-size: 20px;
    margin: 20px 0 0;
    font-family: 'Zoho_Puvi_Medium';
}
.subscribepopup_form_wrapper form {
    margin: 20px 0 0;
}
.subscribepopup_form_wrapper form input[type="text"] {
    width: 49%;
    border: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    box-sizing: unset;
}
.subscribepopup_form_wrapper form select {
    width: 40%;
    border: 1px solid #ddd;
    height: 32px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: inline-block;
    margin: 5px auto;
    color: #7e7e7e;
    margin: 0 0 0 10px;
    box-sizing: border-box;
}
.subscribepopup_form_wrapper form .dwn-priv {
    width: 100%;
    margin: 10px 0 0;
    font-size: 13px;
	line-height: 1.5;
    display: inline-block;
}
input#subscribe {
    background: #ff5d5d;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1em;
    display: block;
    margin: 25px auto;
}
#backToTop {
    position: fixed;
    right: 20px;
    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;
}
.mob-menu
{
	position: fixed;
    top: 45px;
    right: 20px;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
	display: none;
	cursor: pointer;
}
.mob-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2b2b2b;
    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;
}
.mob-menu span:nth-child(1)
{
	    top: 0;	
}
.mob-menu span:nth-child(2)
{
	    top: 8px;
}
.mob-menu span:nth-child(3)
{
	    top: 16px;
}
.active.mob-menu span:nth-child(1)
{
	    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.active.mob-menu span:nth-child(2)
{
	    opacity: 0;
    right: -60px;
}
.active.mob-menu span:nth-child(3)
{
	    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* graph*/
.graph
{
	padding: 0;
	    margin-top: 50px;
}
.graph.detail {
    margin-top: 0;
}
.graph li {
    list-style-type: none;
}
.graph.vertical li {
    margin: 20px 0;
}
.graph li > span
{
	display: inline-block;
		height: 25px;
	line-height: 25px;
	position: relative;	
}
.graph li span.reg
{
	width: 150px;
}
.graph li span.progress
{
	width: calc(100% - 150px);
}
.graph li span.progress > span
{
	display: inline-block;
	transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
    background: repeating-linear-gradient(-55deg, #ecc84a, #ffcf28 5px, #FFD028 2px, #FFD028 20px);	
	font-size: 0.9em;
	width: 0;
}
.graph li span.progress > span b
{
	position: relative;
		left: 27px;
	    font-weight: normal;
	display: block;
}
.graph.horizontal li span.progress > span
{
	min-width: 88px;
}
.graph.horizontal li span.progress > span.max
{
	min-width: 120px;
}
.graph.horizontal li span.progress > span.min
{
	min-width: 5px;
}
#seven .graph li span.progress > span
{
	    background: repeating-linear-gradient(-55deg, #b9d1d0, #b5e1e0 5px, #b5e1e1 2px, #b5e1e1 20px);
}
.horizontal .progress b {
    font-weight: normal;
    font-size: 0.8em;
}
.grph
{
	height: 280px;
	position: relative;
	margin-top: -50px;
}
.graph-hor {
     padding: 0;
    list-style: none;
    position: absolute;
    transform: rotate(-90deg);
    bottom: -45px;
    display: block;
    top: 0;
    left: 60px;
    margin: 0;
}
.graph-hor li {
        height: 50px;
    width: 210px;
    line-height: 50px;
    display: block;
	overflow: hidden;
    top: 0;
    left: 0;
}
span.tit {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
	font-size: 0.8em;
	text-transform: capitalize;
	position: relative;
	width: 0;
	    transition: all ease 1s;
	    -webkit-transition: all ease 1s;
	    -moz-transition: all ease 1s;
}
span.tit b {
    width: 180px;
    display: block;
    font-weight: normal;
	    position: relative;
    left: 15px;
}
span.per {
    font-size: 0.7em;
    transform: rotate(90deg);
    display: inline-block;
	 font-family: 'Zoho_Puvi_SemiBold'
}
.graph-hor li:nth-child(1) > span.tit
{
	background: #00BFB3;
}
.graph-hor li:nth-child(3) > span.tit
{
	background: #F0836D;
}
.graph-hor li:nth-child(5) > span.tit
{
	background: #FEC514;
}
.graph-hor li.lbl {
    height: 50px;
    line-height: 30px;
	font-size: 0.9em;
}
.graph-hor li.lbl b {
    font-weight: normal;
}
.canvas-container {
  position: relative;
  width: 200px;
  height: 200px;
	    margin-bottom: -30px;
}
canvas {
      height: auto!important;
    max-width: 100%;
    width: 100%!important;	
}
.data-lists {
    list-style-type: none;
    padding: 0;
}
.data-lists li {
    font-size: 0.7em;
    display: inline-block;
    margin-right: 15px;
}
.data-lists li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-right: 5px;
}
.data-lists li.grn:before, .graph li.grn span.progress > span
{
	background: #1fad9e;
}
.data-lists li.yel:before, .graph li.yel span.progress > span
{
	background: #ffb300	;
}
.data-lists li.red:before, .graph li.red span.progress > span
{
	background: #e9644f;
}
.graph.horizontal {
        margin: 20px 0 15px;
}
.graph.horizontal li {
    margin-bottom: 12px;
}
.graph.horizontal li:last-child
{
	margin: 0;
}
.graph.horizontal li span.progress > span
{
	margin-right: 8px;
	color: #fff;
}
.graph.horizontal li span.progress
{
	    width: calc(100% - 20px);
}
.side-menu
{
	list-style: none;
    position: fixed;
    z-index: 999;
    transform: translate(0, -50%);
    top: 50%;
    right: 0px;
    padding: 30px 20px 30px 30px;
    background: #f2f2f2;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.side-menu li
{
	    line-height: 1.8;
}
.side-menu li a {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%;
    line-height: normal;
    display: inline-block;
    text-decoration: none;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	position: relative;
}
.side-menu li.active a
{
	background: #ff5d5d;
	transform: scale(1.8);
	-webkit-transform: scale(1.8);
	-webkit-transform: scale(1.8)
}
@media only screen and (max-width: 1100px)
{
	.container{
		max-width: 980px;
	}
	.page
	{
		height: auto;
		padding:  30px 0;
	}
	.main-content {
    position: static;
	transform: none;
	    padding: 40px 0;	
}
	.header {
    min-height:  92px;
}
	.section-title.dot, .dot.section-sub-title
	{
		margin: 0;
	}
	.section-title.dot:before, .dot.section-sub-title:before
	{
		display: none;
	}
}
@media only screen and (max-width: 992px)
{
	.container, header .container {
    width: 980px;
  }
	.flex-md-1
	{
		flex:1;
	}
	.flex-md-2
	{
		flex:2;
	}
	.flex-md-3
	{
		flex:3;
	}
	.flex-md-4
	{
		flex:4;
	}
	.flex-md-5
	{
		flex:5;
	}
	.flex-md-6
	{
		flex:6;
	}
.col-md
{
	 -ms-flex-direction: column;
  flex-direction: column;
}
.col-md-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
	.fixed-menu {
    position: static;
    font-size: 0.8em;
    padding: 10px;
}
	.side-menu
	{
    padding: 30px 10px 30px 15px;
	}
}
@media only screen and (max-width: 770px)
{
	.container
	{
		max-width: 720px;
	}
	.section-title
	{
		font-size: 1.6em;
	}
	.mob-menu
	{
		display: block;
	}
	.nav-menu
	{
		display: none;
		position: absolute;
        padding: 10px 0;
        width: 100%;
        left: 0;
        top: 80px;
		background: #fff;
		box-shadow: -1px 9px 15px 0px rgba(0, 0, 0, 0.18);
	}
	.nav-menu li {
    display: block;
    text-align: left;
	width: 100%;
}
	.nav-menu li.active-tabs:after
	{
		width: 100%
	}
	.absolute {
    position: absolute;
}
	.boxed .col-md .graph
	{
		padding-right: 15px;
    padding-left: 15px;
	}
	.footer.container > div {
    flex: 1;
}
}
@media only screen and (max-width: 740px)
{
	body
	{
		font-size: 14px;
	}
	.side-menu
	{
		display: none;
	}
	.graph
	{
		padding: 0 15px;
	}
	.page
	{
		padding: 25px 0;
	}
.container, header .container {
    max-width: 520px;
	padding: 0 20px;
  }
	.flex-sd-1
	{
		flex:1;
	}
	.flex-sd-2
	{
		flex:2;
	}
	.flex-sd-3
	{
		flex:3;
	}
	.flex-sd-4
	{
		flex:4;
	}
	.flex-sd-5
	{
		flex:5;
	}
	.flex-sd-6
	{
		flex:6;
	}
	.col-sd
{
	 -ms-flex-direction: column;
  flex-direction: column;
}
.col-sd-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
	img.slide
	{
		width: 95%;
	}
	.col-sd-reverse img {
    width: 60%;
    margin: 0 auto 30px auto;
    display: block;
}
	.icon-list li:before {
    width: 30px;
    height: 30px;
    top: 3px;
	    margin-right: 12px;	
}
	.icon-list li > div {
    width: calc(100% - 45px);
	}
	.sml-img
	{
		margin-top: 40px;
	}
	.col-sd > div
	{
		margin-bottom: 20px;
	}
	#nine .flex-col, #ten .flex-col
	{
		margin-top: 0;
		width: 100%;
	}
	.copyright
	{
		margin-top: 10px;
	}
	.canvas-container
	{
		height: 150px;
	}
	.col-sd > div.ftr
	{
		margin-bottom: 0;
	}
	#four span.line
	{
		visibility: hidden;
	}
	.footer.container
	{
		    -ms-flex-direction: column;
    flex-direction: column;
	}
	.footer.container > div
	{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 450px)
{
	.container, header .container
	{
		max-width: 390px;
	}
}
@media only screen and (max-width: 390px)
{
	.container, header .container
	{
		max-width: 300px;
	}
}