body {
    font-family: "Lora", Sans-serif !important;
}

/* Contact Form */

.cnct-form-col-left {
    width: 49%;
    float: left;
}

.cnct-form-col-right {
    width: 49%;
    float: right;
}

.cnct-form-col-left p, .cnct-form-col-right p {
    margin: 10px;
}

.cnct_frm, .cnct_frm_txt, .cnct_frm_ph {
    font-family: "Lora", Sans-serif !important;
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    color: #555555 !important;
    padding: 10px !important;
    width: 100%;
    height: 50px;
}

.cnct_frm_txt {
    height: auto !important;
}

.cnct_frm_btn {
    font-family: "Lora", Sans-serif !important;
    background-color: #27B499 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-out;
    border: none !important;
    border-radius: 0px !important;
    padding: 15px 30px !important;
    margin-top: 30px;
}

.cnct_frm_btn:hover {
    background-color: #27B499 !important;
}

.cnct_frm_ph {
    padding-left: 50px !important;
}

/* Slider */

.slider_btn {
    background-color: #27B499 !important;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 15px !important;
}

/* Testimonial Home */
.testimonial-section {
    overflow-x: hidden !important;
}

.event-loop-content p {
    margin: 0px;
}

/* Video gallery */
.video-slides, .speaker-slides {
    overflow-x: hidden;
}

.update-title {
    min-height: 60px;
}

.register-points a {
    color: #333;
}