.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;
}
* {
    border: 0;
    padding: 0px;
    margin: 0;
}
body {
	font-family: 'ZohoPuvi', sans-serif;
	line-height: normal;
	letter-spacing: normal;
    color:#000;
    position: relative;
}
div {
        margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a {
    text-decoration: none;
}
body, html, .home-cont{width: auto;height: auto;}
h2, h3, h4{
    font-family:'ZohoPuvi', sans-serif;
    color:#000;
}
.clearfix{
    border: none;
    background: none;
}
.pr {
    position: relative;
}
.tc{
    text-align: center;
}
.tl {
    text-align: left;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.logo img{
    display: none;
}

.main-menu ul{
    display: block;
    width: 60%;
    list-style: none;
        vertical-align: baseline;
}
.main-menu a{
    color: #000;
}
.main-menu li {
    display: inline-block;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
header {
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
}
.main-menu li a, .tfaq-menu {
    color: #333;
    font-size: 1.2em;
    display: block;
    border-bottom: 3px solid transparent;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #1c2034;
    text-decoration: none;
    border-bottom: 3px solid #1c2034;
}
section.banner-section {
    margin: 70px 0 0 0;
}
.service-desc-img {
    margin: auto;
    text-align: center;
}
.service-desc-img span{
    display: block;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 3% 0;
}
.service-desc-left {
   width: 55%;
    padding: 5% 4% 0 4%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
}
.service-desc-left h3 {
    text-align: center;
    font-size: 2em;
    margin: 5% 0;
}
.service-desc-left h3 span{
    display: block;
    font-size: .8em;
    margin: 0 0 10px 0;
}
.location {
    margin: auto;
    text-align: center;
    padding-top: 30px;
    /* display: inline; */
}
.location img {
    position: absolute;
    left: 0px;
    top: -13px;
}
.location .date {
    padding-right: 20px;
    padding-left: 50px;
}
.location-london {
    padding-left: 50px;
}
.location h2{
    margin-top: 40px;
}
.register-form {
        background-image: linear-gradient(#2e80dc, #86c8f5);
        width: 35%;
    display: inline-block;
}
.register-form-padding {
    padding: 25px 35px;
    text-align: center;
}
.register-form-heading {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    line-height: normal;
    padding: 0 0 5px 0;
}
.form-inputs input {
    width: 93%;
    margin: 8px 0px;
    padding: 12px;
    font-size: .8em;
    border:none;
    cursor: pointer;
}

form select{
    width: 100%;
    height: 40px;
    font-size: .8em;
    padding: 0 4%;
    margin: 8px 0px;
    background: #fff url(../images/dropdown-arrow.png) no-repeat 95% center;
    color: #777;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    border:none;
}
.form-inputs textarea {
    width: 93%;
    height: 40px;
    padding: 15px;
    font-size: 14px;
    margin: 10px 0px;
    border:none;
}
.form-checkfield{
    text-align: center;
    margin: 15px 0 0 0;
}
.form-inputs .form-checkfield label{
    width:92%;
    vertical-align: top;
    font-size:.8em;
    line-height: 15px;
}
.form-inputs label{
    display: inline-block;
    color: #fff;
}
.register-form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin:0 5px 0 0;
    vertical-align: top;
}
.privacy-policy{
    text-align: center;
    font-size: .8em;
    color: #fff;
    margin: 20px 0 5px 0;
}
.privacy-policy a{
    color:#ff5e00;
}
.register-form input[type="submit"] {
    width: 36%;
}
.form-inputs .register-button {
        padding: 15px 40px;
    border-radius: 40px;
    border: none;
    color: #fff;
     background-image:
    linear-gradient(
      to top right,
      #ff453b, #ff7b17
    );
}
.key-padding {
    padding: 35px;
}
.key-padding img{
    width:100%;
}
.key-contents ul{
    list-style: none;
    padding-left: 0;
    margin: 50px 0px;
}
.key-contents ul li{
    background-color: #fff;
    display: inline-block;
    width: 32.4%;
    margin-right: 10px;
    height: 402px;
    vertical-align: text-bottom;
    -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;
}
.key-contents ul li:hover{
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 2px 3px 6px #ccc;
}
.key-contents ul li p{
    padding: 15% 0;
    line-height: normal;
    line-height: 25px;
}
.key-highlights-heading h3{
    font-size: 30px;
}
.learn-more {
    font-family: 'ZohoPuvi', sans-serif;
    color: #77b4fd;
}
.key-highlights {
    background-image: url(../images/highlights-bg.jpg);
}
.key-highlights {
    background-color: #e8f5fb;
    background-image: url(../images/highlights-bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.gdpr-content {
    text-align: center;
    padding: 5% 0 5% 0;
}
.button {
          padding: 15px 40px;
    border-radius: 40px;
    border: none;
    color: #fff;
     background-image:
    linear-gradient(
      to top right,
      #ff453b, #ff7b17
    );
    transition-delay: 2s;
}
.gdpr-content a {
    display: inline-block;
    text-transform: uppercase;
}
.gdpr-content h1 {
    font-size: 3em;
    font-family: 'ZohoPuvi', sans-serif;
    padding: 0 0 10px 0;
}
.gdpr-content h4 {
    font-size: 28px;
    margin-bottom: 50px;
}
.venue-heading h3{
    font-size: 30px;
}
.venue-left-block {
    display: inline-block;
    vertical-align: top;
    width: 39%;
    background-color: #fff;
}
.venue-right-block {
    display: inline-block;
    width: 60.7%;
}
.venue-left-block p {
    font-size: 2em;
    text-align: center;
    margin: 40% 0 0 0;
    font-weight: 600;
}
.venue-shadow{
    box-shadow: 2px 0px 30px #ddd;
/*    height: 577px;*/
}

.venue-right-block img{
    width: 100%;
}
.venue-block {
    background-image: url(../images/venue-background.png);
    background-repeat: no-repeat;
    background-position: -37% -1%;
    height: 100%;
}
.venue-box-pad {
    padding: 80px 0px;
    background: #fff;
}
.footer-details ul{
    list-style: none;
    padding-left: 0px;
}
.aboove-footer {
    padding-bottom: 20px;
}
#Contact h3{
    font-size: 30px;
}
#Contact h4{
   padding: 10px 0 5px 0;
}
#Contact p{
   padding: 2px 0;
}
#Contact p a{
   color:#000;
}
.footer-details {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    width: 50%;
}
.social-media {
    display: inline-block;
    width:40%;
}
footer {
    background-color: #d4e7fa;
    padding: 10px 0px;
    text-align: center;
    color: #000;
}
.form-field{position: relative;}
p.reg_form_errors {
    position: absolute;
    bottom: -8px;
    font-size: 13px;
    color: #ff5e00;
    padding: 0;
    display: none;
    margin: 0;
}
svg {
    margin-right: 15px;
}
.key-contents a{
    color: #000;
    display: block;
}
.nav-bar img{
    display: none;
}
.button:hover {
    background-image: linear-gradient( to top right, #ff7b17, #ff453b );
}
    .label-alignment{

        width: 95%;
    text-align: left;
    }
@media only screen and (min-width: 2000px) {
    .venue-block{background-position: center center;}
}
@media only screen and (max-width: 1440px) {
    .container{
        max-width: 1200px;
        width: 100%;
    }
    .key-contents ul li {
            width: 31.4%;
    }
    .venue-left-block{
            width: 38.9%;
    }
    .venue-block {
        background-position: -4% 0%;
    }
    .venue-heading h3 {
        margin-bottom: 0px;
    }
    .venue-block {
    background-position: 79px 31px;
    background-size: 1700px 1200px;
}
        .service-desc-img img {
        width: 100%;
    }
}
@media only screen and (max-width: 1230px) {
     .container{
        max-width: 1024px;
        width: 100%;
    }
    .service-desc-img img {
        width: 100%;
    }
    .register-form {
    width: 43%;
}
    .form-inputs input {
            width: 91%;
    }
    .form-inputs textarea {
            width: 91%;
    }
    .service-desc-left h3 {
        line-height: 32px;
    }
    .key-padding img{
        width: 100%;
    }
    .venue-block {
    background-position: 26px 31px;
    background-size: 1550px 1100px;
}
    .service-desc-left {
         width: 48%;

    }
}
@media only screen and (max-width: 1036px) {
     .container{
        max-width: 960px;
        width: 100%;
    }
    .register-form {
    width: 41%;
}
    .venue-left-block {
    width: 37.9%;
    }
    .service-desc-left {
    width: 55%;
}
    .service-desc-left{padding: 5% 2% 0 0%;}
}
@media only screen and (max-width: 930px) {
      .container{
        max-width: 85%;
        width: 100%;
    }
    .nav-bar img {
        display: block;
    }
    .nav {
    position: absolute;
    right: 0;
    top: 20px;
}
        .header-right {
        float: none;
margin: auto;
text-align: center;
width: 100%;
        padding-left: 0;
    }
    .header-right li {
        font-size: 13px;
    display: block;
    text-align: center;
    width: 84%;
    border-bottom: 1px solid aliceblue;
}
    .header-right ul {
        padding-left: 0px;
    }
    .res-nav {
    width: 200px;
    position: absolute;
    background-color: rgba(105, 185, 233, 0.9);
    right: 0;
    top: 57px;
}
    .main-menu li:hover a, .main-menu li.active a {
        border: none;
    }
    .header-right {
        display: none;
    }
    .register-form {
    width: 46%;
}
    .service-desc-left h3{
        font-size: 23px;
    }
    .location {
        position: relative;
        text-align: left;
    }
    .location-london {
        position: absolute;
    left: 0;
    top: 89px;
    }
    .location h2 {
    margin-top: 102px;
}
    .location h2 {
    text-align: center;
}
    .key-contents ul li  {
            height: 503px;
    }
    .gdpr-content h1 {
            font-size: 42px;
    }
    .gdpr-content h4 {
            font-size: 25px;
    }
    .venue-block{
            background-size: 1050px 800px;
    }
    .venue-right-block{
            width: 61.5%;
    }
    .footer-details {
            width: 65%;
    }
    .social-media{
            width: 30%;
    }
    section.banner-section{text-align: center;}
    .service-desc-left{width:75%;}
}
@media only screen and (max-width: 930px) {
    .key-contents ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
    .key-padding img {
    width: 45%;
}
    .venue-left-block h3 {
    font-size: 23px;
}
    .venue-left-block {
    width: 36.9%;
}
    .gdpr-content {
        padding: 22px;
    }
    .register-form {
    width: 80%;
}
    form select{width:95%;}
    .venue-left-block p{font-size: 1.2em;}
}
@media only screen and (max-width: 778px) {
    .gdpr-content h1 {
    font-size: 36px;
}
    .gdpr-content h4 {
    font-size: 23px;
    margin-bottom: 45px;
}
    .venue-block {
        background-image: none;
    }
    .venue-left-block h3 {
    font-size: 23px;
    margin: 13px;
}
    .container {
    max-width: 90%;
    width: 100%;
}
    .main-menu li a, .tfaq-menu {
        color: #fff;
    }
}
@media only screen and (max-width: 640px) {
    .service-desc-left {
    width: 80%;
}
    .service-desc-left {
    padding: 49px 25px;
}
    .service-desc-img img {
    width: 70%;
}
    .location-london {
            position: relative;
        top: auto;
    }
    .location {
        text-align: center;
    }
    .location h2 {
    margin-top: 65px;
}
    .register-form {
    width: 100%;
        margin-bottom: 20px;
}
    .key-highlights {
        background-image: none;
    }
    .gdpr-content h1 {
    font-size: 33px;
}

}
@media only screen and (max-width: 570px) {

    .venue-left-block p{margin: 5% 0 5% 0;}
    .venue-left-block h3 {
        font-size: 20px;
    }
    .gdpr-content h1 {
        font-size: 29px;
    line-height: 34px;
}
    .key-padding img {
    width: 67%;
}
    .label-alignment {
            width: 90%;
    }
    .social-media {
    width: 34%;
}

}
@media only screen and (max-width: 498px) {
    .social-media {
    width: 100%;
}
    .footer-details {
    width: 100%;
}
    .venue-left-block h3 {
    font-size: 18px;
}
    .gdpr-content h1 {
        font-size: 26px;
    }
    .gdpr-content h4 {
        font-size: 18px;
    }
    .gdpr-content {
    padding: 13px 0px;
}
    .key-padding img {
    width: 85%;
}
}
@media only screen and (max-width: 460px) {
    .location-london {
    position: absolute;
    right: 38px;
    top: 89px;
    left: unset;
}
    .location h2 {
    margin-top: 96px;
}
    .venue-left-block {
    width: 100%;
    text-align: center;
}
    .venue-right-block {
    width: 100%;
}
    .service-desc-img img {
    width: 80%;
}
    footer p{
        font-size: 13px;
    }
}
@media only screen and (max-width: 374px) {
    .container {
            max-width: 93%;
    }
    .key-padding {
    padding: 16px;
}
    .gdpr-content h1 {
    font-size: 22px;
}
    .gdpr-content h4 {
    font-size: 17px;
}
    .logo img {
    width: 220px;
}
    .nav {
        top: 12px;
    }
    .location-london {
        right: 21px;
    }
    .register-form-padding {
            padding: 27px;
    }
    .form-inputs input {
    width: 86%;
}
    .form-inputs textarea {
    width: 86%;
}
}
@media only screen and (max-width: 320px) {
    footer p {
    font-size: 12px;
}
    .venue-box-pad {
    padding: 40px 0px;
}
}
