.inner-banner-btn {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.loc-ico-box .elementor-icon-box-title {
    margin-top: 0 !important;
}

.loc-ico-box .elementor-icon {
    filter: drop-shadow(0px 1px 18px rgba(76, 154, 96, 0.15));
}

.loc-ico-box .elementor-icon-box-description>a {
    color: #606C78;
    transition: all 0.2s ease-in-out;
}

.loc-ico-box .elementor-icon-box-description>a:hover {
    color: #39ab65;
}

.contact-frm .gform_required_legend,
.contact-frm .instruction {
    display: none;
}

.contact-frm .gform_fields input:not([type="submit"]) {
    border: none !important;
    border-bottom: 1px solid #E0F3C9 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    padding-bottom: 17px !important;
    min-height: 40px;
    background-color: transparent;
    color: #E0F3C9 !important;
}

.contact-frm .gform_fields input:not([type="submit"])::placeholder,
.contact-frm .gform_fields textarea::placeholder {
    color: #ffffff;
}

.contact-frm .gform_fields input:focus {
    color: #E0F3C9;
}

.contact-frm .gform_fields input:focus::placeholder,
.contact-frm .gform_fields textarea:focus::placeholder {
    color: #E0F3C9;
}

.contact-frm .gform_fields textarea {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.contact-frm .gform_fields input:not([type="submit"]):focus,
.contact-frm .gform_fields textarea:focus {
    outline: none !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
}

.contact-frm .gform_fields {
    grid-column-gap: 44px !important;
    grid-row-gap: 8px !important;
}

.contact-frm .gform_footer {
    justify-content: flex-end;
}

.contact-frm .gform_footer input {
    padding-left: 38px !important;
    padding-right: 38px !important;
    border: none !important;
    transition: all 0.2s ease-in-out;
    outline: none;
    border-radius: 25px !important;
    background-color: transparent !important;
}

.contact-frm .gform_footer input:hover {
    background-color: #1D302C !important;
}


.contact-frm .gform_footer input {
    border: none !important;
    border-bottom: 1px solid #E0F3C9 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    padding-bottom: 17px !important;
    background-color: transparent;
    margin: 0 !important;
    text-align: right !important;
    border-radius: 25px !important;
    color: #E0F3C9 !important;
}

.page-id-28 .contact-frm .gform_footer input,
.page-id-13 .contact-frm .gform_footer input {
    width: 100% !important;
    border-radius: 0 !important;
}

.page-id-13 .cust-work-together,
.page-id-18 .cust-work-together {
    display: none;
}

.contact-frm .gform_footer input:focus {
    border-color: #E0F3C9 !important;
}

.contact-frm .gform_footer {
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.projects-grid {
    display: grid;
    gap: 14px;
}

.work-loop .elementor-loop-container,
.work-loop .elementor-posts-container,
.projects-grid,
.work-loop .e-gallery-grid,
.work-loop.home .e-gallery-grid {
    /* display: flex !important;
    flex-wrap: wrap; */
    grid: auto / repeat(6, 1fr) !important;
}

.work-loop .e-loop-item,
.work-loop article,
.projects-grid .half-col:nth-child(3),
.projects-grid .half-col:nth-child(4),
.projects-grid .half-col:nth-child(5),
.work-loop .e-gallery-grid .e-gallery-item,
.work-loop.home .e-loop-item {
    /* width: 32%;
    padding: 10px; */
    grid-column: span 2;
}


.work-loop .e-loop-item:nth-child(5n),
.work-loop .e-loop-item:nth-child(5n-1),
.work-loop article:nth-child(5n),
.work-loop article:nth-child(5n-1),
.projects-grid .half-col,
.work-loop .e-gallery-grid .e-gallery-item:nth-child(5n),
.work-loop .e-gallery-grid .e-gallery-item:nth-child(5n-1),
.work-loop.home .e-gallery-grid .e-gallery-item:nth-child(5n),
.work-loop.home .e-gallery-grid .e-gallery-item:nth-child(5n-1) {
    grid-column: span 3;
}

.work-loop .elementor-gallery-title {
    padding: 0 0 20px !important;
}

.projects-grid .project-thumb>a {
    display: block;
    overflow: hidden;
}

.project-loop-single,
.project-thumb,
.project-thumb>a,
.project-thumb>a>img {
    height: 100%;
}

.project-loop-single .project-thumb img {
    transition: all 0.4s ease-in-out;
}

.project-loop-single:hover .project-thumb img {
    transform: scale(1.2);
}

.work-loop article {
    position: relative;
    max-height: 347px;
}

.work-loop .elementor-post__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: max-content !important;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.work-loop article:hover .elementor-post__text {
    opacity: 1;
}

.work-loop article .elementor-post__thumbnail img {
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}

.work-loop article:hover .elementor-post__thumbnail img {
    /* opacity: 0.3; */
    transform: scale(1.08) translate(-50%, -50%) !important;
}

.work-loop .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}

.work-filter .sf-field-taxonomy-work-type ul {
    display: flex;
    justify-content: center;
    column-gap: 18px;
    padding-left: 0 !important;
}

.work-filter form>ul {
    padding-left: 0 !important;
}

.work-filter .sf-field-taxonomy-work-type ul>li {
    position: relative;
    cursor: pointer;
    padding-bottom: 22px;
    border-bottom: 2px solid #4c9a6000;
}

.work-filter .sf-field-taxonomy-work-type ul>li:hover,
.work-filter .sf-field-taxonomy-work-type ul>li.sf-option-active {
    border-bottom: 2px solid #4c9a60;
}

.work-filter .sf-field-taxonomy-work-type ul>li input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.work-filter .sf-field-taxonomy-work-type ul>li label {
    padding-left: 0 !important;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #616161 !important;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.work-filter .sf-field-taxonomy-work-type ul>li:hover label,
.work-filter .sf-field-taxonomy-work-type ul>li.sf-option-active label {
    color: #3AAA5E !important;
}

.work-cat-loop-item:hover .elementor-button {
    background-color: #6BBDDF !important;
}

.page-id-23 .elementor-slideshow__footer,
.page-id-13 .elementor-slideshow__footer {
    display: none;
}

.no-scroll {
    overflow: hidden;
}


.page-id-13 .contact-frm .gform_footer input {
    background: transparent !important;
}

/* --------hamburger-css--------- */
.hamburger .line {
    width: 50px;
    height: 5px;
    background-color: #61CE70;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/* ONE */

#hamburger-1 {
    width: 50px;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

/* ---------------------- */

/* -----------------responsive------------------- */
@media only screen and (max-width: 1149px) {
    .work-loop .elementor-gallery-title {
        padding: 0 0 10px !important;
    }

    .cust-spcl-mnu {
        opacity: 0;
        transition: all 0.3s ease-in-out !important;
    }

    .cust-spcl-mnu .menu-cl-btn {
        transform: translateY(300%) !important;
        transition: all 0.4s ease-in-out !important;
    }

    .cust-spcl-mnu.show {
        opacity: 1;
        z-index: 999 !important;
    }

    .cust-spcl-mnu.show .menu-cl-btn {
        transform: translateY(0) !important;
    }
}

@media only screen and (max-width: 980px) {
    .work-filter .sf-field-taxonomy-work-type ul>li label {
        font-size: 14px;
        line-height: 24px;
    }

    .work-filter .sf-field-taxonomy-work-type ul>li {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 880px) {
    .work-loop .e-gallery-grid {
        grid: auto / repeat(4, 1fr) !important;
    }

    .work-loop .e-gallery-grid .e-gallery-item,
    .work-loop.home .e-gallery-grid .e-gallery-item:nth-child(5n),
    .work-loop.home .e-gallery-grid .e-gallery-item:nth-child(5n-1) {
        grid-column: span 2 !important;
    }
}

@media only screen and (max-width: 767px) {
    .contact-frm .gform_footer {
        justify-content: center;
    }

    .contact-frm .gform_fields {
        display: flex;
        flex-direction: column;
        grid-column-gap: 0 !important;
        grid-row-gap: 25px !important;
    }

    .work-loop .elementor-posts-container {
        display: flex;
        flex-direction: column;
    }

    .work-filter .sf-field-taxonomy-work-type {
        overflow-x: auto;
    }

    .work-filter .sf-field-taxonomy-work-type ul {
        width: max-content;
        justify-content: start;
    }

    .projects-grid {
        gap: 5px;
    }

    .work-loop .elementor-gallery-title {
        padding: 0 0 10px !important;
        margin-bottom: 20px !important;
    }

    .work-loop .elementor-gallery__titles-container {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-bottom: 20px !important;
    }

    .work-loop .elementor-gallery__titles-container>a {
        white-space: nowrap !important;
    }

    .ovrflw {
        flex-direction: column !important;
        justify-content: space-between;
        overflow: hidden !important;
    }

    .menu-cl-btn {
        padding-top: 50px !important;
    }

    .cust-spcl-mnu,
    .cust-spcl-mnu>.e-con-inner {
        flex-direction: column !important;
        justify-content: space-between;
    }

    .ovrflw .elementor-nav-menu>li>a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        line-height: 30px !important;
    }

    .ovrflw .elementor-button-link {
        padding: 23px 38px 23px 38px !important;
        /*         background-color: #125F3F !important;
        border: 1px solid #125F3F !important; */
        transition: all 0.3s ease-in-out;
    }

    /*     .ovrflw .elementor-button-link:hover {
        background-color: #fff !important;
        color: #125F3F !important;
    } */

}

@media only screen and (max-width: 1024px) {

    .hamburger span.line {
        background-color: #125F3F !important;
    }

    .contact-frm .gfield {
        width: 100%;
    }
}