#fp-0-section .elementor-container.elementor-column-gap-default {
    /* height: 650px; */
}

#fp-0-section .elementor-row,
#fp-au-section .elementor-row {
    height: 100%;
}

#fp-0-main-column,
#fp-au-main-column,
#fp-blog-main-column {
    height: 100%;
}

#fp-au-section-0,
#fp-au-section-1,
#fp-au-section-2 {
    z-index: 2;
}

#fp-blog-section {
    z-index: 3;
}

.fp-au-section {
    overflow: hidden;
}

#fp-blog-section {
    overflow: hidden;
}

#fp-blog-section .separator-wave-svg {
    z-index: 0;
}

/* **************************** */
/* **************************** */
/* **************************** */
.v3-service-card-holder .elementor-container.elementor-column-gap-default {
    column-gap: 30px;
}

.v3-service-card .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column;
}

.v3-service-card-arrow {
    margin-top: auto;
}

.v3-service-card-arrow .elementor-button.elementor-button-link.elementor-size-sm {
    width: 100%;
    padding: 12px 0;
}

.v3-service-card-arrow .elementor-button-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: start;
    left: 0%;
    transition: 0.4s;
}

.v3-service-card:hover .elementor-button-content-wrapper,
.v3-service-card-arrow:hover .elementor-button-content-wrapper {
    left: 40%;
    transition: 0.4s;
}

/* **************************** */

.v3-client-review-card .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column;
}

.v3-client-review-logo {
    margin-top: auto;
}

.service-icon svg {
    width: 35px;
    height: 35px;
    fill: #012F6B;
}

/* **************************** */

.contact-us-v3-form-row p {
    margin: 0;
}

.contact-us-v3-form-row span {
    display: block;
    margin-bottom: 30px;
}

.contact-us-v3-form-holder input,
.contact-us-v3-form-holder textarea {
    border: solid 2px #012F6B !important;
    border-radius: 4px !important;
    background: #ffffff !important;
}

.contact-us-v3-form-holder .wpcf7-submit {
    background-color: #FFD800 !important;
    border: 0px !important;
    border-radius: 3px;
    color: #000000;
}


@media only screen and (max-width: 1300px) {
    .v3-service-card-holder .elementor-container.elementor-column-gap-default {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
        justify-content: center;
        row-gap: 30px;
    }
    .v3-service-card {
        margin: auto;
        width: 280px !important;
        height: 100%;
    }
}

@media only screen and (max-width: 1199px) {

    .v3-service-card-holder.v3-service-card-holder-2 .elementor-container.elementor-column-gap-default {
        grid-template-columns: repeat(2, 1fr);
    }

    .v3-service-card-holder.v3-service-card-holder-3 .elementor-container.elementor-column-gap-default {
        display: flex;
    }



    #front-page-header-button .elementor-widget-container {
        margin-bottom: 100px;
    }

    .v3-service-card-holder.v3-service-card-holder-4 .elementor-container.elementor-column-gap-default {
        grid-template-columns: repeat(2, 1fr);
    }

    .v3-service-card.v3-contact-card{
        width: calc(50% - 15px) !important;
    }
}


@media only screen and (max-width: 1040px) {
    .v3-service-card-holder .elementor-container.elementor-column-gap-default {
        grid-template-columns: repeat(2, 1fr)
    }

    .v3-service-card-holder.v3-service-card-holder-3 .elementor-container.elementor-column-gap-default {
        justify-content: space-between;
    }

    .v3-service-card-holder.v3-service-card-holder-3 .v3-service-card {
        margin: unset;
    }
}

@media only screen and (max-width: 767px) {
    .v3-front-page-contant-detail li {
        justify-content: center;
    }

    .v3-service-card-holder.v3-service-card-holder-4 .elementor-container.elementor-column-gap-default {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media only screen and (max-width: 680px) {

    .v3-service-card-holder .elementor-container.elementor-column-gap-default,
    .v3-service-card-holder.v3-service-card-holder-2 .elementor-container.elementor-column-gap-default {
        grid-template-columns: repeat(1, 1fr)
    }

    .v3-service-card {
        width: 100% !important;
    }

    .v3-service-card-holder.v3-service-card-holder-3 .elementor-container.elementor-column-gap-default{
        
    }
    .v3-service-card-holder.v3-service-card-holder-3 .v3-service-card {
        margin: auto;
    }



}