@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
.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;
}
/* 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;
}
section * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #3131FF;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
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: 0px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-family: 'Zoho_Puvi_SemiBold';
}
.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%;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.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: 40%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 60%;
}
.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%;
}
}
.ns-pro:before,.ns-pro:after,.row:before,.row:after{display:table;clear:both;content:'';}
/* header */
.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
	    margin-left: 10px;
}
.nav-menu li a, .nav-menu li span {
    color: #000;
    padding: 10px;
    display: block;
	    cursor: pointer;
}
.nav-menu li a:hover
{
	color:#3682f4;
}
li.active a{
	color:#3682f4;
}
.menu-icon{
    display: none;
    color: #fff;
}
.light
{
	color: #fff!important;
}
section
{
	padding:100px 0;
	background: #fff;
	position:relative;
}
.container-fluid.copyright {
    padding: 20px 0;
    text-align: center;
    background: #16131a;
    color: #fff;
}
.container-fluid.copyright p {
    margin: 0;
	font-size: 0.8em;
	color:#fff;
}
.container-fluid.copyright p a,hearder,#banner
{
	color: #fff;
}
/*Banner css start*/
.com-banner, section.com-banner+section {
    display: none;
}
#banner {
	background:#FCF2EC;
	background-position: 80% 18%;
	color:#000;
}
h1{
	font-size:2.6em;
	font-family: 'Zoho_Puvi_Bold';
	margin:0 0 10px;
    line-height: 1.2;
}
.top-banner-img{display:block;margin:0 auto;;}
p{
	font-size:1.0625em;
	color:#000;
}
.con-lists{padding-left: 35px;position: relative;margin:0;}
.con-lists li {
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    color: #000;
}
.tick-ico {
    border: 1px solid #3bb54a;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -35px;
    background:#3BB54A;
}
.tick-ico:before {
    background: #ffffff;
    width: 2px;
    height: 5px;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.tick-ico:after {
    background: #ffffff;
    width: 2px;
    height: 9px;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.res-tab{width: 25%;margin: 30px auto 0;}
.res-tab li {
   	float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 13px 0;
    cursor: pointer;
    color: #fff;
    width: 50%;
	position:relative;
	font-family: 'Zoho_Puvi_SemiBold';
}
.res-tab li:after{
	position: absolute;
    content: '';
    width: 0;
    border-radius: 10px;
    display: block;
    height: 1px;
    bottom: 0;
    background: #FFC400;
}
.res-tab li:hover:after,.res-tab li.active-tab:after{width:100%;}
.res-tab li:hover{color:#FFC400;}
.res-tab li.active-tab{color:#ffc401;}
.blue-sec{background:#0E012A;padding:100px 0;}
.pro-box h3{color: #000;font-size:1.6em;font-family: 'Zoho_Puvi_SemiBold';line-height:normal;margin:0;}
.ebook-boxes{
	width:85%;
    margin: 60px auto 0;
}
.ebook-boxes li{
	float: left;
    width: 33.33%;
	padding:15px;
}
.ebook-boxes li a{
	display:block;
}
#ebook{display:block;}
.web-box{
/*    height: 310px;*/
	background:#fff;
	color:#000;
	border-radius:5px;
	overflow:hidden;
}
.book-boxes .showbox{display:none;}
.book-boxes .showbox p{margin:0;}
.book-boxes .showbox .more-cta{
	color: #fff;
    margin: 0;
    background: #c03e37;
    padding: 10px 50px;
    border-radius: 3px;
    margin-top: 30px;
    display: inline-block;
}
.book-boxes .showbox .more-cta:hover{background: #f3564e;}
.space-medium{height:30px;}
.ebook-images{background:url("../images/nsm-ebook-sprite.png") no-repeat;background-size:1140px;}
.cs-images{background:url("../images/nsm-casestudy-sprite.png") no-repeat;background-size:1140px;}
.ebook-images,.cs-images{
    display: inline-block;
    height: 165px;
    width: 310px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
/*    border: 1px solid red;*/
}
.ebook-img1{background-position:-17px -85px;}
.ebook-img2{background-position:-417px -85px;}
.ebook-img3{background-position:-805px -85px;}
.cs-img1{background-position:-17px -85px;}
.cs-img2{background-position:-427px -85px;}
.cs-img3{background-position:-810px -85px;}
.web-content{
	padding:20px 30px;
	text-align:center;
}
.web-content h5{
	line-height: 1.4;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 110px;
}
span.it-img {
    display: inline-block;
    width: 65px;
    height: 40px;
    margin-bottom: 5px;
    background: url(../images/it-img.png) no-repeat;
    background-size: 60px;;
}
.read-btn {
    margin:0;
    display:inline-block;
    text-decoration: underline;
	position: relative;
	font-size:0.9em;
	font-family: 'Zoho_Puvi_Medium';
}
.read-btn:before{
	content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 20px;
    left: -17px;
    top: 6px;
    background: url(../images/back-arrow.svg) no-repeat;
    background-size: 100%;
}
.pro-box{
	text-decoration: none!important;
    display: block;
    padding:50px;
    color: #000;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 14%);
    height: 100%;
}
.pro-imags{
	display: inline-block;
    width: 70px;
    height: 45px;
    background: url(../images/nsm-sprite.svg);
    background-size: 250px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
span.pro-imags.p1 {
    background-position: 0px 0px;
}
span.pro-imags.p2 {
    background-position: -103px 0px;
}
span.pro-imags.p3 {
    background-position: -198px 0px;
    background-size: 260px;
}
span.pro-imags.p4 {
    background-position: 0px -60px;
}
span.pro-imags.p5 {
    background-position: -104px -60px;
}
h2{
	font-family: 'Zoho_Puvi_SemiBold';
    font-size:2em;
    color: #fff;
	line-height:normal;
}
h4{font-size:1.2em;font-family: 'Zoho_Puvi_SemiBold';line-height:1.4;margin:15px 0 20px;}
.learn-btn{
	display:inline-block;
	color:#e71d11;
	border-radius:4px;
	margin-top:25px;
}
.msp-btn{padding-left:10px;}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    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;
}
@keyframes spin{
0% {transform: rotate(0);}
100% {transform: rotate(360deg);}
}
#ui-datepicker-div
{
	z-index: 9999999!important;
}
/* footer */
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.9em;
	    margin-bottom: 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;
}
.social {
    text-align: right;
}
.social li {
    display: inline-block;
    margin: 0 5px;
}
.social li a {
    background: url("../images/social-icon.png");
	    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999em;
    color: transparent;
    background-size: 135px;
	opacity: 0.7;
}
.social li a:hover
{
	opacity: 1;
}
.social li:nth-child(1) a {background-position: 28px -9px;}
.social li:nth-child(2) a {background-position: -8px -6px;background-size: 130px;}
.social li:nth-child(3) a {background-position: -73px -8px;background-size: 126px;}
.social li:nth-child(4) a {background-position: -38px -7px;background-size: 130px;}
a:hover{text-decoration:none;}
@media only screen and (max-width: 1450px)
{
	.cols-6.text-right {
    	text-align:center;
	}
}
@media only screen and (max-width: 1200px)
{
	.container {
    max-width: 90%;
}
	
}
@media only screen and (max-width: 1100px)
{
	.menu-icon {
    display: block;
    position: relative;
		    cursor: pointer;
}
	.nav-section {
    position: relative;
}
	.nav-menu {
        background: #fff;
    position: absolute;
    width: 100%;
    top: 50px;
		z-index: 99;
		display: none;
}
	.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;
	}
	.nav-menu li:last-child a {
    border: none;
    padding: 10px;
    color: #000;
		background: transparent;
}
   .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: 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: #000;
    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);
	}
	.ebook-boxes{
		width:100%;
	}
	.popup-content{
		width:80%;
	}
	.sec2-boxes li{
		margin: 10px;
		    width: 30%;
	}
	.pro-box h4 br{display:none;}
	.web-content-boxes{
		padding:30px;
	}
	.web-content-boxes span{
		padding: 10px 25px 10px 10px;
	}
	.ebook-images,.cs-images{
		height: 157px;
		width: 277px;
		background-size:1110px;
	}
	.res-tab{width:50%;}
	
}
@media only screen and (max-width:1000px){
	h1{font-size:2.5em;}
	section{padding:50px 0}
	.ebook-images, .cs-images{
		width: 316px;
    	background-size: 1155px;
    	height: 175px;	
	}
	.ebook-boxes li{width:50%;}
	.space-medium{display:none;}
	.prod-row .cols-6{margin-bottom:30px;}
	.ebook-img3 {background-position: -815px -85px;}
	.cs-img3 {background-position: -817px -87px;}
	span.footer-subscribenewsletteremail{width: 45%;}
	#banner{padding:50px 0;}
}
@media only screen and (max-width: 650px)
{
	body
	{
		font-size: 14px;
	}
	.menu-icon {
		bottom: 15px;
	}
	.nav-menu
	{
		    top: 15px;
	}
	.products-list a
	{
		min-height: auto;
	}
	#topbar-menu-icon {
    top: -30px;
}
	p.copyright {
    text-align: center;
    margin-bottom: 22px;
}
	ul.social {
    	text-align: center;
	}
	.ebook-boxes li,.res-tab{
		width: 100%;
	}
	h1{font-size:2em;}
	h3{margin-bottom:25px;}
	h1,h4{
		line-height:1.2;
	}
	p{
		font-size:15px;
	}
	.resources-box{padding:50px 0;}
	.res-tab li{width:50%;padding:15px 0;}
	.ebook-boxes{width:90%;}
	.book-boxes .showbox .more-cta{width:80%;}
	.pro-box{padding:35px;}
}
@media only screen and (max-width:390px){
	.ebook-images, .cs-images{
		width: 307px;
	}
	.ebook-boxes {width:100%;}
	.book-boxes .showbox .more-cta{width:90%;}
}
@media only screen and (max-width:325px){
	.product-btn a {
		width: 230px;
		padding:10px;
	}
	.ebook-images, .cs-images{
		width: 259px;
	}
}