<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*home-about*/
img {
    max-width: 100%;
}

.contact004-wrapper .contact-box004 {
    background: url(/assets/template/45a714219eda8252d842c14b5ebaa85e/img/con-bg.jpg) no-repeat bottom -10px left -10px #fff;
    background-size: cover;
    box-shadow: 0px 0px 6px #cccccc;
    padding: 5%;
    border-radius: 10px;
}

.contact004-wrapper .contact-box004&gt;div {
    padding-right: 4rem;
}

@media (max-width: 991px) {

    .contact004-wrapper .contact-box004 {
        background: url(/assets/template/45a714219eda8252d842c14b5ebaa85e/img/con-bg.jpg) no-repeat bottom -50px left -10px #fff;
    }

    .contact004-wrapper .contact-box004&gt;div {
        padding-right: 0.8rem;
    }
}

.contact004-wrapper .contact-box004 .logo {
    margin-bottom: 20px;
}

.contact004-wrapper .contact-box004 .logo img {
    max-height: 80px;
}



@media (max-width: 991px) {
    .contact004-wrapper .contact-box004 {
        flex-direction: column-reverse;
    }

    .contact004-wrapper .contact-box004 .logo {
        margin-top: 30px;
    }
}

.contact004-wrapper .contact-box004 .con-info .group {
    background-color: rgb(254 254 254 / 80%);
    margin-bottom: 18px;
    padding: 10px 1rem 12px;
    border-bottom: none;
    display: flex;
    border-radius: 5px;
}

.contact004-wrapper .contact-form .form-group .form-select,
.contact004-wrapper .contact-form .form-group .form-control {
    background-color: rgb(247 247 247 / 60%);
    border-radius: 0;
    border: none;
    border-bottom: 1px #d4d4d4 solid;
}


.contact004-wrapper .contact-box004 .contact-form .form-group {
    min-height: 70px;
}

.contact-form .form-group&gt;label.required {
    position: relative;
    color: #000000;
    margin-bottom: 5px;
    padding-left: 13px;
}

.contact-form .form-group&gt;label.required:before {
    position: absolute;
    right: -6px;
    top: -3px;
    content: "*";
    font-size: 20px;
    color: #cd0000;
}

.contact004-wrapper .contact-box004 .con-info .group .label {
    color: #646464;
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    border-right: 1px #dbdbdb solid;
    margin-right: 1rem;
}

.contact004-wrapper .contact-box004 .con-info .group .label i {
    color: #ffffff;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffb800;
    border-radius: 50%;
    margin-right: 0.3rem;
}

.contact004-wrapper .contact-box004 .con-info .group .value,
.contact004-wrapper .contact-box004 .con-info .group .value a {
    color: #000000;
    text-decoration: none;
}

.contact004-wrapper .contact-box004 .contact-form .form-group.textarea {
    height: 160px;
}

.contact004-wrapper .contact-button-div {
    display: flex;
    justify-content: end;
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .contact004-wrapper .contact-button-div {
        justify-content: center;
    }
}

.contact004-wrapper .contact-button-div .btn.clean-btn {
    display: none !important;
}

.contact004-wrapper .contact-form .form-group&gt;label.required::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 4px;
    height: 17px;
    transform: translate(0, -50%);
    background-color: #fbc766;
}

.contact004-wrapper button.btn.submit-btn {
    color: #ffffff;
    background-color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 2rem;
    line-height: 25px;
    max-width: 300px;
    padding: 10px 0;
    width: 100%;
}

.contact004-wrapper button.btn.submit-btn span {
    z-index: 1;
}

.contact004-wrapper button.btn.submit-btn:hover {
    background-color: #ffab20;
}

.contact004-wrapper button.btn.submit-btn::after {
    content: '';
    display: block;
    position: relative;
    width: 41px;
    height: 8px;
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAzOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTI5MTUgOC4yMTQyM0wzNi42OTc5IDguMjE0MjQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNi41MDkgOC4xMzI4MUwyOS43NDU0IDEuNzg1NTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat center center;
    z-index: 1;
    margin-left: 10px;
}

.contact004-wrapper button.btn.submit-btn:hover::after {
    right: -50px;
    transition: all 0.3s ease-in-out;
}


.contact004-wrapper .verify-fresh {
    flex: 0 0 48px !important;
    max-height: 40px;
    background: url(/assets/template/45a714219eda8252d842c14b5ebaa85e/img/refresh.svg) center center no-repeat;
    background-size: 24px;
    cursor: pointer;
    margin-left: 1rem;
}

.contact004-wrapper .verify-fresh:before {
    display: block;
    content: "";
    padding: 24px;
}</pre></body></html>