@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
.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
{
	overflow-x: hidden;
}
*/
/* normalize css*/

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;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #3131FF;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
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%;
}
p {
	margin: 0 0 25px;
    line-height: 1.8;
}
.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-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.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: 500;*/
}
.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: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 41.7%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
}
/* header */
header {
	    padding: 60px 0;
}
.brand-logo {
    display: block;
    width: 200px;
}
.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
}
.nav-menu li a {
   	color: #9caeda;
    padding: 13px 0;
    display: block;
    border-radius: 30px;
    font-family:"Zoho_Puvi_Medium";
	font-size:1em;
}
.download-btn:hover{
	background:#fff;
}
.nav-menu li a:hover{color:#fff;}
.nav-menu li:nth-child(2){margin:0 40px;}
li.active a{
	color:#834100;
}
.mobilemenu-icon{
    display: none;
    color: #fff;
}
.light
{
	color: #fff!important;
}
section
{
	padding: 40px 0 60px 0;
	position:relative;
}
.container-fluid.copyright {
    padding: 15px 0;
    text-align: center;
    background:#fff;
    color:#898c90;
}
.container-fluid.copyright p {
    margin: 0;
	font-size:0.95em;
	color:#898c90;
	text-align:center;
	font-family: 'Zoho_Puvi_Regular';
}
.container-fluid.copyright p a
{
	color: #898c90;
}
.container-fluid.copyright p a:hover
{
	text-decoration:underline!important;
}
#meGDPRMessage {
    margin-bottom: 10px;
    line-height: 1.4;
	font-size:14px;
	font-family: 'Zoho_Puvi_Medium';
	color:#000;
}
p.privacy-policy {
    line-height: 1.4;
    margin:0 0 15px;
	text-align:center;
	font-size:14px;
	font-family: 'Zoho_Puvi_Medium';
}
.privacy-policy a {
    color:#000;
	text-decoration:underline;
}
.privacy-policy a:hover,.md-br-hide a:hover,.container-fluid.copyright p a:hover{text-decoration:none;}
/*Section css start*/
section *{box-sizing: border-box;}
section{
	padding:80px 0;
}
h1 {
    font-size:3.5em;
    line-height: 1.4;
    position: relative;
    font-family:"Zoho_Puvi_Medium";
    color:#fff;
}
.implementing-img{width: 100%;height:auto;}
h2{
	font-size:2em;
	margin-bottom:15px;
	font-family:"Zoho_Puvi_SemiBold";
	line-height:1.5;
}
.header-section{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-banner-bg.svg") no-repeat!important;background-size:cover!important;}
.first-sec{padding:60px 0;}
.banner-sec h2.fir-title,.sec3 h2.fir-title{margin:0;}
.sec3{background:#f2f1ef;}
.sec3 .md-hide{color:#75787C;}
p{
	font-size:1em;
	margin:15px 0;
	color: #000;
/*	font-family:"Zoho_Puvi_Medium";*/
	line-height:1.8;
}
.dropdown-box p {
    margin: 0;
}
.form-sec{
	background:#f1f5ff;
}
.slider-sec {
	margin:80px 0 0;
}
.slider-container{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.content-slider{
    margin: 70px 0;
    max-height: 280px;
    width: 1900px;
    float: left;
}
.content-slider li{
	float: left;
    width: 590px;
    margin-right: 20px;
}
.cis-group{
	padding: 30px;
	background:#fff;
	border: 1px solid #DBDBDB;
    border-radius: 5px;
	min-height:557px;
}
.group-images{
	display: inline-block;
    width: 80px;
    height: 110px;
	margin-bottom: 20px;
}
.group-img1{
    background: url(https://www.manageengine.com/fr/cis-critical-security-controls/images/slider1-img.svg) no-repeat left bottom;
    background-size: 80px;
}
.group-img2{
    background: url(https://www.manageengine.com/fr/cis-critical-security-controls/images/slider2-img.svg) no-repeat left bottom;
    background-size: 80px;
}
.group-img3{
    background: url(https://www.manageengine.com/fr/cis-critical-security-controls/images/slider3-img.svg) no-repeat left bottom;
    background-size: 80px;
}
.cis-group h6{
	font-size:1.1em;
	font-family: "Zoho_Puvi_SemiBold";
	line-height:1.5;
}
.cis-group p{
/*	min-height: 260px;*/
	color:#2c2c2c;
    line-height: 26px;
	margin:10px 0 15px;
}
.slider-lines {
    display: inline-block;
    width: 50%;
    float: left;
    height: 2px;
    background: #EFEFEF;
}
.slider-lines.active-line{
	background:#092F42;
}
.arrow-controls .arrow{
	display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #C9C9C9;
	margin-left: 5px;
	cursor:pointer;
}
.arrow.prev{
	background:url('images/right-arrow.svg') no-repeat #007ABD;
	background-position:center;
	background-size:20px;
	transform: rotate(180deg);
}
.arrow.next{
	background:url('images/right-arrow.svg') no-repeat #007ABD;
	background-position:center;
	background-size:20px;
}
.arrow-controls-line {
    padding: 25px 0;
}
.arrow-controls {
    padding-left: 20px;
}
.arrow.disable{
	border: 1px solid #C9C9C9;
	pointer-events:none;
}
.arrow.prev.disable{
	background:url('images/left-arrow.svg') no-repeat;
	background-position:center;
	background-size:20px;
	transform: rotate(0);
}
.arrow.next.disable{
	background:url('images/left-arrow.svg') no-repeat ;
	background-position:center;
	background-size:20px;
	transform: rotate(-180deg);
}
.organi-list:before,.organi-list:after,.controls-dropdown:before,.controls-dropdown:after,.basic-box:before,.basic-box:after,.control-boxes:before,.control-boxes:after{
	display:block;
	content:'';
	clear:both;
}
.controls-tab.fixed{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
	-webkit-background:#fff;
	-moz-background:#fff;
	background:#fff;
	-webkit-box-shadow:0 0 10px rgba(0 0 0 / 37%);
	-moz-box-shadow:0 0 10px rgba(0 0 0 / 37%);
	box-shadow:0 0 10px rgba(0 0 0 / 37%);
	padding:0!important;
}
.basic-title.active-tab:after{
	background:#E6276E;
}
.found-title.active-tab:after{
	background:#f5c400;
}
.organi-title.active-tab:after{
	background:#4abb80;
}
.control-right{
	width:100%;	
}
.top-fix{
	position:fixed;
	left: 240px;
    top: 100px;
	width: 280px;
}
.bottom-fix{
	position:absolute;
	bottom:0;
}
#basic_box{display:block;}
.controls-dropdown{
	position:relative;
}.control-steps span.clickbox.dp1{margin-top:0;}
.control-steps span.clickbox{
	display: inline-block;
    background: #fff;
    padding: 25px 35px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #EEEEEF;
	position:relative;
	cursor:pointer;
	line-height: 1.7;
	margin-top:18px;
	font-family: "Zoho_Puvi_Bold";
}
.control-steps span.clickbox:after{
	content: "+";
    position: absolute;
    transform: translate(0px, -50%);
    top: 50%;
    right: 35px;
    font-family: "Zoho_Puvi_Light";
    font-size: 1.8em;
    color: #007ABD;
}
.control-steps span.clickbox.active:after{
	content:'-';
	color:#747472;
	font-size: 2.5em;
}
.control-steps span.clickbox.active{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom:none;
	background:#f1f0ee;
}
.control-steps span.clickbox:hover{background:#143389;color:#fff;}
.control-steps span.clickbox:hover:after{color:#fff;}
.dropdown-box{
	padding:10px 35px 30px;
	border: 1px solid #EEEEEF;
	display:none;
	border-top:none;
	background:#f1f0ee;
}
.product-desc{
}
.dropdown-box h6{
	font-size:1em;
	margin:40px 0;
	color:#000;
	font-family: 'Zoho_Puvi_SemiBold';
}
.product-box{
	position:relative;
	padding-left:70px;
}
.product-imgs{
	display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 2px;
    left: 0;
}
.pro-dc{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/dc-img.svg") no-repeat center top;background-size:48px;}
.pro-opu{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-opu.svg") no-repeat center top;background-size:45px;}
.pro-pmp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-pmp.svg") no-repeat center top;background-size:45px;}
.pro-adap{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-adap.svg") no-repeat center top;background-size:45px;}
.pro-log360{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cic-log.svg") no-repeat center top;background-size:45px;}
.pro-dcp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cic-dcp.svg") no-repeat center top;background-size:35px;}
.pro-rmp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-rmp.svg") no-repeat center top;background-size:45px;}
.pro-ncm{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-ncm.svg") no-repeat center top;background-size:50px;}
.pro-na{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-na.svg") no-repeat center top;background-size:50px;}
.pro-ea{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-ea.svg") no-repeat center top;background-size:45px;}
.pro-dsp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cic-dsp.svg") no-repeat center top;background-size:45px;}
.pro-mdmp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-mdmp.svg") no-repeat center top;background-size:30px;}
.pro-admp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-admp.svg") no-repeat center top;background-size:50px;}
.pro-fn{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-fn.svg") no-repeat center top;background-size:50px;}
.pro-acp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-acp.svg") no-repeat center top;background-size:45px;}
.pro-adssp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-adssp.svg") no-repeat center top;background-size:42px;}
.pro-ae{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-ae.svg") no-repeat center top;background-size:44px;}
.pro-bsp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-bsp.svg") no-repeat center top;background-size:45px;}
.pro-omp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-omp.svg") no-repeat center top;background-size:40px;}
.pro-pam360{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-pam360.svg") no-repeat center top;background-size:50px;}
.pro-sdp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-sdp.svg") no-repeat center top;background-size:35px;}
.pro-vmp{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-vmp.svg") no-repeat center top;background-size:45px;}
.pro-pmplus{background:url("https://www.manageengine.com/fr/cis-critical-security-controls/images/cis-pmplus.svg") no-repeat center top;background-size:45px;}

.p-name{
	font-size:1em;
	font-family: 'Zoho_Puvi_SemiBold';
	margin-bottom:10px;
	color:#1592e6;
	display:inline-block;
}
.p-name:hover{color:#000;}
.product-box p{
	line-height:1.8;
}
.product-chart{
	padding:30px 0;
	text-align:center;
	color:#000;
}
.product-chart span{
	margin:30px 0;
	display:block;
}
.space-10{
	height:10px;
}
.space-20{
	height:20px;
}
.space-30{
	height:30px;
}
.space-40{
	height:40px;
}
.blue-sec2{
	color:#fff;
	-webkit-background:radial-gradient(circle,#1e3c96, #021b65);
	-moz-background:radial-gradient(circle,#1e3c96, #021b65);
	-o-background:radial-gradient(circle,#1e3c96, #021b65);
	background:radial-gradient(circle,#1e3c96, #021b65);
}
.organi-list{
	margin:30px 0 0;
}
.mt{margin-top:70px;}
.organi-list li{
	width:50%;
	float:left;
	height: 110px;
	margin-top:10px;
}
.organi-list li p{
	position:relative;
	padding:0 60px 0 60px;
}
.organi-list li p:before{
	position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    top:5px;
    left:0;
}
.organi-list li:nth-child(1) p:before{
	background:url('https://www.manageengine.com/fr/cis-critical-security-controls/images/organi-img1.svg') no-repeat left top;
	background-size:35px;
}
.organi-list li:nth-child(2) p:before{
	background:url('https://www.manageengine.com/fr/cis-critical-security-controls/images/organi-img2.svg') no-repeat left top;
	background-size:35px;
}
.organi-list li:nth-child(3) p:before{
	background:url('https://www.manageengine.com/fr/cis-critical-security-controls/images/organi-img3.svg') no-repeat left top;
	background-size:45px;
}
.organi-list li:nth-child(4) p:before{
	background:url('https://www.manageengine.com/fr/cis-critical-security-controls/images/organi-img4.svg') no-repeat left top;
	background-size:35px;
}
.banner-sec{
	-webkit-background:#ffffff;
	-moz-background:#ffffff;
	-o-background:#ffffff;
	background:#ffffff;
	position:relative;
}
.banner-box{
	background:#143389;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 30px 30px 30px;
}
.banner-btn-sec {
    margin: 35px 0;
}
.banner-box h3{
	font-size: 1.5em;
    line-height: 1.6;
    color: #fff;
	font-family:"Zoho_Puvi_SemiBold";
}
.stip-img{
	position: absolute;
    bottom: -60px;
    left: 0;
    width: 45%;
	height:auto;
}
.download-btn{
    display: inline-block;
    border-radius: 5px;
    padding: 15px 35px;
    background: #ffd017;
    color: #000;
    font-family:"Zoho_Puvi_Bold";
    cursor: pointer;
    margin: 20px 0 0;
	font-size:14px;
}
.white{color:#fff!important;}
.found-title br,.slider-line3{display:none;}
.disclaimer-sec .md-br-hide{
	font-family: "Zoho_Puvi_Medium";
	text-align:center;
	font-size:15px;
}
.disclaimer-sec .md-br-hide b{font-size:17px;font-family: "Zoho_Puvi_SemiBold";}
.md-br-hide a{
	color:#000;
	text-decoration:underline;
}
.formsub p {margin-top: 30px;}
.formsub p a{color:#000;font-weight:500;cursor:pointer;}
/*right side contact btn css*/
#fixedbtn {
    position: fixed;
    top: 40%;
    transform: translate(0%, -50%);
    z-index: 9999;
    right: 0;
}
#fixedbtn span {
    display: block;
    padding:20px 15px 20px 0px;
    position: relative;
    cursor: pointer;
    height: 60px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(210px);
    transform: -webkit-translateX(210px);
    transform: -moz-translateX(210px);
	line-height:1.4;
}
#fixedbtn span.demo{
    background:#FFD017;
	margin-bottom:3px;
}
#fixedbtn span.contact{
    background:#222D6D;
	color:#fff;
}
#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    width: 70px;
    height: 60px;
    text-align: center;
    transform: translate(0%, -50%);
    line-height: 60px;
}
#fixedbtn span.demo:before {
    background: url(https://www.manageengine.com/fr/cis-critical-security-controls/images/download-icon.svg) #fed015 no-repeat;
    background-position: center;
    background-size: 23px;
    color: #000;
	 border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#fixedbtn span.contact:before {
    background: url(https://www.manageengine.com/fr/cis-critical-security-controls/images/call-icon.svg) #09236f no-repeat;
    background-position: center;
    background-size: 23px;
    color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#fixedbtn.slide span
{
	transform: translateX(150px);
    transform: -webkit-translateX(150px);
    transform: -moz-translateX(150px);
}
#fixedbtn.scrollact span
{
	    transform: translateX(230px);
    transform: -webkit-translateX(230px);
    transform: -moz-translateX(230px);
}
#fixedbtn.slide span.demo:hover, #fixedbtn.slide span.contact:hover{
    transform: translateX(0);
    transform: -webkit-translateX(0);
    transform: -moz-translateX(0);
}
p.callback-text {
    margin: 0 0 13px 0;
    color: #aaaaaa;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}
.label b.sup {
    font-size: 0.9em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
/* footer */
footer {
    background:#222;
	position: relative;
    z-index: 9999; 
}
footer > .container
{
	padding: 35px 0;
}
a.ftr-brand {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}
.address li, .address li a {
    color: #f0f0f0;
    line-height: 1.6;
	font-size: 0.9em;
}
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}

.animation
{
	    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transform: -webkit-translateY(250px);
    transform: -moz-translateY(250px);
}
.active-anim.animation {
    opacity: 1;
    transform: translateY(0);
    transform: -webkit-translateY(0);
    transform: -moz-translateY(0);
}
/* form css */
.form-box{
	margin:0 auto;
	float:none;
}
.form-title-box{
	margin:0 auto;
	float: none;
	color:#fff;
	text-align:center;
}
h4.form-title {
    font-size: 2em;
    margin-bottom: 20px;
	color:#000;
	font-family: 'Zoho_Puvi_SemiBold';
}
.form-title-box p{text-align:center;}
.form-title-box p.md-br-hide:nth-child(3){margin-bottom:30px;}
.form-control {
    display: block;
    width: 100%;
     height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
}
.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;
    padding-left: 0;
	text-align:center;
	background:none;
}
.form-control.form-comments {
    height:100px;
	display:inline-block;
}
.form-control textarea {
   font-family: "Zoho_puvi_medium";
    padding-top: 10px;
}
.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: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-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:15px;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}
.form-control select
{
	opacity: 0;
	background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat!important;
    background-position: 98%!important;
}
.btn-submits button {
       border-radius:5px;
    font-size: 14px;
    font-family:"Zoho_Puvi_Bold";
    border:none;
    background:#ffd017;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding:15px 35px;
    margin: 20px 0;
}
.btn-submits button:hover,.popup-form .btn-submits button:hover
{
	  background: #0a1f3f;
	  color: #fff;
}
.active-row.form-control::before {
        border-top-color:#3754ff;
    border-right-color:#3754ff;
    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: #3754ff;
    border-left-color: #3754ff;
    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;
	border:none;
}
.uscountry select#contact_country, .uscountry select#zc-country,.uscountry select#enquire_country, .uscountry select#zc-country{
    height: 60px;
    border: 2px solid #3754ff;
    border-radius: 4px;
    opacity: 1;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat #fff!important;
    background-position: 95%!important;
}
.uscountry select#country_state {
    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 #3754ff;
}
.uscountry .label{z-index:99;}
.uscountry.form-control:before, .uscountry.form-control:after {
    display: none;
}
.form-control.active-row select {
    color: #7c7979;
	font-family:'ZohoPuvi';
	opacity:1;
}
.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: 50%;
    left: 50%;
    width: 500px;
    background: #012175;
    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-family: 'Zoho_Puvi_Bold';
    cursor: pointer;
    background:#d5e6f4;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.msg-close:hover{
	background: #fff;
    color: #000;
}
.msgcon h6{
	font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background:#d5e6f4;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.datepicker > .datepicker_header > .icon-close {
    width: 30px!important;
    height: 30px!important;
}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    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;
}
/*popup form css*/

.popup-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9999999;
    top: 0;
    left: 0;
	display: none;
}
.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 800px;
	max-width: 95%;	
    max-height: 90vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #00000042;
    border-radius: 4px;
    padding: 30px;
	z-index: 99;
	display: none;
}
.popup-content {
    overflow: scroll;
    height: 100%;
	    max-height: 80vh;
}
.popup-content form {
    width: 70%;
    margin: 0 auto;
}
span.close {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 12px;
    color: #000;
    font-family:"Zoho_Puvi_SemiBold";
    cursor: pointer;
    background: #fed015;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
span.close:hover 
{
	background:#0a1f3f;
	color:#fff;
}
h4.popup-title {
    text-align: center;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.4em;
    margin-bottom: 34px;
    color: #000;
}
.pageform-content{
	width: 40%;
    margin: 0 auto;
	text-align: center;
	color:#fff;
}
@media only screen and (max-width: 1450px)
{
	#banner{margin-top:50px;}
	.cols-6.text-right {text-align:center;}
	.left-right-img{margin:90px 0 0;}
	img.banner-img {width: auto;height: auto;}
	.msgcon{padding: 50px;}
}
/*@media only screen and (max-width: 1300px){.cis-group p{min-height:310px;}}*/
@media only screen and (max-width: 1200px)
{
	.container {max-width: 90%;}
	.msgcon{padding: 50px;}
	.cis-group{min-height:580px;}
}
@media only screen and (max-width: 1100px) and (min-width:1000px){.cis-group{padding:20px;}.cis-group p{min-height:300px;}}
@media only screen and (max-width: 1100px)
{
	.mobilemenu-icon {display: block;position: relative;cursor: pointer;}
	.nav-section {position: relative;}
	.nav-menu li:nth-child(2){margin:0;}
	.nav-menu {background: #fff;position: absolute;width:300px;top: 50px;z-index: 99;display: none;right:0;}
	.nav-menu li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #b3b1b1;
    padding: 20px 0;
	margin: 0;
}
	.nav-menu li a
	{
		color: #000;
		padding:0;
		font-size:1em;
	}
   .animation {
    opacity: 1;
    transform: translateY(0);
    transform: -webkit-translateY(0);
    transform: -moz-translateY(0);
}
	#topbar-menu-icon {
		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;
}
	.fancy-title:after {
    margin: 20px 0;
}
	.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 li a:hover{color:#000;}
	.pageform-content{width:50%;}
	h1{font-size: 3em;}
	.banner-sec{background:#f5f5f4;}
	.md-br-hide br{display:none;}
	.banner-box{}
	.slider-lines{width:33.33%;}
	.slider-line3{display:block;}
	.banner-btn-sec{padding-left: 50px;}
	.organi-list li p{padding:0 20px 0 60px}
	.banner-box .cols-4{width:0;height:0;padding:0;}
	.banner-box .cols-5{width:60%}
	.banner-box .cols-3{width: 40%;}
	.stip-img{width:450px;bottom:-20px;}
	.msgcon{padding: 50px;}
	header{padding:30px 0;}
	
}
@media only screen and (max-width: 1010px){
	.slider-sec .cols-md-6{width:50%;}
	.cis-group{padding:10px 30px;min-height:auto;}
	.cis-group p{min-height:290px;}
	.group3{margin-top: 20px;}
}
@media only screen and (max-width: 1000px){
	.pageform-content{width:60%;}
	section{padding:40px 0;}
	.organi-list li{margin-top:30px;height:auto;width: 100%;float:none;}
	.control-steps span.clickbox{padding: 25px 35px 25px 25px;}
	.control-steps span.clickbox:after{right:25px;}
	.organi-list{margin:30px 0 0;}
	h1{font-size:2.5em;}
	.banner-box{}
	.md-hide br{display:none;}
	.banner-btn-sec{padding-left:0;}
	.banner-btn-sec{margin:40px 0;}
	.stip-img{width:380px;bottom:0;}
	.banner-box h3{font-size:1.3em;}
}
@media only screen and (max-width: 800px){
	.banner-btn-sec{margin:20px 0;}
	.stip-img{width:450px; pointer-events: none;opacity: 0.2;}
	.banner-con{position:relative;text-align:center;width:100%;}
	.banner-con h3 br{display:block;}
	.banner-box h3{font-size:1.5em;}
	.cis-group p{min-height:320px;}
}
@media only screen and (max-width: 750px){
	h1{text-align:center;padding-bottom:50px;}
	.first-sec {padding:30px 0 60px;}
	.first-sec .cols-6,.slider-sec .cols-md-6{width:100%;}
	.implementing-img{width:75%;display:block;margin:0 auto;}
	.cis-group p{min-height:auto;}
	.group-img1{height:60px;}
	.cis-group{margin:0 0 20px;padding:30px;}
}
@media only screen and (max-width: 650px)
{
	body{font-size: 15px;}
	.mobilemenu-icon {bottom: 15px;}
	.nav-menu{top: 15px;}
	.products-list a{min-height: auto;}
	header {padding: 25px 0;}
	#banner{margin-top:90px;}
	#topbar-menu-icon {top: -30px;}
	footer > .container {padding: 30px 0;}	
	p.copyright {text-align: center;margin-bottom: 22px;}
	ul.social {text-align: center;}
	#fixedbtn.slide {transform: translateX(142px);transform: -webkit-translateX(142px);transform: -moz-translateX(142px);}
	.pageform-content,.implementing-img{width: 100%;}
	h2{font-size:1.8em;}
	p{font-size:1em;}
	.content-slider li div p br,.blue-sec2 h2 br,h1 br,.banner-con h3 br,.sec3 .space-10{display:none;}
	h1{text-align: center;font-size:2.8em;}
	.cis-controls-box li {width:100%;}
	.cis-controls-box li:nth-child(1){margin:15px;}
	.organi-list li{float:none;width: 100%;}
	.banner-box div{text-align: center;}
	.banner-box{height:auto;padding: 30px;}
	.found-title br{display:block;}
	.control-steps span.clickbox {padding: 25px 45px 25px 25px;}
	.organi-list li p{padding-right:10px;}
	.banner-box h3{margin:25px 0;padding:0;}
	.download-btn{font-size:1em;margin: 0px 0px 10px;}
	.banner-box .cols-5,.banner-box .cols-4,.banner-box .cols-3,.popup-content form,.nav-menu{width:100%;}
	.stip-img{width:100%;opacity:1;position:static;}
	.group-im2{height:90px;}
	.dropdown-box{padding:25px;}
	.dropdown-box h6{line-height:1.6;}
	.msgcon{top:50%; width:90%;padding: 35px;}
	.msgcon h6{font-size:1.3em;}
	.slider-sec{margin:40px 0 0;}
}
@media only screen and (max-width: 375px){
	.msgcon{top:50%; width:90%;padding: 35px;}
	.msgcon h6{font-size:1.1em;}
	h1{font-size:2.5em;}
}