:root {
    --primary-color: #3C0008;
    --secondary-color: #66000e;
    --tertiary-color: #ffcccc;

    --dark-color: #090907;
    --white-color: #ffffff;
    --light-color: #f7f7f7;
}

/*** 

====================================================================
    Banner Section Three
====================================================================

***/

.banner-section-three {
    position: relative;
    background-color: var(--banner-bak);
}

.banner-section-three .icon-bubbles-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-section-three .icon-leaves-23 {
    position: absolute;
    bottom: 0;
    left: -170px;
}

@media (max-width: 1399.98px) {
    .banner-section-three .icon-leaves-23 {
        opacity: 0.3;
    }
}

.banner-section-three .icon-leaves-24 {
    position: absolute;
    bottom: 0;
    right: -270px;
}

@media (max-width: 1399.98px) {
    .banner-section-three .icon-leaves-24 {
        opacity: 0.3;
    }
}

.banner-section-three .content-column {
    z-index: 2;
}

.banner-section-three .content-column .inner-column {
    position: relative;
    padding: 220px 0 190px;
    text-align: center;
}

.banner-section-three .content-column .inner-column .name {
    position: relative;
    color: var(--banner-name);
    font-family: var(--script-font);
    font-weight: 400;
    line-height: 1.2em;
    font-size: 90px;
    margin-bottom: 30px;
    letter-spacing: 10px;
}

@media (max-width: 1199.98px) {
    .banner-section-three .content-column .inner-column .name {
        font-size: 70px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-three .content-column .inner-column .name {
        font-size: 50px;
    }
}

.banner-section-three .content-column .inner-column .name .icon-heart-2 {
    display: inline-block;
    margin: 10px 0;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear;
}

@media (max-width: 1199.98px) {
    .banner-section-three .content-column .inner-column .name .icon-heart-2 {
        margin: 20px 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-three .content-column .inner-column .name .icon-heart-2 {
        background-size: 100px;
        background-repeat: no-repeat;
        height: 60px;
        background-position: center;
        margin: 20px auto;
    }
}

.banner-section-three .content-column .inner-column .text {
    position: relative;
    color: var(--banner-details);
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-section-three .content-column .inner-column .date {
    position: relative;
    color: var(--banner-date);
    font-family: var(--title-font);
    font-weight: 500;
    line-height: 1em;
    font-size: 33px;
    margin-bottom: 20px;
}

.banner-section-three .content-column .inner-column .theme-btn {
    padding: 14px 72px;
    font-size: 16px;
    font-weight: 500;
    text-transform: unset;
    font-family: var(--text-font);
}

.banner-section-three .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .banner-section-three .bg-image {
        width: 100%;
    }
}

.banner-section-three .bg-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .banner-section-three .bg-image img {
        opacity: 0.2;
    }
}

/*** 

====================================================================
    Services Section Three
====================================================================

***/

.services-section-three {
    position: relative;
    padding: 120px 70px;
    margin-top: -75px;
}

.services-section-three .icon-flowers-9 {
    position: absolute;
    bottom: 60px;
    left: 250px;
    background-position: center;
}

.services-block-three {
    margin-bottom: 30px;
}

.services-block-three .inner-box {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.services-block-three .inner-box:hover .image-box .info-box {
    opacity: 1;
    visibility: visible;
}

.services-block-three .inner-box:hover .image-box .info-box:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.services-block-three .inner-box:hover .image-box .info-box .icon {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.services-block-three .inner-box:hover .image-box .info-box .date {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.services-block-three .inner-box:hover .image-box .info-box .text {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.services-block-three .inner-box:hover .image-box .btn-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.services-block-three .inner-box .image-box {
    position: relative;
}

.services-block-three .inner-box .image-box .image:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 20px solid var(--background);
    border-radius: 300px;
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .services-block-three .inner-box .image-box .image:before {
        border: 10px solid var(--background);
    }
}

.services-block-three .inner-box .image-box .image img {
    border-radius: 300px;
}

.services-block-three .inner-box .image-box .info-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: 0;
    padding: 55px 75px;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .services-block-three .inner-box .image-box .info-box {
        padding: 20px 35px;
    }
}

@media (max-width: 575.98px) {
    .services-block-three .inner-box .image-box .info-box {
        padding: 55px 60px;
    }
}

.services-block-three .inner-box .image-box .info-box:before {
    position: absolute;
    content: "";
    top: 50px;
    left: 40px;
    right: 40px;
    bottom: 50px;
    opacity: 0.8;
    border-radius: 300px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .services-block-three .inner-box .image-box .info-box:before {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
}

.services-block-three .inner-box .image-box .info-box .icon {
    position: relative;
    color: var(--tertiary-color);
    font-size: 80px;
    margin-bottom: 25px;
    top: 20px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

@media (max-width: 575.98px) {
    .services-block-three .inner-box .image-box .info-box .icon {
        font-size: 62px;
    }
}

.services-block-three .inner-box .image-box .info-box .date {
    position: relative;
    color: var(--tertiary-color);
    font-family: var(--title-font);
    font-weight: 500;
    line-height: 1em;
    font-size: 30px;
    margin-bottom: 35px;
    top: 20px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

@media (max-width: 575.98px) {
    .services-block-three .inner-box .image-box .info-box .date {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.services-block-three .inner-box .image-box .info-box .text {
    position: relative;
    color: var(--tertiary-color);
    margin-bottom: 35px;
    top: 20px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-three .inner-box .image-box .btn-box {
    z-index: 9;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-three .inner-box .image-box .theme-btn {
    background-color: var(--white-color);
    color: var(--primary-color);
    padding: 14px 56px;
}

@media (max-width: 575.98px) {
    .services-block-three .inner-box .image-box .theme-btn {
        padding: 12px 40px 9px;
        line-height: 20px;
    }
}

.services-block-three .inner-box .image-box .theme-btn:before {
    background-color: var(--primary-color);
}

.services-block-three .inner-box .image-box .theme-btn:hover {
    color: var(--white-color);
}

/*** 

====================================================================
    Team Section Three
====================================================================

***/

.team-section-three {
    position: relative;
    padding: 120px 70px;
}

.team-section-three .team-block-outer {
    position: relative;
    margin-bottom: 120px;
}

.team-section-three .team-block-outer .image-column {
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer .image-column .inner-column {
        text-align: center;
    }
}

.team-section-three .team-block-outer .image-column .inner-column .image-box {
    position: relative;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer .image-column .inner-column .image-box {
        max-width: 400px;
        margin: 0 auto;
    }
}

.team-section-three .team-block-outer .image-column .inner-column .image-box .image img {
    border-radius: 300px 300px 0 0;
}

.team-section-three .team-block-outer .image-column .inner-column .image-box .icon-leaves-8 {
    position: absolute;
    top: 0;
    left: -100px;
    background-repeat: no-repeat;
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .team-section-three .team-block-outer .image-column .inner-column .image-box .icon-leaves-8 {
        display: none;
    }
}

.team-section-three .team-block-outer .image-column .inner-column .image-box .icon-leaves-9 {
    position: absolute;
    bottom: -20px;
    right: -40px;
    background-repeat: no-repeat;
    pointer-events: none;
}

.team-section-three .team-block-outer .content-column {
    margin-bottom: 50px;
}

.team-section-three .team-block-outer .content-column .inner-column {
    position: relative;
    padding-left: 40px;
    padding-top: 20px;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer .content-column .inner-column {
        padding: 0;
        text-align: center;
    }
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box {
    position: relative;
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .name {
    color: var(--dark-color);
    font-family: var(--script-font);
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 8px;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .team-section-three .team-block-outer .content-column .inner-column .team-info-box .name {
        font-size: 48px;
    }
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .designation {
    margin-bottom: 10px;
    color: var(--primary-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 17px;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer .content-column .inner-column .team-info-box .designation {
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .text {
    font-size: 18px;
    line-height: 32px;
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0px;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two {
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    color: var(--navbar-text-bak-hover) !important;
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two a:before {
    color: var(--navbar-text) !important;
    background-color: var(--primary-color) !important;
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two a:hover {
    color: var(--navbar-text) !important;
    background-color: var(--primary-color) !important;
}

.team-section-three .team-block-outer .content-column .inner-column .carousel-outer {
    margin-top: 50px;
}

.team-section-three .team-block-outer.style-two .image-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer.style-two .image-column {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.team-section-three .team-block-outer.style-two .content-column .inner-column {
    padding-left: 0;
    padding-right: 40px;
    padding-top: 10px;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer.style-two .content-column .inner-column {
        padding: 0;
    }
}

.team-section-three .team-block-outer.style-two .groom-image .image-box {
    position: relative;
}

.team-section-three .team-block-outer.style-two .groom-image .image-box .image img {
    border-radius: 0 0 300px 300px;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer.style-two .groom-image .image-box .image img {
        border-radius: 300px 300px 0 0;
    }
}

.team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-8 {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: -80px;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-8 {
        top: 0;
        left: -100px;
        right: auto;
        bottom: auto;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 575.98px) {
    .team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-8 {
        display: none;
    }
}

.team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-9 {
    position: absolute;
    top: -20px;
    left: -40px;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-9 {
        top: auto;
        left: auto;
        bottom: -20px;
        right: -40px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.team-block-three {
    position: relative;
}

.team-block-three .inner-box {
    position: relative;
    text-align: center;
}

.team-block-three .inner-box:hover .team3-frame {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.team-block-three .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
}

.team-block-three .inner-box .image-box {
    position: relative;
    padding-top: 20px;
}

.team-block-three .inner-box .image-box .image {
    display: inline-block;
    width: 197px;
    height: 197px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-block-three .inner-box .image-box .image img {
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box .image-box .icon-shape.ceremony,
.team-block-three .inner-box .image-box .team3-frame {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -131px;
    background-size: cover;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    pointer-events: none;
}

.team-block-three .inner-box .name {
    font-family: var(--title-font);
    font-weight: 400;
    color: var(--dark-color);
    font-size: 26px;
    line-height: 32px;
}

.team-block-three .inner-box .name:hover {
    color: var(--primary-color);
}

.team-block-three .inner-box .designation {
    color: var(--dark-color);
}

/*** 

====================================================================
    Team Section Two
====================================================================

***/

.team-section-two {
    position: relative;
    padding: 120px 70px;
}

.team-section-two .sec-title {
    margin-bottom: 20px;
}

.team-section-two .icon-flowers-7 {
    position: absolute;
    bottom: 120px;
    left: 0;
}

@media (max-width: 1399.98px) {
    .team-section-two .icon-flowers-7 {
        opacity: 0.1;
    }
}

.team-section-two .owl-carousel .owl-item:nth-child(odd) .team-block-two {
    margin-top: 110px;
}

@media (max-width: 1199.98px) {
    .team-section-two .owl-carousel .owl-item:nth-child(odd) .team-block-two {
        margin-top: 0;
    }
}

.team-section-two .owl-carousel {
    padding-bottom: 10px;
}

.team-section-two .owl-carousel .owl-nav {
    display: none;
}

.team-section-two .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-section-two .owl-carousel .owl-dots .owl-dot {
    height: 3px;
    width: 60px;
    background-color: var(--tertiary-color);
    margin-right: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .team-section-two .owl-carousel .owl-dots .owl-dot {
        width: 30px;
    }
}

.team-section-two .owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--primary-color);
}

.team-block-two {
    margin-bottom: 40px;
}

.team-block-two .inner-box {
    position: relative;
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
}

.team-block-two .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}

.team-block-two .inner-box .image-box {
    position: relative;
    margin-bottom: 20px;
    padding: 25px;
    border: 1px solid var(--dark-color);
    border-radius: 300px;
}

.team-block-two .inner-box .image-box .icon-flower-10 {
    position: absolute;
    top: 0;
    left: 0;
}

.team-block-two .inner-box .image-box .icon-flower-11 {
    position: absolute;
    bottom: 0;
    right: -10px;
}

.team-block-two .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 300px;
}

.team-block-two .inner-box .image-box .image img {
    border-radius: 300px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-box .content-box {
    position: relative;
    text-align: center;
}

.team-block-two .inner-box .content-box .name {
    color: var(---dark-color);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}

.team-block-two .inner-box .content-box .name a:hover {
    color: var(--primary-color);
}

.team-block-two .inner-box .content-box .designation {
    display: block;
    font-family: var(--text-font);
    font-weight: 400;
    margin-bottom: 20px;
}

.team-block-two .inner-box .content-box .social-icon-two {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-block-two .inner-box .content-box .social-icon-two a {
    font-size: 16px;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border-color: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*** 

====================================================================
    Gallery Section Five
====================================================================

***/

.gallery-section-five {
    position: relative;
    padding: 120px 80px;
}

.gallery-section-five.ceremony {
    background-color: var(--tertiary-color);
}

.gallery-block-five {
    margin-bottom: 40px;
}

.gallery-block-five .inner-box {
    position: relative;
}

@media (max-width: 991.98px) {
    .gallery-block-five .inner-box {
        text-align: center;
    }
}

.gallery-block-five .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-block-five .inner-box .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 0 0 500px 500px;
}

.gallery-block-five .inner-box .image img {
    border-radius: 0 0 300px 300px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.5;
    object-fit: cover;
}

.gallery-block-five.style-two .image {
    border-radius: 500px;
}

.gallery-block-five.style-two .image img {
    border-radius: 500px;
}

.gallery-block-five.style-three .image {
    border-radius: 500px 500px 0 0;
}

.gallery-block-five.style-three .image img {
    border-radius: 500px 500px 0 0;
}

/*** 

====================================================================
    Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 120px 90px;
}

.testimonial-section-two .sec-title {
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .sec-title {
        text-align: center;
    }

    .testimonial-section-two .sec-title br {
        display: none;
    }
}

.testimonial-section-two .sec-title .sub-title {
    font-size: 22px;
    font-weight: 800;
}

.testimonial-section-two .default-navs .owl-nav {
    position: absolute;
    top: -140px;
    right: 0;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .default-navs .owl-nav {
        position: relative;
        top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.testimonial-section-two .default-dots .owl-dots {
    position: absolute;
    bottom: 80px;
    left: 0px;
}

@media (max-width: 1399.98px) {
    .testimonial-section-two .default-dots .owl-dots {
        display: none;
    }
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 25px;
    padding-right: 30px;
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px;
    }
}

.testimonial-block-two .inner-box .image-box {
    position: relative;
    padding: 20px 30px;
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .image-box {
        margin-bottom: 20px;
    }
}

.testimonial-block-two .inner-box .image-box .image {
    min-width: 390px;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .image-box .image {
        min-width: 100%;
    }
}

.testimonial-block-two .inner-box .image-box .image img {
    border-radius: 50%;
    width: 404px;
    height: 397px;
    object-fit: cover;
}

.testimonial-block-two .inner-box .image-box .testi-frame {
    position: absolute;
    top: -20px;
    left: -40px;
    background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .image-box .testi-frame {
        left: -4.5%;
        top: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
    }
}

.testimonial-block-two .inner-box .content-box {
    position: relative;
    padding-left: 70px;
    padding-bottom: 70px;
}

@media (max-width: 1199.98px) {
    .testimonial-block-two .inner-box .content-box {
        padding-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .content-box {
        padding-left: 0;
        text-align: center;
        padding-bottom: 0;
    }
}

.testimonial-block-two .inner-box .content-box .text {
    position: relative;
    color: var(--dark-color);
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .content-box .text {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .content-box .text {
        font-size: 18px;
        line-height: 1.4em;
    }
}

.testimonial-block-two .inner-box .content-box .name {
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 47px;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .content-box .name {
        font-size: 24px;
        line-height: 1.2em;
    }
}

.testimonial-block-two .inner-box .content-box .designation {
    color: var(--dark-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .content-box .designation {
        display: block;
        margin-left: 0;
    }
}

/*** 

====================================================================
    Clients Section Three
====================================================================

***/

.clients-section-three {
    position: relative;
    background-color: var(--tertiary-color);
    padding: 120px 0 100px;
}

.clients-section-three .icon-leaves-28 {
    position: absolute;
    bottom: 0;
    left: 120px;
}

@media only screen and (max-width: 1699px) {
    .clients-section-three .icon-leaves-28 {
        display: none;
    }
}

.clients-section-three .icon-leaves-29 {
    position: absolute;
    top: 65px;
    right: 20px;
}

@media only screen and (max-width: 1699px) {
    .clients-section-three .icon-leaves-29 {
        display: none;
    }
}

.client-block-three a {
    min-height: 90px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client-block-three a img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: auto !important;
}

.client-block-three a:hover img {
    opacity: 0.8;
}

/*** 

====================================================================
    Contact Section Three
====================================================================

***/

.contact-section-three {
    position: relative;
    padding: 120px 0 70px;
}

@media (max-width: 1199.98px) {
    .contact-section-three {
        padding-top: 0;
    }
}

.contact-section-three:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: auto;
    background-color: var(--tertiary-color);
    bottom: 240px;
}

.contact-section-three .icon-flower-25 {
    position: absolute;
    bottom: 280px;
    right: -170px;
}

.contact-section-three .form-column {
    margin-bottom: 50px;
}

.contact-section-three .form-column .inner-column {
    position: relative;
    background-color: var(--white-color);
    border-radius: 50px 20px 20px;
    padding: 70px 70px 70px;
    -webkit-box-shadow: 0 3px 96px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 96px rgba(0, 0, 0, 0.1);
    margin: -90px -55px 0;
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .contact-section-three .form-column .inner-column {
        margin: 0px;
        padding: 50px 30px;
    }
}

@media (max-width: 991.98px) {
    .contact-section-three .form-column .inner-column {
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .contact-section-three .form-column .inner-column {
        padding: 50px 20px;
    }
}

.contact-section-three .contact-block .inner-box {
    margin-right: 35px;
}

@media (max-width: 1199.98px) {
    .contact-section-three .contact-block .inner-box {
        margin: 0 !important;
    }
}

.contact-section-three .contact-block.right .inner-box {
    margin-left: 35px;
    margin-right: 0;
}

.contact-form-three {
    position: relative;
}

.contact-form-three .title {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form-three .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-three .form-group:last-child {
    margin-bottom: 0;
}

.contact-form-three .form-group .radio-box {
    position: relative;
}

.contact-form-three .form-group .radio-box input[type=radio] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1em;
}

.contact-form-three .custom-radio-box input:checked~.checkmark {
    background-color: var(--primary-color);
}

.contact-form-three .select2-container--default .select2-selection--single,
.contact-form-three input:not([type=submit]),
.contact-form-three textarea,
.contact-form-three select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    padding: 15px 30px;
    font-size: var(--body-font-size);
    color: var(---dark-color);
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-three ::-webkit-input-placeholder {
    color: var(---dark-color);
}

.contact-form-three input:focus,
.contact-form-three select:focus,
.contact-form-three textarea:focus {
    /*border-color: var(--theme-color1);*/
}

.contact-form-three textarea {
    height: 90px;
    resize: none;
    margin-bottom: 10px;
    border-radius: 35px;
}

.contact-form-three input[type=submit] {
    width: 100%;
    font-weight: 400;
    line-height: 32px;
    padding: 15px 30px;
}

.contact-block {
    position: relative;
    margin-bottom: 50px;
}

.contact-block .inner-box {
    position: relative;
    padding: 65px 30px 50px;
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
}

@media (max-width: 991.98px) {
    .contact-block .inner-box {
        display: block;
        width: 100%;
    }
}

.contact-block .inner-box:hover .icon:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.contact-block .inner-box .icon {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: var(--white-color);
    margin-bottom: 35px;
}

.contact-block .inner-box .icon:before {
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

.contact-block .inner-box .title {
    font-size: 25px;
    font-family: var(--title-font);
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--white-color);
}

.contact-block .inner-box .date {
    margin-bottom: 20px;
}

.contact-block .inner-box .date span {
    font-weight: 700;
}

.contact-block .inner-box .address {
    margin-top: 20px;
}

.contact-block .inner-box .address .number {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
}

.contact-block .inner-box .address .number:hover {
    color: var(--primary-color);
}

.contact-block .inner-box .icon-heart-5 {
    position: relative;
    margin: 0 auto;
}

/*** 

====================================================================
    News Section Two
====================================================================

***/

.news-section-two {
    position: relative;
    padding: 120px 0 50px;
}

.news-block-two {
    margin-bottom: 70px;
}

.news-block-two .inner-box {
    position: relative;
}

@media (max-width: 767.98px) {
    .news-block-two .inner-box {
        text-align: center;
    }
}

.news-block-two .inner-box:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block-two .inner-box:hover .image-box .image a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block-two .inner-box .image-box {
    position: relative;
}

.news-block-two .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 600px 600px;
    margin-bottom: 40px;
}

.news-block-two .inner-box .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.news-block-two .inner-box .image-box .image a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block-two .inner-box .date {
    position: relative;
    color: var(--dark-color);
    font-family: var(--text-font);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.news-block-two .inner-box .date:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: var(--tertiary-color);
    width: 100%;
    height: 1px;
}

.news-block-two .inner-box .title {
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 15px;
}

.news-block-two .inner-box .title a:hover {
    color: var(--primary-color);
}

.news-block-two .inner-box .text {
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .news-block-two .inner-box .text {
        margin-bottom: 0px;
    }

    .news-block-two .inner-box .text br {
        display: none;
    }
}

.news-block-two .inner-box .readmore {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--tertiary-color);
    text-align: center;
    -webkit-box-shadow: 0 21px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 21px 10px rgba(0, 0, 0, 0.05);
}

.news-block-two .inner-box .readmore:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--tertiary-color);
}

.news-block-two.style-two .image-box .image {
    border-radius: 500px;
}

.news-block-two.style-three .image-box .image {
    border-radius: 500px 500px 0 0;
}

/*** 

====================================================================
    Social Icons Styles
====================================================================

***/

.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-one li {
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    color: var(--dark-color);
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--navbar-text);
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

.social-icon-one li a i {
    position: relative;
}

.social-icon-one li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--navbar-text-bak-hover);
    color: var(--dark-color);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    border-color: var(--navbar-text);
}

.social-icon-one li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
}

.social-icon-two li {
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.social-icon-two li:first-child {
    margin-left: 0;
}

.social-icon-two li a {
    position: relative;
    color: var(--navbar-text-hover);
    font-size: 18.15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid var(--navbar-text);
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 21px 10px rgba(4, 4, 4, 0.05);
    box-shadow: 0 21px 10px rgba(4, 4, 4, 0.05);
}

.social-icon-two li a i {
    position: relative;
}

.social-icon-two li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    color: var(--dark-color);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: var(--white-color);
    border-color: var(--primary-color);
}

.social-icon-two li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*** 

====================================================================
    Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    padding: 220px 0 440px;
    background-color: var(--primary-color);
}

@media (max-width: 575.98px) {
    .banner-section {
        padding: 200px 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section .bg {
        opacity: 0.2;
    }
}

.banner-section .content-box {
    position: relative;
    text-align: center;
}

.banner-section .content-box .date {
    position: relative;
    color: var(--white-color);
    font-family: var(--text-font);
    font-weight: 400;
    line-height: 54.13px;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .banner-section .content-box .date {
        font-size: 16px;
        line-height: 1.4em;
    }
}

@media (max-width: 575.98px) {
    .banner-section .content-box .date {
        font-size: 14px;
        letter-spacing: 0.8px;
        margin-bottom: 25px;
    }
}

.banner-section .content-box .name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--white-color);
    font-family: var(--script-font);
    font-weight: 400;
    line-height: 44px;
    font-size: 100px;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .banner-section .content-box .name {
        font-size: 72px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .banner-section .content-box .name {
        font-size: 54px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .content-box .name {
        line-height: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.banner-section .content-box .name .icon-heart {
    margin: 0 10px;
}

@media (max-width: 991.98px) {
    .banner-section .content-box .name .icon-heart {
        max-width: 100px;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.banner-section .content-box .text {
    position: relative;
    color: var(--white-color);
    line-height: 40px;
    font-size: 24px;
}

@media (max-width: 991.98px) {
    .banner-section .content-box .text {
        font-size: 20px;
        line-height: 1.8em;
    }
}

@media (max-width: 767.98px) {
    .banner-section .content-box .text {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .content-box .text br {
        display: none;
    }
}

/*** 

====================================================================
  Gallery Section Seven
====================================================================

***/

.gallery-section-seven {
    position: relative;
    padding: 120px 0 120px;
}

@media (max-width: 767.98px) {
    .gallery-section-seven .sec-title {
        text-align: center;
    }
}

.gallery-section-seven .icon-leaves-21 {
    position: absolute;
    top: 25%;
    left: 0;
}

.gallery-section-seven .icon-leaves-22 {
    position: absolute;
    top: 30%;
    right: 0;
}

.gallery-section-seven .view-all {
    position: absolute;
    right: 50px;
    top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-family: var(--text-font);
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .gallery-section-seven .view-all {
        right: 0;
        top: 0;
    }
}

@media (max-width: 991.98px) {
    .gallery-section-seven .view-all {
        display: none;
    }
}

.gallery-section-seven .view-all:hover {
    border-color: var(--bg-theme-color6);
}

.gallery-section-seven .view-all:hover .icon {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.gallery-section-seven .view-all .icon {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(---tertiary-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    text-align: center;
    margin-left: 15px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 21px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 21px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-block-seven .inner-box {
    position: relative;
    height: 100%;
}

.gallery-block-seven .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

.gallery-block-seven .inner-box .image-box .image {
    margin-bottom: 0;
    overflow: hidden;
}

.gallery-block-seven .inner-box .image-box .image a {
    display: block;
}

.gallery-block-seven .inner-box .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-block-seven.style-two .inner-box {
    padding: 50px;
}

@media (max-width: 1199.98px) {
    .gallery-block-seven.style-two .inner-box {
        padding: 0;
    }
}

/*** 

====================================================================
    Event Section
====================================================================

***/

.event-section {
    position: relative;
    background-color: var(--tertiary-color);
    padding: 120px 0 70px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .event-section .sec-title {
        text-align: center;
    }
}

.event-section .float-text {
    position: absolute;
    right: 70px;
    bottom: 40px;
    color: var(--secondary-color);
    font-family: var(--title-font);
    font-weight: 800;
    font-size: 220px;
    line-height: 54px;
    -webkit-animation: anim-shadow 5s infinite linear;
    animation: anim-shadow 5s infinite linear;
}

@media (max-width: 991.98px) {
    .event-section .float-text {
        right: 50%;
        font-size: 180px;
        text-align: center;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media (max-width: 767.98px) {
    .event-section .float-text {
        font-size: 150px;
    }
}

@media (max-width: 575.98px) {
    .event-section .float-text {
        bottom: 10px;
        font-size: 60px;
    }
}

.event-section .icon-flowers-3 {
    position: absolute;
    top: 35px;
    right: 0;
}

@media (max-width: 1399.98px) {
    .event-section .icon-flowers-3 {
        opacity: 0.1;
    }
}

.event-section .icon-shape-1 {
    position: absolute;
    top: 95px;
    left: 0;
}

@media (max-width: 1399.98px) {
    .event-section .icon-shape-1 {
        display: none;
    }
}

.event-section .icon-circle {
    position: absolute;
    bottom: 0;
    left: 190px;
    width: 597px;
    height: 597px;
    background-color: var(--white-color);
    border-radius: 50%;
}

@media (max-width: 1199.98px) {
    .event-section .icon-circle {
        left: 100px;
    }
}

.event-block {
    margin-bottom: 50px;
}

.event-block .inner-box {
    position: relative;
    z-index: 9;
}

@media (max-width: 991.98px) {
    .event-block .inner-box {
        text-align: center;
    }
}

.event-block .inner-box .image {
    position: relative;
    margin-bottom: 50px;
}

.event-block .inner-box .text {
    color: var(--dark-color);
    font-family: var(--title-font);
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
}

.event-info-block {
    margin-bottom: 50px;
}

.event-info-block .inner-box {
    position: relative;
    padding-left: 85px;
    z-index: 9;
}

@media (max-width: 1399.98px) {
    .event-info-block .inner-box {
        padding-left: 30px;
    }
}

@media (max-width: 1199.98px) {
    .event-info-block .inner-box {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .event-info-block .inner-box {
        text-align: center;
    }
}

.event-info-block .inner-box .content-box {
    padding-left: 20px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .event-info-block .inner-box .content-box {
        padding-left: 0;
    }
}

.event-info-block .inner-box .content-box .text {
    margin-bottom: 30px;
}

.event-info-block .inner-box .content-box .event-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
}

@media (max-width: 991.98px) {
    .event-info-block .inner-box .content-box .event-time {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .event-info-block .inner-box .content-box .event-time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.event-info-block .inner-box .content-box .event-time .icon {
    font-size: 40px;
    margin-right: 10px;
}

.event-info-block .inner-box .image {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

/*** 

====================================================================
  Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    max-height: 768px;
}

.call-to-action .bg {
    background-attachment: fixed;
}

.call-to-action .bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--dark-color);
    opacity: 0.4;
}

.call-to-action .icon-flowers {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/icons/cta-flowers.png);
    display: inline-block;
    width: 432px;
    height: 604px;
}

@media (max-width: 1399.98px) {
    .call-to-action .icon-flowers {
        display: none;
    }
}

.call-to-action .outer-box {
    position: relative;
    padding: 170px 0 280px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767.98px) {
    .call-to-action .outer-box {
        padding: 100px 0 200px;
    }
}

.call-to-action .outer-box .title {
    color: var(--white-color);
    font-size: 60px;
    font-family: var(--title-font);
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .call-to-action .outer-box .title {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .call-to-action .outer-box .title br {
        display: none;
    }
}

.call-to-action .outer-box .text {
    color: var(--white-color);
}

.call-to-action .outer-box .icon {
    color: var(--white-color);
    font-size: 81px;
    display: block;
    margin-bottom: 40px;
}

/*** 

====================================================================
    Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    z-index: 2;
    padding: 120px 0 80px;
}

.contact-section .video-column {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .contact-section .video-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.contact-section .video-column .inner-column {
    margin-right: 45px;
    padding-top: 85px;
}

@media (max-width: 1399.98px) {
    .contact-section .video-column .inner-column {
        margin-right: 0;
    }
}

.contact-section .video-column .inner-column .video-box {
    position: relative;
}

.contact-section .video-column .inner-column .video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 8;
}

.contact-section .video-column .inner-column .video-box .play-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    line-height: 130px;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
    .contact-section .video-column .inner-column .video-box .play-btn:before {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

.contact-section .video-column .inner-column .video-box .play-btn .icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 28px;
}

@media (max-width: 575.98px) {
    .contact-section .video-column .inner-column .video-box .play-btn .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
}

.contact-section .video-column .inner-column .video-box .image {
    margin-bottom: 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .contact-section .video-column .inner-column .video-box .image img {
        width: 100%;
    }
}

.contact-section .video-column .inner-column .video-box .icon-leaves-27 {
    position: absolute;
    bottom: -70px;
    left: 45px;
}

@media (max-width: 575.98px) {
    .contact-section .video-column .inner-column .video-box .icon-leaves-27 {
        display: none;
    }
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 3;
}

.contact-section .form-column .inner-column {
    position: relative;
}

.contact-section .form-column .inner-column .icon-leave {
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 9;
}

@media (max-width: 1199.98px) {
    .contact-section .form-column .inner-column .icon-leave {
        display: none;
    }
}

.contact-section .form-column .inner-column .contact-form-one {
    margin-top: -150px;
    text-align: center;
}

.contact-form-one {
    position: relative;
    position: relative;
    padding: 60px 70px 60px;
    background-color: var(--white-color);
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .contact-form-one {
        padding: 40px 40px 30px;
    }
}

@media (max-width: 575.98px) {
    .contact-form-one {
        padding: 30px 20px;
    }
}

.contact-form-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../images/icons/icon-flowers.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.contact-form-one .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-one .form-group:last-child {
    margin-bottom: 0;
}

.contact-form-one .select2-container--default .select2-selection--single,
.contact-form-one input:not([type=submit]),
.contact-form-one textarea,
.contact-form-one select {
    position: relative;
    display: block;
    height: 65px;
    width: 100%;
    padding: 25px 45px;
    font-size: var(--body-font-size);
    color: var(--dark-color);
    line-height: 32px;
    font-weight: 400;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-one ::-webkit-input-placeholder {
    color: var(--dark-color);
}

.contact-form-one input:focus,
.contact-form-one select:focus,
.contact-form-one textarea:focus {
    /*border-color: var(--theme-color1);*/
}

.contact-form-one textarea {
    height: 130px;
    resize: none;
    margin-bottom: 10px;
    border-radius: 30px;
}

.contact-form-one input[type=submit] {
    width: 100%;
    font-weight: 400;
    line-height: 32px;
    padding: 15px 30px;
}

/*** 

====================================================================
  News Section Three
====================================================================

***/

.news-section-three {
    position: relative;
    padding: 120px 0 120px;
}

@media (max-width: 575.98px) {
    .news-section-three br {
        display: none;
    }
}

.news-block-three {
    margin-bottom: 50px;
}

.news-block-three .inner-box {
    position: relative;
    padding: 10px;
    margin-right: 20px;
}

@media (max-width: 1199.98px) {
    .news-block-three .inner-box {
        text-align: center;
        margin-right: 0;
    }
}

.news-block-three .inner-box:hover .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block-three .inner-box:hover .image a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block-three .inner-box .category {
    position: relative;
    display: inline-block;
    border: 1px solid var(--dark-color);
    border-radius: 300px;
    padding: 0 10px;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 13px;
    background-color: var(--tertiary-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--dark-color);
}

.news-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block-three .inner-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.news-block-three .inner-box .image a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block-three .inner-box .content-box {
    padding: 20px 40px 30px;
}

@media (max-width: 575.98px) {
    .news-block-three .inner-box .content-box {
        padding: 10px 20px 20px;
    }
}

.news-block-three .inner-box .content-box .title {
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
}

.news-block-three .inner-box .content-box .title a:hover {
    color: var(--dark-color);
}

.news-block-three .inner-box .content-box .text {
    margin-bottom: 25px;
}

.news-block-three .inner-box .content-box .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .news-block-three .inner-box .content-box .author-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .news-block-three .inner-box .content-box .author-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news-block-three .inner-box .content-box .author-box img {
    border-radius: 50%;
}

.news-block-three .inner-box .content-box .author-box .info-box {
    margin-left: 15px;
}

@media (max-width: 575.98px) {
    .news-block-three .inner-box .content-box .author-box .info-box {
        margin-left: 0;
        margin-top: 20px;
    }
}

.news-block-three .inner-box .content-box .author-box .info-box .date {
    color: var(--theme-color6);
    font-family: var(--text-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
}

.news-block-three .inner-box .content-box .author-box .info-box .name {
    color: var(--dark-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 0;
}

.news-block-three .inner-box .content-box .author-box .info-box .name:before {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 0;
    width: 130px;
    height: 1px;
    background-color: var(--primary-color);
}

.news-block-four .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

@media (max-width: 767.98px) {
    .news-block-four .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.news-block-four .inner-box:hover .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block-four .inner-box:hover .image a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block-four .inner-box .category {
    position: relative;
    display: inline-block;
    border: 1px solid var(--white-color);
    border-radius: 300px;
    padding: 0 10px;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 13px;
    background-color: var(--primary-color);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.news-block-four .inner-box .image-box {
    position: relative;
}

@media (max-width: 767.98px) {
    .news-block-four .inner-box .image-box {
        width: 100%;
    }
}

.news-block-four .inner-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    min-width: 270px;
}

.news-block-four .inner-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.news-block-four .inner-box .image a:after {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    left: 50%;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    content: "";
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block-four .inner-box .content-box {
    position: relative;
    margin-left: 30px;
}

@media (max-width: 767.98px) {
    .news-block-four .inner-box .content-box {
        padding: 30px 20px;
        margin: 0;
        background-color: var(--primary-color);
    }
}

.news-block-four .inner-box .content-box .title {
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
}

.news-block-four .inner-box .content-box .title a:hover {
    color: var(--theme-color6);
}

.news-block-four .inner-box .content-box .text {
    margin-bottom: 20px;
}

.news-block-four .inner-box .content-box .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .news-block-four .inner-box .content-box .author-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .news-block-four .inner-box .content-box .author-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news-block-four .inner-box .content-box .author-box img {
    border-radius: 50%;
}

.news-block-four .inner-box .content-box .author-box .info-box {
    margin-left: 15px;
}

@media (max-width: 575.98px) {
    .news-block-four .inner-box .content-box .author-box .info-box {
        margin-left: 0;
        margin-top: 20px;
    }
}

.news-block-four .inner-box .content-box .author-box .info-box .date {
    color: var(--theme-color6);
    font-family: var(--text-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
}

.news-block-four .inner-box .content-box .author-box .info-box .name {
    color: var(--dark-color);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 0;
}

.news-block-four .inner-box .content-box .author-box .info-box .name:before {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 0;
    width: 130px;
    height: 1px;
    background-color: var(--primary-color);
}

/*** 

====================================================================
  Gallery Section Eight
====================================================================

***/

.gallery-section-eight {
    position: relative;
    padding: 120px 0 120px;
}

.gallery-section-eight .sec-title {
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .gallery-section-eight .sec-title {
        text-align: center;
    }
}

.gallery-section-eight .gallery-navs {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    max-width: 1310px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .gallery-section-eight .gallery-navs {
        position: relative;
        bottom: -20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .gallery-section-eight .gallery-navs {
        bottom: 0px;
        margin-top: 70px;
    }
}

.gallery-section-eight .gallery-navs .testi-prev,
.gallery-section-eight .gallery-navs .testi-next {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: var(--dark-color);
    background: var(--white-color);
    -webkit-box-shadow: 0 21px 10px rgba(4, 4, 4, 0.05);
    box-shadow: 0 21px 10px rgba(4, 4, 4, 0.05);
    border: 1px solid var(--primary-color);
    ;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

.gallery-section-eight .gallery-navs .testi-prev:hover,
.gallery-section-eight .gallery-navs .testi-next:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.gallery-section-eight .gallery-navs .testi-prev {
    position: absolute;
    bottom: 0;
    left: 450px;
}

@media (max-width: 991.98px) {
    .gallery-section-eight .gallery-navs .testi-prev {
        left: 170px;
    }
}

@media (max-width: 767.98px) {
    .gallery-section-eight .gallery-navs .testi-prev {
        left: 90px;
    }
}

.gallery-section-eight .gallery-navs .testi-next {
    position: absolute;
    bottom: 0;
    right: 450px;
}

@media (max-width: 991.98px) {
    .gallery-section-eight .gallery-navs .testi-next {
        right: 170px;
    }
}

@media (max-width: 767.98px) {
    .gallery-section-eight .gallery-navs .testi-next {
        right: 90px;
    }
}

.gallery-section-eight .carousel-outer {
    position: relative;
    margin-left: -405px;
    margin-right: -405px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .gallery-section-eight .carousel-outer {
        margin: 0;
        padding: 0 15px;
    }
}

.gallery-section-eight .styled-pagination {
    position: relative;
    max-width: 272px;
    margin: 0 auto;
    width: 100%;
    height: 2px !important;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
}

@media (max-width: 575.98px) {
    .gallery-section-eight .styled-pagination {
        max-width: 260px;
        margin-top: 0;
    }
}

.gallery-section-eight .styled-pagination .swiper-pagination-progressbar-fill {
    background: var(--primary-color);
}

.gallery-section-eight .styled-pagination .swiper-pagination-progressbar-fill::before {
    position: absolute;
    top: -7px;
    right: 0;
    height: 7px;
    width: 7px;
    background-color: var(--primary-color);
    border-radius: 50%;
    content: "";
    -webkit-transform: none;
    transform: none;
    display: none;
}

.gallery-block-eight {
    position: relative;
    margin-bottom: 40px;
}

.gallery-block-eight .inner-box {
    position: relative;
}

.gallery-block-eight .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-block-eight .inner-box .image-box {
    position: relative;
}

.gallery-block-eight .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery-block-eight .inner-box .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

====================================================================
  Gallery Section Two
====================================================================

***/

.gallery-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.gallery-section-two .title {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .gallery-section-two .title {
        font-size: 30px;
    }
}

.gallery-block-two {
    margin-bottom: 30px;
}

.gallery-block-two .inner-box {
    position: relative;
}

.gallery-block-two .inner-box:hover .image-box .overlay {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.gallery-block-two .inner-box:hover .image-box .overlay .icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-block-two .inner-box .image-box {
    position: relative;
    margin: 0;
}

.gallery-block-two .inner-box .image-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.gallery-block-two .inner-box .image-box .overlay::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: var(--secondary-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.8;
}

.gallery-block-two .inner-box .image-box .overlay .icon {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: var(--tertiary-color);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    Banner Section Two
====================================================================

***/

.banner-section-two {
    position: relative;
    padding: 240px 0 70px;
    background-image: url(../images/icons/overlay2.jpg);
}

@media (max-width: 1199.98px) {
    .banner-section-two {
        padding-top: 200px;
    }
}

.banner-section-two .icon-flowers-1 {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 238px;
    height: 500px;
    background-image: url(../images/icons/icon-flowers-1.png);
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .banner-section-two .icon-flowers-1 {
        opacity: 0.3;
    }
}

.banner-section-two .icon-flowers-2 {
    position: absolute;
    top: 10px;
    right: 0;
    width: 261px;
    height: 612px;
    background-image: url(../images/icons/icon-flowers-2.png);
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .banner-section-two .icon-flowers-2 {
        opacity: 0.3;
    }
}

.banner-section-two .content-column {
    margin-bottom: 50px;
}

.banner-section-two .content-column .inner-column {
    position: relative;
    text-align: center;
}

.banner-section-two .content-column .inner-column .sub-title {
    position: relative;
    color: var(--primary-color);
    font-family: var(--text-font);
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner-section-two .content-column .inner-column .name {
    position: relative;
    color: var(--dark-color);
    font-family: var(--script-font);
    font-weight: 400;
    line-height: 1.4em;
    font-size: 60px;
    margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
    .banner-section-two .content-column .inner-column .name {
        font-size: 56px;
        line-height: 60px;
    }
}

.banner-section-two .content-column .inner-column .name span {
    position: relative;
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 95px;
    font-size: 120px;
}

@media (max-width: 1199.98px) {
    .banner-section-two .content-column .inner-column .name span {
        font-size: 90px;
    }
}

.banner-section-two .content-column .inner-column .date {
    position: relative;
    display: inline-block;
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 600;
    line-height: 42px;
    font-size: 32px;
    margin-bottom: 30px;
    padding: 10px 0;
    letter-spacing: 10px;
    border-top: 2px solid var(--dark-color);
    border-bottom: 2px solid var(--dark-color);
}

@media (max-width: 1199.98px) {
    .banner-section-two .content-column .inner-column .date {
        font-size: 26px;
    }
}

.banner-section-two .content-column .inner-column .address {
    position: relative;
    color: var(--dark-color);
    font-family: var(--text-font);
    font-weight: 500;
    line-height: 1.2em;
    font-size: 16px;
}

.banner-section-two .content-column .inner-column .address .icon {
    font-size: 18px;
    margin-right: 10px;
}

.banner-section-two .image-column {
    margin-bottom: 50px;
}

.banner-section-two .image-column .inner-column {
    position: relative;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .banner-section-two .image-column .inner-column {
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .banner-section-two .image-column .inner-column {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 767.98px) {
    .banner-section-two .image-column .inner-column {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section-two .image-column .inner-column .image-box {
    position: relative;
    max-width: 294px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}

.banner-section-two .image-column .inner-column .image-box:hover {
    -webkit-animation: pulse 3s infinite linear;
    animation: pulse 3s infinite linear;
}

.banner-section-two .image-column .inner-column .image-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    border: 1px solid var(--dark-color);
    border-radius: 300px;
}

.banner-section-two .image-column .inner-column .image {
    position: relative;
}

.banner-section-two .image-column .inner-column .image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -55px;
    width: 117px;
    height: 180px;
    background-image: url(../images/icons/icon-flowers-3.png);
    background-repeat: no-repeat;
}

.banner-section-two .image-column .inner-column .image:after {
    content: "";
    position: absolute;
    top: 0;
    right: -55px;
    width: 111px;
    height: 156px;
    background-image: url(../images/icons/icon-flowers-4.png);
    background-repeat: no-repeat;
}

.banner-section-two .image-column .inner-column .image img {
    border-radius: 300px;
    min-height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .image-column.style-two .image {
    position: relative;
}

.banner-section-two .image-column.style-two .image:before {
    bottom: auto;
    top: 0;
    left: -55px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.banner-section-two .image-column.style-two .image:after {
    top: auto;
    bottom: 0;
    right: -55px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

/*** 

====================================================================
    Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.services-block-two {
    position: relative;
    margin-bottom: 30px;
}

.services-block-two .inner-box {
    position: relative;
    text-align: center;
}

.services-block-two .inner-box:hover .image img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.services-block-two .inner-box .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-two .inner-box .sub-title {
    display: inline-block;
    font-size: 16px;
    font-family: var(--text-font);
    border-bottom: 1px solid var(--dark-color);
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.services-block-two .inner-box .title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.services-block-two .inner-box .title a:hover {
    color: var(--primary-color);
}

/*** 

====================================================================
    Couple Section Two
====================================================================

***/

.couple-section-two {
    position: relative;
    padding: 120px 0 50px;
}

.couple-section-two .icon-leave-4 {
    position: absolute;
    top: 120px;
    left: 85px;
}

@media only screen and (max-width: 1699px) {
    .couple-section-two .icon-leave-4 {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .couple-section-two .icon-leave-4 {
        display: none;
    }
}

.couple-block-two {
    margin-bottom: 70px;
}

.couple-block-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    max-width: 300px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .couple-block-two .inner-box {
        padding-top: 20px;
    }
}

.couple-block-two .inner-box:hover .image-box .image img {
    opacity: 0.7;
}

.couple-block-two .image-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

.couple-block-two .image-box .image {
    position: relative;
}

.couple-block-two .image-box .image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    margin-top: -132px;
    margin-left: -132px;
    background-image: url(../images/icons/couple-frame-2.png);
    background-repeat: no-repeat;
    -webkit-animation: zoom-two 3s infinite linear;
    animation: zoom-two 3s infinite linear;
}

.couple-block-two .image-box .image img {
    position: relative;
    border-radius: 300px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 170px;
    width: 170px;
    object-fit: cover;
}

.couple-block-two .content-box {
    position: relative;
    text-align: center;
}

.couple-block-two .content-box .designation {
    display: block;
    color: var(--primary-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.couple-block-two .content-box .name {
    position: relative;
    color: var(--dark-color);
    font-family: var(--script-font);
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .couple-block-two .content-box .name {
        margin-bottom: 20px;
    }
}

.couple-block-two .content-box .text {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px;
}

.couple-block-two.style-two .inner-box {
    padding-top: 20px;
}

.couple-block-two.style-two .image-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .couple-block-two.style-two .image-box {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 60px;
    }
}

.couple-block-two.style-two .image-box .image::before {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.couple-block-two.style-two .content-box .text {
    margin-bottom: 65px;
}

@media (max-width: 991.98px) {
    .couple-block-two.style-two .content-box .text {
        margin-bottom: 0;
    }
}

.couple-image-block {
    margin-bottom: 30px;
}

.couple-image-block .inner-box {
    position: relative;
}

.couple-image-block .image-box {
    position: relative;
    max-width: 355px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 991.98px) {
    .couple-image-block .image-box {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

.couple-image-block .image-box .image {
    position: relative;
    padding: 13px;
}

.couple-image-block .image-box .image:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid var(--dark-color);
    border-radius: 300px;
}

@media (max-width: 575.98px) {
    .couple-image-block .image-box .image:before {
        display: none;
    }
}

.couple-image-block .image-box .image img {
    border-radius: 300px;
}

.couple-image-block .image-box .icon-flower-3 {
    position: absolute;
    top: 30px;
    left: -60px;
    background-repeat: no-repeat;
}

@media (max-width: 1399.98px) {
    .couple-image-block .image-box .icon-flower-3 {
        top: 0;
        left: -30px;
    }
}

.couple-image-block .image-box .icon-flower-4 {
    position: absolute;
    bottom: 10px;
    right: -50px;
    background-repeat: no-repeat;
}

@media (max-width: 1399.98px) {
    .couple-image-block .image-box .icon-flower-4 {
        right: -30px;
    }
}

/*** 

====================================================================
    Countdown section Two
====================================================================

***/

.countdown-section-two {
    position: relative;
    padding: 120px 0 120px;
}

.countdown-section-two .bg {
    background-position: center top;
    height: auto;
    bottom: 0;
    top: -50px;
}

.countdown-section-two .sec-title {
    margin-bottom: 30px;
}

.countdown-section-two .sec-title .text {
    font-size: 18px;
}

.countdown-section-two .icon-flower-3 {
    position: absolute;
    top: 250px;
    left: 20px;
}

@media (max-width: 1399.98px) {
    .countdown-section-two .icon-flower-3 {
        display: none;
    }
}

.countdown-section-two .icon-flower-4 {
    position: absolute;
    top: 250px;
    right: 0;
}

@media (max-width: 1399.98px) {
    .countdown-section-two .icon-flower-4 {
        display: none;
    }
}

.countdown-section-two .outer-box {
    display: block;
    margin: 0 130px 25px;
}

@media (max-width: 1199.98px) {
    .countdown-section-two .outer-box {
        margin: 0;
    }
}

.countdown-section-two .time-counter {
    position: relative;
    text-align: center;
}

.countdown-section-two .time-counter .time-countdown {
    border: 1px solid var(--primary-color);
    border-radius: 300px;
    padding: 60px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .countdown-section-two .time-counter .time-countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.countdown-section-two .time-counter .time-countdown .counter-column {
    position: relative;
    max-width: 250px;
    width: 100%;
    padding: 0 32px;
    border-left: 1px solid var(--tertiary-color);
}

@media (max-width: 575.98px) {
    .countdown-section-two .time-counter .time-countdown .counter-column {
        border-left: 0;
    }
}

.countdown-section-two .time-counter .time-countdown .counter-column:first-child {
    border-left: 0;
}

@media (max-width: 991.98px) {
    .countdown-section-two .time-counter .time-countdown .counter-column {
        min-width: auto;
    }
}

@media (max-width: 575.98px) {
    .countdown-section-two .time-counter .time-countdown .counter-column {
        padding: 20px 0;
    }
}

.countdown-section-two .time-counter .time-countdown .counter-column .count {
    position: relative;
    color: var(--dark-color);
    font-family: var(--title-font);
    font-size: 70px;
    font-weight: 400;
    line-height: 1em;
    display: block;
    text-align: center;
}

@media (max-width: 767.98px) {
    .countdown-section-two .time-counter .time-countdown .counter-column .count {
        font-size: 50px;
    }
}

.countdown-section-two .time-counter .time-countdown .counter-column sub {
    position: relative;
    margin-bottom: 7px;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 18px;
    color: var(--dark-color);
}

@media (max-width: 767.98px) {
    .countdown-section-two .time-counter .time-countdown .counter-column sub {
        font-size: 16px;
    }
}

.countdown-section-two .time-counter .btn-box {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: -25px;
    width: 100%;
}

.countdown-section-two .time-counter .btn-box .theme-btn {
    min-width: 175px;
}

/*** 

====================================================================
    Event Section Two
====================================================================

***/

.event-section-two {
    position: relative;
    padding: 120px 0 10px;
}

@media (max-width: 991.98px) {
    .event-section-two {
        padding: 120px 0 90px;
    }
}

.event-section-two .icon-flowers-6 {
    position: absolute;
    bottom: 145px;
    left: 0;
}

@media (max-width: 1399.98px) {
    .event-section-two .icon-flowers-6 {
        opacity: 0.1;
    }
}

.event-section-two .icon-leaves-5 {
    position: absolute;
    top: 45px;
    right: 0;
}

@media (max-width: 1399.98px) {
    .event-section-two .icon-leaves-5 {
        opacity: 0.1;
    }
}

.event-section-two .icon-leaves-6 {
    position: absolute;
    bottom: 25px;
    right: 0;
}

@media (max-width: 1399.98px) {
    .event-section-two .icon-leaves-6 {
        opacity: 0.1;
    }
}

.event-block-two {
    margin-bottom: 70px;
}

@media (max-width: 991.98px) {
    .event-block-two {
        margin-bottom: 30px;
    }
}

.event-block-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .event-block-two .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 991.98px) {
    .event-block-two .inner-box {
        background-color: var(--tertiary-color);
        padding: 70px 20px;
    }
}

.event-block-two .inner-box:hover .image-box .image img {
    opacity: 0.9;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.event-block-two .inner-box:hover .content-box .title {
    color: var(--primary-color);
}

.event-block-two .inner-box .date-column {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 16.66666667%;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .event-block-two .inner-box .date-column {
        margin-bottom: 30px;
    }
}

@media (max-width: 1399.98px) {
    .event-block-two .inner-box .date-column {
        width: 20%;
    }
}

@media (max-width: 991.98px) {
    .event-block-two .inner-box .date-column {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.event-block-two .inner-box .date-column .date-box {
    position: relative;
    display: block;
    min-width: 212px;
    min-height: 212px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--dark-color);
    border-radius: 50%;
    background-color: var(--white-color);
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .event-block-two .inner-box .date-column .date-box {
        min-height: 180px;
        min-width: 180px;
    }
}

.event-block-two .inner-box .date-column .date-box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: var(--dark-color);
}

@media (max-width: 1199.98px) {
    .event-block-two .inner-box .date-column .date-box:before {
        display: none;
    }
}

.event-block-two .inner-box .date-column .date-box .date {
    text-align: center;
    line-height: 1em;
    color: var(--primary-color);
}

.event-block-two .inner-box .date-column .date-box .date span {
    display: block;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 64px;
    line-height: 1em;
    color: var(--primary-color);
}

.event-block-two .inner-box .date-column .date-box .icon-flower-6 {
    position: absolute;
    top: 15px;
    left: -20px;
}

@media (max-width: 991.98px) {
    .event-block-two .inner-box .date-column .date-box .icon-flower-6 {
        opacity: 0.3;
    }
}

.event-block-two .inner-box .date-column .date-box .icon-flower-7 {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

@media (max-width: 991.98px) {
    .event-block-two .inner-box .date-column .date-box .icon-flower-7 {
        opacity: 0.3;
    }
}

.event-block-two .inner-box .image-column {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 41.66666667%;
    margin-bottom: 50px;
    text-align: right;
    padding-left: 30px;
}

@media (max-width: 1399.98px) {
    .event-block-two .inner-box .image-column {
        width: 40%;
    }
}

@media (max-width: 1199.98px) {
    .event-block-two .inner-box .image-column {
        padding: 0 !important;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
}

.event-block-two .inner-box .image-column .image-box {
    position: relative;
    border-radius: 300px;
    padding: 12px;
    border: 1px solid var(--dark-color)000;
    display: inline-block;
}

.event-block-two .inner-box .image-column .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 300px;
}

.event-block-two .inner-box .image-column .image-box .image img {
    position: relative;
    border-radius: 300px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    max-width: 300px;
}

.event-block-two .inner-box .content-column {
    position: relative;
    width: 41.66666667%;
    padding-right: 30px;
    margin-bottom: 50px;
}

@media (max-width: 1399.98px) {
    .event-block-two .inner-box .content-column {
        width: 40%;
    }
}

@media (max-width: 1199.98px) {
    .event-block-two .inner-box .content-column {
        text-align: center;
        padding: 0 !important;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 991.98px) {
    .event-block-two .inner-box .content-column {
        width: 100%;
    }
}

.event-block-two .inner-box .content-column .content-box {
    position: relative;
}

.event-block-two .inner-box .content-column .content-box .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .event-block-two .inner-box .content-column .content-box .time {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.event-block-two .inner-box .content-column .content-box .time p {
    color: var(--dark-color);
    ;
    border-bottom: 1px solid var(--dark-color);
    line-height: 1em;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    margin-left: 8px;
    margin-bottom: 0;
}

.event-block-two .inner-box .content-column .content-box .time .icon {
    font-size: 22px;
}

.event-block-two .inner-box .content-column .content-box .title {
    position: relative;
    margin-bottom: 25px;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 35px;
}

@media (max-width: 1199.98px) {
    .event-block-two .inner-box .content-column .content-box .title {
        margin-bottom: 20px;
    }
}

.event-block-two .inner-box .content-column .content-box .text {
    color: var(--dark-color);
}

.event-block-two.style-two .image-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    padding-right: 30px;
    padding-left: 0;
}

@media (max-width: 1199.98px) {
    .event-block-two.style-two .image-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
}

.event-block-two.style-two .content-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
    padding-left: 0;
}

.event-block-two.style-two .content-column .content-box {
    padding-left: 75px;
}

@media (max-width: 1199.98px) {
    .event-block-two.style-two .content-column .content-box {
        padding-left: 0;
    }
}

.event-block-two:last-child .date-column .date-box::before {
    display: none;
}

/*** 

====================================================================
  Gallery Section Three
====================================================================

***/

.gallery-section-three {
    position: relative;
    padding: 120px 0 80px;
}

@media (max-width: 575.98px) {
    .gallery-section-three .sec-title {
        text-align: center;
    }
}

.gallery-section-three .bg {
    background-size: auto;
}

.gallery-section-three .row {
    margin: 0 -20px;
}

.gallery-section-three .row>div {
    padding: 0 20px;
}

.gallery-section-three .right-column .text {
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 35px;
    line-height: 46px;
    padding-top: 10px;
    padding-left: 70px;
    margin-bottom: 40px;
    max-width: 460px;
}

@media (max-width: 1199.98px) {
    .gallery-section-three .right-column .text {
        padding-left: 0;
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .gallery-section-three .right-column .text {
        text-align: center;
        font-size: 30px;
        line-height: 1em;
    }
}

@media (max-width: 575.98px) {
    .gallery-section-three .right-column .text br {
        display: none;
    }
}

.gallery-block-three {
    margin-bottom: 40px;
}

.gallery-block-three .inner-box {
    position: relative;
}

@media (max-width: 991.98px) {
    .gallery-block-three .inner-box {
        text-align: center;
    }
}

.gallery-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-block-three .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-block-three .inner-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
  News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 1199.98px) {
    .news-section br {
        display: none;
    }
}

.news-section .icon-leave-4 {
    content: "";
    position: absolute;
    top: 280px;
    right: 190px;
}

@media (max-width: 1199.98px) {
    .news-section .icon-leave-4 {
        display: none;
    }
}

.news-section .icon-flower-12 {
    content: "";
    position: absolute;
    bottom: 180px;
    left: 150px;
}

@media (max-width: 1199.98px) {
    .news-section .icon-flower-12 {
        display: none;
    }
}

.news-section .theme-btn {
    line-height: 30px;
    font-weight: 700;
    min-width: 240px;
}

.news-block {
    margin-bottom: 50px;
}

.news-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .news-block .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news-block .inner-box:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block .inner-box .image-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 40px;
}

@media (max-width: 1399.98px) {
    .news-block .inner-box .image-box {
        min-width: 50%;
    }
}

@media (max-width: 991.98px) {
    .news-block .inner-box .image-box {
        width: 100%;
    }
}

.news-block .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block .inner-box .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 630px;
}

.news-block .inner-box .image-box .image a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

@media (max-width: 991.98px) {
    .news-block .inner-box .image-box {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 30px;
        padding-left: 0;
    }
}

.news-block .inner-box .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
}

@media (max-width: 1199.98px) {
    .news-block .inner-box .content-box {
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .news-block .inner-box .content-box {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .news-block .inner-box .content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.news-block .inner-box .content-box .date {
    display: inline-block;
    color: var(--primary-color);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
}

.news-block .inner-box .content-box .date span {
    display: block;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 80px;
    line-height: 1em;
}

.news-block .inner-box .content-box .title-box {
    padding-left: 20px;
    margin-left: 45px;
    border-left: 1px solid var(--tertiary-color);
}

@media (max-width: 1199.98px) {
    .news-block .inner-box .content-box .title-box {
        margin-left: 20px;
    }
}

@media (max-width: 575.98px) {
    .news-block .inner-box .content-box .title-box {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        margin-top: 20px;
    }
}

.news-block .inner-box .content-box .title-box .title {
    display: block;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2em;
}

.news-block .inner-box .content-box .title-box .title a:hover {
    color: var(--primary-color);
}

.news-block.style-two .image-box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-left: 0;
}

.news-block.style-two .content-box {
    margin-left: 80px;
    margin-right: 0;
}

@media (max-width: 1199.98px) {
    .news-block.style-two .content-box {
        margin-left: 30px;
    }
}

@media (max-width: 991.98px) {
    .news-block.style-two .content-box {
        margin-left: 0;
    }
}

/*** 

====================================================================
    Contact Section Two
====================================================================

***/

.contact-section-two {
    position: relative;
    padding: 120px 0 70px;
}

.contact-section-two .icon-leaves-7 {
    position: absolute;
    bottom: 100px;
    right: 0;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .contact-section-two .icon-leaves-7 {
        opacity: 0.1;
    }
}

.contact-section-two .form-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 3;
}

.contact-section-two .form-column .inner-column {
    position: relative;
    padding-right: 50px;
}

@media (max-width: 1399.98px) {
    .contact-section-two .form-column .inner-column {
        padding-right: 0;
    }
}

.contact-section-two .image-column {
    margin-bottom: 50px;
}

.contact-section-two .image-column .inner-column {
    position: relative;
}

@media (max-width: 1199.98px) {
    .contact-section-two .image-column .inner-column {
        text-align: center;
        margin: 0 auto;
    }
}

.contact-section-two .image-column .inner-column .image-box {
    margin-bottom: 70px;
}

.contact-section-two .image-column .inner-column .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
}

@media (max-width: 1199.98px) {
    .contact-section-two .image-column .inner-column .content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-left: 0;
    }
}

.contact-section-two .image-column .inner-column .content-box .title-box {
    padding-left: 40px;
}

@media (max-width: 575.98px) {
    .contact-section-two .image-column .inner-column .content-box .title-box {
        padding-left: 0;
    }
}

.contact-section-two .image-column .inner-column .content-box .title {
    position: relative;
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}

.contact-section-two .image-column .inner-column .content-box .text {
    margin-bottom: 40px;
}

.contact-section-two .image-column .inner-column .content-box .text br {
    display: none;
}

.contact-section-two .image-column .inner-column .content-box .theme-btn {
    position: relative;
}

.contact-form-two {
    position: relative;
    padding: 40px 40px;
    border: 1px solid var(--dark-color);
    text-align: center;
}

@media (max-width: 575.98px) {
    .contact-form-two {
        padding: 20px;
    }
}

.contact-form-two .icon-flower-8 {
    position: absolute;
    top: -40px;
    left: -40px;
}

.contact-form-two .icon-flower-9 {
    position: absolute;
    bottom: 0;
    right: -90px;
}

.contact-form-two .title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 15px;
}

.contact-form-two .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-two .form-group:last-child {
    margin-bottom: 0;
}

.contact-form-two .form-group .radio-box {
    position: relative;
}

.contact-form-two .form-group .radio-box input[type=radio] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1em;
}

.contact-form-two .select2-container--default .select2-selection--single,
.contact-form-two input:not([type=submit]),
.contact-form-two textarea,
.contact-form-two select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    padding: 20px 30px;
    font-size: var(--body-font-size);
    color: var(--dark-color);
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--white-color);
    border: 1px solid var(--dark-color);
    border-radius: 50px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-two ::-webkit-input-placeholder {
    color: #282828;
}

.contact-form-two input:focus,
.contact-form-two select:focus,
.contact-form-two textarea:focus {
    /*border-color: var(--theme-color1);*/
}

.contact-form-two textarea {
    height: 90px;
    resize: none;
    margin-bottom: 10px;
    border-radius: 35px;
}

/*** 

====================================================================
    Banner Section Four
====================================================================

***/

.banner-section-four {
    position: relative;
    padding: 150px 0 60px;
    background-color: var(--primary-color);
    overflow: hidden;
}

.banner-section-four .banner-frame {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991.98px) {
    .banner-section-four .banner-frame {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .banner-section-four {
        padding: 200px 0 120px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-four {
        padding: 150px 0 100px;
    }
}

.banner-section-four .content-box {
    position: relative;
    min-height: 795px;
    padding: 210px 0 50px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .banner-section-four .content-box {
        padding: 0;
        min-height: auto;
    }
}

.banner-section-four .content-box .date {
    position: relative;
    display: block;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 1em;
    font-size: 29px;
    margin-bottom: 60px;
}

@media (max-width: 575.98px) {
    .banner-section-four .content-box .date {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.banner-section-four .content-box .date strong {
    display: block;
    color: var(--white-color);
    font-size: 48px;
    line-height: 1em;
    margin-top: 20px;
    font-weight: bold;
}

.banner-section-four .content-box .name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--white-color);
    font-family: var(--script-font);
    font-weight: 400;
    line-height: 1em;
    font-size: 79px;
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .banner-section-four .content-box .name {
        font-size: 64px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-four .content-box .name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.banner-section-four .content-box .name span {
    color: var(--white-color);
    display: inline-block;
    margin: 0 45px;
    font-size: 143px;
    font-family: var(--title-font);
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .banner-section-four .content-box .name span {
        font-size: 92px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-four .content-box .name span {
        font-size: 72px;
        display: block;
        line-height: 1.2em;
    }
}

.banner-section-four .content-box .sub-title {
    position: relative;
    display: block;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 1em;
    font-size: 26px;
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .banner-section-four .content-box .sub-title {
        font-size: 18px;
    }
}

.banner-section-four .content-box .address {
    position: relative;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 1em;
    font-size: 33px;
}

@media (max-width: 575.98px) {
    .banner-section-four .content-box .address {
        font-size: 24px;
    }
}

/*** 

====================================================================
    Banner Section Five
====================================================================

***/

.banner-section-five {
    position: relative;
    padding: 280px 0 65px;
}

@media (max-width: 991.98px) {
    .banner-section-five {
        padding: 150px 0 0px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-five .bg {
        opacity: 0.2;
    }
}

.banner-section-five .icon-flowers-13 {
    position: absolute;
    bottom: -15px;
    left: 0;
}

@media (max-width: 1199.98px) {
    .banner-section-five .icon-flowers-13 {
        opacity: 0.2;
    }
}

.banner-section-five .icon-flowers-14 {
    position: absolute;
    bottom: -120px;
    right: 15px;
    opacity: 0.2;
}

.banner-section-five .content-box {
    position: relative;
    text-align: center;
}

.banner-section-five .content-box .icon-divider-5 {
    margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
    .banner-section-five .content-box .icon-divider-5 {
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-five .content-box .icon-divider-5 {
        margin-bottom: 0px;
    }
}

.banner-section-five .content-box .title {
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .banner-section-five .content-box .title {
        font-size: 60px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-five .content-box .title {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-five .content-box .title {
        font-size: 40px;
    }

    .banner-section-five .content-box .title br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .banner-section-five .content-box .title {
        font-size: 35px;
    }
}

.banner-section-five .content-box .text {
    position: relative;
    color: var(--dark-color);
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .banner-section-five .content-box .text {
        font-size: 20px;
        line-height: 1.8em;
    }
}

@media (max-width: 767.98px) {
    .banner-section-five .content-box .text {
        font-size: 16px;
    }
}

.banner-section-five .content-box .icon-flower-26 {
    position: relative;
    margin: 0 auto;
}

.banner-section-five .content-box .icon-flower-27 {
    position: absolute;
    bottom: -80px;
    right: 200px;
}

/*** 

====================================================================
    Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 120px 0 90px;
}

.pricing-section .icon-leaves-36 {
    margin: 20px auto 0;
}

.pricing-block {
    position: relative;
    margin-bottom: 30px;
}

.pricing-block .inner-box {
    position: relative;
    padding-left: 100px;
}

@media (max-width: 1199.98px) {
    .pricing-block .inner-box {
        padding-left: 0;
        background-color: var(--primary-color);
        outline: 1px solid var(--primary-color);
        border: 9px solid var(--primary-color);
        padding: 20px 20px 50px;
    }
}

.pricing-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing-block .inner-box:hover .content-box {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing-block .inner-box .icon-flower-29 {
    position: absolute;
    bottom: 10px;
    right: 25px;
    z-index: 1;
}

.pricing-block .inner-box .image-box .image {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 3;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .pricing-block .inner-box .image-box .image {
        position: relative;
        top: 0;
    }
}

.pricing-block .inner-box .image-box .image img {
    width: 40%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-box .content-box {
    position: relative;
    background-color: var(--primary-color);
    padding: 60px 40px 55px 210px;
    outline: 1px solid #cdcdcd;
    border: 9px solid var(--primary-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .pricing-block .inner-box .content-box {
        padding-left: 190px;
        padding-right: 20px;
    }
}

@media (max-width: 1199.98px) {
    .pricing-block .inner-box .content-box {
        padding: 0;
        border: none;
        outline: none;
        background-color: transparent;
        padding-top: 20px;
    }
}

.pricing-block .inner-box .content-box .title {
    color: var(--white-color);
}

.pricing-block .inner-box .content-box .features-list {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}

.pricing-block .inner-box .content-box .features-list li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .pricing-block .inner-box .content-box .features-list li {
        font-size: 14px;
    }
}

.pricing-block .inner-box .content-box .features-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    text-align: center;
    width: 14px;
    height: 16px;
    line-height: 16px;
    color: var(--white-color);
}

.pricing-block .inner-box .content-box .price {
    color: var(--white-color);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--text-font);
    z-index: 2;
}

.pricing-block .inner-box .content-box .price span {
    font-size: 16px;
    font-weight: 400;
}

.pricing-block .inner-box .content-box .theme-btn {
    padding: 14px 34px;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .pricing-block .inner-box .content-box .theme-btn {
        margin-left: 0;
    }
}

/*** 

====================================================================
    Page Title
====================================================================

***/

@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.page-title {
    background-color: var(--theme-color2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 115px 0 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/background/page-title-bg.png);
}

.page-title:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 32, 33, 0.9)), to(transparent));
    background: linear-gradient(180deg, rgba(17, 32, 33, 0.9), transparent);
}

.page-title .title {
    color: #ffffff;
    font-size: 64px;
    margin-bottom: 17px;
}

.page-title .text {
    color: #ffffff;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: var(--theme-color1);
}

.page-title.style-two {
    background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
    color: rgb(7, 7, 16);
    font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
    color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
    color: rgb(7, 7, 16);
}

/*** 

====================================================================
    Story Section
====================================================================

***/

.story-section {
    position: relative;
    background-color: #f3fdf1;
    padding: 120px 0 90px;
}

.story-section.pull-down {
    margin-bottom: -120px;
    padding-bottom: 230px;
}

.story-section .icon-flowers-10 {
    top: auto;
    bottom: 0;
}

@media only screen and (max-width: 1699px) {
    .story-section .icon-flowers-10 {
        display: none;
    }
}

.story-section .icon-flowers-11 {
    left: auto;
    right: 0;
    top: 120px;
}

@media only screen and (max-width: 1699px) {
    .story-section .icon-flowers-11 {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .story-section .image-column {
        margin-top: 70px;
    }
}

.story-section .owl-carousel {
    padding-bottom: 40px;
}

.story-section .owl-carousel .owl-nav {
    display: none;
}

.story-section .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.story-section .owl-carousel .owl-dots .owl-dot {
    height: 3px;
    width: 60px;
    background-color: #dfdfdf;
    margin-right: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .story-section .owl-carousel .owl-dots .owl-dot {
        width: 30px;
    }
}

.story-section .owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--bg-theme-color5);
}

.story-section .owl-carousel .owl-item .image {
    text-align: center;
}

.story-section .owl-carousel .owl-item .image img {
    display: inline-block;
    width: auto !important;
}

.story-section .icon-heart-4 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
    .story-section .icon-heart-4 {
        margin: 30px auto 35px;
    }
}

@media (max-width: 767.98px) {
    .story-section .icon-heart-4 {
        display: none;
    }
}

.story-section .icon-heart-4::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 286px;
    height: 2px;
    background-color: var(--bg-theme-color5);
}

@media (max-width: 1199.98px) {
    .story-section .icon-heart-4::before {
        margin-left: -140px;
        bottom: 12px;
    }
}

.story-block {
    margin-bottom: 30px;
}

.story-block .inner-box {
    position: relative;
}

@media (max-width: 1199.98px) {
    .story-block .inner-box {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .story-block .inner-box {
        background-color: var(--theme-color-light);
        padding: 40px 20px;
        border-radius: 20px;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    }
}

.story-block .inner-box .date {
    font-family: var(--text-font);
    font-weight: 600;
    color: var(--theme-color5);
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.story-block .inner-box .title {
    font-size: 32px;
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 1.2em;
    color: var(--theme-color-dark);
}

@media (max-width: 767.98px) {
    .story-block .inner-box .title br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .story-block .inner-box .title {
        font-size: 28px;
    }
}

/*** 

====================================================================
    Gallery list section
====================================================================

***/

.isotope-wrap {
    position: relative;
}

.isotope-top-content {
    position: relative;
    padding: 50px 3% 50px 3%;
}

.isotope.gutter-3 .isotope-top-content {
    margin-left: 2.5%;
}

ul.isotope-filter-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.isotope-filter-links > li {
    display: inline-block;
    margin: 0 8px;
}

ul.isotope-filter-links > li:first-child {
    margin-left: 0;
}
ul.isotope-filter-links > li:last-child {
    margin-right: 0;
}
ul.isotope-filter-links > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: #333;
}
ul.isotope-filter-links > li > a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #08c1b8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.isotope-filter-links > li > a:hover:after,
ul.isotope-filter-links > li > a.active:after {
    width: 100%;
}

.isotope-filter.fi-center {
    text-align: center;
}

.isotope-filter-button {
    position: relative;
    display: none;
    width: 55px;
    height: 55px;
    line-height: 57px;
    background-color: #08c1b8;
    text-align: center;
    font-size: 19px;
    color: #FFF;
    cursor: pointer;
    z-index: 2;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.isotope-items-wrap {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.isotope.gutter-3 .isotope-items-wrap {
    margin-top: 2.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.isotope-item {
    float: left;
    width: 25%;
}

.isotope-item.iso-height-1 > div,
.isotope-item.iso-height-1 > a,
.isotope-item.iso-height-1 > article {
    display: block;
    padding-bottom: 70%;
}

.isotope.gutter-3 .isotope-item { padding: 0 0 2.5% 2.5%; }
.isotope.gutter-3 { margin-left: -2.5%; }

.isotope.col-4 .isotope-item {
    width: 25%;
}

.grid-sizer {
    width: 25%;
}

.isotope.col-4 .grid-sizer {
    width: 25%;
}

@media (max-width : 1200px) {
    .isotope.col-4 .isotope-item,
    .isotope.col-5 .isotope-item,
    .isotope.col-6 .isotope-item,

    .isotope.col-4 .grid-sizer,
    .isotope.col-5 .grid-sizer,
    .isotope.col-6 .grid-sizer {
        width: 33.33333333%;
    }
}

#gallery-list-section {
    position: relative;
    background-color: var(--light-color);
    padding: 120px 0 90px;
}

.gallery-list-item { 
    position: relative;
}
.gallery-list-item { 
    margin-bottom: 30px;
}

.iso-height-1 .gallery-list-item,
.iso-height-2 .gallery-list-item { 
    margin-bottom: 90px;
}

.isotope.gutter-3 .gallery-list-item { 
    margin-bottom: 0;
}

.isotope.gutter-3 .iso-height-1 .gallery-list-item,
.isotope.gutter-3 .iso-height-2 .gallery-list-item { 
    margin-bottom: 55px;
}

.gallery-list-item .gl-item-image-wrap {
    position: relative;
}

.gallery-list-item .gl-item-image-inner {
    display: block;
    position: relative;
    overflow: hidden;
}
.gallery-list-item .gl-item-image-inner:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-list-item .gl-item-image-inner:hover:before {
    background-color: #FFF;
    opacity: .85;
}

.gallery-list-item .gl-item-image-zoom,
.gallery-list-item .gl-item-image-lock {
    position: absolute;
    right: 20px;
    bottom: -20px;
    width: 25px;
    height: 25px;
    opacity: 0;
    z-index: 4;
    font-size: 24px;
    color: #222;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-list-item .gl-item-image-inner:hover .gl-item-image-zoom,
.gallery-list-item .gl-item-image-inner:hover .gl-item-image-lock {
    bottom: 20px;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.iso-height-1 .gallery-list-item .gl-item-image-wrap,
.iso-height-2 .gallery-list-item .gl-item-image-wrap,
.iso-height-1 .gallery-list-item .gl-item-image-inner,
.iso-height-2 .gallery-list-item .gl-item-image-inner,
.iso-height-1 .gallery-list-item .gl-item-image,
.iso-height-2 .gallery-list-item .gl-item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gallery-list-item .gl-item-image,
.iso-height-1 .gallery-list-item .gl-item-image,
.iso-height-2 .gallery-list-item .gl-item-image {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gli-alter-4 .gallery-list-item,
.isotope.gutter-2 .gli-alter-4 .gallery-list-item,
.isotope.gutter-3 .gli-alter-4 .gallery-list-item { 
    margin-bottom: 0;
}

.gli-alter-4 .gallery-list-item .gl-item-image, 
.gli-alter-4 .iso-height-1 .gallery-list-item .gl-item-image, 
.gli-alter-4 .iso-height-2 .gallery-list-item .gl-item-image {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.isotope-item .gallery-list-item:hover .gl-item-image-wrap .image img {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

.gallery-list-item .gl-item-image-inner:hover .gl-item-image,
.iso-height-1 .gallery-list-item .gl-item-image-inner:hover .gl-item-image,
.iso-height-2 .gallery-list-item .gl-item-image-inner:hover .gl-item-image {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.gl-item-info {
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 1.4;
    padding: 15px 75px 0 20px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.iso-height-1 .gl-item-info,
.iso-height-2 .gl-item-info {
    position: absolute;
    left: 0;
    top: 100%;
}

@media (min-width: 768px) {
    .isotope.gutter-2 .gl-item-info,
    .isotope.gutter-3 .gl-item-info { 
        padding-left: 0;
    }
}

.gl-item-title {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gl-item-title a {
    color: #333;
}

.gl-item-category {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #AAA;
}
.gl-item-category a {
    color: #AAA;
}

.gli-meta {
    position: absolute;
    display: inline-block;
    bottom: -36px;
    right: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #a7a7a7;
    z-index: 9;
}

.gli-meta > li {
    display: inline-block;
    margin-left: 5px;
}

.isotope.gutter-2 .gli-meta,
.isotope.gutter-3 .gli-meta { 
    right: 0;
}

.gli-alter-3 .gallery-list-item,
.isotope.gutter-2 .gli-alter-3 .gallery-list-item,
.isotope.gutter-3 .gli-alter-3 .gallery-list-item { 
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media (min-width: 992px) {
    .isotope.gutter-2 .gli-alter-3 .gallery-list-item:hover,
    .isotope.gutter-3 .gli-alter-3 .gallery-list-item:hover { 
        -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .4);

        -webkit-transform: translateY(-7px) translateZ(0);
        -moz-transform: translateY(-7px) translateZ(0);
        -o-transform: translateY(-7px) translateZ(0);
        -ms-transform: translateY(-7px) translateZ(0);
        transform: translateY(-7px) translateZ(0);
    }
}

.gli-alter-3 .gallery-list-item .gl-item-image-inner:before,
.gli-alter-3 .gallery-list-item .gl-item-image-inner:hover:before {
    content: none;
}

.gli-alter-3 .gl-item-info,
.isotope.gutter-2 .gli-alter-3 .gallery-list-item .gl-item-info,
.isotope.gutter-3 .gli-alter-3 .gallery-list-item .gl-item-info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 15px 65px 15px 5%;
    z-index: 3;
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gli-alter-3 .gallery-list-item:hover .gl-item-info,
.isotope.gutter-2 .gli-alter-3 .gallery-list-item:hover .gl-item-info,
.isotope.gutter-3 .gli-alter-3 .gallery-list-item:hover .gl-item-info {
    opacity: 1;
    visibility: visible;
}

.gli-alter-3 .gl-item-title {
    color: #333;
    font-size: 18px;
}

.gli-alter-3 .gl-item-title a {
    color: #333;
}

.gli-alter-3 .gl-item-category,
.gli-alter-3 .gl-item-category a {
    color: #888;
}

.gli-alter-3 .gallery-list-item .gli-meta,
.isotope.gutter-2 .gli-alter-3 .gallery-list-item .gli-meta,
.isotope.gutter-3 .gli-alter-3 .gallery-list-item .gli-meta {
    bottom: 14px;
    right: 15px;
    color: #888;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gli-alter-3 .gallery-list-item .gl-item-image-zoom,
.gli-alter-3 .gallery-list-item .gl-item-image-lock {
    display: none;
}

.favorite-btn {
    font-size: 14px;
    font-weight: normal;
}
.fav-inner {
    position: relative;
    display: inline-block;
    width: 16px;
    cursor: pointer;
    z-index: 2;
}

.icon-heart {
    color: rgba(183, 183, 183, 0.45);
}

.icon-heart-filled {
    display: none;
}

.icon-heart-empty:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fav-count {
    display: inline-block;
    cursor: pointer;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}






















































.image-fit {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.supplier {
    height: 200px;
    object-fit: cover;
}

.secondary-sponsors {
    width: 100%;
    /* Adjust the width as needed */
    height: auto;
    /* Set height to auto */
    aspect-ratio: 1 / 1.5;
    /* This ensures the height is double the width */
    object-fit: cover;
}

.primary-sponsors {
    width: 100%;
    /* Adjust the width as needed */
    height: auto;
    /* Set height to auto */
    aspect-ratio: 1 / 2;
    /* This ensures the height is double the width */
    object-fit: cover;
}


.icon-heart-2 {
    background-image: url(../images/icons/banner-heart-white.png);
}

.gallery-section-two.footer img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}