﻿

.header-page {
    background-color: #e7f4fa;
    color: #6c757d;
    min-height: 400px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

    .header-page #ambient {
        height: 100% !important;
    }

    .header-page .bvambient_particle {
        position: absolute;
        pointer-events: none;
        transition: top linear, left linear;
    }

    .header-page .data-side {
        margin-top: 50px;
        padding-top: 30px;
        text-align: center;
    }

        .header-page .data-side h1 {
            z-index: 1;
            position: relative;
        }

        .header-page .data-side p {
            position: relative;
            font-size: 18px;
        }

            .header-page .data-side p span {
                opacity: 0;
                overflow: hidden;
                color: #fff;
                -webkit-animation: rotateWord 6s linear infinite 0s;
                -ms-animation: rotateWord 6s linear infinite 0s;
                animation: rotateWord 6s linear infinite 0s;
                background: #004ac5;
                padding: 0px 6px;
                border-radius: 4px;
                font-size: 18px;
                position: absolute;
            }

                .header-page .data-side p span:nth-child(1) {
                    -webkit-animation-delay: 0s;
                    -ms-animation-delay: 0s;
                    animation-delay: 0s;
                    color: #fff;
                }

                .header-page .data-side p span:nth-child(2) {
                    -webkit-animation-delay: 2s;
                    -ms-animation-delay: 2s;
                    animation-delay: 2s;
                    color: #fff;
                }

                .header-page .data-side p span:nth-child(3) {
                    -webkit-animation-delay: 4s;
                    -ms-animation-delay: 4s;
                    animation-delay: 4s;
                    color: #fff;
                }

            .header-page .data-side p b {
                font-weight: 100;
            }

                .header-page .data-side p b:last-child {
                    padding-right: 57px;
                }

        .header-page .data-side .form-search {
            font-size: 22px;
            width: 390px;
            margin: 0 auto;
        }

            .header-page .data-side .form-search input {
                padding: 8px 12px;
                width: 350px;
                font-size: 18px;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                -ms-border-radius: 25px;
                -o-border-radius: 25px;
                border-radius: 25px;
                border: 3px solid #00b067;
                text-align: right;
                font-weight: 100;
                position: relative;
            }

                .header-page .data-side .form-search input::-webkit-input-placeholder {
                    /* Edge */
                    color: #ccc;
                    -webkit-animation: rotateWord 1s linear infinite 0s;
                    -ms-animation: rotateWord 1s linear infinite 0s;
                    animation: rotateWord 1s linear infinite 0s;
                }

                .header-page .data-side .form-search input:-ms-input-placeholder {
                    /* Internet Explorer 10-11 */
                    color: #ccc;
                    -webkit-animation: rotateWord 1s linear infinite 0s;
                    -ms-animation: rotateWord 1s linear infinite 0s;
                    animation: rotateWord 1s linear infinite 0s;
                }

                .header-page .data-side .form-search input::placeholder {
                    color: #ccc;
                    -webkit-animation: rotateWord 1s linear infinite 0s;
                    -ms-animation: rotateWord 1s linear infinite 0s;
                    animation: rotateWord 1s linear infinite 0s;
                }

            .header-page .data-side .form-search .search-result {
                background-color: #003fa8;
                width: 385px;
                margin: 0 auto;
                padding: 10px 20px;
                font-size: 18px;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                -ms-border-radius: 25px;
                -o-border-radius: 25px;
                border-radius: 25px;
                text-align: right;
                font-weight: 100;
                position: relative;
                margin-top: 9px;
                color: #ffffff;
            }

                .header-page .data-side .form-search .search-result span {
                    width: 100%;
                    display: block;
                    direction: rtl;
                    font-size: 16px;
                }

                .header-page .data-side .form-search .search-result a {
                    background-color: #0050d5;
                    color: #fff;
                    -webkit-border-radius: 25px;
                    -moz-border-radius: 25px;
                    -ms-border-radius: 25px;
                    -o-border-radius: 25px;
                    border-radius: 25px;
                    border-radius: 25px;
                    padding: 1px 14px;
                    margin-top: 14px;
                    text-decoration: none;
                    display: inline-block;
                }

            .header-page .data-side .form-search:hover .search-result {
                display: block;
            }

    .header-page .image-side {
        z-index: 1;
        position: relative;
    }

        .header-page .image-side img {
            float: right;
            max-height: 400px;
        }

.data-part {
    direction: rtl;
}

    .data-part > div {
        padding: 27px 0;
        position: relative;
    }

        .data-part > div h2 {
            color: #000;
        }

        .data-part > div .box-1 {
            margin-top: 20px;
            padding: 0 19px;
            background-color: #fff;
            background-color: #fff;
            -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
            -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
            -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
            -o-border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            padding: 20px;
            position: relative;
        }

            .data-part > div .box-1 .box-m > div {
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                -ms-border-radius: 25px;
                -o-border-radius: 25px;
                border-radius: 25px;
                border: 1px solid #ececec;
                padding: 17px 18px;
                min-height: 150px;
            }

                .data-part > div .box-1 .box-m > div strong {
                    display: inline-block;
                }

                .data-part > div .box-1 .box-m > div img {
                    margin-right: -20px;
                    display: inline-block;
                }

        .data-part > div .box-2 {
            margin: 31px 0;
        }

            .data-part > div .box-2 h3 {
                color: #000;
                /* font-size: 2rem; */
                font-weight: bold;
            }

            .data-part > div .box-2 h6 {
                padding: 7px 0;
            }

            .data-part > div .box-2 #Search_box {
                margin-bottom: 11px;
                border: none;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                -ms-border-radius: 25px;
                -o-border-radius: 25px;
                border-radius: 25px;
                font-size: 16px;
                padding: 9px 17px;
                -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
                -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
                -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
                box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
            }

            .data-part > div .box-2 .box-dr {
                margin-top: 20px;
                padding: 0 19px;
                background-color: #fff;
                background-color: #fff;
                -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
                -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
                -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
                box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
                -o-border-radius: 20px;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                border-radius: 20px;
                padding: 11px 17px;
                position: relative;
                text-decoration: none;
                color: #000;
            }

                .data-part > div .box-2 .box-dr p {
                    font-size: 18px;
                    padding-top: 28px;
                }

                .data-part > div .box-2 .box-dr div {
                    margin-top: 15px;
                }

                    .data-part > div .box-2 .box-dr div ul {
                        margin: 0;
                    }

                        .data-part > div .box-2 .box-dr div ul li {
                            display: inline-block;
                            margin-right: -20px;
                            position: relative;
                        }

                            .data-part > div .box-2 .box-dr div ul li i.online {
                                position: absolute;
                                top: 0;
                                right: 4px;
                                height: 10px;
                                width: 10px;
                                -webkit-border-radius: 50%;
                                -moz-border-radius: 50%;
                                -ms-border-radius: 50%;
                                -o-border-radius: 50%;
                                border-radius: 50%;
                                background-color: #00b067;
                            }

                            .data-part > div .box-2 .box-dr div ul li img {
                                border: 4px solid #fff;
                                width: 64px;
                                -webkit-border-radius: 50%;
                                -moz-border-radius: 50%;
                                -ms-border-radius: 50%;
                                -o-border-radius: 50%;
                                border-radius: 50%;
                                box-shadow: 1px 1px 4px #d0d0d0;
                                -moz-box-shadow: 1px 1px 4px #d0d0d0;
                                -webkit-box-shadow: 1px 1px 4px #d0d0d0;
                                -ms-box-shadow: 1px 1px 4px #d0d0d0;
                            }

                            .data-part > div .box-2 .box-dr div ul li.dr-list {
                                margin-right: 20px;
                                float: left;
                                margin-top: 15px;
                                font-size: 17px;
                                color: #bbb;
                            }



.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-register .form-register {
    margin-top: 20px;
    padding: 0 19px;
    background-color: #fff;
    background-color: #fff;
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    direction: rtl;
}

    .page-register .form-register > span {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .page-register .form-register hr {
        border: 1px solid #ccc;
    }

    .page-register .form-register .form {
        padding-bottom: 15px;
    }

        .page-register .form-register .form input, .page-register .form-register .form select {
            border: 2px solid #ccc;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            -ms-border-radius: 9px;
            -o-border-radius: 9px;
            border-radius: 9px;
            padding: 7px;
        }

        .page-register .form-register .form label {
            font-size: 18px;
            padding-left: 20px;
        }

    .page-register .form-register .btn-submit {
        display: inline-block;
        width: unset;
        padding: 9px 34px;
    }

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .hide-on-small {
        display: none;
    }

    .header-page .data-side .form-search input {
        width: 100%;
        font-size: 13px;
        padding: 9px 28px;
    }

    .header-page .data-side .form-search i {
        position: absolute;
        right: 14px;
        top: 11px;
        color: #0050d5;
    }

    .header-page .data-side .form-search .search-result {
        width: 100%;
    }

    .header-page .data-side .form-search {
        width: 100%;
        position: relative;
    }

    .header-page .image-side img {
        width: 100%;
    }

    .data-part > div .box-2 .box-dr {
        margin: 0;
        width: 100%;
        margin-top: 20px;
    }

    .data-part > div {
        padding: 27px 7px;
        position: relative;
    }

    .header-page .data-side p {
        font-variant-caps: all-petite-caps;
        font-size: 14px;
    }

    .field-validation-error {
        color: #e80c4d;
        font-weight: bold;
    }

    .field-validation-valid {
        display: none;
    }

    input.input-validation-error {
        border: 1px solid #e80c4d;
    }

    .validation-summary-errors {
        color: #e80c4d;
        font-weight: bold;
        font-size: 1.1em;
    }

    .validation-summary-valid {
        display: none;
    }

    .alert-success {
        padding: 20px;
        background-color: #04AA6D;
        color: white;
    }

    .alert-error {
        padding: 20px;
        background-color: #f44336;
        color: white;
    }
}
