.header-block {
    width: 700px !important;
    max-width: 100% !important;
    border-radius: 15px;
    box-shadow: 0 0 4px 3px rgb(103 41 132);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(103 41 132, 0.75) !important;
    border: 1px solid rgba(103 41 132, 0.3);
    padding: 25px;
}

@media (min-width: 768px) {
    .header-block {
        padding: 40px 40px 45px;
    }
}

.hero-title .av-special-heading-tag {
    line-height: 1.25 !important;
}

.about-card .team-img-container img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.about-card .team-member-name,
.about-card .team-member-description {
    text-align: center;
}

.about-card .team-member-name:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: var(--orange);
    left: calc(50% - 50px);
    bottom: 0;
}

.about-card .team-member-name {
    position: relative;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px !important;
}

.about-wrapper .about-col {
    box-shadow: 0 0 4px 1px rgb(104 41 132 / 25%);
    background-color: #fff;
    border-radius: 25px;
    padding-bottom: 15px;
    transition: .5s;
}

.about-wrapper .about-col:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 3px 2px rgb(104 41 132 / 25%);
}

.event-col .wd-hybrid-box-svg svg,
.event-col .wd-hybrid-box-svg svg path{
    width: 100px;
    height: auto;
    fill: var(--primary);
    margin-bottom: 10px;
}

.center-four-columns {
    row-gap: 50px;
}

.inner-reviews {
    margin: 0;
}

.inner-reviews .avia-testimonial-content {
    position: relative;
    padding-top: 70px !important;
}

.inner-reviews .avia-testimonial-content:before {
    content: '\e833';
    font-family: 'entypo-fontello';
    background: var(--primary);
    color: #fff;
    font-size: 34px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    left: calc(50% - 25px);
    top: 0;
}

.inner-reviews .avia-testimonial-name {
    margin-top: 0 !important;
}

.inner-reviews .avia-testimonial-name:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: entypo-fontello;
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
    color: #FF9800;
    margin-bottom: 5px;
}

#top .av-large-testimonial-slider .avia-testimonial-meta-mini {
    text-align: center;
}

#top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a {
    top: calc(50% - 30px);
}

.event-icon-box .wd-hybrid-box-title h3 {
    font-weight: normal !important;
}