
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
    font-family: 'Jost', serif;
    font-weight: 500;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
    text-decoration: underline;
}
.entry-content p a,
.comment-content p a,
.entry-content li a,
.comment-content li a,
.widget p a,
.comments-area .comment-list .comment-content a {
    color: #2e92ff;
}
.entry-content p a:hover,
.entry-content p a:focus,
.comment-content p a:hover,
.comment-content p a:focus,
.entry-content li a:hover,
.entry-content li a:focus,
.comment-content li a:hover,
.comment-content li a:focus,
.widget p a:hover,
.widget p a:focus,
.comments-area .comment-list .comment-content a:hover,
.comments-area .comment-list .comment-content a:focus {
    color: #086abd;
}
.slide-item .entry-content h3 a,
.list-post .entry-content h3 a,
.grid-post .entry-content h3 a,
.single-post .entry-content h3 a {
    text-decoration: none;
}
.wp-block-quote {
    padding: 30px 30px 30px 50px;
    margin: 30px 0 30px 30px;
}
.section-facts-area {
    padding-bottom: 70px;
}
.section-facts-area .row {
    row-gap: 40px;
}
.section-facts-area .info-content-wrap {
    padding: 40px 30px;
    border-radius: 10px;
    display: flex;
    gap: 30px;
    background-color: #fdfdfd;
    position: relative;
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.section-facts-area .info-content-wrap:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    background-color: #dadada;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
}
.section-facts-area .info-content-wrap .info-icon {
    font-size: 80px;
    color: #979797;
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
}
.section-facts-area .info-content-wrap .entry-header p {
    margin-bottom: 0;
}
@media screen and (max-width: 467px) {
    .section-facts-area .info-content-wrap {
        flex-direction: column;
        padding: 40px 20px;
        gap: 25px;
    }
    .section-facts-area .info-content-wrap .entry-header {
        text-align: center;
    }
    .section-facts-area .info-content-wrap .info-icon {
        font-size: 70px;
    }
}
.section-centerstage-event-area {
    padding-bottom: 70px;
}
.section-centerstage-event-area .event-wrapper {
    padding-left: 70px;
    position: relative;
}
.section-centerstage-event-area .event-wrapper:after {
    content: "";
    width: 1px;
    height: 130%;
    background-color: #D9D9D9;
    position: absolute;
    left: 14px;
    top: 0;
    z-index: -1;
}
.section-centerstage-event-area div.row>div:first-child .event-wrapper:after {
    top: 50%;
}
.section-centerstage-event-area div.row>div:last-child .event-wrapper:after {
    bottom: 50%;
    height: 50%;
}
.section-centerstage-event-area .event-wrapper:before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #333;
    font-size: 30px;
    position: absolute;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    transition: all 0.2s;
}
.section-centerstage-event-area .event-wrapper:hover:before {
    font-size: 40px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    left: -5px;
}
.section-centerstage-event-area .event-iconbox {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    margin-bottom: 25px;
    padding: 25px;
}
.section-centerstage-event-area .event-iconbox .event-icon {
    border-radius: 5px;
    background-color: #F2F2F2;
    color: #333;
    font-size: 28px;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    flex-shrink: 0;
}
.section-centerstage-event-area .event-iconbox .entry-content {
    flex-grow: 1;
}
.section-centerstage-event-area .event-iconbox .entry-content .entry-title a {
    text-decoration: none;
}
.section-centerstage-event-area .event-iconbox .event-page-link {
    padding-right: 25px;
    flex-shrink: 0;
}
.section-centerstage-event-area .event-iconbox .event-page-link i {
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    .section-centerstage-event-area .event-iconbox .event-page-link {
        padding-right: 0;
    }
}
@media screen and (max-width: 576px) {
    .section-centerstage-event-area .event-iconbox {
        padding: 20px 15px;
    }
    .section-centerstage-event-area .event-wrapper:before {
        font-size: 25px;
        height: 25px;
        width: 25px;
        line-height: 25px;
        left: 2;
    }
    .section-centerstage-event-area .event-wrapper:hover:before {
        font-size: 30px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        left: 0;
    }
    .section-centerstage-event-area .event-iconbox .event-icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 25px;
    }
    .section-centerstage-event-area .event-wrapper {
        padding-left: 40px;
    }
    .section-centerstage-event-area .event-iconbox .event-page-link {
        padding-left: 10px;
    }
}
@media screen and (max-width: 467px) {
    .section-centerstage-event-area .event-iconbox {
        flex-direction: column;
        padding: 30px 15px;
    }
    .section-centerstage-event-area .event-iconbox .entry-content {
        padding: 0;
        text-align: center;
    }
    .section-centerstage-event-area .event-iconbox .event-page-link {
        display: inline-block;
    }
    .section-centerstage-event-area .event-iconbox .event-page-link i {
        height: 30px;
        width: 30px;
        line-height: 29px;
        text-align: center;
        border: 1px solid #a6a6a6;
        border-radius: 50%;
    }
    .section-centerstage-event-area .event-iconbox .event-page-link i:hover {
        border: 1px solid #086abd;
    }
}
.section-redemption-code-area {
    padding-bottom: 70px;
}
.section-redemption-code-area .row {
    row-gap: 30px;
}
.section-redemption-code-area .redeem-code-content-wrap {
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.section-redemption-code-area .redeem-code-content-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    transition: all 0.4s;
    opacity: 0;
}
.section-redemption-code-area .redeem-code-content-wrap:hover:before {
    opacity: 1;
}
.section-redemption-code-area .redeem-code-content-wrap .redeem-code-txt {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(41%, -50%);
    color: #fff;
    opacity: 0;
    transition: opacity 0.4s;
}
.section-redemption-code-area .redeem-code-content-wrap:hover .redeem-code-txt {
    opacity: 1;
}