﻿  @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-image: linear-gradient(92deg, #f35626 0%,#feab3a 100%);*/
            /*animation: hue 10s infinite linear;*/
            margin-bottom: 50px;
        }
   /*.ms-bx-frm:after{
       z-index: 9;
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 118px;
    background: #ffffff;
     clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%); 
    clip-path: polygon(0 114%, 180% 0, 100% 112%, 0 53%);
   }*/
        .ms-bx-frm1 {
            background: #fff;
            padding: 42px 34px;
            color: #000;
            border-radius: 28px;    box-shadow: 0px 3px 18px 0px rgb(150 167 202 / 39%);
        }

        .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: 25px;
    margin: 25px auto;
    font-weight: bold;
    direction: rtl;
}.tx-about-pg {
       text-align: justify;
    font-size: 19px;
    line-height: 38px;
    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: #f9a620;
    padding: 10px 16px;
    color: #fff;
    border: 1px solid #f9a620;
    border-radius: 13px;
    font-size: 16px;
}
   .accordion {
        }

            .accordion dt, .accordion dd {
           border-bottom: 1px solid #fff;
    line-height: 36px;
    direction: rtl;
    margin-top: 1px;
    background-color: #e6eff8;
    text-align: right;
    margin-bottom: 10px;
    padding: 13px 22px;
    border-radius: 15px;
    display: block;
    width: 100%;
    font-size: 17px;
    position: relative;
    white-space: normal;
    color: #000;
            }
            .accordion dt:before {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #6e9eff;
    content: "";
    right: -5px;
    border-radius: 50%;
    top: 20px;
}
            .accordion dd {
              border-top: 0;
    font-size: 16px;
    background: #f5f5f5;
    padding-right: 8px;
    margin-right: 0px;
    color: #121212;
            }

                .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: #6e9eff;
    float: left;
    padding: 0px 19px;
    outline: 0px !important;
    position: absolute;
    left: 1px;
    top: 0;
    height: 100%;
    vertical-align: middle;
    border-radius: 8px;
    font-size: 31px;
    line-height: 70px;
                }
                .black-font{
                    color:#000;
                }