.feature-column {
    border: 1px solid #333 !important;
    background-color: #f1f1f1 !important;
}
.hero-title .av-subheading_below {
    line-height: 1.8;
}
#top .hero-button .avia-button {
    background-image: radial-gradient( #D9C68E, #BC8E34);
    border-color: #BC8E34 !important
}
#top .hero-button .avia-button:hover {
    background-image: radial-gradient(#BC8E34, #D9C68E);
    color: #fff !important;
}
.curved-line {
    transition:all 0.05s ease-in-out;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
.curved-line:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    border:solid 5px #f00;
    border-color: #f00 transparent transparent transparent !important;
    border-radius: 50%/10px 10px 0 0;
    left: 0;
    top: 25px;
    z-index: 99;
}
@media (min-width: 990px) {
    .curved-line:after {
        top: 30px;
    }
}
.typewriter {
    color: #fff !important;
    letter-spacing: 0 !important;
    font-weight: 300;
    font-size: 25px;
    margin: 0 auto; 
    text-align: center;
}
#hero_top .template-page {
    vertical-align: bottom;
    padding-bottom: 160px;
}
/* Hero Top CSS - Starts */
@media (max-width: 767px) {
    #hero_top {
        background-position: 75% 50% !important;
    }
    #hero_top .av-section-color-overlay {
        opacity: .60;
    }
}
@media (max-width: 989px) {
    #hero_top .template-page {
        padding: 80px 0;
    }
    .typewriter {
        font-size: 19px !important;
    }
    .hero-button {
        margin-top: 40px !important;
    }
}
.hero-button .avia-button {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold !important;
}
.hero-title .av-special-heading-tag {
    font-weight: 500;
    text-shadow: 1px 1px 5px #4e4e4e;
}
/* Hero Top CSS - Ends */

/* OFFER Block CSS - Starts */
.offer-image img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: center;
}
.offer-image img,
.offer-image .av-caption-image-overlay-bg {
    border-radius: 15px;
}
.offer-image .av-image-caption-overlay-center {
    vertical-align: bottom;
    padding-bottom: 12px;
    text-align: left;
    font-size: 15px;
}
.offer-image .av-image-caption-overlay-center h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
}
.offer-image .av-caption-image-overlay-bg {
    background-color: transparent !important;
    background-image: linear-gradient(to top, rgb(0 0 0 / 75%), rgb(0 0 0 / 25%), transparent);
}
/* OFFER Block CSS - Ends */
.stat-box .avia-animated-number-title {
    letter-spacing: 0;
    margin-bottom: 15px !important;
    display: block;
    font-weight: bold;
}
.stat-box .avia-animated-number-content {
    font-size: 18px !important;
}
.stat-box .avia-no-number {
    opacity: 1 !important;
    font-size: 1em;
}
.image-frame img {
    border-radius: 0 !important;
}
.image-frame {
    border: 1px solid #e9e9e9 !important;
    box-shadow: 6px -6px 6px 3px #e7e7e7 !important;
}
.steps-box {
    text-align: center;
}
.steps-box h2 {
    text-transform: none !important;
    font-size: 22px;
    margin-top: 15px;
    font-weight: 500;
    letter-spacing: 0 !important;
    color: #666;
}
.steps-box h2 a {
    color: var(--secondary) !important;
}
.steps-box h2 a:hover {
    opacity: .85;
}
.steps-box .wd-hybrid-box-svg {
    background-color: var(--purple);
    margin: 0 auto;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.steps-box .wd-hybrid-box-svg svg path,
.steps-box .wd-hybrid-box-svg svg {
    fill: #fff;
}
.steps-box h2 {
    color: var(--purple) !important;
}
.steps-box.steps-two .wd-hybrid-box-svg {
    background-color: var(--light-purple);
}
.steps-box.steps-two h2 {
    color: var(--light-purple) !important;
}
.steps-box svg {
    width: 50px;
}
/* Reviews Area CSS - Starts */
.clients-review .avia-testimonial_inner {
    background-color: #fff;
    padding: 25px;
    border-radius: 25px;
    position: relative;
}
.clients-review .avia-testimonial_inner:before {
    content: '\e833';
    font-family: 'entypo-fontello';
    font-size: 45px;
    margin-bottom: 25px;
    display: block;
    color: var(--purple);
}
@media(min-width: 768px) {
    .clients-review .avia-testimonial_inner {
        padding: 40px;
    }
}
.clients-review {
    margin: 0;
}
.clients-review .avia-testimonial-name {
    margin-top: 0 !important;
    position: relative;
}
.star-wrap {
    margin-top: 10px;
    display: block;
}
.star-wrap:after {
    font-family: 'entypo-fontello';
    font-size: 18px;
    letter-spacing: 2px;
    color: #FF9800;
    display: block
}
.star-wrap-five:after {
    content: '\e808\e808\e808\e808\e808';
}
.star-wrap-four:after {
    content: '\e808\e808\e808\e808\e809';
}
.clients-review .avia-testimonial-meta-mini {
    text-align: center !important;
}
#top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a {
    top: calc(50% - 30px);
    background-color: var(--light-purple);
    opacity: 1;
    font-size: 30px;
}
@media (max-width: 767px) {
    #top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a {
        width: 30px;
        height: 30px;
        font-size: 20px;
        position: relative;
        margin: 0;
    }
    #top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a:before {
        line-height: 30px !important;
    }
    .avia-slideshow-arrows {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 15px;
    }
}
/* Reviews Area CSS - Ends */
#contact .content {
    padding-top: 50px;
}
@media (min-width: 768px) {
    .steps-box .wd-hybrid-box-image {
        position: relative;
        z-index: 9;
    }
    .steps-box .wd-hybrid-box-image:after {
        content: '';
        position: absolute;
        width: calc(100% - 4px);
        height: 1px;
        left: 0;
        top: calc(50% - 1px);
        border-top: 2px dashed #9e9e9e;
        z-index: -1;
    }
    .steps-column-left .wd-hybrid-box-image:after,
    .steps-column-right .wd-hybrid-box-image:after {
        width: 50%;
    } 
    .steps-column-left .wd-hybrid-box-image:after {
        right: 3px;
        left: auto;
    }
    .steps-column .wd-hybrid-box-content {
        padding: 0 50px;
    }
}
.with-svg .special-heading-border {
    display: none !important;
}
.with-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .with-svg {
        gap: 10px;
    }
    .with-svg .av-subheading {
        order: -1;
    }
}
.with-svg img {
    width: 120px;
}
.logo-airlines img {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 55px;
}
 .slider-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
@media (min-width: 641px) {
    .ota-logos {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ota-logos {
        flex-wrap: wrap;
        gap: 40px;
    }
    .slider-logos {
        gap: 25px;
    }
    .row-gap {
        row-gap: 50px;
    }
}
@media (max-width: 640px) {
    .ota-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        text-align: center;
    }
}
.ota-logos svg,
.ota-logos img {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 40px;
}
.payment-logo img {
    max-height: 30px;
    max-width: 100px;
}
img.visa {
    max-height: 20px;
}
.mastercard {
    max-height: 40px !important;
}
img.travelocity {
    position: relative;
    top: -12px;
}
#payment .template-page {
    padding: 40px 0;
}
.contact-box {
    text-align: center;
}
.contact-box svg path,
.contact-box svg {
    fill: var(--purple) !important;
}
.contact-box svg {
    margin: 0 auto;
}
.relative-element .team-img-container {
    transition: .5s;
}
.relative-element:hover .team-img-container {
    transform: translateY(-5px)
}
#mission .flex_column {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(192 230 255 / 50%);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    margin: 0 !important;
}
#mission .flex_column_table {
    width: 625px;
    max-width: 100%;
    margin-left: auto;
}
#mission {
    background-position: 15% 50%;
}
@media (max-width: 767px) {
    #mission {
        background-position: 50% -7%;
        background-size: 300px !important;
    }
    #mission .content {
        padding-top: 150px;
    }
}
.inner-iconbox .iconbox_content_title {
    font-weight: bold;
}
.benefits-box {
    text-align: center;
}
.benefits-box svg path,
.benefits-box svg {
    fill: var(--purple);
    width: auto;
    height: auto;
    max-height: 40px;
}
.benefits-box .wd-hybrid-box-svg {
    border: 1px solid var(--purple) !important;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.benefits-box .wd-hybrid-box-title h2 {
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 15px 0 10px;
}
@media (min-width: 990px) {
    #mission_alt {
        background-size: 950px !important;
    }
}
#mission_alt .flex_column_table {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}
.mission-box .team-member-name {
    letter-spacing: -2px !important;
    margin: 0;
    color: var(--purple) !important;
}
.mission-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 1px;
}
.mission-box .team-member-description {
    width: 100%;
    text-align: CENTER;
}
.mission-box svg,
.mission-box svg path{
    fill: var(--purple);
}
.mission-box div,
.mission-box p {
    margin: 0;
}
.inner-iconbox {
    display: flex;
    gap: 20px;
}
@media (max-width: 1250px) {
    .inner-iconbox {
        flex-direction: column;
    }
}
@media (min-width: 1251px) {
    .inner-iconbox {
        align-items: center;
    }

    .inner-iconbox .iconbox_content {
        width: calc(100% - 94px);
    }
}
.inner-iconbox .iconbox_icon {
    margin: 0 !important;
    color: var(--light-gold) !important;
    border-color: var(--light-gold) !important;
    font-size: 40px !important;
}
.inner-iconbox .entry-footer {
    display: none;
}
.inner-iconbox .iconbox_content_container p {
    font-size: 15px;
}
.contact-box .team-member-description p {
    font-size: 17px !important;
    line-height: 1.8;
}
h3.hidden-slogan.typewriter:before {
    content: '\e8b6';
    font-family: 'entypo-fontello';
    padding-left: 10px;
    transform: rotate(180deg);
    display: inline-block;
}
.single-svg {
    text-align: center;
}