.main-slides-content h1 {
    font-size: 42px;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #F1416C;
    padding-left: 5px;
    font-weight: bold;
}

.register-form {
    max-width: 950px;
}

.register-form form .form-group .form-select {
    height: 60px;
    padding: 20px;
    line-height: initial;
    color: #172b3b;
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 16px;
    font-weight: 500;
}

.register-form form .form-group .form-select:focus {
    border: 1px solid #fc5a1b;
    background-color: transparent;
}

.entry:not(:first-of-type) {
    margin-top: 10px;
}

.w-30 {
    width: 30% !important;
}

.fun-fact-inner-box .fun-fact-box p {
    font-size: 15px;
}

.section-title h2 {
    line-height: 1.5em;
}

.overview-area {
    background-image: url(../images/overview-bg.jpeg);
}

.overview-area::before {
    background-color: rgba(17, 60, 252, .7);
}

.btn-paper {
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    top: -45px;
    right: 60px;
    background-color: #fec430;
    color: #FFF;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    border-radius: 5px;
    padding: 8px 10px 8px 10px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    text-align: center;
    overflow: hidden;
}

.btn-paper:hover {
    color: #FFF;
    background-color: #2295c6;
}

.go-top {
    right: 20px;
}

.go-top.active {
    bottom: 80px;
}

.go-whatsapp {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 20px;
    background-color: #73e778;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    opacity: 1;
    visibility: visible;
}

.go-whatsapp a {
    color: #FFF;
}

.go-whatsapp:hover {
    background-color: #53c0a5;
}

.go-whatsapp i {
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.img-flaticon,
.timeline-logo {
    border-radius: 50%;
    text-align: center;
    background-color: #f8cc5b;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.img-flaticon {
    margin: 0 auto;
    height: 85px;
    width: 85px;
    line-height: 85px;
    margin-bottom: 20px;
}

.timeline-logo {
    height: 65px;
    width: 65px;
}

.img-flaticon:hover,
.timeline-logo:hover {
    background-color: #fec430;
}

.owl-carousel .owl-item img {
    width: unset;
}

.owl-carousel .owl-item .img-flaticon img {
    width: 56px;
}

.img-flaticon img {
    width: 56px;
    margin: 0 auto;
    padding-top: 15px;
    display: inline-block;
    height: auto;
}

.timeline-logo img {
    width: 40px;
    margin: 0 auto;
    padding-top: 12px;
}

.fun-fact-box {
    min-height: 160px;
}

.overview-content span {
    color: #fec430;
}

.single-gallery:hover .gallery-image::before {
    visibility: hidden;
}

.page-banner {
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    color: #FFF;
}

.page-banner h2 {
    position: relative;
}

.page-banner::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 0;
}

.page-banner.gallery {
    background-image: url(../images/gallery-banner-bg.jpg);
}

.page-banner.guidlines {
    background-image: url(../images/guidlines-banner-bg.jpg);
}

.page-banner.rundown {
    background-image: url(../images/rundown-banner.jpg);
}

.page-banner.speaker {
    background-image: url(../images/speaker-banner.jpg);
}

.guidline-lists {
    font-size: 16px;
}

.guidline-lists li {
    margin-bottom: 20px;
}

/* Responsive */

@media only screen and (max-width: 767px) {
    .main-slides-content h1 {
        font-size: 24px;
    }
}