 @import url("https://www.manageengine.com/css/fonts.css");
/* Reset CSS */

html {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
.clearfix:after {
	content: "";
	clear: both;
	display: table;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, splan, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
#smartbanner, body {
	-webkit-font-smoothing: antialiased
}
body * {
	margin: 0;
	color: #000;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Zoho_Puvi_Regular';
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
embed, img, object, video {
	max-width: 100%;
	height: auto
}
video {
	width: 100%
}
input:focus, keygen:focus, select:focus, textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}
input {
	border: none;
	border-radius: 0
}
* {
	-webkit-tap-highlight-color: transparent;
	font-variant-numeric: lining-nums;
}
*, ::after, ::before {
	box-sizing: inherit;
}
/* Reset CSS */


/*Global Style*/

h1 {
	font-size: 50px;
	font-family: 'Zoho_Puvi_Bold';
	line-height: 1.2;
	margin-bottom: 20px;
}
h2 {
	font: 30px/1.25 Zoho_Puvi_SemiBold;
	margin-bottom: 30px;
}
h3 {
	font: 26px/1.25 Zoho_Puvi_SemiBold;
	margin-bottom: 15px;
}
h4 {
	font: 22px/1.4 Zoho_Puvi_SemiBold;
	color: #00a9f4;
	margin-bottom: 10px;
}
h5 {
	font: 20px/1.4 Zoho_Puvi_SemiBold;
	margin-bottom: 5px;
}
img {
	max-width: 100%;
}
p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 30px;
}
.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 30px;
	box-sizing: border-box;
}
.container-header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 30px;
	box-sizing: border-box;
}
#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;
}
/*Global Style*/


/*header style*/

.header-bg {
	padding: 20px 0px;
}
.fixed-header {
	display: block;
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	background: #fff;
	box-shadow: 0px 0px 10px #ddd;
	z-index: 99;
	animation: fadein 0.5s ease-in-out;
}
 @keyframes fadein {
 0% {
 transform: translateY(-30px);
}
 100% {
 transform: translateY(0px);
}
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
img.me-logo {
	width: 200px;
	display: block;
}
img.sdp-logo {
	width: 250px;
	display: block;
}
ul.menu-list {
	display: flex;
	justify-content: flex-end;
}
ul.menu-list li {
	margin: 20px;
}
ul.menu-list li:last-child {
	margin-right: 0px;
}
ul.menu-list li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	position: relative;
}
ul.menu-list li a:before {
	content: "";
	width: 0%;
	border-bottom: 2px solid #f44336;
	position: absolute;
	top: 20px;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
a.scroll-cta {
	background: #ef483d;
	padding: 10px 30px;
	border-radius: 1px;
	text-decoration: none;
	color: #fff !important;
	font-family: 'Zoho_Puvi_Bold';
}
a.custom-cta {
	background: #ef483d;
	display: block;
	border-radius: 1px;
	text-decoration: none;
	color: #fff !important;
	font-family: 'Zoho_Puvi_Bold';
	text-align: center;
}
/*mobile menu style starts*/

ul.menu-items {
	position: absolute;
	background: #333;
	max-width: 100%;
	left: 0;
	right: 0;
	top: 101px;
	display: none;
	z-index: 999;
}
ul.menu-items li {
	max-width: 1200px;
	margin: 0 auto;
	line-height: 40px;
	position: relative;
}
ul.menu-items li a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 5px 30px;
}
ul.menu-list>li a:hover:before {
	width: 100%;
}
.hamburger {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin: 0px;
	display: none !important;
}
.hamburger:after, .hamburger span:before, .hamburger span:after {
	content: "";
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 0.2s ease-in-out;
}
a.hamburger span:before {
	transform: translateY(-5px);
}
a.hamburger span:after {
	transform: translateY(5px);
}
.hamburger-active:after {
	height: 0px;
}
.hamburger-active span:before {
	transform: rotate(45deg) !important;
}
.hamburger-active span:after {
	transform: rotate(-45deg) !important;
}
/*mobile menu style ends*/

/*header style*/


/*breadcrumb*/
.bread-crumb {
	border-bottom: 1px solid #f2f2f2;
}
.bread-crumb p {
	margin-bottom: 0px;
	font-size: 15px;
	padding: 20px 0px;
}
.bread-crumb a {
	color: #138cd6;
	text-decoration: none;
}
.smlarlft {
    background: url(../images/sdp-common-image.png) 0px 0px no-repeat;
    width: 6px;
    height: 9px;
    margin: 0 5px 5px 5px;
    position: relative;
    top: 5px;
    display: inline-block;
}
.cmn-breadcrum .smlarlft {
    background: unset;
    top: 3px;
    font-size: 14px;
    height: auto;
    width: auto;
}
.cmn-breadcrum .root-page {
    color: #0b6db1;
}
/*
.smlarlft {
	background: url(../../images/sdp-common-image.png) 0px 0px no-repeat;
	width: 6px;
	height: 9px;
	margin: 0 5px 5px 5px;
	position: relative;
	top: 5px;
	display: inline-block;
}
.smlarlft {
	background: url(../../images/sdp-common-image.png) 0px 0px no-repeat;
	width: 6px;
	height: 9px;
	margin: 0 5px 5px 5px;
	position: relative;
	top: 5px;
	display: inline-block;
}
*/
.last-updated {
	text-align: right;
	font-size: 20px;
	color: #00a9f4;
	font-weight: bold;
}
/*breadcrumb*/

/*banner style starts */
.banner-bg {
	background: url("../../images/it-features-banner.webp"),url(../../images/it-features-banner.jpg);
	background-size: cover;
	padding: 75px 0px;
}
.banner {
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.banner>div {
	flex: 0 0 50%;
}
.banner img {
	width: 80%;
}
.banner h1 {
	font-size: 38px;
	font-family: 'Zoho_Puvi_Bold';
	line-height: 1.2;
}
.banner p {
	font-size: 20px;
	line-height: 1.6;
	margin: 10px 0px 30px 0px;
	width: 85%;
}
ul.banner-cta {
	display: block;
}
.banner-cta li a {
	display: inline-block;
	background: #f0483d;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #ff2323;
	text-align: center;
	font-family: 'Zoho_Puvi_Bold';
}
ul.banner-cta li:nth-child(2) a {
	background: none !important;
	border: 1px solid #ff2323;
	color: #ff2323;
}
/*banner ends */



#content {
	padding: 50px 0px;
}
.row-bg {
	padding: 100px 0px;
	box-sizing: border-box;
}
.main-content {
	display: flex;
	align-items: center;
}
.main-content .left-col {
	flex: 0 0 57.5%;
	margin-right: 2.5%;
}
.main-content .right-col {
	flex: 0 0 37.5%;
	margin-left: 2.5%;
}
.row-min {
	width: 100%;
}
.row-min-left-col {
	width: 37.5%;
	margin-right: 2.5%;
	float: left;
}
.row-min-left-col h2 {
	width: 80%;
}
#post-office h2, #sdp h2 {
	width: 100%;
}
#isolation h2 {
	width: 75%;
}
.row-min-right-col {
	width: 57.5%;
	margin-left: 2.5%;
	float: left;
}
.resolution-space {
	margin: 75px auto;
}
a.cta {
	display: inline-block;
	background: #f0483e;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 16px;
	text-decoration: none !important;
	border-radius: 2px;
	cursor: pointer !important;
	margin-top: 10px;
	text-align: center;
	float: right;
	font-weight: bold;
	font-family: 'Zoho_Puvi_Bold';
}
a.bottom-cta {
	display: block;
	background: #f0483e;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 16px;
	text-decoration: none !important;
	border-radius: 2px;
	cursor: pointer !important;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-family: 'Zoho_Puvi_Bold';
	margin: 0 auto 30px auto;
	width: 200px;
}
img.title-image {
	width: 500px;
	display: block;
	margin: 75px auto 0px auto;
}
.zoom {
	position: relative;
}
img.workflow {
	margin: 50px auto;
	display: block;
	border: 1px solid #d7d7d7;
}
.zoom:after {
	content: "";
	background: #ee483d url(../images/zoom.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 16px;
	height: 16px;
	padding: 15px;
	background-position: center;
	z-index: 0;
	pointer-events: none;
	display: none;
}
strong {
	font-weight: bold;
}
ul.add-resources h4 {
	color: #000;
}
.ctas {
	text-align: center;
	box-shadow: 0px 0px 5px #cccccc87;
	padding: 40px 20px;
	margin: 75px 0px;
}
.ctas p {
	font-family: 'Zoho_Puvi_Bold';
	font-size: 26px;
	margin: 0px auto 10px auto;
	line-height: 1.3;
	width: 70%;
}
.ctas-button {
	display: block;
}
.ctas-button a {
	margin: 5px;
}
.ctas a {
	display: inline-block;
	background: #f0483e;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 16px;
	text-decoration: none !important;
	border-radius: 1px;
	cursor: pointer !important;
	margin-top: 10px;
	text-align: center;
	font-family: 'Zoho_Puvi_Bold';
	min-width: 400px;
}
.ctas.mobile-view {
	display: none;
}
a.sec-button {
	background: transparent;
	border: 1px solid #ef483d;
	color: #ef483d;
}
p.author {
	float: right;
	font-size: 16px;
	line-height: 1.4;
}
a.links {
	text-decoration: none;
	border-bottom: 1px solid #03a9f5;
	color: #03a9f5;
}

@media only screen and (max-width:1440px) and (min-width:1366px) {
.ctas a {
	font-size: 14px;
}
}

@media only screen and (max-width:1024px) {
ul.menu-list {
	display: none;
}
.hamburger {
	display: inline-block !important;
}
#content {
	padding: 50px 0px;
}
.row-bg {
	padding: 75px 0px;
}
img.title-image {
	width: 400px;
	display: block;
	margin: 0 auto 40px auto;
}
.banner p {
	width: 90%;
}
ul.add-resources >li:nth-child(1) {
	border: none !important;
}
ul.add-resources> li:nth-child(2) {
	margin-left: 0px !important;
}
ul.otherlinkcont {
	flex-wrap: wrap;
}
.row-min-left-col h2 {
	width: 100%;
}
#post-office h2, #sdp h2 {
	width: 100%;
}
#isolation h2 {
	width: 100%;
}
ul.menu-items {
	top: 104px;
}
.add-resources-bg .container {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 auto;
}
}

@media only screen and (max-width:1000px) {
ul.add-resources h2 {
	width: 100% !important;
}
}

@media only screen and (max-width:900px) {
.banner {
	flex-wrap: wrap;
	text-align: center;
}
.banner > div {
	flex: 0 0 100%;
}
.banner img {
	width: 400px !important;
	margin: 0px 0px 30px 0px;
}
ul.banner-cta {
	justify-content: center;
}
.main-content {
	flex-wrap: wrap;
}
.main-content .left-col {
	flex: 0 0 100%;
	margin-right: 0%;
}
.main-content .right-col {
	flex: 0 0 100%;
	margin-right: 0%;
}
img.title-image {
	width: 400px;
}
h2 {
	font: 30px/1.25 Zoho_Puvi_SemiBold;
	margin-bottom: 20px;
	text-align: center;
}
ul.add-resources h4 {
	text-align: center;
}
}

@media only screen and (max-width:800px) and (min-width:760px) {
.ctas {
	box-shadow: none;
	margin: 0px 0px;
}
.ctas a {
	padding: 10px 10px;
	font-size: 12px;
	min-width: 300px;
}
}

@media only screen and (max-width:768px) {
.row-min-left-col {
	width: 100%;
	margin-right: 0%;
}
.row-min-right-col {
	width: 100%;
	margin-left: 0%;
}
img.title-image {
	width: 300px;
	margin: 50px auto!important;
}
.banner img {
	width: 300px !important;
}
img.add-res {
	margin: 40px auto 0px auto !important;
}
.banner p {
	width: 100%;
}
ul.menu-items {
	top: 104px;
}
}

@media only screen and (max-width:736px) {
img.me-logo {
	width: 150px;
	display: block;
}
img.sdp-logo {
	width: 200px;
	display: block;
}
ul.menu-items {
	top: 94px;
}
}

@media only screen and (max-width:600px) {
p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px;
}
.banner h1 {
	font: 30px/1.2 Zoho_Puvi_Bold;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
h4 {
	font-size: 20px;
}
img.add-res {
	display: block;
	margin: 0 auto !important;
}
ul.add-resources h2 {
	width: 100% !important;
}
ul.add-resources h4 {
	text-align: center;
}
.last-updated {
	font-size: 16px;
}
ul.list-items li {
	font-size: 16px;
	line-height: 1.8;
}
.bread-crumb p {
	font-size: 12px;
}
.ctas-button {
	display: block;
	justify-content: center;
}
.ctas p {
	width: 100%;
	font-size: 24px;
}
.ctas {
	box-shadow: none;
}
.mobile-view {
	display: block !important;
}
.desktop-view {
	display: none;
}
.zoom:after {
	display: none;
}
.container {
	padding: 0px 20px;
}
.container-header {
	padding: 0px 20px;
}
	.cmn-breadcrum a{
		margin: 3px 0;
	}
	.cmn-breadcrum{
		padding-left: 0;
	}
}

@media only screen and (max-width:414px) {
.banner img {
	width: 250px !important;
}
img.title-image {
	width: 250px;
}
.ctas {
	margin: 0px;
}
.ctas a {
	padding: 10px 20px;
	font-size: 12px;
	min-width: 300px;
}
}

@media only screen and (max-width:375px) {
.banner-cta li a {
	padding: 15px;
	font-size: 16px;
}
img.me-logo {
	width: 150px;
	display: block;
}
img.sdp-logo {
	width: 200px;
	display: block;
}
.ctas {
	padding: 30px 0px;
}
.ctas a {
	padding: 10px 10px;
	font-size: 14px;
	min-width: 270px;
}
}

@media only screen and (max-width:320px) {
.banner-cta li a {
	padding: 15px;
	font-size: 14px;
}
img.me-logo {
	width: 130px;
	display: block;
}
img.sdp-logo {
	width: 170px;
	display: block;
}
}
