/* =====================
   css child home page
   ====================== */

a {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}

.services-sec .elementor-widget-icon-box .elementor-widget-container {
    min-height: 280px;
}


.colms-3 > .elementor-widget-wrap {
    column-gap: 25px;
    row-gap: 25px;
}

.colms-3 > .elementor-widget-wrap > .elementor-element {
    width: calc(33.33% - 17px);
    margin-bottom: 0;
}

.colms-3 > .elementor-widget-wrap > .elementor-element > .elementor-widget-container {
    height: 100%;
}


.colms-4 > .elementor-widget-wrap {
    column-gap: 25px;
    row-gap: 25px;
    justify-content: center;
}

.colms-4 > .elementor-widget-wrap > .elementor-element {
    width: calc(25% - 19px);
    margin-bottom: 0;
}

.colms-4 > .elementor-widget-wrap > .elementor-element > .elementor-widget-container {
    height: 100%;
}


.contact-section .gfield .gfield_label {
    color: #fff !important;
    font-size: 28px;
    font-family: "loos-extended", Sans-serif;
    align-items: flex-start;
}

.contact-section .ginput_container textarea,
.contact-section .ginput_container input {
    border-radius: 0px !important;
    background: #A0A09F33;
    border: 0 !important;
    padding: 10px 20px;
    height: auto;
}

.contact-section .ginput_container textarea::placeholder,
.contact-section .ginput_container input::placeholder {
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 600 !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.contact-section .ginput_container textarea,
.contact-section .ginput_container input {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    box-shadow: none;
    outline: none;
    font-weight: 300;
}

.contact-section .ginput_container textarea::placeholder {
    padding: 0px 0px;
}

.contact-section .ginput_container textarea {
    padding: 15px 20px;
    resize: none;
    height: 100px;
}

.contact-section .gform-theme--foundation .gform_fields {
    grid-row-gap: 35px;
}

.contact-section .gform_footer {
    margin-top: 30px !important;
}

.contact-section .gform_footer input.gform_button.button {
    border-radius: 0px !important;
    background: var(--e-global-color-secondary) !important;
    font-size: 26px !important;
    height: auto;
    padding: 18px 40px !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-weight: 300 !important;
}

.contact-section .gform_footer input.gform_button.button:hover {
    background: #20464b !important
}

.gform_required_legend {
    color: #fff;
}

.contact-section .gform_heading {
    display: none;
}

.contact-section .gfield .gfield_label .gfield_required_asterisk {
    font-size: 28px;
    color: #fff;
    line-height: 1;
}


.contact-section .gform_validation_errors {
    background: #20464b;
    border: 0;
    color: #fff;
}

.contact-section .gform_validation_errors h2, .contact-section .gform_validation_errors h2 span {
    color: #a48a7b !important;
}

.contact-section .gform_validation_errors h2 span {
    border-color: #a48a7b !important;
}


.popup-body-sec {
    display: flex;
    gap: 70px;
}

.popup-body-sec .popup-left {
    width: 50%;
}

.popup-body-sec .popup-right {
    width: 50%;
    text-align: left;
    padding: 0 30px;
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
}

.popup-body-sec .popup-right ul {
    list-style: none;
    margin-bottom: 25px;
    margin-top: 30px;
}


.popup-body-sec .popup-right h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

body {
    overflow-x: hidden;
}