.rtl * .ls-bottom-nav-wrapper *, .rtl * .ls-bottom-nav-wrapper span * { direction: rtl !important; }

.rtl .ls-bottom-slidebuttons { text-align: right; }
.shad-fixed {
    position: fixed;
    bottom: 110px;
    left: 25px;
    width: 65px;
    height: 65px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  animation: circleScale 5s infinite;
    border: 2px solid #771215;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 22%);
}
@keyframes circleScale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0);
  }
}
.barem-bandi {
    position: fixed;
    bottom: 115px;
    right: 25px;
    background: #771215;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 22%);
    padding: 5px 15px;
}

.barem-bandi a svg {
    width: 3rem;
    height: 3rem;
}

.barem-bandi a {
    font-size: 18px;
    color: #fff;
}

.barem-bandi a svg path {
    fill: #e0dad7;
    stroke: #ddd;
}
.ticker div {
    display: inline-block;
    background: #f9f9f5;
    padding: 5px 30px;
    border-radius: 3px;

    margin: 10px 0 0px;
  height:50px;
}

.ticker {display: flex;justify-content: center;align-items: center;}

.ticker div a {
    color: #771215;
    font-size: 14px;
  font-weight:bold
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 25s;
  animation: zoom 25s;
}
.image-imam img {
    width: 110px;
}
.video-shafaf video {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.archive-btn.archive-film {
    position: absolute;
    z-index: 2;
    right: 15px;
}

.archive-btn.archive-film a {
    background: rgb(255 255 255 / 30%);
    color: #771215;
    transition: all 0.3s linear;
}

.archive-btn.archive-film a:hover {
    background: #771215;
    color: #fff;
}




/* .docs-table-box table td,.docs-table-box table tr,.docs-table-box table tbody {
    border-color: #771215 !important;
} */
.docs-table-box {
    position: relative;
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 6%);
    border-radius: 35px;
    padding:20px;
    background: rgb(2,0,36);
    background: #fff;
}


.docs-table-box h4 {
    text-align: center;
    color: #000;
}

.banner-president img {
    width: 100%;
}

.icon-database svg {
    width: 6rem;
    height: 6rem;
}

.special-news.holy-defense-multi {
    width: 100%;
    padding: 0;
}
.special-news.holy-defense-multi .special-news-image {
    height: 280px;
}

.rtl * .ls-bottom-nav-wrapper *, .rtl * .ls-bottom-nav-wrapper span * { direction: rtl !important; }

.rtl .ls-bottom-slidebuttons { text-align: right; }
.shad-fixed {
    position: fixed;
    bottom: 110px;
    left: 25px;
    width: 65px;
    height: 65px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  animation: circleScale 5s infinite;
    border: 2px solid #771215;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 22%);
}
@keyframes circleScale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0);
  }
}
.barem-bandi {
    position: fixed;
    bottom: 115px;
    right: 25px;
    background: #771215;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 22%);
    padding: 5px 15px;
}

.barem-bandi a svg {
    width: 3rem;
    height: 3rem;
}

.barem-bandi a {
    font-size: 18px;
    color: #fff;
}

.barem-bandi a svg path {
    fill: #e0dad7;
    stroke: #ddd;
}
.ticker div {
    display: inline-block;
    background: #f9f9f5;
    padding: 5px 30px;
    border-radius: 3px;

    margin: 10px 0 0px;
  height:50px;
}

.ticker {display: flex;justify-content: center;align-items: center;}

.ticker div a {
    color: #771215;
    font-size: 14px;
  font-weight:bold
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 25s;
  animation: zoom 25s;
}
.image-imam img {
    width: 110px;
}
.video-shafaf video {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.archive-btn.archive-film {
    position: absolute;
    z-index: 2;
    right: 15px;
}

.archive-btn.archive-film a {
    background: rgb(255 255 255 / 30%);
    color: #771215;
    transition: all 0.3s linear;
}

.archive-btn.archive-film a:hover {
    background: #771215;
    color: #fff;
}




/* .docs-table-box table td,.docs-table-box table tr,.docs-table-box table tbody {
    border-color: #771215 !important;
} */
.docs-table-box {
    position: relative;
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 6%);
    border-radius: 35px;
    padding:20px;
    background: rgb(2,0,36);
    background: #fff;
}


.docs-table-box h4 {
    text-align: center;
    color: #000;
}

.banner-president img {
    width: 100%;
}

.icon-database svg {
    width: 6rem;
    height: 6rem;
}

.special-news.holy-defense-multi {
    width: 100%;
    padding: 0;
}
.special-news.holy-defense-multi .special-news-image {
    height: 280px;
    border: 1px solid #a9a9a9;
}


.holy-defence-title h2 {
    margin: 30px 0 15px;
    text-align: center;
    background: #771215;
    color: #fff;
    border-radius: 20px;
    padding: 8px 0;
    font-size: 20px;
}
div#LiveSlider920 {
    overflow: hidden;
    border-radius: 15px;
}
.special-news.holy-defense-multi .special-news-image>span {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #771215;
    color: #fff;
    padding: 7px 11px;
    border-radius: 13px;
}

.view-deputy .phone-managers span.resume-pdf a:link,.view-deputy .phone-managers span.resume-pdf a:visited {
    background: #771215;
    color: #fff;
    padding: 4px 16px;
    border-radius: 5px;
}

.docs-table-box .scroll-content table.table {
    border-collapse:separate;
    border-spacing: 0;
}

.docs-table-box .scroll-content table.table  th {
  /* Apply both top and bottom borders to the <th> */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #000;
  border-right: 1px solid #ddd;
}

.docs-table-box .scroll-content table.table  td {
  /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.docs-table-box .scroll-content table.table  th:first-child,
.docs-table-box .scroll-content table.table  td:first-child {
  /* Apply a left border on the first <td> or <th> in a row */
  border-left: 1px solid #ddd;
}

.docs-table-box .scroll-content table.table  thead th {
  position: sticky;
  top: 0;
  background-color: #fff;
}
.miz-buttons .miz-btn {
    background: #771215;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 5px;
}

.miz-buttons .miz-btn a:link,.miz-buttons .miz-btn a:visited {
    color: #fff;
}

.miz-bottom-links ul {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
}

.miz-bottom-links ul li {
    background: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0px 3px 13px -9px #000;
}



/*contact us*/
.contact-us {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 3px 7px -3px rgba(170, 170, 170, 0.37);
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
}

.contact-us h3 {
    font-size: 18px;
    color: inherit;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0 0px 15px 0;
    margin: 0 0 5px;
}

.contact-box {
    margin: 20px 0 0 0;
}

.contact-box .footer-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-box .footer-box ul li {
    display: block;
    padding: 15px 0;
    border-top: 2px dotted #999;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.contact-box .footer-box ul li:hover .text-box {
    margin: 0 10px 0 0;
}

.address-box h3 {
    margin: 0 0 15px 0;
    padding: 15px 0 5px 0;
    color: #000;
}

.contact-box .footer-box ul li:first-child {
    padding: 0 0 15px 0;
    border: 0;
}

.contact-box .footer-box ul li a:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 6px;
    color: #ccc;
    position: absolute;
    left: 0;
}

.contact-box .footer-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-box .footer-box ul li {
    /* display: block; */
    padding: 10px 0 0 0;
    border: 0;
    /* clear: both; */
    overflow: hidden;
    display: flex;
    align-items: center;
}

.contact-box .footer-box ul li:first-child {
    padding: 0;
}

.contact-box .footer-box ul li:hover span {
    border-color: #000;
}

.contact-box .footer-box ul li:hover span:before {
    border-color: transparent #000 transparent transparent;
}

.contact-box ul li em {
    float: right;
    font-size: 24px;
    width: 34px;
    border-left: 1px solid #4374e0;
    color: #4374e0;
    line-height: 44px;
    padding: 0 0 0 12px;
    margin: 0 0px 0 10px;
    position: relative;
}

.contact-box .footer-box em:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0px;
    border-color: transparent #4374e0 transparent transparent;
}

.contact-box .footer-box .text-box {
    overflow: hidden;
    float: right;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.contact-box .footer-box .text-box p {
    margin: 0;
    text-align: justify;
}

.herasat {
    text-align: justify;
    margin: 15px 0 0 0;
    clear: both;
}

.scan-qr img {
    height: 185px;
    border: 1px solid #4374e0;
    padding: 5px;
}

.contact-box .footer-box .text-box strong {
    color: #7b6d6d;
}

.contact-box .footer-box .text-box a {
    color: #ccc;
    text-decoration: none;
    padding: 0;
}

.contact-box .footer-box .text-box a:before {
    content: '';
    display: none;
}

.contact-box .footer-box span {
    /* color: #4374e0; */
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.box-qr img {
    width: 200px;
    height: 200px;
    background: #ddd;
    padding: 10px;
    border-radius: 3px;
}

.box-qr {
    text-align: center;
    margin: 20px 0 0 0;
}

.content-shared ul {
    display: table-cell;
    vertical-align: middle;
    padding: 35px 0 15px 0;
}

.content-shared {
    display: table;
    width: 100%;
    text-align: center;
}

.content-shared ul li {
    height: 35px;
    width: 35px;
    text-align: center;
    float: right;
    margin: 0 5px;
}

.content-shared ul li a {
    display: table;
    vertical-align: middle;
    line-height: 12px;
    color: #fff;
    font-size: 16px;
    height: 35px;
    width: 35px;
    border-radius: 3px;
}

.content-shared ul li a em {
    display: table-cell;
    vertical-align: middle;
}

.contact-us:has(iframe) {
    height: 301px;
}

.contact-us iframe {
    height: 100%;
    width: 100%;
}





.main-services-tabs.inner-database-tabs {
    position: relative;
    border-radius: 30px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 53px;
}

.main-services-tabs.inner-database-tabs span.less-more-show-btn {
    bottom: 0;
}
