@import url("https://www.manageengine.com/css/fonts.css");
html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-family: Zoho_Puvi_Regular;
    overflow-x: hidden;
}

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: 0;
    border-radius: 0;
}

.heading-menu {
    display: none;
}

#scroll {
    display: none;
}

#header-topsec {
    z-index: 9999;
}

#header-mainsec {
    z-index: 999;
}

h1 {
    font: 41px/1.1 Zoho_Puvi_Bold !important;
    margin: 0 0 15px 0px;
}

h2 {
    font: 38px/1.25 Zoho_Puvi_SemiBold;
    margin: 0 0 20px 0px;
}

h3 {
    font: 28px/1.3 Zoho_Puvi_SemiBold;
    margin: 0 0 20px 0px;
}

p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.container-new {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0px;
    width: 90%;
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.col {
    flex-grow: 1;
    flex-basis: 0;
}

.row .col:nth-child(1) {
    padding-right: 5%;
}

.banner-bg {
    background: #e3fff7;
    padding: 50px 0px;
}

.banner-bg .banner-cta {
    background: #f0483e;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto;
    font-family: 'Zoho_Puvi_SemiBold';
    border-radius: 2px;
    display: block;
    max-width: 250px;
    text-align: center;
    width: 90%;
}

ul.icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

.icons p {
    text-align: center;
    line-height: 1.3;
}

.icon {
    background: url(../images/pink-webinar-icons.png);
    display: block;
    margin: 0 auto 20px auto;
    min-height: 88px;
}

.icon1 {
    background-position: -16px -12px;
    width: 87px;
    height: 76px;
}

.icon2 {
    background-position: -124px -12px;
    width: 91px;
    height: 76px;
}

.icon3 {
    background-position: -229px -6px;
    width: 81px;
    height: 88px;
}

.icon4 {
    background-position: -331px -16px;
    width: 84px;
    height: 73px;
}

.icon5 {
    background-position: -432px -9px;
    width: 94px;
    height: 82px;
}

ul.list-items {
    margin-left: 20px;
    margin-bottom: 30px;
}

ul.list-items>li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
}

ul.list-items>li:before {
    content: "";
    background: #000;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
}

.about-author-bg {
    background: #f6f6f6;
}

.about-author img {
    display: block;
    margin: 0 auto;
}

.footer-bg {
    text-align: center;
}

.footer-bg h2 {
    max-width: 70%;
    margin: 0 auto;
}

a.cta {
    display: inline-block;
    background: #ee4a44;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: bold;
    font-family: Zoho_Puvi_SemiBold;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
    font-size: 19px;
}

.animation-left {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
}

.active-anim .animation-left {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: inherit;
}

.animation-right {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
}

.active-anim .animation-right {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: inherit;
}

div#wistia-np1vnr3brc-1_popover_overlay {
    background: #000000ed !important;
}

.breadcrumb-bg {
    background: #e2fff7;
    padding: 10px 0px;
}

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

span.brd-arrow {
    color: #444 !important;
    font-size: 10px !important;
}

@media only screen and (max-width:768px) {
    .row {
        flex-wrap: wrap;
    }
    .col {
        flex-grow: inherit;
        flex-basis: inherit;
        flex: 0 0 100%;
    }
    .row .col:nth-child(1) {
        padding-right: 0%;
    }
    .banner h1 {
        text-align: center;
    }
    .banner p {
        text-align: center;
    }
    ul.icons {
        flex-wrap: wrap;
    }
    ul.icons li {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .footer-bg h2 {
        max-width: 100%;
    }
    .container-new {
        padding: 50px 0px;
    }
}