@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-family: 'Zoho_Puvi_RegularItalic';
    font-style: oblique
}

.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: 'ZohoPuvi';
    font-weight: 300;
    overflow-x: hidden;
    color: #fff;
    background: #02306A;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
footer,
header,
section {
    display: block;
}

section {
    position: relative;
    padding: 60px 0;
}

[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;
}

h2 {
    font-size: 1.6em;
    line-height: normal;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
    padding-bottom: 40px;
}

h4 {
    font-family: 'Zoho_Puvi_SemiBold';
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
    line-height: 24px;
    padding: 10px 0;
}

.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: 45px;
}

.space-small {
    height: 10px;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.non-click {
    cursor: default;
    pointer-events: none;
}

.container-row {
    width: 50%;
}

ol,
ul {
    margin-top: 0;
    list-style-type: none;
    padding: 0px;
}

h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.3em;
    line-height: 28px;
}

h4 {
    color: #2860A9;
    line-height: 26px;
}

ol {
    padding-left: 22px;
}

ol li {
    line-height: 32px;
    list-style: decimal;
}

strong,
b {
    font-family: 'Zoho_Puvi_SemiBold';
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.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;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
    z-index: 9;
}

.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-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12 {
    float: left;
    min-height: 1px;
    padding: 0px;
}

.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%;
        text-align: left;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-3 {
        width: 25%;
    }

    .content-row {
        width: 90%;
    }
}

@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%;
    }
}

.row:before,
.row:after {
    display: table;
    clear: both;
    content: '';
}

/* header */
header {
    padding: 35px 0;
}

.fixed-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 30px 0px;
    position: fixed;
}

.fixed-header.header-fixed {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    background: #02306a;
}

.header-inner {
    padding: 0;
}

.logo {
    float: left;
    margin-top: 0;
}

.fixed-header.header-fixed .logo {
    position: relative;
    top: auto;
    float: left;
}

.logo a {
    background: none;
    height: auto;
    margin: 0;
}

.logo img {
    width: 200px;
}

#topbar-menu-icon {
    display: none;
    position: absolute;
    right: 30px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
    z-index: 9999999;
    margin: 0;
    top: 15px;
    width: 30px;
    height: 30px;
}

#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: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

#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;
}

#topbar-menu-icon.active-menu span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#topbar-menu-icon.active-menu span:nth-child(2) {
    opacity: 0;
    right: -60px;
}

#topbar-menu-icon.active-menu span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.home {
    padding-top: 100px;
}

.main-menu {
    margin: 10px 0;
}

.main-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 5px 0 0 0;
}

.main-menu li a {
    color: #fff;
    font-size: 1em;
}

.main-menu li:hover a,
.main-menu li.active a {
    color: #fec04c;
    text-decoration: none;
    border-bottom: 2px solid #fec04c;
}

#banner {
    background: url("https://www.manageengine.com/latam/css/../images/sinpe-ebook-banner.jpg") 0 0 no-repeat;
    background-size: cover;
}

#banner .rows {
    margin-right: 0px;
    margin-left: 0px;
}

h1 {
    font-size: 2em;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
    line-height: 44px;
    padding: 28px 0;
}

.overlay {
    width: 450px;
    float: right;
    background: #fff;
    color: #000;
    padding: 40px;
}

#Highlights {
    padding: 80px 0;
}

#Highlights li {
    vertical-align: top;
    display: inline-block;
    width: 33%;
    padding: 0 30px 0 0;
    line-height: 24px;
}

.banner {
    margin: 60px 0 0 0;
    color: #000;
}

.banner .left {
    background: #fff;
    padding: 26px 45px 40px;
    min-height: 350px;
}

.banner .right {
    background: #62C6FF url(https://www.manageengine.com/latam/css/../images/ebook-text-img.png) no-repeat -10px bottom;
    min-height: 350px;
}

.banner img {
    margin: 30px auto auto auto;
    text-align: center;
    display: block;
    width: 250px;
}

.dwnld-btn {
    background: #F7CD42;
    display: inline-block;
    padding: 15px 35px;
    margin: 18px 0 0 0;
    font-family: 'Zoho_Puvi_SemiBold';
}

footer {
    background: #222;

}

footer p {
    margin: 0;
    font-size: 0.9em;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

footer p a {
    color: #fff;
    text-decoration: underline;
}

footer p a:hover {
    text-decoration: none;
}

.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    display: none;
}

.ad-success-msg {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 999999;
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    color: #000000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}

.ad-success-msg span.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

.ad-success-msg span.close:hover {
    color: #000;
}

span.tick-icon {
    display: block;
    width: 80px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.ad-success-msg p {
    line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 0.85em;
    font-family: 'Zoho_Puvi_SemiBold';
}

#backToTop {
    display: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px dashed #ccc;
    box-shadow: none;
    position: relative;
    transition: border ease 1.5s;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
    margin-bottom: 10px;
}

.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;
}

.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;
    resize: none;
}

.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;
}

.btn-submits {
    border: none;
}

button {
    background: #F6CE41;
    border: none;
    padding: 12px 35px;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
    font-size: 1.1em;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: .5s;
}

button:hover,
.dwnld-btn:hover {
    background: #02306B;
    color: #fff;
}

.overlay p {
    font-size: .9em;
    line-height: 20px;
    margin: 0 0 5px 0;
}

.overlay a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.uscountry.form-control {
    height: auto;
}

.uscountry select#contact_country,
.uscountry select#country {
    height: 60px;
    border-bottom: 1px dashed #ccc;
}

.uscountry select#country_state,
.uscountry select#ukcountry_region {
    height: 60px;
}

.form-control.active-row .label {
    top: 0;
    background: #02306b;
    padding: 0 6px;
    left: 0px;
    font-size: 1em;
    opacity: 1;
    color: #fff;
}

#meGDPRMessage {
    font-size: .9em;
    line-height: 18px;
}

#meGDPRMessage .checkmarkgdpr {
    background: #00306a;
    height: 15px;
    width: 15px;
}

#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
    width: 3px;
    height: 8px;
    border: 1px solid #f7cd42;
    left: 4px;
}

@media screen and (max-width:1200px) {
    .container {
        max-width: 90%;
        width: 100%;
    }
}

@media screen and (max-width:992px) {
    .overlay {
        float: none;
        margin: 50px auto 0;
    }

    .banner .left,
    .banner .right {
        min-height: 410px;
    }
}

@media screen and (max-width:750px) {

    .banner .left,
    .banner .right {
        width: 100%;
        min-height: 350px;
    }

    #Highlights li {
        width: 100%;
        padding: 0 0 20px 0;
    }
}

@media screen and (max-width:650px) {
    button {
        width: 100%;
    }

    #topbar-menu-icon {
        display: block;
        top: 8px;
        right: 0;
    }

    .main-menu {
        display: none;
        width: 100%;
        background: #fff;
        position: absolute;
        width: 100%;
        top: 40px;
        right: 0px;
        z-index: 99;
        display: none;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.26);
    }

    .main-menu li {
        display: block;
        text-align: left;
        padding: 4px 0;
        margin: 0 10px;
    }

    .main-menu li a {
        color: #000;
        display: block;
        color: #000;
        padding: 15px;
        border-bottom: 1px solid #999999;
    }

    .main-menu li:hover a,
    .main-menu li.active a {
        color: #0f62ff;
        border-bottom: 2px solid #0f62ff;
    }

    .main-menu li:last-child:hover a,
    .main-menu li:last-child.active a,
    .main-menu li:last-child a {
        border: none;
    }

    .banner .left {
        padding: 26px 35px 40px;
    }

    .dwnld-btn {
        width: 100%;
        padding: 15px 20px;
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    .overlay {
        width: 100%;
        padding: 40px 25px;
    }
}