<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form {
    padding-top: 6px;
    position: relative;
    direction: rtl;
}

    #form select {
        width: 100%;
        height: 40px;
        float: right;
        background: #21294e;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #fff;
       font: 300 12px/24px 'vazir',sans-serif;
        border: 1px solid #45518a;
        padding: 7px 14px 9px 14px;
        border-radius: 5px !important;
    }

.select-wrapper:after {
    position: absolute;
    content: '';
    left: 21px;
    width: 5px;
    background: url(../images/arrows.png) 0 0 no-repeat;
    height: 4px;
    top: 18px;
    pointer-events: none;
    z-index: 999;
    display: block;
}

#form input {
    width: 100%;
    height: 40px;
    float: right;
    background: #21294e;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font: 300 12px/24px 'vazir',sans-serif;
    border: 1px solid #45518a;
    padding: 7px 14px 9px 14px;
    border-radius: 5px !important;
}

#form textarea {
    border-radius: 5px !important;
    width: 100%;
    height: 258px;
    background: #21294e;
    position: relative;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    margin: 0;
    color: #fff;
     font: 300 12px/24px 'vazir',sans-serif;
    border: 1px solid #45518a;
    padding: 7px 14px 9px 14px;
}

#form ._placeholder {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #fff;
    font: 300 14px/24px 'Open Sans',sans-serif;
    border: 1px solid transparent;
    padding: 7px 14px 9px;
    height: 40px !important;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: text !important;
    display: block;
}

.cap {
    margin-top: 40px;
    margin-left: 37px !important;
}

    #form ._placeholder.hidden {
        display: none;
    }

    #form ._placeholder.focused {
        opacity: 0.3;
    }

#form .message ._placeholder {
    height: 100% !important;
}

#form label {
    position: relative;
    display: block;
    min-height: 78px;
    float: right;
    width: 231px;
    margin-left: 37px;
}

    #form label + label {
        margin-left: 39px;
    }

        #form label + label + label {
            margin-left: 0;
        }

    #form label.message {
        width: 100%;
        margin-left: 0;
    }

#form .error-message, #form .empty-message {
    color: #E02A05;
    font-size: 11px;
    line-height: 14px;
    width: auto;
    position: absolute;
    z-index: 999;
    top: 10px;
    opacity: 0;
    right: 5px;
    float: left;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#form .invalid .error-message, #form .empty .empty-message {
    opacity: 1;
}

.btns {
    font-size: 0;
    line-height: 0;
    text-align: left;
    padding-top: 0;
}

    .btnSubmit {
        border-radius: 3px !important;
        background-color: #fd7130 !important;
        font-size: 15px !important;
        line-height: 18px !important;
        display: inline-block !important;
        padding: 10px 23px 10px 20px !important;
        color: #fff !important;
        border-bottom: 6px solid #a54d25 !important;
        width:100px !important;
        float:left !important;
        height:45px !important;
        cursor:pointer;
    }

        .btnSubmit:hover {
            background-color: #2C424E !important;
            color: #fff !important;
            border-color: #1c3747 !important;
        }

    .btns span {
        display: inline-block;
        margin-left: 18px;
        padding-top: 16px;
        font-size: 14px;
        line-height: 18px;
    }

.phone {
    position: relative;
}

.message br {
    height: 0;
    line-height: 0;
}

#form .success-message {
    display: none;
    opacity: 0;
    position: absolute;
    background: #152b38;
    width: 100%;
    border-radius: 5px !important;
    height: 78px;
    text-align: center;
    padding: 25px 10px;
    z-index: 999;
    border: 1px solid #314550;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#form.success .success-message {
    display: block;
    opacity: 1;
}

@media only screen and (max-width: 1199px) {
    #form label {
        float: none !important;
        width: 100%;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 995px) {
    #form {
    }

        #form .success-message {
        }

        #form input {
            margin-bottom: 10px;
        }

        #form .success-message {
            width: 100%;
        }

    .btns {
        padding-right: 0;
    }

    #form label.email {
        width: 100%;
        margin: 0;
    }

    .map figure {
        float: left !important;
        margin-right: 0px !important;
    }

    #form input, #form textarea, #form .success-message {
        border: 1px solid #3a5363;
    }
}

@media only screen and (max-width: 767px) {
    .map figure {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin-right: 0px !important;
    }

    .btns {
        padding-bottom: 0;
    }

    #form textarea {
        height: 300px !important;
    }

    #form {
        padding-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    #form textarea {
        height: 200px !important;
    }
}
</pre></body></html>