

body{
    color: var(--green);
    font-size: 16px;
    font-family: "Funnel Sans", sans-serif;
}

.row {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
}

a{
    text-decoration: none;
}

.text-gradient-silver{
    background: linear-gradient(to bottom, #e4e4e4 0%, #969696 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
}


.elementorglobalftr a{
    color: #fff !important;
}

.elementorglobalftr a:hover{
    color: var(--green) !important;
}


/*contact form 7 */
.twclmn{
    display: flex;
    gap: 20px;
}

.wpcf7-form p{
    margin: 0;
}

.wpcf7-form-control-wrap {
    margin: 0 0 25px;
    display: block;
}

.wpcf7-form label{
    color: #414651;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 -7px;
    display: block;
}

#wpcf7-f453-o1 input[type="text"], #wpcf7-f453-o1 input[type="url"], #wpcf7-f453-o1 input[type="email"], #wpcf7-f453-o1 input[type="tel"]{
    background: #fff;
    border-color: #D5D7DA;
    color:#4F4F4F;
}

.wpcf7-acceptance label{
    display: flex;
}

.wpcf7-acceptance label input{
    height: 33px;
    width: 33px;
    margin-right: 12px;
}

.wpcf7-acceptance label span{
    color:#535862;
    font-size: 16px;
}

.wpcf7-list-item {

    margin: 0;
}

#wpcf7-f453-o1 input::-webkit-input-placeholder { color: #717680; } /* Chrome, Safari, Edge */
#wpcf7-f453-o1 input:-ms-input-placeholder { color: #717680; }     /* IE 10-11 */
#wpcf7-f453-o1 input::-ms-input-placeholder { color: #717680; }    /* Edge (legacy) */
