﻿body {
}


#Facebook:hover {
    content: url(../images/social/Facebook2.png);
}

#X:hover {
    content: url(../images/social/X2.png);
}

#Instagram:hover {
    content: url(../images/social/Instagram2.png);
}

#YouTube:hover {
    content: url(../images/social/YouTube2.png);
}

#Linkedin:hover {
    content: url(../images/social/Linkedin2.png);
}



[class*=" fa-solid-"]:before, [class^=fa-solid-]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact .info {
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        color: #1bbd36;
        float: left;
        width: 44px;
        height: 44px;
        border: 1px solid #1bbd36;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #111;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #444444;
    }

    .contact .info:hover i {
        background: #1bbd36;
        color: #fff;
    }

.contact .email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
}

    .contact .email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 3px;
        font-weight: 600;
    }

        .contact .email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 3px;
        font-weight: 600;
    }

    .contact .email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading 1s linear infinite;
        }

    .contact .email-form input,
    .contact .email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .email-form input:focus,
        .contact .email-form textarea:focus {
            border-color: #1bbd36;
        }

    .contact .email-form input {
        height: 44px;
    }

    .contact .email-form textarea {
        padding: 10px 12px;
    }

    .contact .email-form button {
        background: #1bbd36;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact .email-form button:hover {
            background: #2ae149;
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer nav {
    display: contents !important;
}