/* -------------------------------------- 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}body{font:400 14px/24px 'Zoho_Puvi_Regular', sans-serif;margin:0 auto;background:#fff;color:#444}em{font-style:italic}
.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;
}
/* -------------------------------------- Common styles -------------------------------------- */
body {
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .5px;
    color:#000;
    position: relative;
}
h1, h2, h3{
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
    font-style: normal;
}
h4, h5, h6{
    font-family: 'Zoho_Puvi_Medium', sans-serif;
    font-style: normal;
}
h2{font-size: 3em;}
h3{font-size: 2em;}
h4{font-size: 1.5em;}
p{font-size: 1.1em;line-height: 24px;}
a{text-decoration: none;color:#0089ff;}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
.fl{float:left;}
.fr{float:right;}
.container{width:1200px;margin:0 auto;}
form input, form textarea, form select{
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    font-style: normal;
}
/* -------------------------------------- Header styles -------------------------------------- */
header{background: #fff;width: 100%;position: fixed;top:0;left:0;z-index: 9999;box-shadow: 1px 1px 5px #ccc;}
.header-inner {
    padding: 1% 5%;
}
.logo a{
    display: block;
    background: url("https://www.manageengine.com/images/logo/manageengine-logo.svg") no-repeat 0 0;
    width: 220px;
    height: 50px;
    margin: 10px 0 0 0;
}
.logo img{
    width:240px;
}
#backToTop{display: none!important;opacity: 0!important;}
nav{margin-top:10px;}
.main-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 5px 0 0 0;
}
.main-menu li a{
    color: #333;
    font-size: 1.2em;
    display: block;
    padding: 5px;
    border-bottom: 2px solid transparent;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #ef1334;
    text-decoration: none;
    border-bottom: 2px solid #ef1334;
}
.res-menu {
    background: url(https://www.manageengine.com/events/css/../images/mob-menu-icon.svg) no-repeat 0 0;
    width: 25px;
    height: auto;
    text-indent: -999999em;
    margin: 13px 10px 0 0;
    border: none;
    display: none;
}
.main-menu li.register-tab {
   /* display: none;*/
    margin: 0;
}
.main-menu li.register-tab a {
    background: #e0314d;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.main-menu li.register-tab a:hover {
    background: #222;
    color: #fff;
}
.ent-closed {
    width: 60%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    text-align: center;
    font-size: 2em;
    display: none;
}
.ent-closed div{
    padding: 20% 0;
    background: rgba(0, 0, 0, .3);
}
.ent-closed h3{
    color: #fff;
    font-size: 2.5em;
}
/* -------------------------------------- Success msg styles -------------------------------------- */
.success-msg, .success-msg2, .success-msg-cosedevent {
    background: #f8fdee;
    border: 1px solid #b6db95;
    border-width:1px 0;
    padding: 10px 0;
    text-align: center;
    color: #5c8707;
    font-size: 18px;
    position: absolute;
    top: 0;
    left:0;
    z-index: 99999;
    width: 100%;
    display: none;
	font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}
/* -------------------------------------- Footer styles -------------------------------------- */
footer {
    background: #222;
    padding: 10px 0px;
    color: #aaa;
    text-align: center;
    position: static;
    display: block;
    width: 100%;
}
.zoho-division {
    font-size: 2em;
    line-height: normal;
    margin: 20px 0 15px 0;
}
.zoho-division span {
    display: block;
    padding: 10px 0 15px 0;
    color: #eee;
    font-size: .9em;
}
.zoho-division img {
    width: 90px;
    padding: 0px 8px;
    vertical-align: top;
}
footer p {
    font-size: .8em;
}
/* -------------------------------------- Form styles -------------------------------------- */
div.form-field {
    position: relative;
    margin-bottom: 20px;
}
form input, form textarea{
    font-style: normal;
    background: #f7f8fb;
    font-size: 1em;
    color: #555;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 20px;
    width: 300px;
}
form select {
    background: #f7f8fb url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;
    border: 1px solid #fff;
    padding: 0 0 0 20px;
    width: 342px;
    font-size: 1em;
    height: auto;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}
form textarea{
    height: 100px;
}
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: -16px;
    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;
}
form input[type="submit"], .submit-block input{
    background: #ffd253;
    color: #000;
    padding: 12px 10px;
    width: 150px;
    font-size: 1em;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
}
form input[type="submit"]:hover, .submit-block input:hover{
    background: #333;
    color:#fff;
}
#country_state, #ukcountry_region {
    margin-top: 18px !important;
}
.hide_field {
    display: none;
}
.share-list {
    display: inline-block;
    vertical-align: top;
}
.share-list a {
    display: inline-block;
    padding: 5px;
    height: 24px;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.share-list a svg {
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.share-list a:hover {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}
/* -------------------------------------- Responsive styles -------------------------------------- */
@media (max-width: 1200px) {
    .main-menu li{padding: 0 10px;}
	.zoho-division img {
		width: 80px;
	}
}
@media (max-width: 1000px) {
    .res-menu{display: block;}
    .main-menu {
        height: 0;
        overflow: hidden;
        position: fixed;
        top: 67px;
        right: 0px;
        background: transparent;
        width: 100%;
        font-size: 1.2em;
        padding: 0;
        -moz-transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
        display: block;
        border: none;
    }
    .main-menu.active {
        height: 290px;
        overflow: auto;
        background: rgba(0,0,0,.9);
    }
    .main-menu li{display: block;}
    .main-menu li:first-child a, .main-menu li a, .main-menu li.active a, .main-menu li:hover a{
        border-bottom: 1px solid #5d5d5d;
    }
    .main-menu li.register-tab{margin-top: 8px;}
    .main-menu li a{
        display: block;
        padding: 8px 25px;
        border-bottom: 1px solid #5d5d5d;
        text-align: center;
        color:#fff;
    }
    .ent-closed{width:100%;}
    input, textarea{padding: 5% 0 5% 5%;width: 95%;}
    .ent-closed {
			 width: 100%;
			 min-height: 700px;
		 }
}
@media (max-width: 600px) {
	.zoho-division img {
		width: 70px;
	}
}
@media (max-width: 350px) {

}

@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-style:italic}
.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;
}

/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
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;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
p {
	margin: 0 0 5px
}
.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: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-weight: 500;
}
.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;
}
.rows {
	margin-right: -8px;
	margin-left: -8px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-1,
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-11,
.cols-12,
.cols-13,
.cols-14,
.cols-15,
.cols-16
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 8px;
	padding-left: 8px;
}
.center-cols {
	float: none;
	margin: 0 auto;
}
.cols-16 {
	width: 100%
}
.cols-15 {
	width: 93.75%
}
.cols-14 {
	width: 87.5%
}
.cols-13 {
	width: 81.25%
}
.cols-12 {
	width: 75%
}
.cols-11 {
	width: 68.75;
}
.cols-10 {
	width: 62.5%;
}
.cols-9 {
	width: 56.25%;
}
.cols-8 {
	width: 50%;
}
.cols-7 {
	width: 43.75%;
}
.cols-6 {
	width: 37.5%;
}
.cols-5 {
	width: 31.25%;
}
.cols-4 {
	width: 25%;
}
.cols-3 {
	width: 18.75%;
}
.cols-2 {
	width: 12.5%;
}
.cols-1 {
	width: 6.25%;
}
@media only screen and (max-width: 1280px) {

.cols-ld-12 {
	width: 100%
}
.cols-ld-11 {
	width: 91.66;
}
.cols-ld-10 {
	width: 83.33%;
}
.cols-ld-9 {
	width: 75%;
}
.cols-ld-8 {
	width: 66.66%;
}
.cols-ld-7 {
	width: 58.33%;
}
.cols-ld-6 {
	width: 50%;
}
.cols-ld-5 {
	width: 41.66%;
}
.cols-ld-4 {
	width: 33.33%;
}
.cols-ld-3 {
	width: 25%;
}
.cols-ld-2 {
	width: 16.66%;
}
.cols-ld-1 {
	width: 8.33%;
}
}
@media only screen and (max-width: 1220px) {
.container {
    max-width: 90%;
}
.cols-md-8 {
	width: 100%;
}
.cols-md-7 {
	width: 87.5%;
}
.cols-md-6 {
	width: 75%;
}
.cols-md-5 {
	width: 62.5%;
}
.cols-md-4 {
	width: 50%;
}
.cols-md-3 {
	width: 37.5%;
}
.cols-md-2 {
	width: 25%;
}
.cols-md-1 {
	width: 12.5%;
}
.cols-md-hidden {
    display: none;
}
}
@media only screen and (max-width: 600px) {
.cols-sd-6 {
	width: 100%;
}
	.cols-sd-5 {
	width: 83.33%;
}
	.cols-sd-4 {
	width: 66.66%;
}
.cols-sd-3 {
	width: 50%;
}
.cols-sd-2 {
	width: 33.33%;
}
.cols-sd-1 {
	width: 16.66%;
}
.cols-sd-hidden {
    display: none;
}
}

@charset "UTF-8";
/* SCSS Variables */
/* SCSS mixin */
/* SCSS Nested */
body {
  font-family: 'ZohoPuvi', sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
}
section {
  padding: 50px 0;
}
section h2 {
  position: relative;
}
#Home {
  background: #f5faff;
  min-height: 650px;
  padding: 250px 0 0 0;
  position: relative;
  overflow: hidden;
}
#Home .logo a{
    display: none;
    background: url("https://www.manageengine.com/images/logo/manageengine-logo-dark.svg") no-repeat 0 0;
    width: 180px;
    height: 35px;
    margin: 10px 0 20px 0;
}


h1 {
  font-size: 2.6em;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
}
h2 {
  font-size: 2.14em;
  font-weight: 800;
}
h2 span {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: #0d4874;
}
h2:before {
  content: "";
  height: 3px;
  width: 100%;
  background: #479ede;
  position: absolute;
  left: -20px;
  border-radius: 3px;
  bottom: 17px;
}
h2:after {
  content: "";
  height: 3px;
  width: 15px;
  background: #fff;
  position: absolute;
  right: 50px;
  bottom: 17px;
}
h3 {
  font-size: 1.3em;
  font-weight: 600;
}
h4 {
  font-size: 1.14em;
  font-weight: 600;
}
.btn {
  background: #057ad0;
  border: 2px solid #057ad0;
  color: #fff;
  padding: 8px 35px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.14em;
  font-weight: 500;
  cursor: pointer;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
}
.btn:hover {
  background: transparent;
  border: 2px solid #057ad0;
  color: #057ad0;
}
.btn-small {
  margin: 0 5px 0 0;
  padding: 2px 10px;
  font-size: 0.88em;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.light-theme .btn-small {
  border: 1px solid #000;
  color: #000;
}
.btn-small:hover {
  background: #057ad0;
  border: 1px solid #057ad0;
  color: #fff;
}
.btn-small.active {
  background: #057ad0;
  border: 1px solid #057ad0;
  color: #fff;
}
a {
  color: #057ad0;
}
header {
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: none;
}
header .logo{padding-top: 7px;}
header .logo a.melogo {
  display: block;
  background: url("https://www.manageengine.com/images/logo/manageengine-logo.svg") no-repeat 0 0;
  width: 180px;
  height: 35px;
  margin: 0;
}
header .logo a.melogo img {
  display: none;
}
header .logo .reg-btn {
  display: none;
}
header .header-inner {
  width: 60%;
  margin: 50px 0 0 0;
  height: auto;
}
header .res-menu {
  background: url("https://www.manageengine.com/events/2019/seminar/images/mob-menu-white-icon.svg") no-repeat 0 0;
  width: 25px;
  height: auto;
  text-indent: -999999em;
  margin: 10px 10px 0 0;
  border: none;
  display: none;
}
header .main-menu {
  margin: 8px 0 0 0;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
header .main-menu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
header .main-menu li a {
  display: block;
  padding: 0 5px 5px 5px;
  margin: 5px 0 0 0;
  cursor: pointer;
}
header .main-menu li a:hover {
  border-bottom: 1px solid #000;
}
header .main-menu li.active a {
  border-bottom: 1px solid #000;
}
header .main-menu .register-tab {
  display: none;
}
header.active {
  background: #010d1d;
  position: fixed;
}
header.active .header-inner {
  width: 60%;
  margin: 8px 0 15px 0;
  height: auto;
}
header.active .logo a.melogo {
  background: url("https://www.manageengine.com/events/2018/infosecurity/images/manageengine-logo-white.svg") no-repeat 0 0;
}
header.active .main-menu li a {
  color: #fff;
}
header.active .main-menu li a:hover {
  border-bottom: 1px solid #fff;
}
header.active .main-menu li.active a {
  border-bottom: 1px solid #fff;
}
.tit-seminr {
  display: inline-block;
  vertical-align: top;
}
.cty-flag {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 26px;
  margin: 6px 0 0 10px;
}
.dv-sec {
  margin-top: 10%;
}
svg {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
  width: 30px;
  height: auto;
}
.evtloc svg {
  width: 25px;
}
.vcont {
  font-size: 1.14em;
}
.vcont span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.vcont img, .share-list img {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    width: 30px;
    height: auto;
}
.ctynm {
  border-bottom: 1px solid #dbe4ef;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.ctynm strong {
  font-size: 1.6em;
  text-transform: uppercase;
}
.ctynm span {
  font-size: 1.14em;
}
.evtdat {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin: 0 0 15px 0;
}
.evtloc {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.ban-cont-sec {
  position: relative;
  z-index: 2;
}
.banner-creative {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sch-button {
  display: none;
  margin: 20px 0;
}
/* Highlights section styles*/
.breadcrumb {
  margin: 0 0 50px 0;
}
.high-list li div {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0px 0px 7px #cfe3f7;
  min-height: 265px;
  margin-bottom: 16px;
}
.high-list img {
  display: block;
  margin-bottom: 10px;
}
.high-list h3 {
  margin-bottom: 10px;
}
/*Venue section styles*/
#Venue h4 {
  margin: 40px 0 20px 0;
}
/*Contact section styles*/
#Contact {
  background: #403f3f;
  color: #fff;
  position: relative;
}
#Contact a {
  color: #fff;
}
#Contact .me-logo-ft {
  width: 200px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0;
}
#Contact .divof {
  font-size: 1.14em;
  margin: 15px 0 0 0;
}
#Contact .divof img {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  height: auto;
}
#Contact .divof span {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.share-list {
  position: absolute;
  right: 1%;
  bottom: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.share-list svg{
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.share-list svg:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
}
/*Agenda section styles*/
.agenda-sections {
  margin-top: 50px;
}
.agenda-sections .ag-row {
  padding: 20px;
  margin: 10px 0;
  background: #f5faff;
  border-radius: 5px;
  position: relative;
    cursor: pointer;
}
.agenda-sections .ag-row .agtime {
  font-size: 1.14em;
  color: #057ad0;
  display: inline-block;
  vertical-align: top;
  width: 160px;
}
.agenda-sections .ag-row .agdesc {
  display: inline-block;
  vertical-align: top;
  width: 72%;
    padding-right: 1%;
}
.agenda-sections .ag-row .agdesc ul {
		display: block;
		list-style: circle;
		width: auto;
    margin: 0px;
    padding: 5px 0 0 20px;
}
.agenda-sections .ag-row .agdesc ul li{
  padding: 0 0 10px 0;
}
.agenda-sections .ag-row .agdesc div, .agenda-sections .ag-row .agdesc ul {
  display: none;
  width: 85%;
  margin: 15px 0 0 15px;
  word-break: break-word;
}
.agenda-sections .ag-row .agdesc strong {
  font-size: 1.14em;
}
.agenda-sections .ag-row .agdesc .agslide {
  position: absolute;
  right: 0;
  top: 0;
  background: url("https://www.manageengine.com/events/images/nw-ag-slidedown.svg") no-repeat 97% 30px;
  background-size: 10px;
  width: 100%;
  height: 100%;
  text-indent: -999999em;
}
.agenda-sections .ag-row .agdesc .agslide.down {
  background: url("https://www.manageengine.com/events/images/nw-ag-slideup.svg") no-repeat 97% 30px;
  background-size: 10px;
}
.agenda-sections .ag-row .agdesc .ag-slideup,.agenda-sections .ag-row .agdesc .ag-slideup.down{display: none!important;}
.agenda-sections .ag-row.leser {
  background: #fff;
  margin: 0;
  cursor: default;
}
.agenda-note {
  padding: 50px 0 0 0;
}
#Register {
  position: fixed;
  right: 8%;
  top: 0;
  color: #fff;
  z-index: 999;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  overflow: auto;
  width: 450px;
}

#Register .reg-cont {
  background: #010d1d;
  padding: 40px;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  z-index: 2;
}
#Register.light-theme{color:#000;}
#Register.light-theme .reg-cont {background: #fff;}
#Register .reg-cont .title-register {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 1.6em;
}
#Register .reg-cont .hide_field, #Register .reg-cont .reg_form_errors {
  display: none;
}
#Register:before {
  background: #80bafd;
  position: absolute;
  width: 100%;
  height: 450px;
  top: -10px;
  left: 0;
}
#Register.register-absolute {
  position: absolute;
  top: inherit;
  bottom: 400px;
}
.success-msg {
  min-height: 300px;
  text-align: center;
  margin-top: 100px;
  display: none;
}
.success-msg h3 {
  border-bottom: 2px solid #843655;
  display: inline-block;
  padding: 5px 15px;
  margin: 0 0 10px 0;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  top: 0;
  overflow: hidden;
}
.preloader .preloader-wrapper {
  width: 30%;
  top: 20%;
  margin: 20% auto 0 auto;
}
.preloader .preloader-wrapper img {
  width: 40px;
  display: block;
  margin: 0 auto;
  -webkit-animation: preloaderanim 1s infinite linear;
  -moz-animation: preloaderanim 1s infinite linear;
  -o-animation: preloaderanim 1s infinite linear;
  animation: preloaderanim 1s infinite linear;
}
.preloader .preloader-wrapper p {
  text-align: center;
}
form input, form textarea, form select {
  font-family: 'ZohoPuvi', sans-serif;
  background: transparent;
  font-size: 1em;
  font-weight: 300;
  color: #555;
  padding: 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  outline: none;
  border: none;
}
form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 1;
  /* Firefox */
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
form input:focus, form select:focus, form textarea:focus, form button:focus {
  outline: none;
  outline: 0;
}
form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
form option:not(:checked) {
  color: black;
}
form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type=number]::-webkit-inner-spin-button, form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input[type=number] {
  -moz-appearance: textfield;
}
form select {
  background: url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;
  width: 100%;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .submit-block-new {
  margin-top: 10px;
}
form .submit-block-new input {
  background: #057ad0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 500;
  border: 1px solid #057ad0;
  cursor: pointer;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
form .submit-block-new input:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.light-theme form .submit-block-new input:hover {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
form .form-field {
  padding: 0;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 10px;
  border-radius: 3px;
}
.light-theme form .form-field{
  background: #fff;
  border: 1px solid #000;
}
form .zc-mecust-check, .light-theme form .zc-mecust-check {
  background: transparent;
  border: none;
}
form .formgp-lt {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  margin-right: 1.5%;
}
form .formgp-rt {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
form .form-field.error-bg {
  background: #fdd3d3;
}
form .label {
  position: absolute;
  transform: translate(0%, -50%);
  color: #555;
  top: 50%;
  left: 10px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  z-index: 1;
}
form .form-field.form-comments .label {
  top: 35%;
}
form .form-field.active-field .label, form .form-field .label.contry-label {
  top: -2px;
  color: #000;
  background: #fff;
  padding: 0 10px;
  left: 15px;
  font-size: 0.88em;
  opacity: 1;
  z-index: 3;
  border-radius: 3px;
}
form .form-field .label.contry-label, form .form-field.active-field .label.contry-label {
  left: inherit;;
  right:15px;
}
form .privacy-policy, form #meGDPRMessage {
  font-size: 0.88em;
}
form #meGDPRMessage {
  margin: 0 0 10px 0;
}
form .privacy-policy a {
  color: #057ad0;
}
form .reg_form_errors {
  position: absolute;
  color: #f98f96;
  bottom: 0;
  right: 0;
  font-size: 12px;
}
#backToTop {
  display: none !important;
}
.ent-closed {
  display: none;
}
footer {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 30px 0 25px 0;
}
footer .zoho-division {
  display: none;
}
footer a{
    color:#fff;
}
footer a:hover, .privacy-policy a:hover, #Contact a:hover, .breadcrumb a:hover{
    text-decoration:underline;
}
.svg-color {
  fill: #fff;
}
/* ----- Animation styles ----- */
.slide-bck-center, .title-sec, .partner-sec {
  -webkit-animation: slide-in-blurred-left 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation: slide-in-blurred-left 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation-delay: 2s;
}
.partner-sec {
	animation-delay: 2.1s;
}
.dv-sec {
  -webkit-animation: bounce-in-bottom 1.4s both;
  animation: bounce-in-bottom 1.4s both;
  animation-delay: 2s;
}
.animat-flip {
  -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  display: block;
}
.high-list li > div img, .high-list li div {
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  position: relative;
}
.high-list li div:hover {
  box-shadow: 0px 0px 15px #c8d9ea;
}
.high-list li > div:hover img {
  -webkit-transform: scale(1.16);
  transform: scale(1.16);
}

.high-list li:nth-child(2) > div{
  animation-delay: .1s;
}
.high-list li:nth-child(3) > div{
  animation-delay: .2s;
}
.high-list li:nth-child(4) > div{
  animation-delay: .3s;
}
.high-list li:nth-child(5) > div{
  animation-delay: .4s;
}
.high-list li:nth-child(6) > div{
  animation-delay: .5s;
}
#Contact .share-list a:hover {
		text-decoration: none;
	}
@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
/*----------*/
@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(55px);
            transform: translateY(55px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(55px);
            transform: translateY(55px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
/*-----------*/
@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
            transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
            transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
/*---------*/
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@media only screen and (min-width: 1550px) {
  .banner-creative {
    left: 2.5%;
  }
  #Register {
    right: 14%;
  }
  #Home {
    min-height: 700px;
  }
}
@media only screen and (min-width: 1700px) {
  .banner-creative {
    left: 8%;
  }
  #Register {
    right: 18%;
  }
  #Home {
    min-height: 800px;
  }
}
@media only screen and (min-width: 2400px) {
  .banner-creative {
    left: 22%;
  }
  #Register {
    right: 26%;
  }
}
@media screen and (max-height: 660px) and (min-width: 1024px){
  #Register .reg-cont{padding: 20px;}
}
@media only screen and (max-width: 1400px) {
  #Register {
    width: 400px;
  }
  #Register::before{top:-60px;}
}
@media only screen and (max-width: 1220px) {
  header .header-inner, header.active .header-inner {
    width: 100%;
  }
  #Home {
    padding: 140px 0 0 0;
    min-height: 500px;
  }
  #Register {
    position: relative;
    right: 0;
    z-index: 9;
    width: 100%;
  }
  #Register::before{top:-10px;}
  #Register .reg-cont {
    width: 50%;
  }
  .agenda-sections .ag-row .agdesc {
    width: 95%;
  }
  #Contact .share-list {
    position: static;
    margin: 30px 0 0 0;
  }
  .high-list li > div {
    display: block !important;
  }
  .sch-button {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  #Home {
    padding: 20px 0 0 0;
  }
  header .logo{padding-top: 0;}
  #Home .logo a{display: block;}
  h1{margin-top:100px;}
  header .main-menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    bottom: 50px;
    right: 0px;
  }
  header .main-menu li {
    margin: 0;
    padding: 0;
    display: block;
  }
  header .main-menu li a {
    display: block;
    border-bottom: 1px solid #555;
    padding: 10px 15px;
    color: #fff;
    margin: 0;
  }
  header .main-menu li:last-child {
    border: none;
  }
  header .main-menu li:hover a, header.active .main-menu li:hover a{
    background: #d2d0d0;
    color: #000;
  }
  header .main-menu.active, header.active .main-menu.active {
    height: 210px;
    overflow: auto;
    background: rgba(0, 0, 0, .9);
  }
  header {
    background: #010d1d;
    position: fixed;
    top: inherit;
    bottom: 0;
  }
  header .res-menu {
    display: block;
  }
  header .header-inner {
    width: 100%;
    margin: 8px 0 15px 0;
    height: auto;
  }
  header .logo a.melogo{
    display: none;
  }
  header.active .logo .reg-btn {
    display: inline-block;
    position: relative;
    top: 5px;
    background: #FF0212;
    border: 2px solid #FF0212;
    margin: 0;
    color: #fff;
    padding: 1px 20px;
  }
  header .logo .reg-btn:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
  }
  .high-list li > div {
    display: none;
  }
  .animat-flip {
    -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    display: block;
  }
  footer {padding: 30px 0;margin-bottom: 50px;}
}
@media only screen and (max-width: 600px) {
  .banner-creative {
    width: 150%;
    left: -4%;
  }
  #Register .reg-cont {
    width: 90%;
    padding: 30px;
  }
  form .formgp-lt {
    width: 100%;
    margin-right: 0;
  }
  form .formgp-rt {
    width: 100%;
  }
  h1 {
    font-size: 2.3em;
  }
  h1 br {
    display: none;
  }
  h2:before {
    left: 0;
  }
  .high-list li div {
    min-height: 100px;
  }
  .title-sec{position: relative;}
  .cty-flag {
    position: absolute;
    left: -10px;
    top: -40px;
  }
  .evtloc {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  h1 {
    font-size: 2em;
  }
}
/* ---------------  Keyframes style ---------------  */
@-webkit-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

header+section {
		padding: 0;
	}
	#disableDiv, #PopupContainer {
		display: none;
	}
	header .logo a.melogo{
		background: url("https://www.manageengine.com/events/2019/seminar/images/manageengine-logo.svg") no-repeat 0 0;
	}
	#Home{
		background-image: linear-gradient(to left, #1CB5E0, #000046) !important;
		
	}
	#Register:before {
	background: url("https://www.manageengine.com/br/events/2019/workshop/images/brazil-reg-bg.svg") no-repeat 0 bottom;
	background-size: 100%;
	}
	header .main-menu li a{
		color:#fff;
	}
	form .submit-block-new input, .btn-small:hover, .btn-small.active, #Venue .btn{
		background: #E84F3C;
		border: 1px solid #E84F3C;
	}
	#Venue .btn:hover{
		color: #E84F3C;
		background: transparent;
	}
	h1, .dv-sec{
		color:#fff;
	}
	.vcont span{
		font-size:15px;
	}	
	b{
		font-size: 1.2em;
		margin-left: -15px;
	}
	header .main-menu li.active a{
		border-bottom: 1px solid #fff;
	}
	header .main-menu li a:hover{
		border-bottom: 1px solid #fff;
	}
	.agenda-sections .ag-row .agdesc ul{
		display: block;
		    list-style: circle;
    width: auto;
    margin: 0px;
	}
	.high-list p{
		    display: inline-block;
    vertical-align: top;
    width: 84%;
    padding: 10px 15px 10px 20px;
	}
	.high-list img {
		    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
	}
	.high-list li div {
		padding: 30px;
		min-height: auto;
	}
	.high-sect {
		margin-top: 50px;
	}
	.title-sec h3{
		font-size: 2em;
		color: #fff;
		padding-bottom: 15px;
	}
	.tit-seminr {
		font-size: 4em;
	}
	.evtdat {
		width: 220px;
	}
	.ent-closed {
              z-index: 10000;
	    background: rgba(0, 0, 0, .7);
	width: 100%;
    color: #fff;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    text-align: center;
    font-size: 2em;
	}
	.ent-closed div {
		background: rgba(0, 0, 0, .5);
		padding: 20% 0 10%;
		width: 75%;
	}
	.ent-closed h3 {	
		font-weight: 600;
		color: rgb(255, 255, 255);
    line-height: normal;
		font-size: 2.5em;
	}
        .ent-closed p {
                  color: #fff;
         }
	
	@media only screen and (max-width: 1220px) {
		#Register::before{
			background: -moz-(linear-gradient(left,  #000046 0%, #1CB5E0) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,180,124,1)), color-stop(100%, rgba(244,205,138,1)));
			background: -webkit-linear-gradient(left,  #000046 0%, #1CB5E0) 100%;
			background: -o-(linear-gradient(left,  #000046 0%, #1CB5E0) 100%);
			background: -ms-(linear-gradient(left,  #000046 0%, #1CB5E0) 100%);
			background: linear-gradient(to left,  #000046 0%, #1CB5E0 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1CB5E0', endColorstr='#000046', GradientType=0 );
			-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
		}
		#Home {
				min-height: 650px;
		}
		#Home .btn {
			background: #FAA733;
            border: 2px solid #FAA733;
			color: #000;
		}
		#Home .btn:hover {
            background: transparent;
            border: 2px solid #FAA733;
            color: #FAA733;
     }
			.ent-closed div {
		width: 100%;
	}
	.ent-closed {
		min-height: 700px;
	}
	}
	@media only screen and (max-width: 1000px) { 
		h1 {
			margin-top: 0;
		}
		.title-sec {
		   margin-top: 100px;
		}
	    
	}
	@media only screen and (max-width: 620px) { 
		.high-list li div {
			padding: 20px;
		}
		.high-list p {
			width: 86%;
            padding: 10px;
		}
		.high-list img {
			width: 50px;
		}
	}
	@media only screen and (max-width: 490px) { 
		.high-list p, .high-list li div {
			text-align: center;
		}
		.high-list img {
			width: 60px;
		}
		.tit-seminr {
			font-size: 3.5em;
		}
		.title-sec h3 {
			font-size: 1.7em;
			padding-bottom: 10px;
		}
	}