body{
    font-family: 'Roboto', sans-serif;
    background-color: #f7f7f7;
}
#page {
    position: relative;
    overflow: hidden;
}
.banner-section {
    position: relative;
    min-height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner-section .banner-content-wrap h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 66px;
    line-height: 1;
    font-weight: 800;
}
.banner-content-wrap {
    text-align: center;
    color: #fff;
}
.banner-content-wrap .logo-wrap {
    width: 120px;
    margin: 0 auto 20px;
}
.banner-section .banner-content-wrap .countdown-wrap .countdown {
    color: #fff;
}
.banner-section .banner-content-wrap h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
}
.banner-title {
    color: #fff;
    margin-bottom: 40px;
}
.banner-title span {
    display: block;
}
.banner-section .banner-content-wrap .countdown-wrap .countdown {
    color: #fff;
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    font-family: 'Roboto', sans-serif;
}

.banner-section .banner-content-wrap .countdown-wrap .countdown>div {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: rgb(255 255 255 / 41%);
    padding: 10px;
}

.banner-section .banner-content-wrap .countdown-wrap .countdown>div span.count-no {
    display: block;
    font-size: 49px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.banner-section .banner-content-wrap .btn-wrap {
    text-align: center;
}

.banner-section .banner-content-wrap .btn-wrap a.btn {
    background-color: #0097f5;
    color: #fff;
}
.section {
    padding: 70px 0;
}
.section-title{
    position: relative;
}
.section-title .button-wrap {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    right: 0;
    bottom: 0;
}
.section-title .button-wrap>div {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    margin-left: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.schedule-section .section-title .button-wrap>div{
    border: 1px solid #fff;
    color: #fff;
}
.section-title .button-wrap>div:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.schedule-section .section-title .button-wrap>div:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    
}
.section-title {
    margin-bottom: 30px;
}
.section-title h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
}
.schedule-section .section-title h3{
    color: #fff;
}
.what-wrap {
    min-width: 100%;
    margin: 0 -15px;
}
.what-wrap .what-item {
    height: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px;
}
.what-item .image-wrap {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.what-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.what-wrap .what-item .content-wrap {
    margin-top: 20px;
    padding: 30px;
    text-align: center;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.what-wrap .what-item .content-wrap .title-desc h4 {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.what-wrap .what-item .content-wrap .title-desc .desc {
    font-size: 14px;
    line-height: 1.7;
}
.what-section .button-wrap {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.what-section .prev,
.what-section .next {
    background: #0097f5;
    color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    border: 1px solid transparent;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    cursor: pointer;
}
.what-section .prev:hover,
.what-section .next:hover {
    background: #fff;
    color: #0097f5;
    border-color: #0097f5;
}
.cta-section {
    height: 400px;
    background-position: center;
    background-size: cover;
}

.why-section .why-wrap {
    display: flex;
    flex-wrap: wrap;
}

.why-section .why-wrap .why-item {
    width: 33.33%;
    text-align: center;
    padding: 60px 40px;
}
.why-section .why-wrap .why-item:nth-child(odd) {
    background-color: #fff;
}
.why-section .why-wrap .why-item .image-wrap img {
    width: 80px;
    margin-bottom: 20px;
}

.why-section .why-wrap .why-item .content-wrap {
    font-family: 'Roboto', sans-serif;
}

.why-section .why-wrap .why-item .content-wrap .title-desc h4 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.schedule-section {
    position: relative;
    padding-bottom: 10px;
}
.schedule-section:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    position: absolute;
    background-color: #15A1B8;
}
.schedule-section .schedule-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 100%;
    margin: 0 -30px;
}

.schedule-section .schedule-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.schedule-section .schedule-wrap .schedule-item {
    margin: 10px 30px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-top: 4px solid #000;
    min-height: 270px;
}

.schedule-section .schedule-wrap .schedule-item .heading {
    text-align: center;
    padding: 30px 20px;
    border-bottom: 1px solid #dfdfdf;
}

.schedule-section .schedule-wrap .schedule-item .heading h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 36px;
}

.schedule-section .schedule-wrap .schedule-item .heading span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #696a87;
    text-transform: uppercase;
    font-size: 18px;
}
.schedule-item .events-list {
    padding: 0 40px
}
.schedule-item .events-list .event-item {
    padding: 30px 0;
    border-bottom: 1px solid #dfdfdf;
}
.schedule-item .events-list .event-item:last-child {
    border-bottom: none;
}
.schedule-item .events-list .event-item .time-wrap span {
    position: relative;
    padding-left: 22px;
    color: #afaaaa;
}
.schedule-item .events-list .event-item .time-wrap span:after {
    position: absolute;
    content: url(../../assets/images/read-time.png);
    top: 50%;
    left: 0;
    transform: translateY(-44%);
}
.schedule-item .events-list .event-item .title {
    position: relative;
}
.schedule-item .events-list .event-item .title h3{
    margin-bottom: 0;
}
.schedule-item .events-list .event-item .title span.plus {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
    cursor: pointer;
}
.schedule-item .events-list .event-item .title span.plus:after {
    content: '+';
}
.schedule-item .events-list .event-item .title span.plus.minus:after {
    content: '-';
    font-size: 36px;
    line-height: 0;
}
.schedule-item .events-list .event-item .desc {
    padding-top: 10px;
}
/* Enquiry Section */
.enquiry-section .form-group label {
    display: block;
}
.enquiry-section .form-inline {
    display: flex;
}
.enquiry-section .form-group input {
    width: 100%;
}
.enquiry-section .form-inline .form-group {
    width: 50%;
}
.enquiry-section .form-inline .form-group:first-child {
    margin-right: 20px;
}

.enquiry-section .form-group {
    padding-bottom: 20px;
}
.enquiry-section .form-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.contact-section{
    background: #fff;
}
.contact-section .contact-wrap {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.contact-section .image-wrap img {
    border-radius: 50%;
}
.contact-section .info-wrap {
    margin-left: 32px;
}
.contact-section .contact-details {
    margin-top: 25px;
    font-size: 20px;
}
.contact-section .contact-details a {
    color: #0097f5;
    margin-left: 5px;
}
.page-template-rw-events-landing .site-footer{
    margin-top: 0;
}
.nav-section {
    padding-top: 40px;
}
.nav-section ul.nav-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-section .nav-wrap li {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 23px;
    border-right: 2px solid #656565;
}
.nav-section .nav-wrap li:last-child {
    border-right: none;
}
.nav-section .nav-wrap li:first-child {
    padding-left: 0;
}
.wpcf7 .ajax-loader {
    vertical-align: middle;
    margin-right: 0;
}

@media (min-width:  992px) and (max-width:  1199px) {
    .what-wrap .slick-track {
        margin: 0 -10px 20px;
    }
    .what-wrap .what-item {
        margin: 0 10px;
    }
    .what-wrap .what-item .content-wrap {
        padding: 30px 15px;
    }
    .what-wrap .what-item .content-wrap .title-desc h4 {
        font-size: 21px;
    }
}

@media (min-width:  767px) {
    .banner-title {
        font-size: 32px;
    }

    .banner-section .banner-content-wrap .countdown-wrap .countdown {
        margin: 0 auto;
    }
}

@media (min-width:  768px) and (max-width:  991px) {
    .why-section .why-wrap .why-item {
        width: 50%;
    }
    .why-section .why-wrap .why-item:nth-child(odd) {
        background: none;
    }
    .why-section .why-wrap .why-item:nth-child(4n),
    .why-section .why-wrap .why-item:nth-child(4n+1) {
        background: #fff !important;
    }
}

@media (max-width:  767px) {
    .banner-title {
        font-size: 21px;
    }
    .what-section {
        padding-top: 30px;
    }
    .why-section .why-wrap .why-item {
        width: 100%;
    }
    .why-section .why-wrap .why-item .content-wrap .title-desc h4{
        font-size: 16px;
    }
    .section-title h3 {
        font-size: 24px;
    }
    .banner-section .banner-content-wrap .countdown-wrap .countdown>div {
        padding: 5px;
    }
    .banner-section .banner-content-wrap .countdown-wrap .countdown>div span.count-no {
        font-size: 32px;
    }
    .nav-section .nav-wrap li {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .what-section .button-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .schedule-item .events-list .event-item .title h3 {
        font-size: 16px;
        font-weight: 500;
    }
    .schedule-item .events-list {
        padding: 0 30px 0 20px;
    }
    .schedule-item .events-list .event-item .title span.plus {
        right: -17px;
    }
    .enquiry-section .form-inline .form-group {
        width: 100%;
    }
    .enquiry-section .form-inline .form-group:first-child {
        margin-right: 0;
    }
    .enquiry-section .form-inline {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-section .info-wrap {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .contact-section .contact-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contact-section .contact-wrap .image-wrap {
        margin: 0 auto;
    }
    .contact-section .contact-details {
        font-size: 16px;
    }
}