﻿  @keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(-360deg);
    }
}
   .ms-bx-frm {
            padding: 42px 4px;
            font-size: 12px;
            line-height: 18px;
            color: #fff;
             -webkit-box-shadow: 4px 6px 25px 0px #9489b182;
    box-shadow: 4px 6px 25px 0px #9489b182;
    border-radius: 35px;
    padding: 75px 65px;
            margin-bottom: 50px;
        }

        .ms-bx-frm1 {
            background: #fff;
            padding: 42px 34px;
            color: #000;
            border-radius: 28px;position:relative;z-index:1;
        }

        .ms_reg {
            float: right;
            width: 100%;
            text-align: right;
            display: block;
        }

        .rfield {
            clear: both;
            float: right;
            direction: rtl;
            margin-bottom: 4px;
        }

        .rtool {
            width: 100%;
            max-width: 800px;
            margin-bottom: 5px;
            float: right;
            font-size: 11px;
        }

        .ms-input {
             padding-right: 10px;
    max-width: 750px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    line-height: 22px;
    padding: 5px 23px;
    border: 2px solid rgb(255 255 255 / 33%);
    border-radius: 1.2em;
    color: #0c0c0c;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-bottom: 10px;
    direction: rtl;
    -webkit-box-shadow: 0px 1px 9px 0px rgb(156 138 173 / 40%);
    box-shadow: 0px 1px 9px 0px rgb(156 138 173 / 40%);
    border-radius: 50px;
        }.title-h1-gallery {
    font-size: 18px;
    margin: 25px auto;
    font-weight: bold;
    direction: rtl;
}.tx-about-pg {
      text-align: justify;
    font-size: 14px;
    line-height: 35px;
    padding: 0px 0 35px 0;
    direction: rtl;
    letter-spacing: -0.5px;
}
 .text-danger {
    color: #F44336;
    letter-spacing: -0.8px;
}
 .ms-succse{
       background: #4CAF50;
    height: 40px;
    padding: 5px 15px;
    text-align: right;
    line-height: 29px;
    font-size: 14px;
    border-radius: 13px;
    direction: rtl;
 } .ms-error{
     background:#F44336;
    height: 40px;
    padding: 5px 15px;
    text-align: right;
    line-height: 29px;
    color:#fff;
    font-size: 14px; direction: rtl;
    border-radius: 13px;
 }
   .btn-ft {
    padding: 15px 27px;
    border: none;
    color: #000;
    background-color: #d7fd48;
    border-radius: 25px;
    text-align: center;
    font-size: 15px;
    font-family: 'Kalameh-Bold';
    -webkit-box-shadow: 2px 3px 11px -1px #b3b3b3b8;
    box-shadow: 2px 3px 11px -1px #b3b3b3b8;
} .btn-ft:hover {
    background-color: #8a2be1;
    color: #fff;
}
   .accordion {
        }

            .accordion dt, .accordion dd {
                background: #eee;
                border-bottom: 2px solid #fff;
                line-height: 36px;
                padding-left: 10px;
                position: relative;
                padding-right: 19px;
                color: #000;
                direction: rtl;
                border-radius: 10px;
                margin-top: 1px;
            }

            .accordion dd {
                border-top: 0;
                font-size: 12px;
                background: #011b78;
                padding-right: 8px;
                margin-right: 0px;
                color: #fff;
            }

                .accordion dt:last-of-type, .accordion dd:last-of-type {
                }

                .accordion dd:last-of-type {
                    border-top: 1px solid white;
                    position: relative;
                    top: -1px;
                }

                .accordion dt a, .accordion dd a {
                    display: block;
                    color: white;
                    float: left;
                    background: #011b78;
                    padding: 0px 19px;
                    outline: 0px !important;
                    position: absolute;
                    left: 1px;
                    top: 0px;
                    height: 100%;
                    vertical-align: middle;
                    border-radius: 8px;
                }