/* 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,
sub,
sup,
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;
    overflow-x: hidden;
}

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
}

/* Common Styles */

body {
    font: 400 14px/24px 'Open Sans', sans-serif;
    margin: 0 auto;
    background: #fff;
    color: #FFF;
    letter-spacing: .5px;
    position: relative;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

a {
    outline: none;
    border: none;
    text-decoration: none;
    color: #0099CC
}

a:hover {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.col50 {
    width: 50%;
}

.col25 {
    width: 25%;
}

.col75 {
    width: 75%;
}

.mtp10 {
    margin-top: 10%;
}

.mtp15 {
    margin-top: 15%;
}

.col25 {
    width: 20%;
}

.col20 {
    width: 20%;
}

.col30 {
    width: 30%;
}

.col40 {
    width: 40%;
}

.col60 {
    width: 60%;
}

.col60 {
    width: 60%;
}

.col70 {
    width: 70%;
}

.col80 {
    width: 80%;
}

.col25 {
    width: 25%;
}
.reg_form_errors {
    display: none;
    color: red;
    text-align: left;
}
h3 {
    font-size: 2.5em;
    line-height: 2em;
}

/* header Styles */

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

header {
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 10px 0 0 0;
    z-index: 9999;
}

.logo a {
    background: url(../images/me-seminar15-sprite.png) no-repeat 0px top;
    width: 300px;
    height: 70px;
    display: inline-block;
}
.logo img{
    width: 250px;
    padding: 20px 0px;
    padding-top: 40px;
}
.main-banner {
    background-color: #0b5488;
background: rgb(22,70,118);
background: -moz-linear-gradient(-45deg, rgba(22,70,118,1) 0%, rgba(18,80,130,1) 17%, rgba(9,102,157,1) 42%, rgba(11,122,178,1) 59%, rgba(11,133,190,1) 77%, rgba(13,141,198,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(22,70,118,1) 0%,rgba(18,80,130,1) 17%,rgba(9,102,157,1) 42%,rgba(11,122,178,1) 59%,rgba(11,133,190,1) 77%,rgba(13,141,198,1) 100%,rgba(125,185,232,1) 100%);
background: linear-gradient(135deg, rgba(22,70,118,1) 0%,rgba(18,80,130,1) 17%,rgba(9,102,157,1) 42%,rgba(11,122,178,1) 59%,rgba(11,133,190,1) 77%,rgba(13,141,198,1) 100%,rgba(125,185,232,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164676', endColorstr='#7db9e8',GradientType=1 ); 
}
.main-cont-inner img {
    width: 400px;
}
.main-conntent {
    padding: 40px 30px;
}
.main-cont-inner {
    margin: auto;
    text-align: center;
}
.main-conntent h3{
    font-weight: 700;
        line-height: 1.3em;
        font-size: 3em;
    padding: 20px 0px;
}
.main-cont-inner p{
    color: #3accd9;
    font-size: 1.2em;
}
.register {
    background: #164676;
    top: 0;
    bottom: 0;
    right: 60px;
    width: 383px;
    z-index: 999;
    position: fixed;
    overflow: auto;
}
.sec-cont {
    padding: 50px 25px;
    margin: auto;
        text-align: center;
}

.sec-cont h5{
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-bottom: 10px;
}
.form-group input{
    padding: 18px 0px;
    padding-left: 16px;
    width: 95%;
    margin: 8px 0px;
    border-radius: 3px;
    outline: none;
    border: none;
    color: #000;
    font-size: 14px;
}
.form-group select {
        background: #f7f8fb url(../images/dropdown-arrow.png) no-repeat 95% center;
    border: 1px solid #fff;
    padding: 0 0 0 5%;
    width: 100%;
    font-size: 1em;
    height: 51px;
    color: #757575;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    margin: 8px 0px;
}
button#btn-submit {
    text-align: center;
    margin: auto;
    padding: 15px 30px;
    background-color: #f0c40e;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1em;
    border: none;
    margin: 25px 0px;
    text-transform: uppercase;
    display: block;
    margin: 20px auto;
}
.glance {
    color: #000;
    padding: 70px 0px;
}
.glance h1 {
    font-size: 2.4em;
    font-weight: 600;
    padding: 30px 0px;
}
.glance ul li {
    margin: 25px 0px;
}
.glance ul li img{
    width: 70px;
    display: inline-block;
    vertical-align: top;
}
.glance-right-content {
    color: #000;
    display: inline-block;
    vertical-align: top;
    padding: 4px 25px;
    width: 80%;
}
.glance-right-content p:first-child{
    font-weight: 700;
    font-size: 1.19em;
}
.glance h3 {
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 15px 0px;
}
footer {
    padding: 10px 0px;
    color: #aaa;
    text-align: center;
    position: static;
    display: block;
    width: 100%;
    bottom: 0px;
    background: #222;
    z-index: 1;
}
.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: 70px;
    padding: 0px 8px;
    vertical-align: top;
}
footer p {
    font-size: .8em;
}
.register-absolute {
    position: absolute;
    top:auto;
    bottom: 176px;
}
.register-fixed {
    position: fixed;
}
.contactForm{
    text-align: left;
}
.edi-btn inputgroup.half {
    display: inline-block;
    width: 47%;
    margin-right: 2%;
}
.edi-btn inputgroup.half.last {
    margin-right: 0;
    margin-left: 2%;
}
.edi-btn inputgroup input, .edi-btn inputgroup select, .edi-btn .field-valid input, .edi-btn .field-error input, .edi-btn inputgroup textarea {
    width: 307px !important;
    padding: 11px !important;
    max-width: 100%;
    line-height: normal !important;
    background-color: #fff !important;
}
.edi-btn inputgroup.half input {
    width: 86% !important;
}
.edi-btn inputgroup label {
    color: #3341a0 !important;
    z-index: 0;
    pointer-events: none;
}

.edi-btn inputgroup.focus label {
    color: #fff !important;
}
input#Submit {
    background-color: #fecf2f !important;
    color: #000;
}
.edi-btn inputgroup.error .error-field, .edi-btn inputgroup.error1 .error-field1 {
    color: #fecf2f;
}
.suc-msg {
    padding: 40px;
}
.suc-msg h3 {
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin: auto;
}
.suc-msg h3:before {
    content: '';
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: -10px;
}
.suc-msg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0000006e;
    z-index: -1;
    border-radius:15px;
}
/*----------------- responsive starts here  -----------------*/


@media screen and (min-width: 2000px) {
    .container {
    width: 1800px;
    margin: 0 auto;
}
    .glance ul li {
    margin: 50px 0px;
}
    .glance-right-content {
        font-size: 1.2em;
    }
    .form-group input {
        width: 97%
    }
    button#btn-submit {
        margin: 50px auto;
    }
    .main-conntent h3 {
        font-size: 4em;
    }
}
@media screen and (min-width: 1800px) {
        .container {
    width: 1600px;
    margin: 0 auto;
}
        .main-conntent h3 {
        font-size: 3.5em;
    }
        .form-group input {
        width: 97%
    }
        .glance-right-content {
        font-size: 1.1em;
    }
        button#btn-submit {
        margin: 40px auto;
    }
}
@media screen and (min-width: 1600px) {
            .container {
    width: 1400px;
}
}
@media (max-width: 1460px) {
    .main-conntent {
    padding: 20px 30px;
}
    .sec-cont {
        padding: 30px 25px;
    }
    .form-check.form_subscribecheck {
        line-height: 17px;
        font-size: 13px;
    }
    button#btn-submit {
        margin: 10px auto;
    }
    .form-group input {
        padding: 14px 0px;
        padding-left: 16px;
    }
    .form-group select {
        height: 43px;
    }
}
@media (max-width: 1280px) {
    .container {
        width: 90%;
    }
}
@media (max-width: 1280px) {
    .glance-right-content p:first-child {
        font-size: 1.1em;
    }
    .glance ul li img {
        width: 62px;
    }
    .register {
        width: 30%;
    }
    .col60 {
        width: 65%;
    }
}
@media (max-width: 1280px) {
    .register {
        width: 100%;
        right: auto;
        position: relative;
    }
    .form-group input {
        width: 98%;
    }
    .sec-cont {
        padding: 30px 60px;
     }
    .form-group select {
        padding: 0 0 0 2%;
    }
    .col60 {
        width: 100%;
    }
    .main-conntent {
        padding: 20px;
}
}
@media (max-width: 650px){
    .main-cont-inner img {
        width: 350px;
}
    .main-conntent h3{
        font-size: 2.4em;
    }
    .main-conntent {
         padding: 30px 0px;
     }
    .glance ul li {
        text-align: center;
        margin: 30px auto;
    }
    .glance ul li img {
        display: block;
        margin: auto;
        text-align: center;
    }
    .glance h3 {
        font-weight: 500;
    }
    .form-group input {
        width: 96%;
    }
}
@media (max-width: 485px) {
    .container {
        width: 95%;
    }
    .sec-cont {
        padding: 30px;
    }
    .main-conntent h3{
        font-size: 2em;
    }
    .main-cont-inner img{
        width: 300px;
    }
    .main-cont-inner p{
        font-size: 1em;
    }
    .logo img{
        width: 225px;
    }
    .zoho-division {
        font-size: 1.5em;
    }
}
@media (max-width: 340px) {
    .main-cont-inner img{
        width: 270px;
    }
        .main-conntent h3{
        font-size: 1.8em;
    }
    .glance{
        padding: 40px 0px;
    }
}
/*----------------- responsive ends here  -----------------*/