﻿  @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;
            background:#f5f5f5;
            /*background-image: linear-gradient(92deg, #f35626 0%,#feab3a 100%);*/
            /*animation: hue 10s infinite linear;*/
            margin-bottom: 50px;
        }

        .ms-bx-frm1 {
            background: #fff;
            padding: 42px 34px;
            color: #000;
            border-radius: 28px;
        }

        .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;
          
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            background: rgba(255, 255, 255, 0.82);
            border-color: #c3d8e2;
            line-height: 22px;
            padding: 5px 23px;
            border: 2px solid rgba(74, 136, 166, 0.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;
        }.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 {
    background: #b3924c;
    padding: 10px 16px;
    color: #fff;
    border: 1px solid #b3924c;
    border-radius: 13px;
    font-size: 16px;
}
   .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: #b4924b;
        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: #b3914b;
                    padding: 0px 19px;
                    outline: 0px !important;
                    position: absolute;
                    left: 1px;
                    top: 0px;
                    height: 100%;
                    vertical-align: middle;
                    border-radius: 8px;
                }