body.rtl {
    direction: rtl;
}
.skin-wrapper main {
  /* overflow: hidden; */
  border-radius: 32px;
  /* background: none; */
  /* background-size: 50%; */
  /* background-color: #fff; */
  position: relative;
  z-index: 1;
}
/* 
.livetabsdefault.mtop .ui-tabs .ui-tabs-nav li a#ui-id-1:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0,-50%);
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNCA3VjE5SDE5VjIxSDRDMiAyMSAyIDE5IDIgMTlWN0g0Wk0yMS4zIDNINy43QzYuNzYgMyA2IDMuNyA2IDQuNTVWMTUuNDVDNiAxNi4zMSA2Ljc2IDE3IDcuNyAxN0gyMS4zQzIyLjI0IDE3IDIzIDE2LjMxIDIzIDE1LjQ1VjQuNTVDMjMgMy43IDIyLjI0IDMgMjEuMyAzWk04IDVIMTNWMTFIOFY1Wk0yMSAxNUg4VjEzSDIxVjE1Wk0yMSAxMUgxNVY5SDIxVjExWk0yMSA3SDE1VjVIMjFWN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==');
} */

.main-content-box h1 i,.main-content-box h2 i,.main-content-box h3 i,.main-content-box h4 i,.main-content-box h5 i,.main-content-box h6 i {
    color: var(--primary6);
    margin-left: 5px;
}
.main-content-box ol li,.main-content-box ul li {
    margin-bottom: 8px;
    color: #000;
    font-size: 14px;
}

.main-content-box ul li {
    list-style: inside;
}

.main-content-box ul li::marker {
    color: #000;
}
.survey-results {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.survey-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.survey-option-name {
  font-weight: bold;
  padding-left: 15px;
}

.survey-option-graph {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-grow: 0.9;
}

.survey-option-bar {
  height: 10px;
  background-color: var(--primary1);
  flex-shrink: 0;
}

.survey-option-percentage {
  font-size: 12px;
  color: #555;
}

.poll-box-pane {
    width: 100%;
}



.counter-box {
    position: relative;
    box-shadow: 0px 1.317px 3.073px -1.317px rgba(24, 39, 75, 0.12), 0px 2.195px 7.024px -0.878px rgba(24, 39, 75, 0.10);
    border-radius: 16px;
}


.img-loader img {
    width: 150px;
}


section.news-bg {
    margin: 0 0 80px;
}

section.page-name {
    margin: 0;
}
.main-skin.main-skin-inner section {
    margin: 0;
}

.main-view-pa-box,.main-content-box {
        border-radius: 32px;
        background: #F5F5F5;
        box-shadow: 0px 1.317px 3.073px -1.317px rgba(24, 39, 75, 0.12), 0px 2.195px 7.024px -0.878px rgba(24, 39, 75, 0.10);
        padding: 32px 48px;
}



/* START: SIDE PA */
.side-pa-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-pa-image {
    height: 190px;
    border-radius: 16px;
    overflow: hidden;
}

.side-pa-box {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.side-pa-text h5 a:link,.side-pa-text h5 a:visited {
    color: var(--primary1);
}

/* END: SIDE PA */

/* START: CONTACT US */
.contact-box {
    margin-bottom: 17px;
    padding: 30px;
}

.contact-us-details {
    width: 84%;
    margin: -238px auto 0;
    background: #fff;
    box-shadow: 0px 1.317px 2.634px -1.317px rgba(24, 39, 75, 0.12),    0px 1.756px 5.268px -0.878px rgba(24, 39, 75, 0.08);
    position: relative;
    z-index: 0;
    padding: 15px;
    border-radius: 10px;
}

.contact-us-container img {
    border-radius: 10px;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.contact-us-details h3 {
    margin: 0 0 16px;
}

.contact-us-box {
    /* border: 1px solid #ddd; */
    /* border-radius: 10px; */
    padding: 10px;
}

.contact-us-box ul li svg {
    margin-left: 8px;
}

.contact-us-box ul li {
    display: flex;
    margin-bottom: 6px;
}

.contact-us-box ul li svg {
    flex: 0 0 24px;
}

.contact-us-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us-link a:link,.contact-us-link a:visited {color: var(--primary1);font-size: 15px;font-weight: bold;border: 1px solid var(--primary1);padding: 13px 17px;display: inline-block;border-radius: 5px;transition: all 0.2s linear;}
.contact-us-details >.row {
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 0;
}

.contact-us-details .row .col-sm-4 {
    border-right: 1px solid #ddd;
}

.contact-us-link a:hover {
    background: var(--primary1);
    color: #fff;
}

.contact-us-link a:hover svg path {
    fill: #fff;
}

.contact-us-container {
    height: 480px;
}
/* END: CONTACT US */






/* START: SUBJECTS */
.subslider-box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.subslider-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subslider-image {
    /* width: fit-content; */
    height: 336px;
    flex: 0 0 600px;
    border-radius: 15px;
    overflow: hidden;
    background: var(--primary5);
}

.subslider-details {
    flex:  auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subslider-details {}

.subslider-nav-box {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 8px;
}
.subslider-nav-box .swiper-subslider-next,.subslider-nav-box .swiper-subslider-prev {
    background: var(--primary2);
    border-radius: 5px;
}

.subjects-view-image img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
}

.subjects-view-items {
    margin-bottom: 28px;
}

.subjects-view-image {
    height: 190px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.subjects-view-image:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary5);
    z-index: 0;
}
.subjects-view-details h2 {
    margin: 0;
    font-size: 18px;
}
.subjects-view-details p span {
    margin-left: 8px;
}
.subslider-details h2 {
    margin: 0;
}

.subslider-more a:link,.subslider-more a:visited {
    padding: 12px 24px;
    background: var(--primary1);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    /* font-weight: bold; */
    border-radius: 8px;
    display: inline-block;
    /* background-color: #00696f; */
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.subslider-more a svg path {
    fill: #fff;
}

.subslider-more a svg {
    margin-right: 11px;
}
.swiper.main-news.main-subjects .swiper-pagination {position: relative;margin-top: 25px;}
/* END: SUBJECTS */




.green-bg-reports .swiper.main-subjects .news-box {
    background: linear-gradient(to top, #00858e , #00a7b2);
}
.green-bg-reports .swiper.main-subjects .news-box .news-content h5 a:link,.green-bg-reports .swiper.main-subjects .news-box .news-content h5 a:visited{
    color:#fff;
}
.green-bg-reports .swiper.main-subjects .news-box .news-more a:link,.green-bg-reports .swiper.main-subjects .news-box .news-more a:visited{
    color:#fff;
}
.green-bg-reports .swiper.main-subjects .news-box .news-more a svg path{
    fill:#fff;
}







.main-last-info .news-box {
    margin-bottom: 20px;
}






.social-item.share-link button .news-tooltip {
    visibility: hidden;
    background-color: var(--primary1);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    width: 55px;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .social-item.share-link button {
    position: relative;
    outline: none;
    border: 0;
    background: none;
    padding: 0;
  }
  
  .social-item.share-link button.show-tooltip .news-tooltip {
    visibility: visible;
    opacity: 1;
  }





/* START: ABOUT US  */
.about-us-menu h2 {
    background: var(--primary1);
    color: #fff;
    padding: 5px 36px;
    margin: 0 0 17px 0;
    border-radius: 12px;
    /* text-align: center; */
    font-size: 18px;
}

.about-us-menu ul li a:link,.about-us-menu ul li a:visited {
    color: var(--primary1);
}

.about-us-menu ul li i {
    color: var(--primary6);
    margin-left: 10px;
    /* font-size: 47px; */
}
/* END: ABOUT US  */

div#mic-init-access-tool {
    display: none;
}




/* START: STAFF */
.staffs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.staffs-image {
    height: 240px;
}

.staffs-details {
    text-align: center;
    padding: 0 14px;
}

.staffs-details p {
    border-radius: 16px;
    transition: all 0.2s linear;
}
.staffs-details p:nth-child(3) {
    min-height: 62px;
}
.staffs-details p:hover {
    background: var(--primary1);
    color: #fff;
}

.staffs-box {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 8px 64px 0px rgba(41, 65, 115, 0.08);
    margin-bottom: 24px;
}
/* END: STAFF */








.register-form-footer ul.page-break-section {
    box-shadow: none !important;
    padding: 0 !important;
}

.register-form-footer ul.page-break-section li {
    padding: 0 !important;
}
.register-form-footer h2#Heading_530_1 {
    border: 0;
}

.register-form-footer input#dnn_ctr530_View_Textbox_530_2 {
    background: #fafafa;
    border-radius: 50px;
    border: 0;
    /* padding: 18px 0 !important; */
    height: unset;
}

.register-form-footer input#dnn_ctr530_View_Submitbutton_530_3 {
    background: var(--primary);
    border-radius: 50px;
    padding: 2px 0;
    width: unset !important;
    height: unset !important;
    transform: translate(8px, -39px);
    /* top: 0; */
}


/* START: SLIDER */
.slider-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper.main-swiper-slidernew .swiper-slide {
    transform: scale(0.8);
    width: fit-content;
    aspect-ratio: 16/9;
    transition: all 0.7s ease;
}
.swiper.main-swiper-slidernew .swiper-slide.swiper-slide-next, .swiper.main-swiper-slidernew .swiper-slide.swiper-slide-prev {
    transform: scale(0.9);
}
.swiper.main-swiper-slidernew .swiper-slide.swiper-slide-active {
    z-index: 2;
    transform: scale(1.7);
    /* width: 636px;
    height: 363px; */
    /* aspect-ratio: 16/9; */
}

.swiper.main-swiper-slidernew {
    padding: 145px 0 0;
    /* margin-top: 75px; */
}
.slider-image-box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04), 0px 4px 8px 0px rgba(96, 97, 112, 0.16);
 
}

.swiper-slider-pagination {
    display: flex;
    justify-content: center;
    margin-top: 103px;
}
.swiper-slider-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondary);
}


@media (max-width: 992px) {
    .swiper.main-swiper-slidernew .swiper-slide,
    .swiper.main-swiper-slidernew .swiper-slide.swiper-slide-next,
    .swiper.main-swiper-slidernew .swiper-slide.swiper-slide-prev,
    .swiper.main-swiper-slidernew .swiper-slide.swiper-slide-active{
        transform: unset;
    }
}
/* END: SLIDER */


.mellat-contact {
    /* background: var(--primary); */
    border-radius: 10px;
    padding: 18px 0;
}

.mellat-contact-image {
    display: flex;
    justify-content: center;
}

.mellat-contact-image img {
    width: 132px;
}

.mellat-contact-text {
    padding: 0 60px;
    color: #fff;
}

.mellat-contact-text h6 {
    color: #fff;
    font-size: 20px;
}

.mellat-contact-text p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.mellat-contact-text a:link,.mellat-contact-text a:visited {
    background: #fff;
    color: var(--secondary);
    /* display: flex; */
    /* align-items: center; */
    padding: 6px 34px;
    border-radius: 50px;
}

@media (min-width: 1200px) {.mellat-contact {
    margin: 0 160px;
}}





section.contact-us-bg {
    background: var(--primary);
    z-index: 4;
    position: relative;
    margin-bottom: -70px;
}






.swiper-default-navs .swiper-button-disabled {
    filter: grayscale(8);
    opacity: 0.6;
}
