@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
ol,
ul {
    list-style: none
}

html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: #000;
    font-family: Zoho_Puvi_Regular;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font: 50px/1.2 Zoho_Puvi_Bold
}

h2 {
    font: 40px/1.25 Zoho_Puvi_SemiBold
}

h3 {
    font: 30px/1.3 Zoho_Puvi_SemiBold
}

h4 {
    font: 24px/1.4 Zoho_Puvi_SemiBold
}

h5 {
    font: 20px/1.4 Zoho_Puvi_SemiBold
}

h6 {
    font-size: 16px
}

p,
a {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px;
}

.header-bg {
    padding: 20px 0px;
}

#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;
    z-index: 999;
}


/*desktop menu style starts*/

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.logo {
    width: 250px;
}

ul.menu-list {
    display: flex;
    opacity: 0;
}

ul.menu-list li {
    margin: 10px;
}

ul.menu-list li a {
    background: #f0483e;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
}

a.header-primary-button {
    padding: 10px 30px;
}


/*ul.menu-list li:nth-child(2) a {
	background: transparent;
	border: 1px solid #f00;
	color: #f00;
}*/

.features a:before {
    content: "";
    width: 0%;
    border-bottom: 2px solid #2274ea;
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

a.scroll-cta {
    background: #F44336;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
}


/*desktop menu style ends*/


/*mobile menu style starts*/

ul.menu-items {
    position: absolute;
    background: #333;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 110px;
    display: none;
    padding: 30px 50px;
    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: inline-block;
    color: #fff;
    background: red;
    padding: 10px 30px;
    font-weight: bold;
    min-width: 150px;
    text-align: center;
}

.features 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%;
    margin-left: -10px;
    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*/


/*fixed header style starts*/

.fixed-header1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    animation: smooth 0.3s ease-in-out;
    z-index: 100;
    box-shadow: 0px 0px 5px #e2e2e2;
}

@keyframes smooth {
    from {
        transform: translateY(-50px);
    }
    to {
        transform: translateY(0px);
    }
}


/*fixed header style ends */


/*banner style starts*/

.banner-bg {
    background: #e3f2ff;
}

.banner {
    padding: 100px 0px;
}

.banner ul {
    display: flex;
    align-items: center;
}

li.banner-image {
    flex: 0 0 60%;
}

li.banner-content {
    flex: 0 0 40%;
}

li.banner-image img {
    position: relative;
    top: 50px;
    left: -50px;
}

p.intro {
    color: #ff2323;
    font-size: 40px;
    font-style: italic;
    margin: 0px;
}

.banner h1 {
    font-size: 33px;
    line-height: 1.3;
    width: 100%;
}

p.description {
    font-size: 21px;
    color: #000;
    line-height: 1.3;
    width: 80%;
    margin: 10px 0px 20px 0px;
}

ul.banner-button {
    display: flex;
    justify-content: flex-start;
    display: block;
}

ul.banner-button li {
    flex-grow: inherit;
    flex-basis: inherit;
}

ul.banner-button a {
    text-decoration: none;
    background: #f0483e;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0px;
    text-align: center;
}

ul.banner-button span {
    background: transparent;
    border: 2px solid #f00;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: 2px solid #ff0000;
    margin: 10px 0px;
    color: #f00;
    display: inline-block;
    width: 330px;
    text-align: center;
}


/*ul.banner-button li:nth-child(2) a {
	border: 2px solid #f00;
	background: transparent;
	color: #f00;
}*/


/*banner style ends*/


/*popup style starts */

.modal {
    background-color: #000000c7;
    /* Fallback color */
    background-color: #000000c7;
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    margin: auto;
    width: 70%;
    position: relative;
    animation: pop 0.3s ease-in-out;
}

@keyframes pop {
    from {
        transform: translateY(-400px);
    }
    to {
        transform: translateY(0px);
    }
}


/* The Close Button */

.close {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #1b365e;
    padding: 10px;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

ul.popup-content {
    display: flex;
    justify-content: center;
}

ul.popup-content li {
    flex-grow: 1;
    flex-basis: 0;
}

ul.popup-content>li:nth-child(1) {
    background: #19488e;
    padding: 75px;
}

ul.popup-content>li:nth-child(2) {
    background: #2f5ca0;
    padding: 75px;
}

p.free-training {
    background: #ffe958;
    display: block;
    color: #19488e;
    width: 30%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

p.month {
    color: #add9fb;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffe958;
    font-size: 17px;
}

.popup-content li h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    margin: 10px 0px 0px 0px;
}

.popup-content li p:nth-child(2) {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}

ul.key-points li {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
    background: url(../images/esm-list-bg.png);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 35px;
    background-position: 0px 3px;
}

p.cover {
    color: #ffe958;
    margin-top: 20px;
    font-weight: bold;
}


/*popup style ends */

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #000;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
}

.dots-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 7px;
    width: 35px;
    margin: 0 2px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #7cc5fd;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}


/*image zoom style */

img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 999999;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.zoom-overlay {
    z-index: 420;
    background: #333333ba;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}


/*image zoom style */


/*workflow style starts */

.workflow-bg {
    padding: 100px 0px 200px 0px;
}

.workflow {
    text-align: center;
    position: relative
}

.workflow img {
    max-width: 900px !important;
    margin: 0 auto;
}

.workflow>p {
    width: 75%;
    margin: 0 auto 70px auto;
}

.flex-caption {
    color: #000;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
}


/*workflow style ends */


/*features style starts */

.features-bg {
    background: #ebf4fc;
    padding: 75px 0px;
}

.features ul {
    display: flex;
    justify-content: space-between;
}

.features li {
    background: #fff;
    padding: 50px;
    margin: 20px;
    flex-grow: 1;
    flex-basis: 0;
}

.features a {
    color: #2274ea;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    position: relative;
}

.features h3 {
    font-size: 24px;
    margin: 25px 0px 5px 0px;
}

.features img {
    width: 80px;
}

p.new {
    text-align: center;
    margin-top: 50px;
}


/*features style ends */


/*definitions style starts */

.definitions-bg {
    padding: 50px 0px;
}

.definitions h2 {
    font-size: 28px;
    color: #2274ea;
    line-height: 1.5;
    margin: 50px 0px 20px 0px;
}

.definitions p {
    margin: 10px 0px;
}

ul.help {
    display: flex;
    margin: 75px auto;
    max-width: 1000px;
    align-items: center;
}

ul.help li {
    flex-grow: 1;
    flex-basis: 0;
    margin: 20px;
}

ul.help h3 {
    font-size: 28px;
    width: 70%;
}

ul.help p {
    width: 80%;
}

ul.esm-journey {
    display: flex;
    background: url(../images/esm-bg-strip.png) no-repeat;
    padding: 30px 0px;
    margin: 75px auto;
    align-items: center;
    justify-content: space-evenly;
    max-width: 800px;
}

ul.esm-journey li:nth-child(1) {
    flex: 0 0 65%;
}

ul.esm-journey li:nth-child(2) {
    flex: 0 0 35%;
}

.esm-journey p {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 1.3;
    position: relative;
    left: 90px;
    width: 55%;
}

.esm-journey a {
    background: #f0483e;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


/*definitions style ends */


/*cta style starts */

.cta-bg {
    background: #2f5792;
    padding: 75px 0px;
    text-align: center;
}

.cta p {
    font-size: 28px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.cta ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta ul li {
    margin: 10px;
}

.cta li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    padding: 8px 20px;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background: #ffd541;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.cta li span {
    color: #ffd541;
    text-decoration: none;
    display: inline-block;
    padding: 16px 40px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #ffd541;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.5px;
    cursor: pointer;
}


/*cta style ends*/


/*footer style*/

.sub-footer {
    padding: 0px 0px 0px 0px;
}

.sub-footer p {
    margin: 0;
    font-size: 14px;
}


/*footer style*/


/*social media icons styles*/

.social-icons {
    padding: 40px 0px 10px 0px;
}

.social-icons-items ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons-items li {
    margin: 5px;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
}

.social-icons-items li img {
    width: 16px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.social-icons-items li:nth-child(1) {
    background: #4764a5;
}

.social-icons-items li:nth-child(2) {
    background: #1a9deb;
}

.social-icons-items li:nth-child(3) {
    background: #2464ad;
}

.social-icons-items li:nth-child(4) {
    background: #f80100;
}

.social-icons-items li:nth-child(5) {
    background: #d52e74;
}

.social-icons-items li:hover img {
    animation: spin 0.3s ease-in;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*social media icons styles*/

ul.notes {
    margin-left: 30px;
}

ul.notes li {
    font-size: 18px;
    line-height: 1.6;
    position: relative;
}

ul.notes li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #78b9f3;
    border-radius: 50%;
    top: 10px;
    left: -25px;
}


/*thank you page design*/

.thanks-bg {
    padding: 50px 0px;
}

.thanks {
    text-align: center;
}

.thanks h1 {
    margin: 10px 0px;
}

.items ul {
    display: flex;
    margin: 75px 0px;
    justify-content: center;
}

.items ul li {
    width: 33.33%;
}

.items img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.items h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.items p {
    width: 80%;
    margin: 20px auto 30px auto;
    text-align: center;
}

.items a {
    background: #ff6237;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: 16px;
}


/*thank you page design*/

@media only screen and (max-width:1400px) and (min-width:1280px) {
    .popup-content li h2 {
        font-size: 28px;
    }
    .modal {
        padding-top: 0px;
    }
    p.month {
        font-size: 15px;
    }
}

@media only screen and (max-width:1366px) and (min-width:1024px) {
    .modal-content {
        width: 90%;
    }
    ul.banner-button {
        flex-wrap: wrap;
    }
    ul.banner-button a {
        text-align: center;
    }
}

@media only screen and (max-width:1024px) {
    .banner {
        text-align: center;
    }
    p.description {
        margin: 10px auto 20px auto;
    }
    li.banner-image {
        display: none;
    }
    li.banner-content {
        flex: 0 0 100%;
    }
    ul.banner-button {
        justify-content: center;
    }
    .items ul li {
        width: 50%;
    }
    ul.popup-content>li:nth-child(1) {
        display: none;
    }
    .modal-content {
        width: 50%;
    }
    ul.popup-content>li:nth-child(1) {
        padding: 75px;
    }
    .prvcy-plicy {
        width: 100%;
    }
    .workflow img {
        max-width: 100% !important;
    }
    .flex-direction-nav {
        display: none;
    }
    .cta p {
        width: 60%;
        margin: 0 auto 10px auto;
    }
    .features li {
        padding: 40px 25px;
        margin: 10px;
    }
}

@media only screen and (max-width:768px) {
    /*ul.menu-list {
	display: none !important;
}*/
    .hamburger {
        display: none !important;
    }
    ul.menu-list li span {
        font-size: 14px;
        padding: 10px;
    }
    .banner ul {
        flex-wrap: wrap;
    }
    .banner h1 {
        width: 70%;
        margin: auto;
    }
    p.description {
        width: 70%;
        margin: 20px auto;
    }
    .workflow p {
        width: 100%;
    }
    .features ul {
        flex-wrap: wrap;
        display: block;
        margin: 0;
        padding: 0;
    }
    .features li {
        flex-grow: inherit;
        flex-basis: inherit;
        margin: 20px;
    }
    ul.esm-journey {
        display: block;
        flex-wrap: wrap;
        text-align: center;
        background: #62a3dd;
    }
    .esm-journey a {
        margin: 20px 0px 0px 0px;
        display: inline-block;
    }
    ul.esm-journey li:nth-child(1) {
        flex: 0 0 100%;
    }
    ul.esm-journey li:nth-child(2) {
        flex: 0 0 100%;
    }
    .esm-journey p {
        position: inherit;
        left: 0px;
        width: 100%;
    }
    ul.help {
        flex-wrap: wrap;
        margin: 0 auto;
        margin: 0;
        padding: 0;
    }
    ul.help li {
        flex-grow: inherit;
        flex-basis: inherit;
        flex: 0 0 100%;
    }
    ul.help img {
        margin: 30px auto;
        display: block;
        width: 400px
    }
    ul.help h3 {
        width: 100%;
    }
    ul.help p {
        width: 100%;
    }
    ul.help.reverse {
        flex-direction: column-reverse;
    }
    .modal-content {
        width: 70%;
    }
    .cta ul {
        display: block;
    }
    .cta li span {
        min-width: 300px;
    }
    p.new {
        margin: 50px auto;
        width: 75%;
    }
    .cta p {
        width: 100%;
    }
}

@media only screen and (max-width:414px) {
    .banner {
        padding: 40px 0px;
    }
    .banner ul {
        margin: 0;
        padding: 0;
    }
    img.logo {
        width: 175px;
    }
    ul.menu-items {
        top: 95px;
    }
    .cta ul {
        flex-wrap: wrap;
    }
    .definitions h2 {
        overflow-wrap: break-word;
        line-height: 1.3;
    }
    ul.esm-journey {
        padding: 30px;
    }
    ul.help {
        margin: 0px auto;
    }
    .esm-journey a {
        font-size: 16px;
    }
    .items ul {
        flex-wrap: wrap;
    }
    .items ul li {
        flex-grow: inherit;
        flex-basis: inherit;
        width: 100%;
        margin: 20px;
    }
    .items p {
        width: 100%;
    }
    .modal {
        padding-top: 50px;
    }
    .modal-content {
        width: 90%;
        height: 600px;
        overflow-y: scroll;
    }
    ul.popup-content>li:nth-child(2) {
        padding: 50px;
    }
    .prvcy-plicy {
        width: 100%;
    }
    ul.menu-list li a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .cta li span {
        min-width: 300px;
        padding: 10px 20px;
    }
    p.description {
        width: 100%;
        margin: 20px auto;
    }
    .features li {
        margin: 0px 0px 20px 0px;
    }
    p.new {
        margin: 50px auto;
        width: 100%;
    }
    ul.help li {
        margin: 10px 0px;
    }
    .cta p {
        width: 100%;
        margin: 0 auto 10px auto;
    }
    .banner h1 {
        width: 100%;
    }
    a#cloudbtn {
        margin-bottom: 10px;
    }
    a.startyrfre {
        width: 250px;
    }
    a.scroll.header-primary-button {
        display: none;
    }
}

@media only screen and (max-width:375px) {
    .features li {
        padding: 30px;
    }
    .modal {
        padding-top: 30px;
    }
    .definitions p {
        word-break: break-word;
        overflow-wrap: break-word;
    }
    input.resetbtn {
        margin-left: 0px;
    }
    ul.banner-button a {
        font-size: 16px;
        min-width: 200px;
    }
    ul.banner-button span {
        font-size: 16px;
        width: 250px;
    }
    .cta li a {
        font-size: 16px;
    }
    .cta li span {
        min-width: 250px;
        font-size: 16px;
    }
    ul.menu-list li a {
        display: none;
    }
}

@media only screen and (max-width:320px) {
    ul.menu-list li a {
        font-size: 12px;
    }
    .cta li a {
        font-size: 15px;
    }
    .cta li span {
        min-width: 200px;
        font-size: 15px;
    }
}