.hero-title .av-special-heading-tag {
    font-weight: bold !important;
    letter-spacing: 0 !important;
}

.hero-title .av-subheading h2 {
    color: #fff;
    font-size: 23px;
}

#hero_top .flex_column_table {
    width: 700px !important;
    max-width: 100% !important;
}

.link-image .av-image-caption-overlay-center {
    vertical-align: baseline;
    text-align: left;
    padding: 20px;
}

.link-image .av-image-caption-overlay-center h3 {
    color: #fff;
    margin: 0;
}

.link-image .av-image-caption-overlay-center small {
    border: 1px solid;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 6px;
    font-size: 16px;
    transition: .5s;
}

.link-image .av-image-caption-overlay-center small:hover {
    background: var(--red);
    border-color: var(--red);
}

.link-image  img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.link-image .avia-image-container-inner,
.link-image .avia_image,
.link-image .av-image-caption-overlay{
    border-radius: 10px !important;
}

.link-image .av-image-caption-overlay-center small {
    opacity: 0;
}

.link-image:hover .av-image-caption-overlay-center small {
    opacity: 1;
}

.link-image  .av-caption-image-overlay-bg {
    opacity: 1 !important;
    background-color: transparent !important;
}

.link-image .av-image-caption-overlay {
    background-image: linear-gradient(to right, rgb(0 0 0 / 60%), transparent,transparent) !important;
}

span.avia-font-char {
    font-family: 'entypo-fontello';
    font-size: 30px;
    color: var(--red);
}

.custom-quote {
    display: flex;
    column-gap: 15px;
}

.custom-quote em {
    font-size: 19px;
    color: var(--gray) !important;
    line-height: 1.5;
}

.fixed-caption .av-image-caption-overlay-center {
    background: rgb(0 0 0 / 60%);
    display: flex;
    padding: 10px;
    font-size: 16px;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

.fixed-caption img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    overflow: hidden;
}

.fixed-caption:hover img {
    transform: scale(1.05);
}

.fixed-caption .avia-image-overlay-wrap {
    overflow: hidden;
    border-radius: 10px;
}