@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);@import url(../royalslider/royalslider.css);@import url(../magnific-popup/magnific-popup.css);.aAbsolute {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200
}

* {
    margin: 0 auto;
    padding: 0
}

ul,ol,li {
    padding: 0;
    margin: 0
}

*,*:before,*:after {
    box-sizing: border-box;
}

*:focus {
    outline: none
}

#skype_pnh_container,#skype_plugin_object,#skype_highlighting_settings {
    display: none !important
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

table {
    border-collapse: collapse;
    border-width: 0px
}

img {
    border-width: 0px;
    line-height: 0px;
    font-size: 0
}
.foundation-logo {
    position: relative; /* Keeps it inside the normal flow */
    margin-top: -10px; /* Moves the logo up */
    display: block; /* Ensures visibility */
    text-align: center; /* Centers it if needed */
}

.foundation-logo img {
    width: 900px; /* Keeps the original size */
    height: auto; /* Maintains aspect ratio */
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

form {
    margin: 0;
    padding: 0
}

.right {
    float: right !important
}

.left {
    float: left !important
}

.clear {
    clear: both !important
}

.none {
    display: none !important
}

.hidden {
    visibility: hidden !important
}

.directionR {
    direction: rtl;
    display: inline-block
}

.directionL {
    direction: ltr;
    display: inline-block
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

input,select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder {
    font-style: italic;
    font-size: 14px;
    color: #777
}

.tableResponsiveWrap {
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .tableResponsiveWrap {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .tableResponsiveWrap>.tableResponsive th {
        white-space: nowrap
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert.info {
    color: #000080;
    background-color: #000080;
    border-color:#000080
}

.alert.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert.danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

@media (max-width: 480px) {
    .g-recaptcha {
        -webkit-transform:scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0
}

.carousel.carousel-fade .active.item {
    opacity: 1
}

.carousel.carousel-fade .active.left,.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.carousel-fade .next,.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1
}

.carousel.carousel-fade .carousel-control {
    z-index: 3
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Droid Arabic Kufi",sans-serif;
    font-weight: 700
}

body,p,a,em,td,th,input,select,textarea,div,span,li,label {
    font-family: "Droid Arabic Naskh",serif;
    font-weight: 400
}

p,input,select,textarea,blockquote {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    padding: 0;
    margin: 0
}

p a {
    color: #666;
    text-decoration: underline
}

p a:hover {
    color: #666;
    text-decoration: none
}

h1 {
    color: #2f4c91;
    font-size: 25px;
    margin: 0 0 30px;
    padding: 10px 0 15px;
    position: relative;
    font-weight: 700
}

h1 a {
    font-family: "Droid Arabic Kufi",sans-serif;
    color: #2f4c91;
    text-decoration: none;
    font-weight: 700
}

h1 a:hover {
    color: #3b60b8
}

h1:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 25%;
    background-color: #2f4c91;
    bottom: 0;
    right: 0
}

article h2 {
    text-transform: capitalize;
    color: #2f4c91;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.4
}

article h3 {
    color: #2f4c91;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 1.4
}

article h4 {
    color: #2f4c91;
    padding-bottom: 20px;
    font-size: 18px
}

article ul,article ol {
    padding-right: 30px;
    padding-bottom: 20px
}

article li {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    padding: 0;
    margin: 0
}

article p {
    margin: 0 0 20px
}

article p a {
    color: #C04000;
    text-decoration: none
}

article blockquote {
    border-right: #C04000 4px solid;
    background-color: #000080;
    padding: 25px;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    h1 {
        font-size:23px
    }

    article ul,article ol {
        padding-right: 15px
    }

    article img {
        float: none !important;
        display: block;
        max-width: 100%;
        margin: 15px auto !important;
        height: auto
    }
}

.changeDirection {
    display: block;
    direction: rtl;
    text-align: right
}

.tableStyle {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5
}

.tableStyle td {
    padding: 5px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5
}

.tableStyle tr:nth-child(even) {
    background-color: #f8f8f8
}

.imgTable {
    table-layout: fixed;
    width: 100%
}

.imgTable td {
    padding: 15px 5px;
    vertical-align: top;
    line-height: 1
}

.imgTable td img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 5px
}

@media (max-width: 480px) {
    .imgTable td {
        width:100%;
        float: left
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:990px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

input[type="search"] {
    box-sizing: border-box
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
        line-height:34px
    }

    input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm {
        line-height: 30px
    }

    input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm,.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,.form-group-sm .form-control,select[multiple].input-sm,.form-group-sm .form-control {
    height: auto
}

.input-lg,.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg,.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,.form-group-lg .form-control,select[multiple].input-lg,.form-group-lg .form-control {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.3px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #000080
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li,.nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

.navbar-header:before,.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        max-height:200px
    }
}

.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,.navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float:left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float:left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

@-ms-viewport {
    width: device-width
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display:block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display:inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display:block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display:none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display:none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

body {
    direction: rtl
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: right
}

.col-xs-pull-12 {
    left: 100%
}

.col-xs-pull-11 {
    left: 91.66666667%
}

.col-xs-pull-10 {
    left: 83.33333333%
}

.col-xs-pull-9 {
    left: 75%
}

.col-xs-pull-8 {
    left: 66.66666667%
}

.col-xs-pull-7 {
    left: 58.33333333%
}

.col-xs-pull-6 {
    left: 50%
}

.col-xs-pull-5 {
    left: 41.66666667%
}

.col-xs-pull-4 {
    left: 33.33333333%
}

.col-xs-pull-3 {
    left: 25%
}

.col-xs-pull-2 {
    left: 16.66666667%
}

.col-xs-pull-1 {
    left: 8.33333333%
}

.col-xs-pull-0 {
    left: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-right: 100%;
    margin-left: auto
}

.col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto
}

.col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto
}

.col-xs-offset-9 {
    margin-right: 75%;
    margin-left: auto
}

.col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto
}

.col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: auto
}

.col-xs-offset-6 {
    margin-right: 50%;
    margin-left: auto
}

.col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: auto
}

.col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: auto
}

.col-xs-offset-3 {
    margin-right: 25%;
    margin-left: auto
}

.col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: auto
}

.col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: auto
}

.col-xs-offset-0 {
    margin-right: 0;
    margin-left: auto
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:right
    }

    .col-sm-pull-12 {
        left: 100%
    }

    .col-sm-pull-11 {
        left: 91.66666667%
    }

    .col-sm-pull-10 {
        left: 83.33333333%
    }

    .col-sm-pull-9 {
        left: 75%
    }

    .col-sm-pull-8 {
        left: 66.66666667%
    }

    .col-sm-pull-7 {
        left: 58.33333333%
    }

    .col-sm-pull-6 {
        left: 50%
    }

    .col-sm-pull-5 {
        left: 41.66666667%
    }

    .col-sm-pull-4 {
        left: 33.33333333%
    }

    .col-sm-pull-3 {
        left: 25%
    }

    .col-sm-pull-2 {
        left: 16.66666667%
    }

    .col-sm-pull-1 {
        left: 8.33333333%
    }

    .col-sm-pull-0 {
        left: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: auto
    }

    .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: auto
    }

    .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: auto
    }

    .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: auto
    }

    .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: auto
    }

    .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: auto
    }

    .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: auto
    }

    .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: auto
    }

    .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: auto
    }

    .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: auto
    }

    .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: auto
    }

    .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: auto
    }

    .col-sm-offset-0 {
        margin-right: 0;
        margin-left: auto
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:right
    }

    .col-md-pull-12 {
        left: 100%
    }

    .col-md-pull-11 {
        left: 91.66666667%
    }

    .col-md-pull-10 {
        left: 83.33333333%
    }

    .col-md-pull-9 {
        left: 75%
    }

    .col-md-pull-8 {
        left: 66.66666667%
    }

    .col-md-pull-7 {
        left: 58.33333333%
    }

    .col-md-pull-6 {
        left: 50%
    }

    .col-md-pull-5 {
        left: 41.66666667%
    }

    .col-md-pull-4 {
        left: 33.33333333%
    }

    .col-md-pull-3 {
        left: 25%
    }

    .col-md-pull-2 {
        left: 16.66666667%
    }

    .col-md-pull-1 {
        left: 8.33333333%
    }

    .col-md-pull-0 {
        left: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-right: 100%;
        margin-left: auto
    }

    .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: auto
    }

    .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: auto
    }

    .col-md-offset-9 {
        margin-right: 75%;
        margin-left: auto
    }

    .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: auto
    }

    .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: auto
    }

    .col-md-offset-6 {
        margin-right: 50%;
        margin-left: auto
    }

    .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: auto
    }

    .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: auto
    }

    .col-md-offset-3 {
        margin-right: 25%;
        margin-left: auto
    }

    .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: auto
    }

    .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: auto
    }

    .col-md-offset-0 {
        margin-right: 0;
        margin-left: auto
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:right
    }

    .col-lg-pull-12 {
        left: 100%
    }

    .col-lg-pull-11 {
        left: 91.66666667%
    }

    .col-lg-pull-10 {
        left: 83.33333333%
    }

    .col-lg-pull-9 {
        left: 75%
    }

    .col-lg-pull-8 {
        left: 66.66666667%
    }

    .col-lg-pull-7 {
        left: 58.33333333%
    }

    .col-lg-pull-6 {
        left: 50%
    }

    .col-lg-pull-5 {
        left: 41.66666667%
    }

    .col-lg-pull-4 {
        left: 33.33333333%
    }

    .col-lg-pull-3 {
        left: 25%
    }

    .col-lg-pull-2 {
        left: 16.66666667%
    }

    .col-lg-pull-1 {
        left: 8.33333333%
    }

    .col-lg-pull-0 {
        left: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: auto
    }

    .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: auto
    }

    .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: auto
    }

    .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: auto
    }

    .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: auto
    }

    .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: auto
    }

    .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: auto
    }

    .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: auto
    }

    .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: auto
    }

    .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: auto
    }

    .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: auto
    }

    .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: auto
    }

    .col-lg-offset-0 {
        margin-right: 0;
        margin-left: auto
    }
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/awesome/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"),url("../fonts/awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),url("../fonts/awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"),url("../fonts/awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),url("../fonts/awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,.fa-users:before {
    content: ""
}

.fa-chain:before,.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,.fa-scissors:before {
    content: ""
}

.fa-copy:before,.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,.fa-sort:before {
    content: ""
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,.fa-undo:before {
    content: ""
}

.fa-legal:before,.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,.fa-usd:before {
    content: ""
}

.fa-rupee:before,.fa-inr:before {
    content: ""
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: ""
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: ""
}

.fa-won:before,.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: ""
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,.fa-car:before {
    content: ""
}

.fa-cab:before,.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,.fa-rebel:before {
    content: ""
}

.fa-ge:before,.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,.fa-weixin:before {
    content: ""
}

.fa-send:before,.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

body {
    background: #fff
}

.mfp-counter {
    direction: ltr
}

.form-error {
    direction: ltr;
    padding-top: 10px
}

.form-error li {
    list-style: none;
    color: #f49c11
}

ul.help-block li {
    list-style: none;
    color: red
}

.bttn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    border: none;
    color: #fff;
    padding: 5px 25px;
    background-color: #2d447e;
    font-family: "Open Sans",sans-serif
}

.bttn:hover {
    color: #fff;
    background-color: rgba(45,68,126,0.7)
}

header {
    position: relative
}

header .headerWrap {
    position: absolute;
    z-index: 300;
    width: 100%;
    top: 0;
    right: 0
}

header .topNav {
    background: white;
    margin-bottom: 3px
}

header .topNav .logo {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px)
}

header .topNav .logo img {
    display: block;
    max-width: 100%;
    float: right
}

header .topNav .logo a {
    display: block;
    text-decoration: none;
    margin-right: 15px
}

header .topNav .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px
}

header .topNav .links .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

header .topNav .links .social li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: none;
    position: relative
}

header .topNav .links .social li:hover a {
    color: #131c43
}

header .topNav .links .social li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 30px;
    background-color: #cacaca;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

header .topNav .links .social li a {
    padding: 10px;
    color: #cacaca;
    font-size: 22px;
    text-decoration: none
}

header .topNav .links a {
    padding: 14px 5px;
    color: black;
    text-decoration: none;
    font-size: 16px;
    line-height: 1
}

header .topNav .links>a {
    font-size: 14px;
    font-family: 'Arial'
}

header .topNav .links .donate {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
    height: 30px;
    background: #C04000;
    border: none;
    color: white;
    font-family: "Droid Arabic Kufi",sans-serif;
    font-weight: bold;
    padding: 9px 25px;
    position: relative
}

header .topNav .links .donate:before {
    display: block;
    content: "";
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #8d4738;
    border-right: 12px solid transparent
}

header .topNav .links .donate:hover {
    cursor: pointer;
    color: #131c43
}

header .navbar {
    min-height: 0;
    background: rgba(42,64,124,0.9);
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

header .navbar .nav {
    float: right
}

header .navbar .nav li {
    float: right;
    position: relative
}

header .navbar .nav li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 29px;
    background-color: rgba(255,255,255,0.4);
    -webkit-transform: translate(1px, -50%);
    -ms-transform: translate(1px, -50%);
    transform: translate(1px, -50%)
}

header .navbar .nav li:last-child:before {
    display: none
}

header .navbar .nav li:nth-last-child(2):before {
    display: none
}

header .navbar .nav li .dropdown-menu {
    right: 0;
    left: auto;
    padding: 0;
    text-align: center
}

header .navbar .nav .open a {
    background: #000080
}

header .navbar .nav .open li a {
    background: #000080
}

header .navbar .nav .open li a:hover {
    background: #000080
}

header .navbar .nav a {
    color: #fff;
    text-decoration: none;
    padding: 15px 23px;
    text-transform: uppercase;
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 14px
}

header .navbar .nav a:hover,header .navbar .nav a:focus {
    background: #131c43
}

header .navbar-toggle {
    float: left;
    margin-left: 10px;
    margin-right: 0
}

header .active a {
    background: #000080
}

@media (min-width: 768px) {
    header .navbar .nav {
        width:100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    header .navbar .nav li {
        width: 100%;
        white-space: nowrap;
        text-align: center
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .topNav .links {
        padding-top:35px;
        padding-bottom: 35px
    }

    header .navbar .nav a {
        font-size: 14px;
        padding: 10px 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .topNav .links {
        padding-top:25px;
        padding-bottom: 25px
    }

    header .navbar {
        min-height: 0
    }

    header .navbar .nav a {
        font-size: 13px;
        padding: 5px 5px
    }
}

@media (max-width: 767px) {
    .fa-bars {
        font-size:30px;
        padding: 1px;
        color: #000080
    }

    .navbar-toggle {
        padding: 0
    }

    .navbar .nav a {
        text-align: center
    }

    header .navbar .nav {
        float: none
    }

    header .navbar .nav li {
        float: none
    }

    .navbar-header {
        background: #fff
    }

    .navbar-header span {
        padding: 10px;
        display: block;
        float: right;
        max-width: 280px;
        margin-right: 10px
    }
}

@media (max-width: 414px) {
    .navbar-header {
        background:#fff
    }

    .navbar-header span {
        max-width: 230px
    }
}

#full-width-slider {
    width: 100%;
    position: relative
}

#full-width-slider .rsArrow {
    position: absolute;
    bottom: 4%;
    -webkit-transform: translate(0, -4%);
    -ms-transform: translate(0, -4%);
    transform: translate(0, -4%);
    display: block !important
}

#full-width-slider .rsArrow.rsArrowRight {
    right: 10%;
    padding: 20px 5px 20px 13px
}

#full-width-slider .rsArrow.rsArrowRight:after {
    position: relative;
    top: 3pt;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-right: 7px solid #fff;
    border-top: 7px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 20px
}

#full-width-slider .rsArrow.rsArrowLeft {
    left: 10%;
    padding: 20px 15px 20px 5px
}

#full-width-slider .rsArrow.rsArrowLeft:after {
    position: relative;
    top: 3pt;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-right: 7px solid #fff;
    border-top: 7px solid #fff;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 20px
}

#full-width-slider .rsContent .info-block {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    background-size: 100% 100%;
    background-image: url("../images/shared/banner-text-background.jpg");
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 140px;
    padding-right: 140px;
    text-align: right;
    direction: rtl;
    bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

#full-width-slider .rsContent .info-block h4 {
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    padding-top: 0
}

#full-width-slider .rsContent .info-block p {
    color: rgba(255,255,255,0.5)
}

#full-width-slider .rsArrow.rsArrowLeft {
    left: 25%;
    bottom: 2%
}

#full-width-slider .rsArrow.rsArrowRight {
    right: 25%;
    bottom: 2%
}

@media (min-width: 1600px) {
    #full-width-slider .rsArrow.rsArrowLeft {
        left:25%;
        bottom: 2%
    }

    #full-width-slider .rsArrow.rsArrowRight {
        right: 25%;
        bottom: 2%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #full-width-slider .rsContent .info-block {
        width:74%;
        padding-left: 70px;
        padding-right: 70px
    }

    #full-width-slider .rsArrow.rsArrowLeft {
        left: 15%
    }

    #full-width-slider .rsArrow.rsArrowRight {
        right: 15%
    }
}

@media (max-width: 767px) {
    #full-width-slider {
        height:250px !important
    }

    #full-width-slider .rsArrow {
        display: none !important
    }

    #full-width-slider .rsContent .info-block {
        display: none
    }
}

@media (min-width: 992px) {
    #full-width-slider .rsContent .info-block {
        padding-left:170px;
        padding-right: 170px
    }
}

@media (max-width: 991px) {
    #full-width-slider .rsContent .info-block {
        min-height:130px;
        max-height: 130px;
        padding-bottom: 20px
    }

    #full-width-slider .rsContent .info-block h4 {
        font-size: 16px
    }

    #full-width-slider .rsContent .info-block p {
        font-size: 13px
    }
}

#homeMain {
    position: relative
}

#homeMain .news-report {
    position: absolute;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 20px
}

#homeMain .news-report #webticker-ar {
    height: 50px;
    overflow: hidden
}

#homeMain .news-report #webticker-ar li {
    white-space: nowrap;
    padding-right: 5px;
    color: #757575;
    font-size: 16px
}

#homeMain .news-report #webticker-ar li:after {
    content: "•";
    padding-right: 15px;
    color: #C04000;
    font-size: 25px
}

#homeMain .news-report #webticker-ar li a {
    text-decoration: none;
    white-space: nowrap;
    color: #757575;
    font-size: 16px
}

#homeMain .section-title,#homeMain .programs-section .gray-title {
    text-align: center;
    margin-bottom: 35px;
    font-size: 35px;
    font-weight: bold;
    color: #000080;
    padding-bottom: 20px;
    text-transform: uppercase;
    display: block;
    position: relative
}

#homeMain .section-title:after,#homeMain .programs-section .gray-title:after {
    content: "";
    background-color: #cfcfcf;
    width: 70px;
    height: 7px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

#homeMain .img-section-title {
    text-align: center;
    padding-bottom: 45px;
    padding-top: 45px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    display: block;
    position: relative
}

#homeMain .news-activities {
    display: block;
    padding-top: 80px;
    margin-bottom: 80px
}

#homeMain .news-activities .load-more-wrap {
    text-align: center;
    padding: 40px 0 0 0
}

#homeMain .news-activities .load-more-wrap button {
    text-decoration: none;
    border: 1px solid #858585;
    font-size: 16px;
    color: #000;
    padding: 7px 26px;
    background: transparent
}

#homeMain .news-activities .load-more-wrap button:hover {
    background:#C04000;
    color: #fff
}

#homeMain .news-activities .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#homeMain .news-activities .news-list li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: none;
    width: 33.333333%;
    padding-left: 2px;
    display: none;
    opacity: 0
}

#homeMain .news-activities .news-list li.active {
    opacity: 1;
    display: block
}

#homeMain .news-activities .news-list li:hover .date {
    color: #C04000
}

#homeMain .news-activities .news-list li:hover .brief em {
    color: #C04000
}

#homeMain .news-activities .news-list li:hover .img img {
    -webkit-transform: scale(0.98, 0.98);
    -ms-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98)
}

#homeMain .news-activities .news-list a {
    display: block;
    text-decoration: none
}

#homeMain .news-activities .news-list span {
    display: block
}

#homeMain .news-activities .news-list .img {
    position: relative
}

#homeMain .news-activities .news-list .img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    max-width: 100%;
    width: 100%
}

#homeMain .news-activities .news-list .date {
    font-size: 16px;
    color: #999999;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 8px
}

#homeMain .news-activities .news-list .title {
    min-height: 80px;
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 18px;
    padding-left: 10px;
    font-weight: 700;
    line-height: 1.5;
    color: #000080;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px
}

#homeMain .news-activities .news-list .title:after {
    content: "";
    background-color: #C04000;
    width: 60px;
    height: 7px;
    position: absolute;
    bottom: -25%;
    left: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

#homeMain .news-activities .news-list .brief {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    position: relative;
    min-height: 90px
}

#homeMain .news-activities .news-list .brief em {
    display: block;
    font-style: normal;
    font-size: 16px;
    padding-top: 50px;
    color: #000080;
    position: absolute;
    left: 0;
    top: 50%
}

#homeMain .article-section {
    padding-bottom: 50px;
    margin-bottom: 50px;
    background: url("../images/shared/articles-background.jpg") no-repeat top center;
    background-color: #f3f3f3;
    background-size: 100% 100%
}

#homeMain .article-section .contentSlider {
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    margin-bottom: 30px
}

#homeMain .article-section .contentSlider .rsArrow {
    position: absolute;
    top: 50%;
    display: block !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#homeMain .article-section .contentSlider .rsArrow.rsArrowRight {
    right: 10px
}

#homeMain .article-section .contentSlider .rsArrow.rsArrowRight:after {
    position: relative;
    top: 3pt;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 5px solid #000080;
    border-top: 5px solid #000080;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 20px
}

#homeMain .article-section .contentSlider .rsArrow.rsArrowRight:hover:after {
    border-color: #C04000
}

#homeMain .article-section .contentSlider .rsArrow.rsArrowLeft {
    left: 10px
}

#homeMain .article-section .contentSlider .rsArrow.rsArrowLeft:after {
    position: relative;
    top: 3pt;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 5px solid #29407b;
    border-top: 5px solid #29407b;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 20px
}

#homeMain .article-section .contentSlider .rsArrow.rsArrowLeft:hover:after {
    border-color: #C04000
}

#homeMain .article-section .contentSlider .rsNav {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 10%;
    left: 50%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px
}

#homeMain .article-section .contentSlider .rsNav .rsBullet {
    background: #8e8e8e;
    width: 8px;
    height: 8px;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 6px
}

#homeMain .article-section .contentSlider .rsNav .rsBullet:first-child {
    margin-left: 0
}

#homeMain .article-section .contentSlider .rsNav .rsBullet.rsNavSelected {
    background: #C04000
}

#homeMain .article-section .contentSlider .rsNav .rsBullet:hover {
    cursor: pointer;
    background: #000080
}

#homeMain .article-section .contentSlider .article-content {
    padding-right: 60px;
    padding-left: 40px;
    direction: rtl
}

#homeMain .article-section .contentSlider .article-content:hover .info-content .title {
    color: #000080
}

#homeMain .article-section .contentSlider .article-content:hover .read-more {
    background: #000080
}

#homeMain .article-section .contentSlider .article-content a {
    text-decoration: none;
    display: block;
    padding-top: 50px
}

#homeMain .article-section .contentSlider .article-content a span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block
}

#homeMain .article-section .contentSlider .article-content .img-content>.img img {
    border-radius: 80px;
    width: 100%
}

#homeMain .article-section .contentSlider .article-content .info-content {
    padding-left: 20px
}

#homeMain .article-section .contentSlider .article-content .info-content .title {
    min-height: 60px;
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    padding-bottom: 10px
}

#homeMain .article-section .contentSlider .article-content .info-content .date {
    font-size: 15px;
    color: #C04000;
    padding-bottom: 10px
}

#homeMain .article-section .contentSlider .article-content .info-content .brief {
    font-size: 15px;
    line-height: 1.2;
    color: rgba(0,0,0,0.7);
    min-height: 130px
}

#homeMain .article-section .contentSlider .article-content .read-more {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 10%;
    -webkit-transform: translate(20%, -10%);
    -ms-transform: translate(20%, -10%);
    transform: translate(20%, -10%);
    bottom: 10%;
    background: #e8ae00;
    padding: 5px 10px;
    color: white
}

#homeMain .reports-section {
    margin-bottom: 20px
}

#homeMain .reports-section .reports {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#homeMain .reports-section .reports>a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    text-decoration: none;
    background-color: #f1f1f1;
    background-image: url("../images/shared/report-backimg.png");
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #b2b2b2;
    min-height: 360px
}

#homeMain .reports-section .reports>a:hover {
    background-color: #C04000
}

#homeMain .reports-section .reports>a:hover .title {
    color: #fff
}

#homeMain .reports-section .reports>a:hover .date {
    color: #000
}

#homeMain .reports-section .reports>a:hover .brief em {
    background: #fff;
    color: #000
}

#homeMain .reports-section .reports>a.fr {
    border-left: 1px solid #fff;
    border-right: 1px solid #b2b2b2
}

#homeMain .reports-section .reports>a.sr {
    border-right: 1px solid #fff;
    border-left: 1px solid #b2b2b2
}

#homeMain .reports-section .reports>a span {
    padding-right: 15px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#homeMain .reports-section .reports>a .title {
    font-family: "Droid Arabic Kufi",sans-serif;
    min-height: 100px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    padding-bottom: 15px
}

#homeMain .reports-section .reports>a .date {
    font-size: 16px;
    color: #29407b;
    padding-bottom: 10px;
    padding-top: 20px
}

#homeMain .reports-section .reports>a .brief {
    position: relative;
    font-size: 16px;
    min-height: 200px;
    line-height: 1.5;
    color: rgba(0,0,0,0.8)
}

#homeMain .reports-section .reports>a .brief em {
    position: absolute;
    bottom: 15%;
    left: 10px;
    color: #29407b;
    padding: 5px 10px;
    font-style: normal
}

#homeMain .reports-section .all-reports {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px
}

#homeMain .reports-section .all-reports a {
    text-decoration: none;
    border: 1px solid #858585;
    font-size: 16px;
    color: #000;
    padding: 7px 26px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#homeMain .reports-section .all-reports a:hover {
    background: #e8ae00;
    color: #fff
}

#homeMain .stories-section {
    margin-bottom: 50px;
    background: url("../images/shared/stories-background.jpg") no-repeat top center
}

#homeMain .stories-section .contentSlider {
    width: 100%;
    background: #fff;
    position: relative;
    margin-right: 0;
    margin-bottom: 100px
}

#homeMain .stories-section .contentSlider .rsArrow {
    position: absolute;
    bottom: 0;
    display: block !important
}

#homeMain .stories-section .contentSlider .rsArrow.rsArrowRight {
    right: 40%;
    background-color: #3b58a2;
    padding: 20px 5px 20px 13px
}

#homeMain .stories-section .contentSlider .rsArrow.rsArrowRight:after {
    position: relative;
    top: 3pt;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 7px solid #fff;
    border-top: 7px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 20px
}

#homeMain .stories-section .contentSlider .rsArrow.rsArrowRight:hover {
    background-color: rgba(41,64,123,0.8)
}

#homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft {
    left: 50%;
    background-color: #29407b;
    padding: 20px 15px 20px 5px
}

#homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft:after {
    position: relative;
    top: 3pt;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 7px solid #fff;
    border-top: 7px solid #fff;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 20px
}

#homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft:hover {
    background-color: rgba(41,64,123,0.8)
}

#homeMain .stories-section .contentSlider .story-content a {
    text-decoration: none;
    display: block
}

#homeMain .stories-section .contentSlider .story-content span {
    display: block
}

#homeMain .stories-section .contentSlider .story-content .img-content {
    line-height: 0;
    display: block;
    padding: 0
}

#homeMain .stories-section .contentSlider .story-content .img-content img {
    width: 100%
}

#homeMain .stories-section .contentSlider .story-content .info-container {
    padding-top: 18px;
    padding-bottom: 18px
}

#homeMain .stories-section .contentSlider .story-content .info-content {
    padding: 70px 25px 50px;
    width: 100%;
    border: 1px solid #999999;
    direction: rtl
}

#homeMain .stories-section .contentSlider .story-content .info-content .title {
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 90px;
    color: #3c5898;
    padding-bottom: 40px
}

#homeMain .stories-section .contentSlider .story-content .info-content .date {
    font-size: 17px;
    color: #e8ae00;
    padding-bottom: 10px
}

#homeMain .stories-section .contentSlider .story-content .info-content .brief {
    min-height: 180px;
    font-size: 16px;
    line-height: 1.5;
    color: #000
}

#homeMain .stories-section .contentSlider .story-content .info-content .read-more {
    position: absolute;
    left: 10%;
    font-size: 14px;
    background: #29407b;
    padding: 5px 10px;
    color: white;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

#homeMain .stories-section .contentSlider .story-content .info-content .read-more:hover {
    background: #e8ae00
}

#homeMain .stories-section .contentSlider .story-content .info-content .story-share-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: absolute
}

#homeMain .stories-section .contentSlider .story-content .info-content .story-share-list li {
    padding-left: 10px;
    padding-right: 10px
}

#homeMain .stories-section .contentSlider .story-content .info-content .story-share-list li a {
    text-decoration: none;
    color: #aaaaaa;
    position: relative
}

#homeMain .stories-section .contentSlider .story-content .info-content .story-share-list li a:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 1px;
    background: #d8d8d8;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

#homeMain .stories-section .contentSlider .story-content .info-content .story-share-list li a i {
    padding-right: 20px;
    font-size: 18px
}

#homeMain .stories-section .contentSlider .story-content .info-content .story-share-list li a:hover {
    color: #29407b
}

#homeMain .stories-section .contentSlider .story-content .info-content .story-share-list li .date {
    color: #000
}

#homeMain .programs-section {
    padding-bottom: 100px
}

#homeMain .programs-section .gray-title {
    color: #636363 !important
}

#homeMain .programs-section .prog-col {
    text-align: center;
    padding: 20px 5px
}

#homeMain .programs-section .prog-col a {
    position: relative;
    text-decoration: none
}

#homeMain .programs-section .prog-col a:hover .back-img {
    visibility: visible;
    opacity: 1
}

#homeMain .programs-section .prog-col a:hover .title {
    color: white
}

#homeMain .programs-section .prog-col a:hover .brief {
    color: white
}

#homeMain .programs-section .prog-col a:hover .read-more {
    visibility: visible;
    opacity: 1
}

#homeMain .programs-section .prog-col a:hover .img .circle img {
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#homeMain .programs-section .prog-col a span {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

#homeMain .programs-section .prog-col a .img {
    padding-bottom: 30px;
    padding-top: 30px
}

#homeMain .programs-section .prog-col a .img .circle {
    border-radius: 70px;
    box-shadow: 0 0 2px #888;
    height: 140px;
    width: 140px;
    position: relative;
    overflow: hidden
}

#homeMain .programs-section .prog-col a .img .circle img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#homeMain .programs-section .prog-col a .title {
    font-family: "Droid Arabic Kufi",sans-serif;
    color: #315789;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 30px
}

#homeMain .programs-section .prog-col a .brief {
    color: black;
    line-height: 1.5;
    min-height: 120px;
    padding-bottom: 10px
}

#homeMain .programs-section .prog-col a .read-more {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s,opacity 0.5s linear;
    transition: visibility 0s,opacity 0.5s linear;
    background: white;
    font-style: normal;
    border: 1px solid #eee;
    color: #364c83;
    padding: 5px 10px;
    width: 100px
}

#homeMain .programs-section .prog-col a .back-img {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s,opacity 0.5s linear;
    transition: visibility 0s,opacity 0.5s linear;
    background-size: 100% 100%
}

#homeMain .programs-section .prog-col a .back-img img {
    background: #315789;
    position: absolute;
    background-size: 100% 100%;
    width: 100%;
    top: 0;
    left: 0
}

#homeMain .back-top {
    padding-bottom: 20px
}

#homeMain .back-top .up-top {
    float: left;
    -webkit-transition: 1s;
    transition: 1s;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-right: 10px solid #C04000;
    border-top: 10px solid #C04000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 20px
}

@media (min-width: 992px) and (max-width: 1199px) {
    #homeMain .article-section .contentSlider .article-content .img-content>.img img {
        border-radius:100px
    }

    #homeMain .article-section .contentSlider .article-content .info-content .brief {
        min-height: 130px
    }

    #homeMain .reports-section .reports a .title {
        min-height: 110px
    }

    #homeMain .stories-section .contentSlider {
        margin-bottom: 100px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowRight {
        right: 38%;
        padding: 15px 15px 15px 10px;
        bottom: 5px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowRight:after {
        width: 15px;
        height: 15px;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;
        margin-right: 10px;
        margin-left: 10px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft {
        left: 50%;
        padding: 15px 10px 15px 15px;
        bottom: 5px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft:after {
        width: 15px;
        height: 15px;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;
        margin-right: 10px;
        margin-left: 10px
    }

    #homeMain .stories-section .contentSlider .story-content .img-content {
        overflow: hidden
    }

    #homeMain .stories-section .contentSlider .story-content .img-content img {
        width: 100%
    }

    #homeMain .stories-section .contentSlider .story-content .info-container {
        padding-top: 18px;
        padding-bottom: 18px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content {
        padding: 20px 15px 50px;
        width: 100%;
        border: 1px solid #999999
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .title {
        font-size: 16px;
        min-height: 60px;
        padding-bottom: 20px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .date {
        font-size: 12px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .brief {
        font-size: 14px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .read-more {
        font-size: 14px;
        left: 3%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #homeMain .news-activities .news-list .date {
        font-size:14px
    }

    #homeMain .news-activities .news-list .title {
        font-size: 17px
    }

    #homeMain .news-activities .news-list .brief {
        font-size: 15px;
        min-height: 140px
    }

    #homeMain .news-activities .news-list .brief em {
        font-size: 14px
    }

    #homeMain .article-section .contentSlider .article-content .read-more {
        font-size: 15px
    }

    #homeMain .article-section .contentSlider .article-content .info-content .title {
        font-size: 17px;
        min-height: 0
    }

    #homeMain .article-section .contentSlider .article-content .info-content .date {
        font-size: 14px
    }

    #homeMain .article-section .contentSlider .article-content .info-content .brief {
        font-size: 16px;
        min-height: 150px
    }

    #homeMain .reports-section .reports a {
        min-height: 0
    }

    #homeMain .reports-section .reports a.fr {
        border-right: none;
        border-left: none
    }

    #homeMain .reports-section .reports a.sr {
        border-left: none;
        border-right: none;
        border-bottom: none
    }

    #homeMain .reports-section .reports a .title {
        min-height: 0
    }

    #homeMain .reports-section .reports a .brief {
        min-height: 110px
    }

    #homeMain .reports-section .reports a .brief em {
        right: 5px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowRight {
        right: 38%;
        padding: 10px 5px 10px 5px;
        bottom: 0
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowRight:after {
        width: 15px;
        height: 15px;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;
        margin-right: 10px;
        margin-left: 10px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft {
        left: 50%;
        padding: 10px 5px 10px 5px;
        bottom: 0
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft:after {
        width: 15px;
        height: 15px;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;
        margin-right: 10px;
        margin-left: 10px
    }

    #homeMain .stories-section .contentSlider .story-content .img-content {
        overflow: hidden
    }

    #homeMain .stories-section .contentSlider .story-content .img-content img {
        width: 100%
    }

    #homeMain .stories-section .contentSlider .story-content .info-container {
        padding-top: 18px;
        padding-bottom: 18px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content {
        padding: 5px 5px 35px;
        width: 100%;
        border: 1px solid #999999
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .story-share-list li a:before {
        background: #555;
        height: 30px;
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .story-share-list li a i {
        color: #555;
        padding-left: 15px;
        font-size: 17px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .title {
        font-size: 16px;
        min-height: 40px;
        padding-bottom: 20px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .date {
        font-size: 12px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .brief {
        font-size: 14px;
        min-height: 125px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .read-more {
        font-size: 14px;
        left: 3%
    }
}

@media (max-width: 767px) and (min-width: 415px) {
    #homeMain .section-title,#homeMain .programs-section .gray-title {
        font-size:30px
    }

    #homeMain .img-section-title {
        font-size: 30px
    }

    #homeMain .news-activities {
        margin-bottom: 40px
    }

    #homeMain .news-activities .news-list li {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 20px;
        background: rgba(41,64,122,0.1)
    }

    #homeMain .news-activities .news-list li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #homeMain .news-activities .news-list li a span {
        display: block
    }

    #homeMain .news-activities .news-list li .img {
        width: 50%
    }

    #homeMain .news-activities .news-list li .brief {
        display: none
    }

    #homeMain .news-activities .news-list .date {
        position: absolute;
        font-size: 14px;
        top: 0;
        right: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    #homeMain .news-activities .news-list .title {
        top: 35px;
        font-size: 16px;
        width: 90%;
        padding-right: 10px
    }

    #homeMain .news-activities .news-list .title:after {
        display: none
    }

    #homeMain .news-activities .news-list .brief {
        font-size: 15px;
        min-height: 140px
    }

    #homeMain .news-activities .news-list .brief em {
        font-size: 14px
    }

    #homeMain .article-section .contentSlider {
        min-height: 220px
    }

    #homeMain .article-section .contentSlider .article-content a {
        padding-top: 25px
    }

    #homeMain .article-section .contentSlider .article-content .read-more {
        font-size: 13px
    }

    #homeMain .article-section .contentSlider .article-content .img-content .img img {
        border-radius: 100px;
        max-height: 150px;
        max-width: 150px
    }

    #homeMain .article-section .contentSlider .article-content .info-content .title {
        font-size: 17px;
        min-height: 0
    }

    #homeMain .article-section .contentSlider .article-content .info-content .date {
        font-size: 14px;
        min-height: 100px
    }

    #homeMain .article-section .contentSlider .article-content .info-content .brief {
        display: none
    }

    #homeMain .reports-section .reports {
        padding: 10px
    }

    #homeMain .reports-section .reports a {
        min-height: 0
    }

    #homeMain .reports-section .reports a.fr {
        border-right: none;
        border-left: none
    }

    #homeMain .reports-section .reports a.sr {
        border-left: none;
        border-right: none;
        border-bottom: none
    }

    #homeMain .reports-section .reports a .title {
        min-height: 0;
        font-size: 17px
    }

    #homeMain .reports-section .reports a .brief {
        min-height: 130px;
        font-size: 15px
    }

    #homeMain .reports-section .reports a .brief em {
        right: 5px
    }

    #homeMain .stories-section .contentSlider {
        max-height: 500px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowRight {
        right: 0;
        padding: 10px 10px 10px 20px;
        bottom: 0
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowRight:after {
        width: 15px;
        height: 15px;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;
        margin-right: 10px;
        margin-left: 10px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft {
        left: 0;
        padding: 10px 20px 10px 10px;
        bottom: 0
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft:after {
        width: 15px;
        height: 15px;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;
        margin-right: 10px;
        margin-left: 10px
    }

    #homeMain .stories-section .contentSlider .story-content .img-content img {
        width: 100%
    }

    #homeMain .stories-section .contentSlider .story-content .info-container {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        min-height: inherit;
        position: absolute;
        bottom: 10%;
        right: 0;
        background: rgba(255,255,255,0.7)
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content {
        padding: 10px 10px 50px 10px;
        width: 100%;
        border: 1px solid #999999
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .story-share-list li a:before {
        background: #555;
        height: 30px;
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .story-share-list li a i {
        color: #555;
        padding-right: 15px;
        font-size: 17px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .title {
        font-size: 16px;
        min-height: 0;
        padding-bottom: 20px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .date {
        font-size: 14px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .brief {
        display: none
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .read-more {
        font-size: 14px;
        left: 50%;
        -webkit-transform: translate(50%, 10%);
        -ms-transform: translate(50%, 10%);
        transform: translate(50%, 10%);
        top: 90%
    }

    #homeMain .programs-section .prog-col {
        padding-right: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        background: rgba(41,64,122,0.1)
    }

    #homeMain .programs-section .prog-col a .back-img {
        display: none
    }

    #homeMain .programs-section .prog-col a span {
        float: right;
        display: block
    }

    #homeMain .programs-section .prog-col a .img {
        padding-bottom: 0;
        padding-top: 0
    }

    #homeMain .programs-section .prog-col a .img {
        width: 20%;
        padding: 0
    }

    #homeMain .programs-section .prog-col a .img .circle {
        width: 90px;
        height: 90px
    }

    #homeMain .programs-section .prog-col a .img .circle img {
        width: 100%
    }

    #homeMain .programs-section .prog-col a .brief {
        min-height: inherit;
        padding-right: 20px;
        width: 80%;
        text-align: left;
        font-size: 14px
    }

    #homeMain .programs-section .prog-col a .title {
        padding-bottom: 20px;
        padding-right: 20px;
        font-size: 16px;
        display: block;
        width: 60%;
        text-align: right
    }

    #homeMain .programs-section .prog-col a .read-more {
        display: none
    }

    #homeMain .programs-section .prog-col a:hover .back-img {
        visibility: hidden
    }

    #homeMain .programs-section .prog-col a:hover .title {
        color: #315789
    }

    #homeMain .programs-section .prog-col a:hover .brief {
        color: #000
    }

    #homeMain .programs-section .prog-col a:hover .read-more {
        visibility: hidden
    }
}

@media (max-width: 414px) {
    #homeMain .section-title,#homeMain .programs-section .gray-title {
        font-size:30px
    }

    #homeMain .img-section-title {
        font-size: 30px
    }

    #homeMain .news-activities .news-list li {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 20px;
        background: rgba(41,64,122,0.1);
        padding-left: 15px
    }

    #homeMain .news-activities .news-list li:last-child {
        margin-bottom: 0
    }

    #homeMain .news-activities .news-list .date {
        font-size: 14px
    }

    #homeMain .news-activities .news-list .title {
        font-size: 16px;
        min-height: 70px
    }

    #homeMain .news-activities .news-list .brief {
        display: none;
        font-size: 15px;
        min-height: 100px
    }

    #homeMain .news-activities .news-list .brief em {
        display: none
    }

    #homeMain .article-section .contentSlider .article-content a {
        width: 100%
    }

    #homeMain .article-section .contentSlider .article-content .read-more {
        display: none
    }

    #homeMain .article-section .contentSlider .article-content .img-content {
        max-width: 150px;
        max-height: 150px;
        padding-top: 15px;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        right: 50%
    }

    #homeMain .article-section .contentSlider .article-content .img-content .img img {
        border-radius: 100px
    }

    #homeMain .article-section .contentSlider .article-content .info-content {
        padding-top: 15px
    }

    #homeMain .article-section .contentSlider .article-content .info-content .title {
        font-size: 15px;
        min-height: 0
    }

    #homeMain .article-section .contentSlider .article-content .info-content .date {
        font-size: 13px;
        min-height: 80px
    }

    #homeMain .article-section .contentSlider .article-content .info-content .brief {
        display: none
    }

    #homeMain .reports-section .reports {
        padding: 10px
    }

    #homeMain .reports-section .reports a {
        min-height: 0
    }

    #homeMain .reports-section .reports a.fr {
        border-right: none;
        border-left: none
    }

    #homeMain .reports-section .reports a.sr {
        border-left: none;
        border-right: none;
        border-bottom: none
    }

    #homeMain .reports-section .reports a .title {
        min-height: 0;
        font-size: 16px
    }

    #homeMain .reports-section .reports a .brief {
        min-height: 140px;
        font-size: 14px
    }

    #homeMain .reports-section .reports a .brief em {
        right: 5px
    }

    #homeMain .stories-section .contentSlider {
        padding-bottom: 10px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowRight {
        right: 0;
        padding: 5px 10px 5px 5px;
        bottom: 0
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowRight:after {
        width: 15px;
        height: 15px;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;
        margin-right: 10px;
        margin-left: 10px
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft {
        left: 0;
        padding: 5px 5px 5px 10px;
        bottom: 0
    }

    #homeMain .stories-section .contentSlider .rsArrow.rsArrowLeft:after {
        width: 15px;
        height: 15px;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;
        margin-right: 10px;
        margin-left: 10px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content {
        padding: 10px 10px 50px 10px;
        width: 100%;
        border: 1px solid #999999
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .story-share-list li a:before {
        height: 30px;
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .story-share-list li a i {
        padding-left: 15px;
        font-size: 14px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .title {
        font-size: 16px;
        min-height: 80px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .date {
        font-size: 14px
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .brief {
        display: none
    }

    #homeMain .stories-section .contentSlider .story-content .info-container .info-content .read-more {
        font-size: 14px;
        right: 50%;
        -webkit-transform: translate(50%, 10%);
        -ms-transform: translate(50%, 10%);
        transform: translate(50%, 10%);
        top: 85%;
        text-align: center
    }

    #homeMain .programs-section .prog-col {
        padding-bottom: 20px;
        padding-top: 30px;
        margin-bottom: 20px;
        background: rgba(41,64,122,0.1)
    }

    #homeMain .programs-section .prog-col a .img {
        padding-top: 0
    }

    #homeMain .programs-section .prog-col a .title {
        padding-bottom: 10px;
        font-size: 20px
    }

    #homeMain .programs-section .prog-col a .brief {
        font-size: 14px;
        min-height: inherit
    }

    #homeMain .programs-section .prog-col a:hover .back-img {
        visibility: hidden
    }

    #homeMain .programs-section .prog-col a:hover .title {
        color: #315789
    }

    #homeMain .programs-section .prog-col a:hover .brief {
        color: #000
    }

    #homeMain .programs-section .prog-col a:hover .read-more {
        visibility: hidden
    }
}

.inside-header {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 125px
}

.inside-header img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0
}

@media (max-width: 1600px) {
    .inside-header img {
        height:100%;
        width: auto
    }
}

#inside-main .inside-row {
    margin: 0;
    padding: 15px
}

#inside-main .inside-row .line {
    border-top: 1px solid #111;
    display: block;
    margin-top: 60px;
    padding-top: 50px;
    position: relative
}

#inside-main .inside-row .read-more {
    -moz-border-radius: 50%;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    background: #111;
    border-radius: 50%;
    border: 10px solid #fdfdfd;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    margin: -40px 0 0 -40px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
    width: 80px
}

#inside-main .inside-row .read-more:hover {
    background: #990000;
    text-decoration: none
}

@media (min-width: 992px) and (max-width: 1199px) {
    .inside-header {
        margin-top:125px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inside-header {
        margin-top:95px
    }
}

@media (max-width: 767px) {
    .inside-header {
        height:250px;
        margin-top: 73px
    }
}

.newsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.newsList li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: none;
    width: 33.333333%;
    padding-top: 15px;
    padding-bottom: 15px
}

.newsList li:hover .date {
    color: #C04000
}

.newsList li:hover .brief em {
    color:#C04000
}

.newsList li:hover .img img {
    -webkit-transform: scale(0.98, 0.98);
    -ms-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98)
}

.newsList a {
    display: block;
    text-decoration: none
}

.newsList span {
    display: block
}

.newsList .img {
    position: relative
}

.newsList .img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    max-width: 100%;
    width: 100%
}

.newsList .date {
    font-size: 16px;
    color: #999999;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 8px
}

.newsList .title {
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 300;
    line-height: 1.2;
    color: #29407a;
    text-transform: uppercase;
    margin-bottom: 10px
}

.newsList .brief {
    font-size: 13px;
    line-height: 1.2;
    color: #b0b0b0
}

.newsList .brief em {
    display: block;
    font-style: normal;
    font-size: 12px;
    padding-top: 5px;
    color: #29407a
}

@media (min-width: 768px) and (max-width: 991px) {
    .newsList .brief {
        display:none
    }
}

@media (max-width: 767px) {
    .newsList {
        margin:0 -5px
    }

    .newsList li {
        width: 50%;
        padding: 5px
    }

    .newsList .title {
        font-size: 15px
    }

    .newsList .brief {
        display: none
    }
}

@media (max-width: 424px) {
    .newsList li {
        width:100%
    }
}

.author-info {
    padding: 10px 50px;
    margin-bottom: 50px;
    background: url("../images/shared/articles-background.jpg") no-repeat top center;
    background-color: #f3f3f3;
    background-size: 100% 100%
}

.author-info .content {
    position: relative;
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.author-info .content span {
    display: block
}

.author-info .content .info-text {
    width: 80%
}

.author-info .content .info-text .name {
    color: #fff;
    width: 100%;
    display: block
}

.author-info .content .info-text .name:before {
    background-color: #fff
}

.author-info .content .info-text .brief {
    color: rgba(255,255,255,0.7);
    display: block;
    width: 100%
}

.author-info .content .img {
    padding-left: 20px;
    width: 20%;
    max-width: 200px;
    min-width: 90px
}

.author-info .content .img img {
    border-radius: 100px;
    width: 100%
}

@media (max-width: 991px) and (min-width: 768px) {
    .author-info .content .info-text .name {
        font-size:25px
    }

    .author-info .content .info-text .brief {
        font-size: 15px
    }
}

@media (max-width: 767px) and (min-width: 415px) {
    .author-info .content .img {
        width:40%;
        max-width: 150px
    }

    .author-info .content .info-text .name {
        font-size: 20px
    }

    .author-info .content .info-text .brief {
        font-size: 14px
    }
}

@media (max-width: 414px) {
    .author-info .content .img {
        width:40%
    }

    .author-info .content .info-text .name {
        font-size: 16px
    }

    .author-info .content .info-text .brief {
        font-size: 12px
    }
}

.articleList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 25px
}

.articleList .article-content {
    list-style: none;
    width: 50%;
    padding: 15px;
    border-bottom: 1px dashed #e5e5e5;
    border-left: 1px dashed #e5e5e5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.articleList .article-content:nth-child(2n+2) {
    border-left: none
}

.articleList .article-content:hover {
    background-color: #f7f8fa
}

.articleList .article-content:hover .info-content .title {
    color: #29407b
}

.articleList .article-content:hover .read-more {
    background: #29407b
}

.articleList .article-content .img {
    display: block;
    float: left;
    margin-right: 10px
}

.articleList .article-content>a {
    text-decoration: none;
    display: block
}

.articleList .article-content>a span {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block
}

.articleList .article-content .info-content {
    width: 100%
}

.articleList .article-content .info-content .title {
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    padding-bottom: 10px
}

.articleList .article-content .info-content .brief {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0,0,0,0.4)
}

.articleList .article-content .date {
    display: block;
    font-size: 12px;
    color: #C04000;
    margin-bottom: 10px
}

.articleList .article-content .date a {
    font-family: "Droid Arabic Kufi",sans-serif;
    color: #C04000
}

@media (max-width: 767px) {
    .articleList .article-content {
        width:100%
    }
}

.reportsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 25px
}

.reportsList .report-content {
    list-style: none;
    width: 33.333333%;
    padding: 15px;
    border-bottom: 1px dashed #e5e5e5;
    border-left: 1px dashed #e5e5e5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.reportsList .report-content:hover {
    background-color: #f7f8fa
}

.reportsList .report-content:hover .info-content .title {
    color: #29407b
}

.reportsList .report-content:hover .read-more {
    background: #29407b
}

.reportsList .report-content>a {
    text-decoration: none;
    display: block
}

.reportsList .report-content>a span {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block
}

.reportsList .report-content .info-content {
    width: 100%
}

.reportsList .report-content .info-content .title {
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    padding-bottom: 10px
}

.reportsList .report-content .info-content .brief {
    font-size: 13px;
    line-height: 1.3;
    color: rgba(0,0,0,0.4)
}

.reportsList .report-content .date {
    display: block;
    font-size: 12px;
    color: #C04000;
    margin-bottom: 10px
}

.reportsList .report-content .date a {
    color: #C04000
}

.reportsList .img {
    display: block;
    text-align: center;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .reportsList .report-content:nth-child(3n+3) {
        border-left:none
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .reportsList .report-content {
        width:50%
    }

    .reportsList .report-content:nth-child(2n+2) {
        border-left: none
    }
}

@media (max-width: 767px) {
    .reportsList .report-content {
        border-left:none;
        width: 100%
    }
}

.story-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 25px;
    list-style: none
}

.story-list li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: none;
    width: 33.333333%;
    padding: 10px;
    margin-bottom: 10px
}

.story-list li:hover .story-date {
    color: #C04000
}

.story-list li:hover .story-brief em {
    background: #C04000
}

.story-list li:hover .story-img img {
    -webkit-transform: scale(0.98, 0.98);
    -ms-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98)
}

.story-list li a {
    display: block;
    text-decoration: none
}

.story-list li span {
    display: block
}

.story-list li .story-img {
    position: relative
}

.story-list li .story-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    max-width: 100%;
    width: 100%
}

.story-list li .story-date {
    font-size: 14px;
    text-align: center;
    color: #999999;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 8px
}

.story-list li .story-title {
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #29407a;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    min-height: 50px
}

.story-list li .story-brief {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    position: relative;
    min-height: 130px
}

.story-list li .story-brief em {
    display: block;
    background: #2d447e;
    padding: 5px 20px;
    font-style: normal;
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) and (min-width: 415px) {
    .story-list li {
        position:relative;
        width: 100%;
        margin-bottom: 10px;
        padding-top: 20px;
        background: rgba(41,64,122,0.1)
    }

    .story-list li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .story-list li a span {
        display: block
    }

    .story-list li .story-img {
        width: 50%
    }

    .story-list li .story-brief {
        display: none
    }

    .story-list .story-date {
        position: absolute;
        font-size: 14px;
        top: 5%;
        right: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .story-list .story-title {
        top: 35px;
        font-size: 15px;
        width: 90%;
        padding-right: 10px
    }

    .story-list .story-brief {
        font-size: 15px;
        min-height: 140px
    }

    .story-list .story-brief em {
        font-size: 14px
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .story-list li {
        width:50%
    }
}

@media (max-width: 414px) {
    .story-list li {
        width:100%;
        margin-bottom: 20px;
        padding-top: 20px;
        background: rgba(41,64,122,0.1);
        padding-left: 15px
    }

    .story-list li:last-child {
        margin-bottom: 0
    }

    .story-list li .story-date {
        font-size: 12px
    }

    .story-list li .story-title {
        font-size: 14px;
        min-height: 0
    }

    .story-list li .story-brief {
        display: none
    }

    .story-list li .story-brief em {
        display: none
    }
}

.contactus {
    margin-bottom: 20px
}

.contactus textarea.form-control {
    height: 120px
}

.news-img {
    text-align: center;
    float: left;
    margin-bottom: 15px
}

.news-img img {
    width: 100%;
    max-width: 400px
}

.newsTitle {
    color: #C04000;
    font-size: 23px;
    line-height: 1;
    margin: -15px 0 25px;
    font-weight: 300
}

.photoGallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    margin: 0 -15px
}

.photoGallery li {
    list-style: none;
    width: 25%;
    padding: 15px
}

.photoGallery img {
    display: block;
    max-width: 100%
}

.photoGallery.album li {
    width: 33.333333%
}

.photoGallery.album a {
    text-decoration: none
}

.photoGallery.album span {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #666
}

.photoGallery.album.video li {
    width: 25%
}

@media (min-width: 768px) and (max-width: 991px) {
    .photoGallery.album.video li,.photoGallery li {
        width:33.333333%
    }
}

@media (max-width: 767px) {
    .photoGallery.album,.photoGallery {
        padding:0 8px
    }

    .photoGallery.album.video li,.photoGallery.album li,.photoGallery li {
        width: 50%;
        padding: 7px
    }
}
footer {
    background: #2d447e url("../images/shared/footer-bg.png") no-repeat center top;
    border-bottom: 10px solid #e8ae00;
    padding-top: 90px;
    padding-bottom: 36px
}

footer .footerLinks {
    width: 50%;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 52px
}

footer .footerLinks li {
    list-style: none;
    width: 33.333333%
}

footer .footerLinks a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px
}

footer .footerLinks a:hover {
    color: #f6ab4c
}

footer .footerSocial {
    width: 20%;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2)
}

footer .footerSocial li {
    list-style: none;
    width: 100%;
    text-align: center;
    font-size: 20px
}

footer .footerSocial a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: rgba(255,255,255,0.4);
    text-decoration: none
}

footer .footerSocial a:hover {
    color: #fff
}

footer .newsLetter {
    width: 30%;
    float: right;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    padding-left: 15px
}

footer .newsLetter input {
    width: 73%;
    margin-right: 2%;
    height: 30px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
    background: #1f315f;
    border: 1px solid #5f78b8;
    color: #999ba1
}

footer .newsLetter button {
    font-family: "Droid Arabic Kufi",sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 22%;
    height: 30px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px;
    background: #1f315f;
    border: 1px solid #5f78b8;
    color: #fff
}

footer .newsLetter button:hover {
    cursor: pointer;
    background: #5f78b8
}

footer .copyright {
    float: left;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 30px
}

footer .copyright a {
    color: rgba(255,255,255,0.8)
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer {
        padding-top:50px
    }

    footer .newsLetter input {
        width: 70%
    }

    footer .newsLetter button {
        width: 25%;
        font-size: 10px
    }

    footer .rowcopy {
        padding-right: 15px;
        padding-left: 15px
    }

    footer .rowlinks {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer {
        padding-top:30px
    }

    footer .rowcopy {
        padding-top: 20px;
        text-align: center
    }

    footer .rowcopy .copyright {
        display: block;
        float: none;
        padding-top: 10px
    }

    footer .rowlinks {
        padding-right: 15px;
        padding-left: 15px
    }

    footer .footerSocial {
        width: 40%;
        padding: 15px 0
    }

    footer .footerLinks {
        width: 100%;
        padding-bottom: 10px
    }

    footer .footerLinks li a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .newsLetter {
        width: 60%;
        -webkit-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
}

@media (max-width: 767px) {
    footer {
        background-size:auto 100%;
        padding-top: 30px
    }

    footer .rowcopy {
        padding-top: 20px;
        text-align: center
    }

    footer .rowcopy .copyright {
        font-size: 12px;
        display: block;
        float: none;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px
    }

    footer .newsLetter input {
        width: 70%;
        font-size: 12px
    }

    footer .newsLetter button {
        width: 25%;
        font-size: 9px
    }

    footer .rowlinks {
        padding-right: 15px;
        padding-left: 15px
    }

    footer .footerSocial {
        width: 30%;
        padding: 15px 0
    }

    footer .footerLinks {
        width: 100%;
        padding-bottom: 10px
    }

    footer .footerLinks a {
        font-size: 13px
    }

    footer .footerLinks li a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .newsLetter {
        width: 70%;
        -webkit-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
}

@media (max-width: 414px) {
    footer {
        padding-top:10px;
        padding-bottom: 10px
    }

    footer .rowcopy {
        padding-top: 20px;
        text-align: center
    }

    footer .rowcopy .copyright {
        font-size: 11px;
        display: block;
        float: none;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px
    }

    footer .newsLetter input {
        width: 72%;
        font-size: 11px
    }

    footer .newsLetter button {
        width: 23%;
        font-size: 10px
    }

    footer .rowlinks {
        padding-right: 15px;
        padding-left: 15px
    }

    footer .footerSocial {
        background: rgba(31,49,95,0.6);
        width: 100%;
        padding: 10px 0 10px 0;
        border: none
    }

    footer .footerSocial li {
        font-size: 18px
    }

    footer .footerLinks {
        width: 100%;
        padding-bottom: 15px
    }

    footer .footerLinks a {
        font-size: 11px
    }

    footer .footerLinks li {
        width: 50%
    }

    footer .footerLinks li a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .newsLetter {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 0
    }
}

.pagination {
    margin-top: 30px
}

.pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px
}




.pagination {
    margin-top: 30px
}

.pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px
}

.pagination ul li {
    padding: 2px;
    list-style: none
}

.pagination ul a,.pagination ul span {
    display: block;
    width: 30px;
    height: 35px;
    color: #2f4c91;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.8;
    text-align: center
}

.pagination ul a:hover,.pagination ul .active a {
    background-color: #2f4c91;
    color: #fff
}

.pagination ul a:hover span,.pagination ul .active a span {
    color: #fff
}

#help-block li {
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    list-style: none
}
.dropdown-menu {
  display: none;
}
.dropdown.open .dropdown-menu {
  display: block;
}

h2 {
    color: dodgerblue;
    text-decoration: none;
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: 21px;
}

.video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* reduced from 30px to 20px */
  justify-content: center;
  text-align: center;
  direction: rtl;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.video-item {
  width: 280px; /* slightly narrower for tighter layout */
  margin-bottom: 10px; /* reduce vertical space between rows */
}

.video-item video, .video-item img {
  width: 100%;
  border-radius: 10px;
}

.caption {
  margin-top: 4px; /* reduced from 8px */
  font-size: 13px; /* slightly smaller font for compactness */
  color: #333;
  line-height: 1.4;
}

button {
    background: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}
button:hover {
    background: #0056b3;
}
.hide-me {
  display: none;
}
    ul.rtl-list {
      display: flex;
      flex-direction: row-reverse; /* Right to left flow */
      justify-content: center;
      align-items: center;
      list-style: none;
      gap: 2rem; /* Controls space between items */
      padding: 0;
      margin: 0;
    }

    ul.rtl-list li {
      background: #fff;
      padding: 1rem 2rem;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      font-weight: bold;
    }
   input[type="file"] {
      margin-bottom: 1rem;
    }

    #output table {
      border-collapse: collapse;
      width: 100%;
      max-width: 800px;
    }

    #output th, #output td {
      border: 1px solid #ccc;
      padding: 8px 12px;
      text-align: center;
    }

    #output th {
      background-color: #e0e0e0;
    }
.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
    position: relative;
    min-height: 1px;
    width: 100%;
    text-align: center!important;
    padding: 0
}

.file-container { display: flex; flex-direction: column; gap: 10px; }
    .file-card {
      display: flex;
      align-items: center;
      background-color: #eef4fc;
      border: 1px solid #bfd3f4;
      border-radius: 6px;
      padding: 12px 16px;
      max-width: 400px;
      text-decoration: none;
      color: #2a5599;
    }
    .file-card:hover { background-color: #dde9fc; }
    .file-icon { font-size: 1.4rem; margin-right: 12px; }
    .file-name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      flex: 1;
    }
.file-card {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name {
  font-size: 0.85rem;
}
.file-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

/* 🔒 Limit to just your local section */
#localFileContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* RTL flow */
  gap: 10px;
  justify-content: flex-start; /* Align visually to the right */
  direction: rtl;
  max-width: 100%;
  margin-top: 1rem;
}

/* 📁 File Card Style (compact & RTL-friendly) */
#localFileContainer .file-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.upload-box1 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card1 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name1 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon1 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn1 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card1 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon1 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name1 {
  font-size: 0.85rem;
}
.file-container1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card1 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card1 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box1 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer1 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer1 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box2 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card2 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name2 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon2 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn2 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card2 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon2 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name2 {
  font-size: 0.85rem;
}
.file-container2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card2 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card2 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box2 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer2 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer2
 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box3 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card3 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name3 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon3 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn3 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card3 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon3 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name3 {
  font-size: 0.85rem;
}
.file-container3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card3 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card3 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box3 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer3 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer3 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box4 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card4 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name4 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon4 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn4 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card4 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon4 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name4 {
  font-size: 0.85rem;
}
.file-container4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card4 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card4 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box4 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer4 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer4 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box5 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card5 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name5 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon5 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn5 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card5 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon5 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name5 {
  font-size: 0.85rem;
}
.file-container5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card5 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card5 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box5 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer5 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer5 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box6 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display6 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card6 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name6 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon6 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn6 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card6 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon6 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name6 {
  font-size: 0.85rem;
}
.file-container6 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card6 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card6 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box6 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer6 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer6 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box7 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card7 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name7 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon7 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn7 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card7 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon7 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name7 {
  font-size: 0.85rem;
}
.file-container7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card7 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card7 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box7 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer7 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer7 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box8 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display8 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card8 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name8 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon8 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn8 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card8 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon8 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name8 {
  font-size: 0.85rem;
}
.file-containe8 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card8 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card8 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box8 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer8 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer8 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box9 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card9 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name9 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon9 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn9 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card9 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon9 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name9 {
  font-size: 0.85rem;
}
.file-container9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card9 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card9 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box9 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer9 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer9 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box10 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display10 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card10 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name10 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon10 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn10 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card10 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon10 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name10 {
  font-size: 0.85rem;
}
.file-container10 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card10 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card10 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box10 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer10 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer10 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box11 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card11 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name11 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon11 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn11 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card11 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon11 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name11 {
  font-size: 0.85rem;
}
.file-container11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card11 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card11 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box11 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer11 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer11 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box12 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card12 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name12 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon12 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn12 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card12 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon12 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name12 {
  font-size: 0.85rem;
}
.file-container12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card12 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card12 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box12 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer12 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer12 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box13 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card13{
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name13{
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon13 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn13 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card13 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon13{
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name13 {
  font-size: 0.85rem;
}
.file-container13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card13 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card13 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box13 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer13 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer13 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box14 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display14 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card14 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name14 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon14 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn14 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card14 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon14 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name14 {
  font-size: 0.85rem;
}
.file-container14{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card14 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card14 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box1 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer14 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer14 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box15 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display15 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card15 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name15 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon15 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn15 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card15 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon15 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name15 {
  font-size: 0.85rem;
}
.file-container15{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card15 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card15 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box15 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer15 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer15 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box16 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display16{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card16 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name16 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon16 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn16 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card16 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon16 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name16 {
  font-size: 0.85rem;
}
.file-container16{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card16 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card16 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box16 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer16 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer16 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box17 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display17 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card17 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name17 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon17 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn17 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card17 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon17 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name17 {
  font-size: 0.85rem;
}
.file-container17 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card17 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card17 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box17 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer17 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer17 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box18 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display18 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card18 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name18 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon18 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn18 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card18 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon18 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name18 {
  font-size: 0.85rem;
}
.file-container18 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card18 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card18 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box18 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer18 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer18 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box19 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display19 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card19 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name19 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon19 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn19 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card19 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon19 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name19 {
  font-size: 0.85rem;
}
.file-container19 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card19 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card19 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box19 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer19 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer19 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
#slide {
  width: 100%;
  margin-top:150px;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.upload-box20 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display20 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card20 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name20 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon20 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn20 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card20 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon20 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name20 {
  font-size: 0.85rem;
}
.file-container20 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card20 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card20 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box20 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer20 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer20 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.carousel-wrapper {
  position: relative;
  max-width: 800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-container {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.box {
  flex: 0 0 100%;
  padding: 60px 20px;
  background-color: whitesmoke;
  color: white;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-radius: 10px;
}

.nav {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #4caf50;
  cursor: pointer;
  transition: 0.2s;
  z-index: 1;
}

.nav:hover {
  color: #2e7d32;
}
 
.span {
    font-family: "Droid Arabic Naskh", sans-serif;
}
.img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.upload-box21 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display21 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card21 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name21 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon21 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn21 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card21 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon21 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name21 {
  font-size: 0.85rem;
}
.file-container21 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card21 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card21 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box21 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer21 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer21 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box22 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display22 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card22 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name22 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon22 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn22 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card22 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon22 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name22 {
  font-size: 0.85rem;
}
.file-container22 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card22 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card22 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box22 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer22 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer22 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box23 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display23 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card23 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name23 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon23 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn23 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card23 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon23 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name23 {
  font-size: 0.85rem;
}
.file-container23 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card23 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card23 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box23 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer23 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer23 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.msg-box {
  width: 1100px;
  height: 200px;
  padding: 12px;
  font-size: 1rem;
  border-radius: 8px;
  box-sizing: border-box;
  resize: vertical;
}
.form-field {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-field:focus {
  border-color: #7c4dff;
  outline: none;
}

.msg-box {
  height: 200px;
  resize: vertical;
}

.send-btn {
  background-color: blue;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.send-btn:hover {
  background-color: #5e35b1;
}
.social-container {
  display: flex;
  align-items: center; /* 👈 Ensures vertical alignment */
  gap: 20px;
  direction: rtl;
}

.donate {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 10px 20px;
  font-family: inherit;
  cursor: pointer;
  border-radius: 4px;
  /* Add this line for vertical alignment tweak */
  line-height: 1;
}
 .hidden-section {
    display: none;
  }
.upload-box24 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display24 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card24 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name24 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon24 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn24 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card24 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon24 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name24 {
  font-size: 0.85rem;
}
.file-container24 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card24 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card24 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box24 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer24 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer24 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}

.upload-box25 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display25 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card25 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name25 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon25 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn25 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card25 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon25 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name25 {
  font-size: 0.85rem;
}
.file-container25 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card25 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card25 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box25 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer25 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer25 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box26 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display26 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card26 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name26 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon26 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn26 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card26 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon26 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name26 {
  font-size: 0.85rem;
}
.file-container26 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card26 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card26 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box26 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer26 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer26 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box27 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display27 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card27 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name27 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon27 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn27 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card27 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon27 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name27 {
  font-size: 0.85rem;
}
.file-container27 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card27 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card27 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box27 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer27 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer27 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box28 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display28 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card28 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name28 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon28 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn28 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card28 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon28 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name28 {
  font-size: 0.85rem;
}
.file-container28 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card28 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card28 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box28 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer28 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer28 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box29 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display29 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card29 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name29 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon29 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn29 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card29 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon29 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name29 {
  font-size: 0.85rem;
}
.file-container29 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card29 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card29 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box29 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer29 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer29 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box30 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display30 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card30 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name30 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon30 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn30 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card30 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon30 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name30 {
  font-size: 0.85rem;
}
.file-container30 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card30 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card30 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box30 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer30 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer30 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box31 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display31 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card31 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name31 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon31 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn31 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card31 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon31 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name31 {
  font-size: 0.85rem;
}
.file-container31 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card31 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card31 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box31 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer31 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer31 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box32 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display32 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card32 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name32 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon32 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn32 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card32 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon32 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name32 {
  font-size: 0.85rem;
}
.file-container32 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card32 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card32 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box32 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer32 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer32 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box33 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display33 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card33 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name33 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon33 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn33 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card33 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon33 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name33 {
  font-size: 0.85rem;
}
.file-container33 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card33 {
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card33 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box33 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer33 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer33 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}
.upload-box34 {
  max-width: 100%;
  padding: 1rem;
  direction: rtl;
}

.file-display34 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 1rem;
}

.file-card34 {
  display: flex;
  align-items: center;
  background-color: #eef4fc;
  border: 1px solid #bfd3f4;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 250px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-name34 {
  font-size: 0.85rem;
  direction: rtl;
  text-align: right;
  color: #2a5599;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon34 {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #2a5599;
}

.delete-btn34 {
  background: none;
  border: none;
  color: #d22f2f;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 6px;
}
.file-card34 {
  padding: 2px 6px;       /* Reduced from 12px 16px */
  font-size: 0.55rem;      /* Smaller text */
  max-width: 150px;        /* Narrower card */
}
.file-icon34 {
  font-size: 0.85rem;       /* Smaller icon */
  margin-right: 8px;
}
.file-name34 {
  font-size: 0.85rem;
}
.file-container34 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* Aligns cards right-to-left */
  gap: 10px;
  justify-content: flex-start; /* visually pulls to the right in RTL */
  direction: rtl;               /* RTL language flow */
}
.file-card34{
  direction: rtl;           /* Ensures icon is on the correct side */
  text-align: right;
  justify-content: space-between;
}
.file-card34 {
  width: fit-content;
  max-width: 150px;   /* or whatever size you prefer */
  direction: rtl;
}
.file-upload-box34 {
  width: 100%;
  padding: 1rem;
  background: #fffefc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#fileContainer34 {
  display: flex;
  flex-wrap: wrap;             /* Allows wrapping if needed */
  flex-direction: row-reverse; /* 🔄 Flows cards right-to-left */
  gap: 10px;
  direction: rtl;              /* RTL language flow support */
  justify-content: flex-start; /* Visually aligns the first card to the right */
}
#fileContainer34 .file-card {
  direction: rtl;
  max-width: 250px;
  width: fit-content;
}

/* ❶ أساسيات التخطيط بالـ Flex للصفحة كلها */
html, body {
  height: 100%;
  margin: 0;
}
body {
  min-height: 100vh;              /* امتلاء كامل الشاشة */
  display: flex;
  flex-direction: column;          /* عمودي: header -> main -> footer */
}

/* ❷ اجعل الـmain يتمدد ويدفع الفوتر للأسفل */
.site-main {
  flex: 1 0 auto;                  /* خذ المساحة المتبقية */
}

/* ❸ الفوتر يبقى أسفل الشاشة دائماً */
.site-footer {
  margin-top: auto;                /* السرّ هنا */
  background: #111;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  position: relative;
  z-index: 1001; /* Ensure footer is above header if overlapping */
}

/* ❹ إن كان الهيدر ثابتاً أعلى الصفحة */
.site-header.is-fixed {
  position: sticky;                /* أو position: fixed; top:0; */
  top: 0;
  z-index: 1000;
  background: #fff;
}
/* عالج فراغ أعلى المحتوى عندما يكون الهيدر ثابتاً */
.site-header.is-fixed + .site-main {
  /* عدّل القيمة حسب ارتفاع الهيدر الفعلي */
  padding-top: 80px;
}

/* ❺ تحسينات RTL إن لزم */
html[dir="rtl"] .navbar .dropdown-menu {
  right: 0; left: auto;
}
