.home__project>.e-con-inner:before {
    content: "";
    position: absolute;
    width: 60%;
    background: linear-gradient(180deg, #0B7F94 0%, #00B76F 100%);
    height: 100%;
    left: 0;
    right: 0;
    border-top-right-radius: 50vh;
    border-bottom-right-radius: 50vh;
}

.home__project>.e-con-inner:after {
    content: "";
    position: absolute;
    width: calc(60% - 30px);
    background: #0B7F94;
    height: 100%;
    left: 0;
    right: 0;
    border-top-right-radius: 50vh;
    border-bottom-right-radius: 50vh;
}

.home__announcement--grid .wp-caption a img {
    vertical-align: top;
    opacity: 0.5;
    filter: grayscale(1);
    transition: 0.5s ease;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.home__announcement--grid .wp-caption a {
    background: linear-gradient(90deg, #00B36F 0%, #008CA7 100%);
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.home__announcement--grid .wp-caption:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.home__announcement--grid .wp-caption:hover  .wp-caption-text:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #008CA7;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.2s ease;
}

.home__announcement--grid .wp-caption:hover  .wp-caption-text:after {
    opacity: 1;
    transform: translateY(0);
}

.home__announcement--grid .widget-image-caption {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: #008CA7;
    margin-top: 20px;
    font-style: initial;
    text-transform: uppercase;
    cursor: pointer;
}

.elementor-widget-custom_slider_widget .swiper-button-scroll:hover {
    color: #008CA7;
    border-color: #008CA7;
}
.swiper-button-scroll:hover svg path {
    fill: currentColor;
}

.home__section_contact .contact__box a {
    color: currentColor;
}

.home__section_contact .contact__box a:hover {
    color: #000;
}


.home__announcement {
    background: #F0EFDF52;
}

.home__announcement .announcement--left {
    position: relative;
}

.home__button--link .elementor-button {
    text-decoration: none;
}

.title--underline .elementor-heading-title {
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .home__project>.e-con-inner:before {
        width: 68%;
    }

    .home__project>.e-con-inner:after {
        width: calc(68% - 30px);
    }
}

@media only screen and (min-width: 767.98px) {
    .home__announcement:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        z-index: -1;
        background: #F0EFDF;
    }
}