@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
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,
span,
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
}

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;
}


/*desktop menu style starts*/

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

img.logo {
    width: 250px;
}

ul.menu-list {
    display: flex;
}

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

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: #F44336;
    padding: 8px 30px;
    text-decoration: none;
    color: #fff !important;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
}


/*desktop menu style ends*/


/*mobile menu style starts*/

ul.menu-items {
    position: absolute;
    background: #333;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 105px;
    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;
}

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%;
    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-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    animation: smooth 0.3s ease-in-out;
    z-index: 99999999;
    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: url(../images/itsm-seminar-bg.webp), url(../images/itsm-seminar-bg.jpg);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.banner {
    display: flex;
}

.banner>div {
    flex-grow: 1;
    flex-basis: 0;
}

.banner h1 {
    color: #ffe92d;
    width: 100%;
    margin: 0px auto 20px auto;
    font-size: 46px;
}

.banner h2 {
    color: #fff;
    font-size: 28px;
    margin: 30px 0px 20px 0px;
}

ul.locations {
    display: flex;
    justify-content: flex-start;
    margin-left: -30px;
}

ul.locations li {
    margin: 20px 30px;
}

ul.locations li:nth-child(2) {
    position: relative;
}

ul.locations li:nth-child(2):before {
    content: "";
    width: 1px;
    height: 60px;
    background: #ffea2d;
    position: absolute;
    left: -30px;
    top: 10px;
}

ul.locations li:nth-child(2):after {
    content: "";
    width: 1px;
    height: 60px;
    background: #ffea2d;
    position: absolute;
    right: -30px;
    top: 10px;
}

p.venue {
    font-size: 24px;
    color: #fff;
    margin: 0px;
}

p.date {
    font-size: 33px;
    color: #ffe92d;
    font-weight: bold;
}

p.banner-desc {
    margin: 40px 0px;
    color: #fff;
    width: 90%;
}

a.reg {
    display: inline-block;
    background: #ffe92d;
    text-decoration: none;
    color: #000;
    padding: 10px 40px;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 30px 0px 50px 0px;
    font-size: 20px;
}

p.starts {
    color: #fff;
}

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

ul.countdown li:nth-child(2) {
    position: relative;
}

ul.countdown li:nth-child(2):before {
    content: "";
    width: 1px;
    height: 55px;
    background: #ffe6046b;
    position: absolute;
    left: -20px;
    top: 5px;
}

ul.countdown li:nth-child(2):after {
    content: "";
    width: 1px;
    height: 55px;
    background: #ffe6046b;
    position: absolute;
    right: -20px;
    top: 5px;
}

ul.countdown li:nth-child(3) {
    position: relative;
}

ul.countdown li:nth-child(3):after {
    content: "";
    width: 1px;
    height: 55px;
    background: #ffe6046b;
    position: absolute;
    right: -20px;
    top: 5px;
}

ul.countdown li span {
    display: block;
    color: #ffea2d;
    font-size: 40px;
    font-weight: bold;
}

ul.countdown li {
    margin: 0px 20px;
    color: #fff;
}


/*banner style ends*/


/*timeline styles*/

.agenda-bg {
    padding: 100px 0px;
}

img.iconic-image {
    display: block;
    margin: 0 auto;
}

h2.sub-heading {
    text-align: center;
    color: #3787e1;
    margin: 20px 0px 5px 0px;
    font-size: 28px;
}

p.generic-desc {
    text-align: center;
    margin-bottom: 50px;
}

ul.agenda>li {
    margin-bottom: 50px;
}

.agenda h2 {
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 20px;
}

p.desc {
    margin: 0px;
    width: 100%;
    overflow-wrap: break-word;
}

p.break {
    color: #808080;
    margin: 0px;
}

p.sessions {
    color: #3787e1;
    font-size: 23px;
    margin: 0px;
}

p.learn {
    margin: 20px 0px;
}

ul.sub-lists {
    margin-left: 15px;
}

ul.sub-lists li {
    position: relative;
    line-height: 25px;
    overflow-wrap: break-word;
}

ul.sub-lists li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #989898;
    position: absolute;
    top: 7px;
    left: -15px;
}

ul.agenda {
    position: relative;
    max-width: 40%;
    left: 200px;
}

ul.agenda:before {
    content: "";
    width: 1px;
    height: calc(98.2%);
    background: #dadada;
    position: absolute;
    left: -14px;
    top: 23px;
}

ul.agenda>li {
    position: relative;
}

ul.agenda>li:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50px;
    border: 3px solid #3787e1;
    background: #fff;
    position: absolute;
    left: -53px;
    top: 7px;
    animation: ss 0.7s infinite;
}

@keyframes spin {
    0% {
        border: 3px solid #3787e1;
    }
    50% {
        border: 3px solid #000;
    }
    100% {
        border: 3px solid #3787e1;
    }
}

ul.agenda>li:after {
    position: absolute;
    left: -240px;
    top: 7px;
    color: #3787e1;
    font-size: 18px;
    font-weight: bold;
}

li.first-session:after {
    content: "9am - 9:30am";
}

li.second-session:after {
    content: "9:30am - 10:10am";
}

li.third-session:after {
    content: "10:10am - 10:50am";
}

li.fourth-session:after {
    content: "10:50am - 11:10am";
}

li.fifth-session:after {
    content: "11:10am - 11:50am";
}

li.sixth-session:after {
    content: "11:50am - 12:30pm";
}

li.seventh-session:after {
    content: "12:30pm - 12:45pm";
}

li.eight-session:after {
    content: "12:45pm - 2pm";
}


/*timeline styles*/


/*speakers style starts*/

.speakers-bg {
    padding: 100px 0px;
    background: #f6faff;
}

ul.speakers-list {
    display: flex;
}

ul.speakers-list li {
    flex-grow: 1;
    flex-basis: 0;
    background: #fff;
    margin: 20px;
    padding: 30px 40px;
}

ul.speakers-list img {
    display: block;
    margin: 30px auto;
    width: 100px;
}

.speaker-name {
    font-size: 23px;
    font-weight: bold;
    margin: 0px;
}

p.speaker-role {
    color: #3787e1;
    font-size: 16px;
}

.speaker-desc {
    text-align: center;
}


/*speakers style ends*/


/*form style starts*/

div.form-field {
    position: relative;
    margin-bottom: 20px;
}

form input,
form textarea {
    padding: 10px;
    width: 100%;
    font-size: 13px;
    box-sizing: border-box;
}

form input,
form textarea:focus {
    outline: none;
}

form input,
form textarea {
    outline: none;
}

form input,
form textarea::placeholder {
    color: #000000;
}

.form-field ::-webkit-input-placeholder {
    color: #000000;
}

form textarea {
    height: 80px;
}

form select {
    width: 100%;
    display: block;
    padding: 12px !important;
    max-width: 100%;
    height: 45px !important;
    border-radius: 0px;
    background: url(" ../images/selectbox-arrow.png") right center no-repeat;
    background-color: #fff;
    color: #000000;
    font-size: 13px;
    line-height: 16px !important;
    appearance: none;
    /* this is must */
    -webkit-appearance: none;
    -moz-appearance: none;
}

form select:focus {
    outline: none;
}

div.form-field label {
    color: #fff;
    padding: 0;
    line-height: 25px;
    display: inline-block;
}

form input[type="radio"],
form input[type="checkbox"] {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
}

p.reg_form_errors {
    position: absolute;
    left: 0;
    bottom: -40px;
    font-size: 13px;
    color: #ff0000;
    display: none;
}

.form-checkfield {
    position: relative;
    margin: 20px;
}

.form-checkfield input {
    position: absolute;
    left: -20px;
    top: 3px;
}

.submit-block {
    margin: 10px 0;
    text-align: center;
}

form input[type="submit"],
.submit-block input {
    background: #ffe92d;
    color: #000;
    margin-top: 10px;
    padding: 8px 30px;
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    margin: 50px auto 0 auto;
    display: block;
    -webkit-appearance: none;
    pointer-events: none;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
}


/*form input[type="submit"]:hover, .submit-block input:hover {
	background: #3687e1;
	color: #fff;
}*/

.hide_field {
    display: none;
}

.success-msg {
    background: transparent;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 9999999;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.success-msg strong {
    font-weight: 600;
    padding: 0 0 10px 0;
    display: block;
    color: #ffe92d;
    font-size: 24px;
}

.suc-cont-inner p {
    color: #fff;
}

.success-msg h4 {
    font-size: 1em;
    font-weight: 600;
    color: #000;
    padding: 20px 0 0 0;
}

.success-msg li:hover {
    padding: 10px 5px;
}

.suc-cont-inner {
    width: 77%;
    min-height: auto;
    background: #0a0b1ddb;
    margin: 5% auto 0 auto;
    position: relative;
    line-height: normal;
    padding: 30px;
    text-align: center;
    padding: 250px 0px;
    border-radius: 5px;
}

.popup-close {
    text-align: right;
    display: none;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
}

form {
    background: #0a0b1ddb;
    margin: 0 auto !important;
    padding: 75px !important;
    width: 60%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

form#IframeUrl:before {
    content: "CLOSED";
    position: absolute;
    background: #f3f306;
    padding: 15px 40px;
    top: 30px;
    left: -80px;
    transform: rotate(-35deg);
    font-weight: bold;
    overflow: hidden;
    width: 200px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    z-index: 9;
}

label.zc-radiolabel.zc-citylabel {
    padding-right: 10px;
    padding-left: 5px;
    font-size: 15px;
}

label.radio-heading {
    font-size: 18px;
    margin-bottom: 10px;
}

div#meGDPRMessage {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}

p.privacy-policy a {
    font-size: 14px;
    text-align: center;
    color: #3787e1;
}

p.privacy-policy {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}


/*form style ends*/


/*venue style starts */

.venue-bg {
    padding: 100px 0px;
    background: url(../images/itsm-seminar-venue-bg.jpg)
}

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

ul.venue-items h3 {
    font-size: 28px;
    color: #3787e1;
    margin: 20px 0px 0px 0px;
}

ul.venue-items h4 {
    color: #a2a3a5;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}

ul.venue-items p {
    color: #393939;
}

ul.venue-items a {
    font-size: 14px;
    text-decoration: none;
    color: #3787e1;
    position: relative;
}

ul.venue-items li {
    background: #fff;
    margin: 15px;
    padding: 50px 60px;
    box-shadow: 0px 0px 10px #e2e2e2;
    flex-grow: 1;
    flex-basis: 0;
}

h2.sub-heading.ven {
    margin-bottom: 50px;
}

ul.venue-items li:hover img {
    transform: scale(1.1);
    transition: 0.3s ease-in;
}

ul.venue-items li a:before {
    content: "";
    width: 0%;
    border-bottom: 2px solid #3787e1;
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

ul.venue-items li a:hover:before {
    width: 100%;
}

p.support-text {
    margin: 75px 0px 0px 0px;
    text-align: center;
}

p.support-text a {
    color: #3787e1;
    cursor: pointer;
}


/*venue 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*/

@media only screen and (max-width:1024px) {
    .banner h1 {
        width: 75%;
    }
    ul.agenda {
        max-width: 50%;
        left: 130px;
    }
    ul.speakers-list {
        display: block;
        flex-wrap: wrap;
    }
    .banner {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.locations {
        display: flex;
        justify-content: center;
        margin-left: 0px;
    }
    p.banner-desc {
        margin: 40px auto;
        color: #fff;
        width: 90%;
    }
    .banner>div {
        flex-grow: inherit;
        flex-basis: inherit;
    }
    ul.venue-items li {
        padding: 40px;
    }
    .success-msg {
        top: 0px;
    }
    .suc-cont-inner {
        padding: 250px 30px;
    }
}

@media only screen and (max-width:768px) {
    ul.menu-list {
        display: none;
    }
    .hamburger {
        display: inline-block !important;
    }
    ul.venue-items {
        display: block;
        flex-wrap: wrap;
        text-align: center;
    }
}

@media only screen and (max-width:414px) {
    img.logo {
        width: 200px;
    }
    ul.menu-items {
        top: 95px;
    }
    .banner-bg {
        background-position: 50%;
    }
    .banner h1 {
        width: 100%;
        font-size: 30px;
    }
    .banner h2 {
        font-size: 28px;
    }
    p.date {
        font-size: 24px;
    }
    p.venue {
        font-size: 20px;
        margin-bottom: 10px;
    }
    ul.locations {
        display: block;
        flex-wrap: wrap;
    }
    ul.locations li:nth-child(2)::before {
        display: none;
    }
    ul.locations li:nth-child(2)::after {
        display: none;
    }
    ul.agenda {
        max-width: 100%;
        left: 20px;
    }
    ul.agenda>li::after {
        left: 0px;
        top: -25px;
        color: #cc508a;
    }
    ul.agenda>li::before {
        top: -25px;
    }
    .container.form {
        padding: 0px 0px;
    }
    form {
        width: auto;
        padding: 50px 30px !important;
    }
    .suc-cont-inner {
        width: 75%;
    }
    ul.speakers-list li {
        margin: 10px;
    }
    label.zc-radiolabel.zc-citylabel {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (max-width:375px) {
    .banner h1 {
        font: 40px/1.2 Zoho_Puvi_Bold;
    }
}