@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-ExtraBold.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-ExtraBold.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Black.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}



@font-face {
    font-family: sahel;
    src:
            url(../fonts/sahel/Sahel.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: sahel;
    src:
            url(../fonts/sahel/Sahel-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

html,
body {
    position: relative;
}

body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: sahel;
}

a {
    text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 100vh;
}

.cricle-item {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100vh;
}

.about-us-body {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100vh;
}

.about-us-text {
    padding-top: 15px;
    font-size: 16.5px;
    line-height: 1.67;
    letter-spacing: -0.41px;
    text-align: justify;
    color: #878787;
    border-top: 1px solid #bc9f6d;
}

.about-us-title {
    font-size: 20.8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.52px;
    text-align: right;
    color: #bc9f6d;
    margin-bottom: 5px;
}



.cricle-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cricle-title {
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.cricle-main {
    width: 422.8px;
    height: 422.8px;
    border-radius: 50%;
    position: absolute;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
}

.cricle-logo {
    height: 90px;
    object-fit: contain;
}

.cricle-title-en {
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.cricle-count {
    display: flex;
    margin-top: 50px;
    font-size: 30px;
    color: #fff;
    font-family: IRANSansXFaNum;
}

.cricle-count span {
    width: 3px;
    height: 100%;
    background: #ba9d73;
    margin: 0px 10px;
}

.navbar-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.navbar-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    padding-bottom: 0;
}

.navbar-flex {
    display: flex;
    align-items: center;
}

.navbar-item-menu {
    font-size: 20.8px;
    color: #bc9f6d;
    cursor: pointer;
}

.navbar-item {
    font-size: 20.8px;
    color: #bc9f6d;
    margin-right: 50px;
    cursor: pointer;
}

.navbar-social {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding-left: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}

.navbar-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background-color: #646464;
    margin-right: 6px;
    transition: 0.3s;
}

.navbar-social a:hover {
    background-color: #289e8d;
}

.swiper-container-v .swiper-pagination.swiper-pagination-bullets {
    left: 40px;
    right: auto;
}

.swiper-container-v .swiper-pagination-bullet-active {
    opacity: 1;
    background: #289e8d;
}

.swiper-container-v .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.cricle {
    position: absolute;
    width: 425px;
    height: 425px;
    color: #fff;
}

.cricle canvas {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width:767px) {
    .swiper-container-v .swiper-pagination.swiper-pagination-bullets {
        left: 20px;
    }
}

/* menu  */
.fg-menu,
.fg-backdrop {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.fg-menu.active,
.fg-backdrop.active {
    visibility: visible;
}

.fg-menu {
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fg-menu-sub,
.fg-backdrop {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.fg-menu-sub.active,
.fg-backdrop.active {
    visibility: visible;
}

.fg-menu-sub {
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fg-menu-nav ul {
    display: flex;
    padding: 0;
    margin-top: 20px;
    flex-wrap: wrap;
}


.fg-menu-logo {
    width: 140px;
    margin-top: 80px;
}



.fg-menu-nav li a {
    font-size: 16px;
    display: flex;
    margin: 20px;
    color: #1b9284;
    font-weight: bold;
}



.fg-menu-nav li a:hover {
    color: #bc9f6d;
    text-decoration: none;
}


.fg-menu-title-en {
    color: #bc9f6d;
    margin-top: 15px;
}

.fg-menu-close {
    position: absolute;
    right: 40px;
    top: 40px;
    background: transparent;
    border: 0;
    color: #bc9f6d;
    font-size: 20.8px;
}

.fg-menu-close-sub {
    position: absolute;
    right: 40px;
    top: 40px;
    background: transparent;
    border: 0;
    color: #bc9f6d;
    font-size: 20.8px;
}


.fg-menu ul {
    list-style-type: none;
}

.fg-menu ul>* {
    opacity: 0;
    transform: translateX(25px);
    transition: all 0.5s;
}

.fg-menu ul>*:nth-last-child(1) {
    transition-delay: 0s;
}

.fg-menu ul>*:nth-last-child(2) {
    transition-delay: 0.04s;
}

.fg-menu ul>*:nth-last-child(3) {
    transition-delay: 0.08s;
}

.fg-menu ul>*:nth-last-child(4) {
    transition-delay: 0.12s;
}

.fg-menu ul>*:nth-last-child(5) {
    transition-delay: 0.16s;
}

.fg-menu ul>*:nth-last-child(6) {
    transition-delay: 0.2s;
}

.fg-menu ul>*:nth-last-child(7) {
    transition-delay: 0.24s;
}

.fg-menu ul>*:nth-last-child(8) {
    transition-delay: 0.28s;
}

.fg-menu ul>*:nth-last-child(9) {
    transition-delay: 0.32s;
}

.fg-menu ul>*:nth-last-child(10) {
    transition-delay: 0.36s;
}

.fg-menu ul>*:nth-last-child(11) {
    transition-delay: 0.4s;
}

.fg-menu ul>*:nth-last-child(12) {
    transition-delay: 0.44s;
}

.fg-menu ul>*:nth-last-child(13) {
    transition-delay: 0.48s;
}

.fg-menu ul>*:nth-last-child(14) {
    transition-delay: 0.52s;
}

.fg-menu ul>*:nth-last-child(15) {
    transition-delay: 0.56s;
}

.fg-menu.active ul>* {
    opacity: 1;
    transform: translateX(0);
}

.fg-menu.active ul>*:nth-child(1) {
    transition-delay: 0.1s;
}

.fg-menu.active ul>*:nth-child(2) {
    transition-delay: 0.2s;
}

.fg-menu.active ul>*:nth-child(3) {
    transition-delay: 0.3s;
}

.fg-menu.active ul>*:nth-child(4) {
    transition-delay: 0.4s;
}

.fg-menu.active ul>*:nth-child(5) {
    transition-delay: 0.5s;
}

.fg-menu.active ul>*:nth-child(6) {
    transition-delay: 0.6s;
}

.fg-menu.active ul>*:nth-child(7) {
    transition-delay: 0.7s;
}

.fg-menu.active ul>*:nth-child(8) {
    transition-delay: 0.8s;
}

.fg-menu.active ul>*:nth-child(9) {
    transition-delay: 0.9s;
}

.fg-menu.active ul>*:nth-child(10) {
    transition-delay: 1s;
}

.fg-menu.active ul>*:nth-child(11) {
    transition-delay: 1.1s;
}

.fg-menu.active ul>*:nth-child(12) {
    transition-delay: 1.2s;
}

.fg-menu.active ul>*:nth-child(13) {
    transition-delay: 1.3s;
}

.fg-menu.active ul>*:nth-child(14) {
    transition-delay: 1.4s;
}

.fg-menu.active ul>*:nth-child(15) {
    transition-delay: 1.5s;
}

.fg-menu li {
    letter-spacing: -1px;
}

.fg-backdrop {
    z-index: 1990;
    transition: all 0.4s ease-out;
}

.fg-backdrop.active {
    backdrop-filter: blur(0.2rem);
    background-color: #4a4a4a;
}

.folio-btn {
    cursor: pointer;
}

.folio-btn.active .folio-btn-item {
    opacity: 0;
    transform: scale(0);
}

@media (max-width:767px) {
    .navbar-item {
        font-size: 16px;
        margin-right: 30px;
    }

    .navbar-top-inner {
        padding: 20px;
    }

    .navbar-social {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .navbar-item-menu {
        font-size: 16px;
    }

    .fg-menu-close-sub {
        right: 20px;
        top: 20px;
        font-size: 16px;
    }

    .fg-menu-nav ul {
        flex-direction: column;
        align-items: center;
    }

    .fg-menu-nav li a {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .cricle-main {
        width: 300px;
        height: 300px;
    }

    .cricle {
        width: 303px;
        height: 303px;
    }

    .cricle-title {
        font-size: 16px;
    }

    .cricle-count {
        margin-top: 50px;
        font-size: 20px;
    }

    .about-us-title {
        font-size: 14px;
    }

    .about-us-text {
        font-size: 12px;
    }
}


/* news */

.n-navbar {}



/* news  */

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}


.navbar-news-logo img {
    width: 120px;
}

.navbar-news {
    margin-top: 15px;
}

.navbar-news-item {
    font-family: Sahel;
    font-size: 16px;
    color: #289e8d;
    margin-right: 20px;
    transition: 0.3s;
}

.navbar-news-item:hover {
    color: #bc9f6d;
    text-decoration: none;
}



.navbar-news-item-body {
    display: flex;
    align-items: center;
    justify-content: end;
}

.navbar-news-title-en {
    text-align: left;
    color: #c6a66e;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-news-from {
    height: 30px;
    border-radius: 20px;
    border: solid 1px #bc9f6d;
    width: 100%;
    max-width: 220px;
    display: flex;
    align-items: center;
}

.navbar-news-from input {
    border: 0;
    border-radius: 20px;
    padding-right: 15px;
    width: 100%;
    font-size: 14px;
    outline: none;
}

.navbar-news-from button {
    color: #b2b2b2;
    background: transparent;
    border: 0;
    border-right: 1px solid #bc9f6d;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    font-size: 14px;
    width: 30px;
    transition: 0.3s;
    border-radius: 20px 0 0 20px;
}

.navbar-news-from button:hover {
    background: #bc9f6d;
    color: #fff;
}

.navbar-news-border {
    width: 100%;
    height: 1px;
    background-color: #bc9f6d;
    margin-left: 20px;
    margin-bottom: 22px;
}

.navbar-news-info {
    white-space: nowrap;
}

.navbar-news-inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
}


@media (max-width:767px) {
    .navbar-news-logo img {
        width: 68px;
    }

    .navbar-news-title-en {
        font-size: 12px;
        margin: 5px 0;
    }

    .navbar-news-item {
        font-size: 12px;

    }

    .navbar-news-border {
        margin-left: 5px;
        margin-bottom: 12px;
    }

    .navbar-news-from {
        max-width: 160px;
    }

    .navbar-news-from input {
        font-size: 12px;
    }

    .navbar-news-from button {
        font-size: 12px;
    }

    .navbar-news {
        margin-top: 9px;
    }
}




.news-wrap-1-img {
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.news-wrap-1 {
    margin-top: 20px;
}

.news-wrap-1-title {
    font-family: sahel;
    font-size: 22px !important;
    font-weight: bold;
    line-height: 2;
    text-align: right;
    color: #bc9f6d;
}

.news-wrap-1-date span {
    font-family: sahel !important;
    font-size: 14.2px;
    font-weight: bold;
    color: #a7a9ac;
    margin-left: 7px;
}

.news-wrap-1-date i {
    color: #289e8d;
    font-size: 20px;
}

.news-wrap-1-date {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
}

.news-wrap-1-text {
    font-family: sahel;
    font-size: 16px !important;
    line-height: 1.67;
    letter-spacing: -0.4px;
    text-align: justify;
    color: #878787;
    margin-top: 15px;
}

.swiper-c {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-button-next-1 {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    right: 0;
    color: #bc9f6d;
    font-size: 40px;
}


.swiper-button-next-1 i {
    width: 20px;
    height: 20px;
    display: flex;
    margin-top: -20px;
}

.swiper-button-prev-1 {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    left: 0;
    color: #bc9f6d;
    font-size: 40px;
}


.swiper-button-prev-1 i {
    width: 20px;
    height: 20px;
    display: flex;
    margin-top: -20px;
}




@media (max-width:767px) {
    .swiper-button-next-1 {
        display: none;
    }

    .swiper-button-prev-1 {
        display: none;
    }

    .news-wrap-1-date {
        margin-top: 10px;
    }

    .news-wrap-1-date span {
        font-size: 12px;
        margin-left: 3px;
    }

    .news-wrap-1-text {
        font-size: 14px !important;
        margin-top: 10px;
    }

    .news-wrap-1-title {
        font-size: 16px !important;
        margin-top: 10px;
    }

    .news-wrap-1-date {
        margin-top: 10px;
    }

}


.news-wrap-row {
    margin-top: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;

}

.news-wrap-row-title {
    font-family: sahel;
    font-weight: bold;
    color: #289e8d;
    white-space: nowrap;
    font-size: 18px !important;
}

.news-wrap-row-border {
    background-color: #bc9f6d;
    height: 1px;
    width: 100%;
    margin-right: 10px;
    margin-top: 6px;
}

.card-blog {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e1e1e1;
    background-color: #fff;
    transition: 0.3s;
}

.card-blog-img-body {
    position: relative;
    width: 100%;
    max-width: 200px;
    /* height: 150px; */
    /* flex: 0 0 200px; */
    background-color: #f5f5f5;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    border-radius: 5px;
}

.card-blog-img {
    display: block;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}

.card-blog:hover .card-blog-img-body .card-blog-img {
    transform: scale(1.1);
}

.card-blog:hover {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.16);
}

.card-blog-title {
    font-size: 16px;
    font-weight: bold;
    color: #646464;
    display: block;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 44px;
}

.card-blog-title:hover {
    color: #289e8d;
}

.card-blog-text {
    font-size: 12px;
    line-height: 2.08;
    color: #707070;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 46px;
    margin-bottom: 3px;
    margin-top: 3px;
}


.card-blog-date {
    display: flex;
    align-items: center;
}

.card-blog-date span {
    font-size: 13px;
    color: #a7a9ac;
    margin-left: 5px;
}

.card-blog-date i {
    color: #289e8d;
    font-size: 16px;
}


a:hover {
    text-decoration: none;
}


@media (max-width:767px) {
    .card-blog-img-body {
        /* height: 140px; */
        /* flex: 0 0 140px; */
    }

    .news-wrap-row {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .card-blog-info {
        padding: 15px 0px;
        padding-bottom: 0;
    }

    .card-blog-title {
        font-size: 14px;
        height: 40px;
    }
}




.swiper-3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}



.swiper-4 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-button-next-3 {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    left: 0;
    color: #ffffff;
    font-size: 30px;
}


.swiper-button-next-3 i {
    width: 20px;
    height: 20px;
    display: flex;
    margin-top: -20px;
}

.swiper-button-prev-3 {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    right: 0;
    color: #ffffff;
    font-size: 30px;
}


.swiper-button-prev-3 i {
    width: 20px;
    height: 20px;
    display: flex;
    margin-top: -20px;
}


.news-wrap-3-item-body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    border-radius: 22px;
}

.news-wrap-3-item {
    height: 36px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 22px;
    background-color: #289e8d;
    border: 1px solid #289e8d;
    position: relative;
}

.news-wrap-3-item:hover {
    background: transparent;
    color: #289e8d;
}


.news-wrap-3-item.active {
    background-color: #bc9f6d;
    border-color: #bc9f6d;
    color: #fff;
}


.news-wrap-3-item.active::before {
    content: "";
    position: absolute;
    right: 50%;
    transform: translateX(50%) rotate(180deg);
    border-top: 19px solid #bc9f6d;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    bottom: -31px;
}

.news-wrap-3-body {
    background-color: #bc9f6d;
    padding: 30px;
    border-radius: 6px;
}

.card-blog-2-img-body {
    position: relative;
    width: 100%;
    /*height: 170px;*/
    /*flex: 0 0 170px;*/
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    border-radius: 5px;
}

.card-blog-2-img {
    display: block;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}


.card-blog-2 {
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.card-blog-2:hover .card-blog-2-img-body .card-blog-2-img {
    transform: scale(1.1);
}


.card-blog-2-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 48px;
    margin-top: 15px;
}

.card-blog-2-title:hover {
    color: #289e8d;
}

.card-blog-2-text {
    font-size: 13px;
    line-height: 2.08;
    color: #efefef;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    height: 102px;
    margin-bottom: 5px;
    text-align: justify;
}

.card-blog-2-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.card-blog-2-date {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.card-blog-2-date span {
    color: #fff;
    margin-right: 5px;
}

.card-blog-2-date i {
    color: #289e8d;
    font-size: 18px;
}

.card-blog-2-more {
    font-size: 13px;
    color: #Fff;
}

.card-blog-2-more:hover {
    color: #289e8d;
}

@media (max-width:767px) {
    .news-wrap-3-item.active::before {
        display: none;
    }

    .news-wrap-3-item-body {
        margin-top: 10px;
        margin-bottom: 15px;
    }


    .news-wrap-3-item {
        height: 30px;
        padding: 0px 15px;
        font-size: 14px;
    }

    .news-wrap-3-body {
        padding: 15px;
    }

    .card-blog-2-title {
        font-size: 14px;
        height: 42px;
    }

    .card-blog-2-text {
        font-size: 12px;
    }

    .card-blog-2-flex {
        margin-top: 5px;
    }

    .card-blog-2-more {
        font-size: 11px;
    }

    .card-blog-2-date {
        font-size: 11px;
    }
}


.news-wrap-5 {
    border-radius: 8px;
    background-color: #289e8d;
    padding: 30px;
    margin-top: 50px;
}

.news-wrap-5-item-img {
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition: 0.3s;
}

.news-wrap-5-item {
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.news-wrap-5-item-title {
    position: absolute;
    bottom: -45px;
    backdrop-filter: blur(30px);
    background-color: #bc9f6d;
    height: 45px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    padding: 10px;
}

.news-wrap-5-item:hover .news-wrap-5-item-title {
    bottom: 0px;
}

.news-wrap-5-item:hover .news-wrap-5-item-img {
    transform: scale(1.05);
}

.swiper-btn-end-2 {
    position: relative;
    max-width: 75px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.swiper-btn-end-2 .swiper-button-prev-3 {
    position: relative;
    font-size: 23px;
    width: 33px;
    height: 33px;
    background: #00000042;
    border-radius: 50%;
}

.swiper-btn-end-2 .swiper-button-next-3 {
    position: relative;
    font-size: 23px;
    width: 33px;
    height: 33px;
    background: #00000042;
    border-radius: 50%;
}

.swiper-btn-end-2 .swiper-button-prev-3 i {
    width: auto;
    height: auto;
    display: block;
    margin-top: 0;
}

.swiper-btn-end-2 .swiper-button-next-3 i {
    width: auto;
    height: auto;
    display: block;
    margin-top: 0;
}


@media (max-width:767px) {
    .news-wrap-5 {
        padding: 15px;
        margin-top: 25px;
    }

    .swiper-btn-end-2 {
        margin-top: 15px;
    }

    .news-wrap-5-item-img {
        width: 100%;
        /* height: 180px; */
    }

    .news-wrap-5-item-title {
        font-size: 12px;
    }
}



/* video player plyr js  */
button.plyr__control.plyr__control--overlaid {
    background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
    display: none !important;
}

.plyr__controls [data-plyr="settings"] {
    display: none !important;
}

/*.plyr__controls [data-plyr="volume"] {*/
/*    display: none !important;*/
/*}*/

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
    border-radius: 5px;
}

.plyr__poster {
    background-size: cover !important;
}

.plyr__video-wrapper {
    border-radius: 10px;
}

.plyr--video {
    border-radius: 10px !important;
}

.plyr {
    height: 100%;
    max-height: 385px;
}

video {
    width: 100%;
}

.news-wrap-6-video {
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e9e9e9;
    background-color: #fff;
    padding: 13px;
    height: 385px;
    margin-bottom: 10px;
}

.news-wrap-6-play-video img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.news-wrap-6-play-video i {
    position: absolute;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    background-color: #4f6eaa;
    transition: 0.3s;

}

.play-item:hover .news-wrap-8-play-video i {
    background-color: var(--color1);
}

.news-wrap-6 {
    margin-top: 30px;
    border-radius: 4px;
    background-color: #bc9f6d;
    padding: 30px;
}

.news-wrap-6-play-video {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
    height: 124px;
    min-width: 124px;
    object-fit: contain;
    cursor: pointer;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
    padding: 5px;
    margin-bottom: 6px;
}

.news-wrap-6-play-body {
    margin-left: 13px;
}

.news-wrap-6-title {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #fff;
}

.news-wrap-6-text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.35px;
    text-align: justify;
    color: #fff;
    margin-top: 24px;
}

.news-wrap-6-link {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
}



@media (max-width:767px) {
    .news-wrap-6-play-video {
        min-width: auto;
    }
    .news-wrap-6-play-video {
        height: 100px;
    }

    .plyr {
        max-height: 200px;
    }

    .news-wrap-6-video {
        height: 200px;
    }

    .news-wrap-6 {
        margin-top: 25px;
        padding: 15px;
    }

    .news-wrap-6-video {
        padding: 10px;
        margin-top: 10px;
    }

    .news-wrap-6-play-body {
        margin-left: 0;
        display: flex;
        margin-top: 15px;
    }

    .news-wrap-6-play-video {
        margin: 5px;
        width: 30%;
    }

    .news-wrap-6-title {
        font-size: 16px;
    }

    .news-wrap-6-text {
        font-size: 13px;
    }
}


.navbar-social-news {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.navbar-social-news a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-color: #646464;
    margin-left: 6px;
    transition: 0.3s;
}

.navbar-social-news a:hover {
    background-color: #289e8d;
}

.news-footer {
    border-top: 1px solid #bc9f6d;
    border-bottom: 1px solid #bc9f6d;
    margin-top: 55px;
    padding: 40px;
}

.news-footer-header {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #289e8d;
    margin-bottom: 10px;
}

.news-footer-ul {
    list-style: none;
}

.news-footer-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.news-footer-item i {
    background: #bc9f6d;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
}

.ltr {
    direction: ltr;
}

.news-footer-title {
    font-family: IRANSansXFaNum;
    font-size: 16px;
    text-align: right;
    color: #919191;
    margin-right: 16px;
    transition: 0.3s;
}

.news-footer-item:hover .news-footer-title {
    color: #bc9f6d;
}

.news-footer-item:hover i {
    background: #289e8d;
}


.responsive-map {
    overflow: hidden;
    padding-bottom: 335px;
    position: relative;
    height: 0;
    border-radius: 10px;
    height: 100%;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 335px;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 10px;
}


.news-footer-bottom {
    padding: 25px 40px;
}

.news-footer-bottom-link {
    font-size: 14px;
    letter-spacing: -0.35px;
    text-align: right;
    color: #919191;
    margin-left: 40px;
}

.news-footer-bottom-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news-footer-bottom-link:hover {
    color: #289e8d;
}

.news-footer-bottom-copy {
    font-size: 13px;
    line-height: 2.07;
    letter-spacing: -0.33px;
    text-align: right;
    color: #a7a9ac;
    margin-top: 13px;
}




@media (max-width:767px) {

    .responsive-map {
        padding-bottom: 200px;
    }

    .responsive-map iframe {
        height: 200px;
    }

    .news-footer {
        padding: 15px;
        margin-top: 35px;
    }

    .news-footer-header {
        font-size: 18px;
    }

    .news-footer-title {
        font-size: 14px;
    }

    .navbar-social-news {
        margin-top: 20px;
    }

    .news-footer-item {
        margin-top: 15px;
    }

    .navbar-social-news {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-footer-bottom-link {
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .news-footer-bottom {
        padding: 15px;
    }

    .news-footer-bottom-copy {
        text-align: center;
        margin-top: 0;
    }
}


.news-wrap-4-number {
    width: 36px;
    height: 36px;
    background-color: #bc9f6d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    font-family: IRANSansXFaNum;
}

.news-wrap-4-title {
    font-size: 25px;
    font-weight: bold;
    color: #bc9f6d;
    margin-right: 10px;
}

.news-wrap-4-info {
    display: flex;
    align-items: center;
}

.news-wrap-4-text {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.43px;
    text-align: justify;
    color: #878787;
    margin-top: 20px;
    max-width: 490px;
}

.news-wrap-6-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .news-wrap-4-number {
        width: 32px;
        height: 32px;
        font-size: 24px;
    }

    .news-wrap-4-title {
        font-size: 20px;
    }

    .news-wrap-4-text {
        font-size: 16px;
    }
}


.datepicker-container.pwt-hide {
    display: none;
    display: block;
}

.date-body {
    width: 100%;
    margin: auto;
    text-align: center;
}

.date-body input {
    display: block;
}

.datepicker-plot-area {
    border: 0;
    border-radius: 8px;
    padding: 10px;
    box-shadow: unset;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
    color: #289e8d;
    font-size: 16px;
    font-weight: 600;
    font-family: IRANSansXFaNum;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
    font-size: 17px;
    font-weight: 600;
    font-family: IRANSansXFaNum;
    color: #939598;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
    font-size: 17px;
    font-weight: 600;
    font-family: IRANSansXFaNum;
    color: #939598;
    border-left: solid 1px #c9c9c9;
    margin: 10px;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
    background-color: #bc9f6d;
    color: #fff;
    border: none;
    text-shadow: unset;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover,
.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
    background-color: #289e8d;
}

td:last-child span {
    border: 0 !important;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    transform: scale(-1);
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    transform: scale(-1);
}



/* new menu  */

.n-menu {
    transition: 0.52s;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}

.n-menu.active {
    visibility: visible;
    opacity: 1;
}

.n-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.n-menu-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.n-menu-info {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.n-menu-sub-content {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.52s;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    padding: 0;
}

.n-menu-sub-content.active {
    visibility: visible;
    opacity: 1;
}

.n-menu-sub.active .n-menu-sub-content {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.n-menu-header {
    position: absolute;
    width: 100%;
    padding: 40px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n-menu-header .n-close {
    background: transparent;
    border: 0;
    color: #bc9f6d;
    font-size: 20.8px;
    cursor: pointer;
    width: 80px;
}

.n-menu-header .n-back {
    background: transparent;
    border: 0;
    color: #bc9f6d;
    font-size: 18px;
    cursor: pointer;
    width: 80px;
    text-align: left;
}

.n-menu-header span {
    color: #bc9f6d;
    font-size: 18px;
    font-weight: bold;
}

.n-menu-sub ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.n-menu-logo {
    width: 140px;
    margin-top: 80px;
}

.n-menu-nav li a {
    font-size: 16px;
    display: flex;
    margin: 20px;
    color: #1b9284;
    font-weight: bold;
}


.n-menu-nav li a:hover {
    color: #bc9f6d;
    text-decoration: none;
}

.n-menu-title-en {
    color: #bc9f6d;
    margin-top: 15px;
}

.n-menu-title-fa {
    color: #1b9284;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.n-menu-close {
    position: absolute;
    right: 40px;
    top: 40px;
    background: transparent;
    border: 0;
    color: #bc9f6d;
    font-size: 20.8px;
    cursor: pointer;
}

.n-menu-close-sub {
    position: absolute;
    right: 40px;
    top: 40px;
    background: transparent;
    border: 0;
    color: #bc9f6d;
    font-size: 20.8px;
}

.n-menu-sub a::after {
    content: '\f104';
    font-family: "raya-icon";
    margin-right: 5px;
}

.n-menu-sub ul a::after {
    content: unset
}

@media (max-width:767px) {
    .n-menu-close {
        right: 20px;
        top: 20px;
        font-size: 14px;
    }

    .n-menu-logo {
        width: 80px;
        margin-top: 80px;
    }

    .n-menu-title-en {
        margin-top: 10px;
        font-size: 12px;
    }

    .n-menu-nav li a {
        font-size: 14px;
        display: flex;
        margin: 15px;
    }

    .n-menu-title-fa {
        color: #1b9284;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .n-menu-info {
        margin: auto;
    }

    .n-menu-content {
        align-items: start;
    }

    .n-menu-nav {
        flex-direction: column;
    }

    .n-menu-header span {
        font-size: 14px;
    }

    .n-menu-header {
        padding: 20px;
    }

    .n-menu-header .n-back {
        font-size: 14px;
    }

    .n-menu-header .n-close {
        font-size: 14px;
    }

    .n-menu-sub ul {
        flex-direction: column;
    }

}


/* new new new */

.news-wrap-dot {
    display: flex;
    align-items: center;
    margin-bottom: 20px;

}

.news-wrap-dot span {
    width: 9px;
    height: 9px;
    background-color: #bc9f6d;
    margin-left: 5px;
    border-radius: 50%;
    display: block;
}

.news-wrap-dot-title {
    font-family: sahel;
    font-weight: bold;
    color: #289e8d;
    white-space: nowrap;
    font-size: 18px !important;
}

.blog-last {
    height: 220px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-last-inner {
    height: 100%;
    width: 100%;
    background: #0000004d;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 20px;
}

.blog-last-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.card-blog-info {
    width: 100%;
}

.card-blog-more {
    font-size: 13px;
    color: #7d7d7d;
    margin-right: 20px;
    transition: 0.3s;
}

.card-blog-more:hover {
    color: #289e8d;
}


.bg-main {
    background-color: #00959c;
}

.bg-main .card-blog-2-date i {
    color: #dcab56;
}

.bg-main .card-blog-2-title:hover {
    color: #dcab56;
}

.bg-main .card-blog-2-more:hover {
    color: #dcab56;
}

.single-blog-alert {
    margin-top: 10px;
    background-color: #00959c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 22px;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.navbar-news-item span {
    background-color: #bc9f6d;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    padding-top: 2px;
    margin-right: 7px;
    transition: 0.3s;
}


.navbar-news-item {
    display: flex;
    align-items: center;
}

.navbar-news-item:hover span {
    background-color: #00959c;
}

@media (max-width:767px) {
    .single-blog-alert {
        font-size: 16px;
    }

    .news-wrap-row-title {
        font-size: 16px !important;
    }

    .news-wrap-dot-title {
        font-size: 16px !important;
    }
}




.pagination {
    justify-content: space-between;
    margin-top: 40px;
    font-family: IRANSansXFaNum;
}


.pagination>li:first-child>a,
.pagination>li:first-child>span {
    background: transparent !important;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    background: transparent !important;
}


.page-link {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7d7d7d;
    margin: 0 5px;
    background: unset;
    padding-top: 10px;
}

a.page-link:hover {
    color: #289e8d;
}


.page-item:first-child .page-link {
    border-radius: 50%;
}

.page-item:last-child .page-link {
    border-radius: 50%;
}

span.page-link:hover {
    background: unset;
    color: #979797;
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #dcab56;
    border-color: #dcab56;
}

.page-item-title .page-link {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #289e8d;
}

.page-item-title .page-link {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #289e8d;
}

.page-item-title .page-link:hover {
    color: #289e8d;
}

.page-item-title .page-link:hover {
    color: #289e8d;
}

li.page-item-title a {
    color: #289e8d;
    font-size: 14px;
}

li.page-item-title a:hover {
    color: #dcab56;
}

.pagination>li>a,
.pagination>li>span {
    background: transparent;
    border: 0;
}




@media (max-width:767px) {

    .page-link {
        margin: 0;
    }

    .page-link span {
        display: none;
    }


    .page-link {
        width: 25px;
        font-size: 12px;
        height: 25px;
    }

    .page-link {
        margin: 0;
    }

    .page-link span {
        display: none;
    }

    .page-link {
        font-size: 14px;
    }

    li.page-item-title a {
        color: #575757;
        font-size: 10px;
    }

    .pagination {
        margin-top: 30px !important;
    }
}

@media (max-width:330px) {

    li.page-item-title {
        display: none;
    }

    .pagination {
        justify-content: center !important;
    }
}


.blog-content {
    font-size: 18px;
    line-height: 2.5;
    text-align: justify;
    color: #707070;
    margin-top: 15px;
}

.blog-content p {
    font-size: 18px;
}

.blog-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
}

.blog-content video {
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    border-radius: 8px;
}

.blog-content table,
td,
th {
    border: solid 1px #fff;
    text-align: center;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
}


.blog-content h1 {
    font-size: 24px;
}

.blog-content h2 {
    font-size: 22px;
}

.blog-content h3 {
    font-size: 20px;
}

.blog-content h4 {
    font-size: 18px;
}

.blog-content h5 {
    font-size: 16px;
}

.blog-content h6 {
    font-size: 14px;
}


.blog-content-title {
    font-size: 18px;
    color: #878787;
    margin-top: 15px;
}

.blog-content-title h2 {
    font-size: 18px;
}

.blog-content-title h3 {
    font-size: 18px;
}

.blog-content-title h4 {
    font-size: 18px;
}

.blog-content-title h5 {
    font-size: 18px;
}


.blog-content-title-main {
    font-size: 26px;
    font-weight: bold;
    color: #289e8d;
    margin-top: 12px;
}


.blog-content-title-main h2 {
    font-size: 26px;
}

.blog-content-title-main h3 {
    font-size: 26px;
}

.blog-content-title-main h4 {
    font-size: 26px;
}

.blog-content-title-main h5 {
    font-size: 26px;
}

.blog-star-body {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 20px;
    color: #bc9f6d;
    margin-bottom: 15px;
}



@media (max-width:767px) {
    .blog-content-title {
        font-size: 14px;
    }

    .blog-content-title h2 {
        font-size: 14px;
    }

    .blog-content-title h3 {
        font-size: 14px;
    }

    .blog-content-title h4 {
        font-size: 14px;
    }

    .blog-content-title h5 {
        font-size: 14px;
    }

    .blog-content-title-main {
        font-size: 16px;
    }

    .blog-content-title-main h2 {
        font-size: 16px;
    }

    .blog-content-title-main h3 {
        font-size: 16px;
    }

    .blog-content-title-main h4 {
        font-size: 16px;
    }

    .blog-content-title-main h5 {
        font-size: 16px;
    }

    .blog-content p {
        font-size: 14px;
    }

    .blog-star-body {
        font-size: 16px;
    }

}


.swiper-gallery {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}


.gallery-body {
    background: #d8d9da;
    padding: 25px 0;
    border-radius: 8px;
    position: relative;
    margin-top: 15px;
}


.gallery-item-3 {
    height: 400px;
    display: flex;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

.gallery-item-3-inner {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(110, 110, 110, 0.02) 39%, #040404);
    background-image: linear-gradient(to top, #dcab56 0%, rgba(84, 84, 84, 0) 100%);
    border-radius: 8px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 25px;
    opacity: 0;
    transition: 0.3s;
}

.gallery-item-3-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.gallery-item-3:hover .gallery-item-3-inner {
    opacity: 1;
}


@media (max-width:767px) {
    .gallery-item-3 {
        height: 200px;
    }

    .gallery-item-3-title {
        font-size: 16px;
    }
}


.gallery-item-5 {
    height: 200px;
    display: flex;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

.gallery-item-5-inner {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(110, 110, 110, 0.02) 39%, #040404);
    background-image: linear-gradient(to top, #dcab56 0%, rgba(84, 84, 84, 0) 100%);
    border-radius: 8px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 25px;
    opacity: 0;
    transition: 0.3s;
}

.gallery-item-5-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.gallery-item-5:hover .gallery-item-5-inner {
    opacity: 1;
}


@media (max-width:767px) {
    .gallery-item-5 {
        height: 150px;
    }

    .gallery-item-5-title {
        font-size: 12px;
    }
}

.swiper-button-next {
    width: 26px;
    height: 26px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    border-radius: 50%;
    opacity: 0.8;
}

.swiper-button-prev {
    width: 26px;
    height: 26px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    border-radius: 50%;
    opacity: 0.8;
}


.gallery-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e1e1e1;
    background-color: #f3f3f3;
}

.gallery-item-2 {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px #dedede;
    background-color: #fff;
    padding: 25px;
    background-color: #fff;
}

.gallery-item-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease-in-out;
}


.gallery-item-img-body {
    position: relative;
    width: auto;
    height: 200px;
    flex: 0 0 200px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item-img-body:hover img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    transition: all .4s linear;
}

.gallery-item-2-img-body {
    position: relative;
    width: auto;
    height: 230px;
    flex: 0 0 230px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item-2-img-body:hover img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    transition: all .4s linear;
}

.gallery-item-badge-1 {
    height: 38px;
    padding: 15px;
    border-radius: 8px;
    background-color: #bc9f6d;
    border: 1px solid #bc9f6d;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
}


.gallery-item-badge-2 {
    height: 38px;
    padding: 15px;
    border-radius: 8px;
    background-color: #289e8d;
    border: 1px solid #289e8d;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
}

.gallery-item-badge-1:hover {
    background: transparent;
    color: #bc9f6d;
}

.gallery-item-badge-2:hover {
    background: transparent;
    color: #289e8d;
}

.book-info {
    border-radius: 4px;
    background-color: #bc9f6d;
    margin-top: 36px;
    padding: 20px;
    color: #fff;
    font-size: 18px;
}

.book-desc {
    border-radius: 4px;
    background-color: #949494;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}

.book-desc p {
    font-size: 18px;
}

.book-info-item span {
    font-size: 14px;
}


@media (max-width:767px) {
    .gallery-item-badge-1 {
        font-size: 16px;
    }

    .gallery-item-badge-2 {
        font-size: 16px;
    }

    .book-info {
        font-size: 14px;
    }

    .book-desc {
        font-size: 14px;
    }

    .book-desc p {
        font-size: 14px;
    }
}


.swiper-5 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.gallery-5-body {
    border-radius: 8px;
    background-color: #58595b;
    padding: 20px;
    margin-top: 24px;
}

.nav-wrap {
    background-color: #017c82;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    color: #fff;
}

.nav-wrap-item {
    display: flex;
    align-items: center;
}

.nav-wrap-item span {
    margin-right: 15px;
    font-size: 14px;
}

.nav-wrap-item a {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

.nav-wrap-item a:hover {
    color: #bc9f6d;
}

@media (max-width:767px) {
    .nav-wrap-item {
        font-size: 12px;
    }

    .nav-wrap-item a {
        margin-right: 7px;
        font-size: 14px;
    }
}

.swiper-button-prev-h {
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 999;
    font-size: 20px;
    color: #bc9f6d;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.swiper-button-next-h {
    position: absolute;
    left: 40px;
    top: 50%;
    z-index: 999;
    font-size: 20px;
    color: #bc9f6d;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cricle-title:hover {
    color: #bc9f6d;
}

.swiper-container-v .swiper-pagination {
    display: none;
}

@media (Max-width:767px) {
    .swiper-button-prev-h {
        /*display: none;*/
    }

    .swiper-button-next-h {
        /*display: none;*/
    }

    .swiper-container-v .swiper-pagination {
        display: block;
    }
}


/* new  */

.book-body {
    background-color: #efefef;
    height: 100%;
    max-height: 600px;
    margin: 0;
    overflow: hidden;
    padding: 40px;
    margin-top: 40px;
    position: relative;
}

.wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.aspect {
    padding-bottom: 70%;
    position: relative;
    width: 100%;
}

.aspect-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.flipbook {
    height: 100%;
    transition: margin-left 0.25s ease-out;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flipbook .page {
    height: 100%;
    width: 100%;
}

.flipbook .page img {
    max-width: 100%;
    height: 100%;
}

.book-btn-body {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
}

.book-btn-right {
    width: 30px;
    height: 30px;
    background: #bc9f6d;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    padding-left: 2px;
    cursor: pointer;
}

.book-btn-left {
    width: 30px;
    height: 30px;
    background: #bc9f6d;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    padding-right: 2px;
    cursor: pointer;
}

@media (max-width:767px) {
    .book-btn-left {
        width: 26px;
        height: 26px;
        margin-left: 7px;
        font-size: 18px;
        border-radius: 50%;
        padding-right: 2px;
        z-index: 99;
    }

    .book-btn-right {
        width: 26px;
        height: 26px;
        margin-right: 7px;
        font-size: 18px;
        border-radius: 50%;
        padding-right: 2px;
        z-index: 99;

    }

    .book-body {
        padding: 20px;
        margin-top: 20px;
    }

    .book-info {
        margin-top: 20px;
    }
}



/* new new new  */


.sp-alert {
    background: #bf9759;
    color: #fff;
    padding: 20px;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
}

.sp-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sp-form-group input {
    width: 100%;
    height: 37px;
    border: 0;
    border-radius: 22px;
    margin-right: 5px;
    padding: 15px;
    max-width: 210px;
    transition: 0.3s;
    outline-color: #bf9759;
    background: #f3f3f3;
}

.sp-form-group label {
    margin: 0;
    font-size: 18px;
    color: #737476;
    white-space: nowrap;
    color: #6c6d6f;
}

.sp-form-file span {
    margin: 0;
    font-size: 18px;
    color: #737476;
    white-space: nowrap;
}


.sp-form-group input:focus {
    border-color: #bf9759;
}

.sp-form {
    border-radius: 5px;
    background-color: #e8e8e8;
    padding: 20px;
    margin-top: 15px;
}

.sp-head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sp-head-title {
    font-family: sahel;
    font-weight: bold;
    color: #289e8d;
    white-space: nowrap;
    font-size: 20px !important;
}

.sp-head span {
    background-color: #bc9f6d;
    height: 0.5px;
    width: 100%;
    margin-right: 10px;
}


.sp-form-file label {
    background: #bf9759;
    border: 1px solid #bf9759;
    width: 40px;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s;
    margin-right: 10px;
    cursor: pointer;
}

.sp-form-file label:hover {
    background: transparent;
    color: #bf9759;
}

.sp-form-file {
    display: flex;
    align-items: center;
}

.sp-btn-submit {
    font-size: 17px;
    color: #fff;
    transition: 0.3s;
    border-radius: 22px;
    background-color: #289e8d;
    border: 1px solid #289e8d;
    height: 37px;
    width: 100%;
    max-width: 197px;
}

.sp-btn-submit:hover {
    background: transparent;
    color: #289e8d;
}

.sp-level-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    text-align: center;
}

.sp-level-number {
    width: 40px;
    height: 40px;
    background: #bf9759;
    border: 1px solid #bf9759;
    font-family: 'IRANSansXFaNum';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    border-radius: 50%;
    padding-top: 3px;
    transition: 0.3s;
}

.sp-level-box:hover .sp-level-number {
    background: #fff;
    color: #bf9759;
}

.sp-level-text {
    color: #737476;
    margin-top: 15px;
}

.sp-level {
    position: relative;
    overflow: hidden;
}

.sp-level-border {
    background: #bc9f6d;
    width: 100%;
    height: 1px;
    position: absolute;
    margin-top: 20px;
    z-index: -1;
}

@media (max-width:767px) {
    .sp-form-group input {
        height: 38px;
        padding: 10px;
        max-width: 180px;
        margin-left: 0;
    }

    .sp-form-group label {
        font-size: 16px;
    }

    .sp-form-file span {
        font-size: 16px;
    }

    .sp-form-file label {
        width: 34px;
        height: 34px;
    }

    .sp-head-title {
        font-size: 16px !important;
    }

    .sp-alert {
        font-size: 14px;
    }
}




.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }


}


.product-btn-left {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    margin: 10px;
    z-index: 1;
}


.product-btn-left button {
    background: transparent;
    border: 0;
    outline: none;
    margin-bottom: 5px;
    padding: 0;
}

.product-btn-left button:hover {
    color: #017c82;
}

.product-img-body {
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-main-img {
    text-align: center;
    border-radius: 10px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-other-img {
    display: flex;
    margin-top: 15px;
}

.product-other-img img {
    padding: 10px;
    display: flex;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: solid 1px #fff !important;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    background-color: #fff;
    margin-left: 15px;
}

.product-title {
    color: #be9654;
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    color: #3b3b3b;
}

.product-title-img {
    width: 108px;
    height: 48px;
    object-fit: contain;
}


.product-text {
    font-size: 15px;
    line-height: 1.87;
    text-align: right;
    color: #5d5d5d;
    margin-top: 15px;
    text-align: justify;
}


.product-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.product-nav-item a {
    font-size: 16px;
    text-align: right;
    color: #017c82;
    margin: 18px;
}

.product-nav-item a:hover {
    color: #bf9759;
}


@media (max-width:767px) {
    .product-nav-item a {
        font-size: 14px;
        margin: 10px;
    }
}

.product-body {
    padding: 25px;
    background-color: #f5f5f5;
}

.swiper-5a {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.pq-card {
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.pq-card-img-body {
    position: relative;
    width: 100%;
    height: 180px;
    flex: 0 0 180px;
    overflow: hidden;
    border-radius: 5px;
}


.pq-card-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}


.pq-card-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    margin-top: 10px;
    font-size: 14px;
    color: #646464;
    transition: 0.3s;
    text-align: center;
    font-weight: 600;
}

.pq-card:hover .pq-card-img-body .pq-card-img {
    transform: scale(1.1);
}

.pq-card:hover .pq-card-title {
    color: #289e8d;
}

.product-rel-body {
    padding: 25px;
    border-radius: 7px;
    background-color: #bc9f6d;
    margin-top: 20px;
}

.swiper-2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}



@media (max-width:1200px) {
    .product-img-body {
        flex-direction: column;
    }


    .product-other-img {
        flex-direction: row;
        order: 2;
    }

    .product-other-img {
        margin-left: 0;
        margin-top: 10px;
    }

    .product-other-img img {
        margin-left: 10px;
        width: 75px;
        height: 75px;
    }

    .product-main-img {
        padding: 40px;
    }


    .product-title {
        font-size: 16px;
        margin-top: 10px;
    }

    .product-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .product-body {
        padding: 15px;
    }

}

.aj-row-2 {
    background: #d8d9db;
    padding: 20px;
}

.aj-row-2-item-body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    border-radius: 22px;
}

.aj-row-2-item {
    height: 36px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 22px;
    background-color: #289e8d;
    border: 1px solid #289e8d;
    position: relative;
}

.aj-row-2-item:hover {
    background: transparent;
    color: #289e8d;
}

.aj-row-2-item.active {
    background: #bf9759;
    border-color: #bf9759;
    color: #fff;
}

.aj-row-1 {
    background: #d8d9db;
    padding: 20px;
}

.card-blog-aj {
    display: flex;
    align-items: center;
    padding: 15px;
    transition: 0.3s;
    border-radius: 32px;
    box-shadow: -5px -5px 5px 0 rgba(0, 0, 0, 0.16);
    background: #dcdddf;
}

.card-blog-aj:hover .card-blog-img-body .card-blog-img {
    transform: scale(1.1);
}

.card-blog-aj:hover {
    box-shadow: -7px -7px 5px 0 rgba(0, 0, 0, 0.16);
}


.card-blog-aj .card-blog-title {
    color: #bf9759;
}

.aj-link-more {
    color: #707070;
    margin-top: 20px;
    font-size: 14px;
}

.aj-link-more:hover {
    color: #bf9759;
}

.aj-neshast {
    padding: 20px;
    border-radius: 7px;
    background-color: #bc9f6d;
    margin-top: 20px;
}

.aj-neshast-card {
    display: flex;
    position: relative;
    flex-direction: column;
}

.aj-neshast-img-body {
    position: relative;
    width: 100%;
    height: 300px;
    flex: 0 0 300px;
    background-color: #6c6d6f;
    box-shadow: -5px 5px 6px 0 rgb(0 0 0 / 19%);
    overflow: hidden;
    border-radius: 5px;

}

.aj-neshast-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}


.aj-neshast-img:hover {
    opacity: 0.7;
}

.aj-maktoob {
    background: #dcdddf;
    padding: 20px;
}


.news-wrap-6-img-body {
    position: relative;
}

.news-wrap-6-img {
    width: 100%;
    max-width: 562px;
    height: 380px;
    opacity: 0.33;
    position: absolute;
    top: 0;
    z-index: -1;
}

.news-wrap-6-box {
    border-radius: 60px;
    box-shadow: -4.6px -6.6px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: #e9e9e9a8;
    margin-top: 40px;
    padding: 20px 60px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.news-wrap-6-box-text {
    color: #474747;
    font-size: 17px;
    line-height: 2;
}

.news-wrap-6-box-text span {
    margin: 0 10px;
}

.news-wrap-6-box-name {
    font-size: 15px;
    color: #4d4d4d;
}




@media (max-width:767px) {
    .news-wrap-6-body {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .news-wrap-6-box {
        border-radius: 20px;
        margin-top: 10px;
        padding: 15px;
        flex-direction: column;
    }

    .news-wrap-6-box-text {
        font-size: 14px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news-wrap-6-box-name {
        font-size: 12px;
        margin-top: 10px;
    }

    .news-wrap-6-img-body {
        display: none;
    }

    .aj-neshast-img-body {
        height: 250px;
    }
}







.n-book {
    display: flex;
    position: relative;
    flex-direction: column;
}

.n-book-img-body {
    position: relative;
    width: 100%;
    height: 300px;
    flex: 0 0 300px;
    background-color: #6c6d6f;
    box-shadow: -5px 5px 6px 0 rgb(0 0 0 / 19%);
    overflow: hidden;
    border-radius: 5px;
    margin-top: 4px;
}

.n-book-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    /*object-fit: cover;*/
    object-fit: cover;
    transition: 0.5s;
}


.n-book-img:hover {
    opacity: 0.7;
}

.n-book-icon {
    color: #6c6d6f;
    background: #bf9759;
    position: absolute;
    right: 10px;
    top: -2px;
    width: 40px;
    height: 55px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 20px;
    z-index: 9;
    padding-right: 3px;
    transition: 0.3s;
}

.n-book-icon:hover {
    background: #289e8d;
    color: #bf9759;
}

.n-book-title {
    background: #c5a574;
    border: 1px solid #c5a574;
    margin-top: 13px;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 40px;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.n-book-title:hover {
    background: transparent;
    color: #c5a574;
}

.gallery-5-body-2 {
    background-color: #00a99d;
    padding: 20px;
}

.gallery-5-body-2 .gallery-item-5 {
    border-radius: 4px;
}

.card-pod {
    display: flex;
    padding: 15px;
    transition: 0.3s;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e1e1e1;
    background-color: #ebebeb;
}

.card-pod-img-body {
    background-color: #fff;
    position: relative;
    padding: 50px 20px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 120px;
    height: 180px;
}

.card-pod-img {
    max-width: 80px;
}

.card-blog-info {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.card-pod:hover .card-blog-img-body .card-blog-img {
    transform: scale(1.1);
}


.card-pod .card-blog-title {
    color: #289e8d;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    color: #289e8d;
    height: auto;
}

.card-pod .card-blog-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.04;
    text-align: justify;
    color: #4d4d4d;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 85px;
}

.card-pod-badge-body {
    display: flex;
    justify-content: end;
    align-items: center;
}

.card-pod-badge-1 {
    border-radius: 5px;
    background-color: #dcab56;
    border: 1px solid #dcab56;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
}

.card-pod-badge-2 {
    border-radius: 5px;
    background-color: #00959c;
    border: 1px solid #00959c;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    transition: 0.3s;
}

.card-pod-badge-1:hover {
    background: transparent;
    color: #dcab56;
}

.card-pod-badge-2:hover {
    background: transparent;
    color: #00959c;
}



@media (max-width:767px) {
    .aj-row-2-item-body {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .aj-row-2-item {
        height: 30px;
        padding: 0px 15px;
        font-size: 14px;
    }

    .card-blog-aj {
        flex-direction: column;
    }

    .card-pod .card-blog-info {
        padding: 0;
        margin-right: 15px;
    }

    .card-pod .card-blog-text {
        font-size: 12px;
        letter-spacing: -0.5px;
        height: 99px;
        -webkit-line-clamp: 4;
    }
}


/* pazkohesh  */



.acc-btn {
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent;
    height: 65px;
    justify-content: right;
    padding: 20px;
    text-align: right;
    border: 0;
    border-radius: 5px;
    background-color: #e8e8e8;
}

/* .acc-btn.collapsed {} */

.acc-btn-title {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #5d5d5d;
    margin-right: 10px;
}

.acc-body {
    font-size: 16px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 14px;
    line-height: 1.89;
    letter-spacing: -0.35px;
    text-align: justify;
    color: #858585;
    margin-top: 10px;
}

.acc-header {
    margin-top: 10px;
}

.acc-icon {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: solid 1px #289e8d;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #289e8d;
    padding-top: 3px;
    font-size: 12px;
    transition: 0.3s;
}

.acc-icon.active {
    color: #fff;
    background: #289e8d;
}


@media (max-width:767px) {
    .acc-btn-title {
        font-size: 14px;
    }

    .acc-btn {
        height: 60px;
        padding: 10px;
    }

    .acc-body {
        font-size: 14px;
        padding: 15px;
    }
}


.sc-item-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
}

.sc-body {
    margin-top: 20px;
}

@media (max-width:767px) {
    .sc-item-img {
        height: 200px;
    }
}



.n-book-title-2 {
    border-radius: 5px;
    background-color: #6c6d6f;
    border: 1px solid #6c6d6f;
    margin-top: 13px;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 10px;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.n-book-title-3 {
    transition: 0.3s;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    color: #fff;
    margin-top: 13px;
    text-align: center;
}

.n-book-title-2:hover {
    background: transparent;
    color: #fff;
}

.n-book-num {
    font-family: IRANSansXFaNum;
    position: absolute;
    z-index: 1;
    bottom: 70px;
    background-color: #017c82;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    right: -15px;
}


.nk-wrap-3-item-body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    border-radius: 22px;
}

.nk-wrap-3-item {
    height: 36px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 22px;
    background-color: #289e8d;
    border: 1px solid #289e8d;
    position: relative;
}

.nk-wrap-3-item:hover {
    background: transparent;
    color: #289e8d;
}


.nk-wrap-3-item.active {
    background-color: #bc9f6d;
    border-color: #bc9f6d;
    color: #fff;
}


.nk-wrap-3-item.active::before {
    content: "";
    position: absolute;
    right: 50%;
    transform: translateX(50%) rotate(180deg);
    border-top: 19px solid #bc9f6d;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    bottom: -31px;
}

.nk-wrap-3-body {
    background-color: #bc9f6d;
    padding: 30px;
    border-radius: 6px;
}

.event-info {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 10px;
}

.event-info-item {
    font-size: 18px;
    color: #3b3b3b;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.event-info-item span {
    width: 17px;
    height: 17px;
    display: block;
    margin-left: 10px;
    border-radius: 50%;
}

.event-info-item:nth-child(1) span {
    background-color: #00959c;
}

.event-info-item:nth-child(2) span {
    background-color: #bc9f6d;
}

.event-info-item:nth-child(3) span {
    background-color: #d9d9d9;
}





.nk-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nk-form input {
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #ebebeb;
    background-color: #f6f6f6;
    width: 100%;
    height: 36px;
    margin-right: 20px;
    outline: none;
    transition: 0.3s;
    padding: 15px;
}

.nk-form textarea {
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #ebebeb;
    background-color: #f6f6f6;
    width: 100%;
    outline: none;
    transition: 0.3s;
    padding: 15px;
}

.nk-form input:focus {
    border-color: #289e8d;
}

.nk-form textarea:focus {
    border-color: #289e8d;
}


.nk-form-group label {
    white-space: nowrap;
    font-size: 18px;
    color: #636363;
    margin: 0;
    padding: 0;
}

.nk-form {
    max-width: 800px;
    margin: auto;
}


.nk-form-text {
    font-family: Sahel;
    font-size: 18px;
    color: #636363;
}


.nk-form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 20px;
}

.nk-form-check span {
    min-width: 22px;
    min-height: 22px;
    outline: solid 1px #c9c9c9;
    background: #fff;
    margin-left: 10px;
    border-radius: 20px;
}

.nk-form-check div {
    font-size: 16px;
    color: #636363;
    white-space: nowrap;
    user-select: none;
}

.nk-form-check input:checked~span {
    background: #289e8d;
    border: 4px solid white;
}

.sp-form-title-check {
    font-size: 18px;
    white-space: nowrap;
    color: #6c6d6f;
    margin-left: 30px;
}


.form-file-btn-1 label {
    border-radius: 22px;
    background-color: #289e8d;
    height: 38px;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
    cursor: pointer;
    margin: 0;
}

.form-file-btn-1 label:hover {
    opacity: 0.8;
}

.form-file-btn-1 {
    /*display: flex;*/
    align-items: center;
    flex-direction: row-reverse;
}

.form-file-btn-1 input::file-selector-button {
    display: none;
}

.form-file-btn-2 label {
    border-radius: 22px;
    background-color: #dcab56;
    height: 38px;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
    cursor: pointer;
    margin: 0;
}

.form-file-btn-2 label:hover {
    opacity: 0.8;
}

.form-file-btn-2 {
    /*display: flex;*/
    align-items: center;
    flex-direction: row-reverse;
}

.form-file-btn-2 input::file-selector-button {
    display: none;
}




@media (max-width:767px) {
    .nk-form-check div {
        font-size: 14px;
    }

    .sp-form-title-check {
        font-size: 16px;
    }

    .nk-form-group label {
        font-size: 14px;
    }

    .nk-form input {
        max-width: 200px;
    }

    .event-info {
        align-items: start;
    }

    .event-info-item {
        font-size: 14px;
    }

    .nk-wrap-3-item.active::before {
        display: none;
    }

    .nk-wrap-3-item-body {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .nk-wrap-3-item {
        height: 30px;
        padding: 0px 15px;
        font-size: 14px;
    }

    .nk-wrap-3-body {
        padding: 15px;
    }

    .n-book-img-body {
        height: 220px;
        flex: 0 0 220px;
    }

    .n-book-num {
        right: 10px;
        bottom: 60px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .n-book-title-2 {
        font-size: 14px;
    }

    .n-book-title-3 {
        font-size: 14px;
    }

    .sp-btn-submit {
        max-width: 100%;
    }
}

.nv-btn-fixed {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.nv-btn {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.nv-btn-text {
    position: absolute;
    left: 5px;
    background-color: #017c82;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0 25px 25px 0;
    width: 0;
    height: 32px;
    font-size: 14px;
    padding-left: 20px;
    transition: 0.3s;
    visibility: hidden;
    white-space: nowrap;
}


.nv-btn-icon {
    width: 45px;
    height: 45px;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: #bc9f6d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.nv-btn-icon img {
    width: 26px;
    height: 26px;
}


.nv-btn:hover .nv-btn-text {
    left: 30px;
    width: auto;
    visibility: visible;
}


@media (max-width:767px) {
    .nv-btn-fixed {
        display: none;
    }
}


.modal-content {
    border-radius: 15px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px #dfdfdf;
    background-color: #fff;
}

.modal-content.type-2 {
    background-color: #017c82;
    border-radius: 12px;
    box-shadow: 0px 8px 4px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px #017c82;
}

.modal-content.type-2 .modal-header {
    color: #fff;
}

.modal-content.type-2 .modal-header button {
    color: #fff;
    opacity: 1;
    box-shadow: unset;
    text-shadow: unset;

}


.modal-alert {
    border-radius: 5px;
    background-color: #bc9f6d;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 18px;
}

.modal-inner {
    background: #f2f2f2;
    padding: 15px;
    margin-top: 10px;
    color: #656565;
    font-size: 15px;
    line-height: 2;
    border-radius: 5px;
}


.modal-inner-2 {
    border-radius: 7px;
    background-color: #fff;
    margin-top: 10px;
    color: #656565;
    font-size: 15px;
    padding: 15px;
}

.modal-inner-2 ul {
    margin: 0;
    padding-right: 20px;
}


.modal-inner h3 {
    font-size: 22px;
}

.modal-inner h4 {
    font-size: 20px;
}

.modal-inner h5 {
    font-size: 18px;
}


.btn-defult-1 {
    background: #bc9f6d;
    border: 1px solid #bc9f6d;
    padding: 8px 16px;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s;
}


.btn-defult-2 {
    background: #00959c;
    border: 1px solid #00959c;
    padding: 8px 16px;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s;
}


.btn-defult-1:hover {
    background: transparent;
    color: #bc9f6d;
}


.btn-defult-2:hover {
    background: transparent;
    color: #00959c;
}




@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}


.namayesh-main {
    border-radius: 8px;
    background-color: #f2f2f2;
}

.slider {
    padding: 20px;
}


.slider__images {
    height: 520px;
    width: 100%;
    margin-right: 20px;
}

.slider__images .slider__image {
    height: 450px;
}

.slider__col {
    display: flex;
    flex-direction: column;
    width: 250px;
    margin-right: 0;
    border-radius: 8px;
    box-shadow: -3.7px 1.4px 4px 0 rgb(0 0 0 / 23%);
    background-color: #bc9f6d;
    padding: 15px;
    height: 500px;
}


.slider__thumbs {
    height: calc(500px - 96px);
}

.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    cursor: pointer;
}


.slider .swiper-container {
    width: 100%;
    height: 100%;
}

.slider__image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}


.slider__flex {
    display: flex;
    align-items: flex-start;
}

.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #bcbec09c;
    width: 30px;
    height: 30px;
    margin: auto;
    color: #fff;
    border-radius: 50%;
    padding-top: 2px;
}

.slider__next {
    margin-top: -15px;
    z-index: 3;
}

.slider__prev {
    margin-bottom: -15px;
    z-index: 3;
}


.slider__prev:focus,
.slider__next:focus {
    outline: none;
}

.slider__thumbs .slider__image:hover {
    opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.slider__images .slider__image img {
    transition: 3s;
}

.slider__images .slider__image:hover img {
    transform: scale(1.1);
}

.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.namayesh-detail {
    display: flex;
    margin-top: 15px;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

.namayesh-title {
    color: #bc9f6d;
    font-size: 15px;
    font-weight: bold;
}

.namayesh-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 75px;
}

.namayesh-info-item span {
    color: #a4a4a4;
    margin-right: 10px;
}

.namayesh-info-item {
    font-size: 14px;
    line-height: 2.04;
    letter-spacing: -0.33px;
    color: #6c6d6f;
    margin-left: 20px;
}

.namayesh-btn-1 {
    border-radius: 26.5px;
    background-color: #bc9f6d;
    border: 1px solid #bc9f6d;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

.namayesh-btn-1:hover {
    background: transparent;
    color: #bc9f6d;
}

.namayesh-event {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 15px;
}

.namayesh-event-item {
    color: #757575;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}


.namayesh-event-item span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    margin-left: 5px;
}


.namayesh-event-item:nth-child(1) span {
    background-color: #00959c;
}


.namayesh-event-item:nth-child(2) span {
    background-color: #bc9f6d;
}

.namayesh-thumb-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    background-image: linear-gradient(to top, rgba(40, 158, 141, 0.63) 0%, rgba(84, 84, 84, 0) 100%);
    color: #fff;
    font-size: 12px;
    padding: 7px;
}



.namayesh-tab-item {
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 10px;
}


.namayesh-tab-img {
    width: 120px;
    height: 60px;
    border-radius: 3px;
}

.swiper-3a {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.namayesh-tab-title {
    color: #505050;
    font-size: 13px;
    margin-right: 12px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}


.swiper-3a .swiper-button-next {
    margin-top: -13px;
}

.swiper-3a .swiper-button-prev {
    margin-top: -13px;
}



@media (max-width: 767.98px) {
    .slider__flex {
        flex-direction: column-reverse;
    }

    .slider__col {
        width: 100%;
        flex-direction: row;
        position: relative;

    }

    .slider__images {
        width: 100%;
        margin: 0;

    }

    .slider__col {
        height: 150px;
    }

    .slider__thumbs {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .slider__next {
        position: absolute;
    }

    .slider__prev {
        position: absolute;
    }

    .slider__col {
        display: none;
    }


    .slider__images .slider__image {
        height: 230px;
    }

    .namayesh-detail {
        flex-direction: column;
    }

    .namayesh-info {
        height: auto;
        margin-bottom: 15px;
    }

}


.n-footer-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n-footer-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.n-footer-item-link {
    display: flex;
    align-items: center;
    color: #bc9f6d;
    font-size: 14px;
}

.n-footer-item-link a {
    color: #bc9f6d;
    display: block;
    direction: ltr;
}

.n-footer-item-link span {
    min-width: 8px;
    min-height: 8px;
    background: #007b81;
    border-radius: 50%;
    margin: 0 10px;
}

.n-footer-item-link div {
    margin-left: 5px;
}

.n-footer-item-link:last-child span {
    display: none;
}

.n-footer-item-link a:hover {
    color: #007b81;
}

.n-footer-copy {
    color: #aaabae;
    font-size: 14px;
    margin-top: 10px;
}

.n-footer {
    margin-bottom: 20px;
    border-top: 1px solid #bc9f6d;
    padding-top: 20px;
}

.n-footer-social {
    display: flex;
    align-items: center;
}

.n-footer-social a {
    background: #bc9f6d;
    padding: 2px;
    margin-right: 8px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border-radius: 8px;
    transition: 0.3s;
}


.n-footer-social a:hover {
    background: #007b81;
}


@media (max-width:767px) {
    .n-footer-body {
        flex-direction: column;
        align-items: normal;
    }

    .n-footer-item {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: start;
    }

    .n-footer-item-link {
        font-size: 12px;
        margin-top: 10px;
    }

    .n-footer-item-link span {
        display: none;
    }

    .n-footer {
        margin-bottom: 10px;
        border-top: 1px solid #bc9f6d;
        padding-top: 10px;
    }

    .n-footer-social {
        margin-top: 10px;
    }

    .n-footer-social a {
        padding: 2px;
        min-width: 22px;
        min-height: 22px;
        border-radius: 5px;
    }

    .n-footer-social a img {
        width: 15px;
        height: 15px;
    }

    .n-footer-item:last-child {
        align-items: end;
    }

    .n-footer-copy {
        font-size: 12px;
        text-align: center;
    }
}


.imagepin {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin: 30px auto;
}

.imagepin .pins {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imagepin img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}

.imagepin .pin {
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 100%;
    position: absolute;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    text-decoratio: none;
}

.imagepin .pin span {
    position: absolute;
    top: -10px;
    font-size: clamp(12px, 2vw, 13px);
    display: block;
    width: fit-content;
    white-space: nowrap;
    text-align: center;
    background: #fff;
    color: #111;
    backdrop-filter: blur(4px);
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
    line-height: 1;
    opacity: 0;
    transition: 0.2s all ease-in-out;
}

.imagepin .pin:hover {
    border-color: #fff;
}

.imagepin .pin:hover:after {
    width: 7px;
    height: 7px;
}

.imagepin .pin:hover span {
    opacity: 1;
    top: -20px;
    width: fit-content;
}

.imagepin .pin:active {
    border-color: #ffaa67;
}

.imagepin .pin:active:after {
    width: 20px;
    height: 20px;
}

.imagepin .pin:after {
    content: "";
    width: 20px;
    height: 20px;
    transition: 0.2s all ease-in-out;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 100%;
}

.imagepin .pin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    /*animation: shockwave 2s 0.5s ease-out infinite;*/
}

@keyframes shockwave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #fff;
    }

    95% {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

.imagepin .pin:nth-of-type(1):before {
    animation-delay: 0.2s;
}

.imagepin .pin:nth-of-type(2):before {
    animation-delay: 0.4s;
}

.imagepin .pin:nth-of-type(3):before {
    animation-delay: 0.6s;
}

.imagepin .pin:nth-of-type(4):before {
    animation-delay: 0.9s;
}

.imagepin .pin:nth-of-type(5):before {
    animation-delay: 1.3s;
}

.imagepin .pin:nth-of-type(6):before {
    animation-delay: 1.6s;
}

.imagepin .pin:nth-of-type(7):before {
    animation-delay: 1.8s;
}

.imagepin .pin:nth-of-type(8):before {
    animation-delay: 2s;
}

.imagepin .pin:nth-of-type(9):before {
    animation-delay: 2.2s;
}


@media (max-width:767px) {
    .imagepin {
        display: none;
    }
}


.n-menu-nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.n-menu-nav li {
    z-index: 1;
    /* position: relative; */
    width: 100%;
}

.n-menu-nav li .img-h {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0;
    left: 50%;
    transition: 0.3s;
    margin-left: -200px;
    transition: 0.6s;
    /* margin-top: -200px; */
    transform: translate(0, 0);
}


.n-menu-nav li:hover .img-h {
    opacity: 0.5;
    /* transform: scale(1.5); */
}

.n-menu-nav li a {
    position: relative;
    z-index: 1;
    justify-content: center;
}



@media (max-width:767px) {
    .n-menu-nav li .img-h {
        display: none;
    }
}

.n-menu-sub-content.active {
    z-index: 9;
}


.swiper-1c {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.resane-wrap-1 img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: 0.3s;
}

.resane-wrap-1 .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.resane-wrap-1 .col-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.resane-wrap-1 .col-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.resane-wrap-1 .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}



.resane-wrap-1 img:hover {
    opacity: 0.7;
}

.swiper4 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}



.resane-wrap-2-item-body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    border-radius: 22px;
}

.resane-wrap-2-item {
    height: 36px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 22px;
    background-color: #289e8d;
    border: 1px solid #289e8d;
    position: relative;
}

.resane-wrap-2-item:hover {
    background: transparent;
    color: #289e8d;
}


.resane-wrap-2-item.active {
    background-color: #bc9f6d;
    border-color: #bc9f6d;
    color: #fff;
}



.resave-wrap-2 {
    background-color: #d8d8d8;
    border-radius: 4px;
    margin-top: 40px;
    padding: 20px;
    margin-bottom: 40px;
}

.resane-wrap-2-box {
    border-radius: 7px;
    background-color: #f1f1f1;
    padding: 20px;
}

.n-book.mini .n-book-img-body {
    height: 180px;
    flex: 0 0 180px;
    box-shadow: 0px 0px 6px 0 rgb(0 0 0 / 19%);
}


.n-book.mini .n-book-title-2 {
    margin-top: 8px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    display: flex;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;

}

.n-book.mini .n-book-title-2:hover {
    color: #9e9e9e;
    background: transparent;
}

.resane-wrap-2-box-title {
    font-size: 16px;
    color: #bc8b3d;
    margin-bottom: 10px;
    font-weight: 600;
}

.n-book-badge {
    border-radius: 11px;
    background-color: #bc9f6d;
    position: absolute;
    z-index: 1;
    left: 7px;
    top: 7px;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
}


.animation-box {
    border-radius: 10px;
    background-color: #d8d8d8;
    padding: 30px;
}

.animation-video-wrap {
    border-radius: 10px;
    background-color: #017c82;
    padding: 20px;
    margin-top: 30px;
}

.animation-video-wrap .news-wrap-6-play-video i {
    color: #017c82;
    background-color: #ffffff;
}

.animation-video-wrap .news-wrap-6-play-video {
    margin: 0;
}

.animation-video-wrap .swiper-button-next,
.swiper-button-prev {
    margin-top: -10px;
}

.animation-box-info-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    text-align: right;
    color: #00464a;
}

.animation-box-info-text {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    color: #00464a;
    margin-top: 20px;
}

.animation-box-info {
    border-radius: 10px;
    background-color: #e5e5e5;
    padding: 20px;
    height: 100%;
}

.animation-box .news-wrap-6-video {
    margin-bottom: 0;
    position: relative;
    /*height: auto;*/
    height: 100%;
}


.animation-video-title {
    font-size: 16px;
    color: #fff;
}

.animation-video-num span {
    font-family: IRANSansXFaNum;
}


.video-box {
    position: relative;
    height: 100%;
}


.video-box .plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled .plyr__controls {
    display: none;
}

.video-box .plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--pip-supported.plyr__poster-enabled.plyr--playing.plyr--hide-controls {
    z-index: 1;
}

.video-box .plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--pip-supported.plyr__poster-enabled.plyr--playing {
    z-index: 1;
}

.video-box-inner {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, #dcab56 1%, rgba(128, 128, 128, 0) 99%);
    height: 30%;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 15px;
}

.animation-video-box {
    border-radius: 8px;
    background: #00000096;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    margin-top: 10px;
    color: #fff;
    width: 100%;
}

.fs-14 {
    font-size: 14px;
}

.m-slider-wrap {
    background-color: #017c82;
    border-radius: 8px;
    margin-top: 20px;
    padding: 20px;
}


@media (max-width:767px) {
    .m-slider-wrap {
        margin-top: 10px;
        padding: 10px;
    }

    .resane-wrap-1 .col-6 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .resane-wrap-1 .col-3 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .resane-wrap-1 .col-4 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .resane-wrap-1 .col-12 {
        padding-left: 7px;
        padding-right: 7px;
    }


    .resane-wrap-2-item-body {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .resane-wrap-2-item {
        height: 30px;
        padding: 0px 15px;
        font-size: 12px;
    }

    .resane-wrap-2-box {
        padding: 10px;
    }

    .resane-wrap-2-box-title {
        font-size: 14px;
    }

    .animation-box {
        padding: 15px 20px;
    }

    .animation-box-info {
        padding: 10px 15px;
    }

    .animation-box-info-title {
        font-size: 14px;
    }

    .animation-box-info-text {
        font-size: 12px;
        margin-top: 5px;
    }

    .animation-video-title {
        font-size: 14px;
    }

    .animation-video-box {
        padding: 5px 10px;
    }

    .animation-video-num {
        font-size: 12px;
    }

    .animation-video-wrap {
        padding: 10px;
        margin-top: 10px;
    }

}



.img-grid span {
    position: absolute;
    bottom: -100px;
    line-height: normal;
    background: #000000c9;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    transition: 0.5s;
    width: 100%;
    visibility: hidden;
}

.img-grid img {
    line-height: 0;
    max-width: 100%;
}

.img-grid {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    grid-gap: 0.75em;
    padding: 0.75em;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.5em, 1fr));
}

.img-grid>* {
    display: flex;
    line-height: 0;
    transition: 0.4s ease;
}

.img-grid>* a {
    display: flex;
    flex-grow: 1;
    position: relative;
    transition: 0.4s ease;
    overflow: hidden;
}

.img-grid>* img {
    border-radius: 0;
    object-fit: cover;
    transition: 0.4s ease;
    width: 100%;
}

.img-grid>*:hover {
    background-color: transparent;
    padding: 5px;
}

.img-grid>*:hover span {
    bottom: 0;
    visibility: visible;
}

.img-grid>*:hover a:before {
    opacity: 1;
    z-index: 1;
}

.img-grid>*:hover img {
    z-index: 0;
}

@media (min-width: 85em) {
    .img-grid {
        grid-template-columns: repeat(auto-fit, minmax(12.5em, 1fr));
        grid-auto-flow: column;
    }
}

@media (min-width: 85em) {
    .grid-item:nth-child(4) {
        grid-column: 4/6;
        grid-row: 1/3;
    }

    .grid-item:nth-child(6) {
        grid-column: 1/3;
        grid-row: 2/4;
    }

    .grid-item:nth-child(11) {
        grid-column: 5/7;
        grid-row: 3/5;
    }

    .grid-item:nth-child(13) {
        grid-column: 2/4;
        grid-row: 4/6;
    }

    .grid-item:nth-child(20) {
        grid-column: 1/3;
        grid-row: 6/8;
    }

    .grid-item:nth-child(21) {
        grid-column: 5/7;
        grid-row: 6/8;
    }
}


.podcast {
    border-radius: 8px;
    border: solid 1px #e1e1e1;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.podcast-img {
    width: 125px;
    height: 85px;
    object-fit: cover;
    border-radius: 5px;
}


.podcast-inner {
    display: flex;
    align-items: center;
}

.podcast-info {
    padding-right: 15px;
}

.podcast-title {
    font-size: 17px;
    font-weight: bold;
    color: #289e8d;
}

.podcast-text {
    font-size: 14px;
    text-align: right;
    color: #646464;
    margin-top: 5px;
}

.podcast-audio {
    border-right: solid 1px #d8d8d8;
    padding-right: 10px;
}

.podcast:hover {
    box-shadow: 2px 2px 10px 0 rgba(220, 171, 86, 0.57);
    border: solid 1px #e1e1e1;
    background-color: #f1f1f1;
}

@media (max-width:767px) {
    .podcast {
        flex-direction: column;
    }

    .podcast-audio {
        width: 100%;
        text-align: center;
        border-right: 0;
        padding-right: 0;
        border-top: solid 1px #d8d8d8;
        margin-top: 15px;
        display: flex;
    }

    .podcast-audio audio {
        width: 100%;
    }

    .podcast-inner {
        flex-direction: column;
    }

    .podcast-img {
        width: 100%;
        height: 125px;
    }

    .podcast-info {
        padding-right: 0;
        padding-top: 10px;
    }

    .podcast-title {
        font-size: 14px;
    }

    .podcast-text {
        font-size: 12px;
        text-align: justify;
    }

}

.swiper-2-video {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.m-slider-wrap-2 {
    border-radius: 4px;
    background-color: #bc9f6d;
    padding: 20px;
}

/*.about-us-text a{*/
/*    color: #bc9f6d;*/
/*}*/
/*.about-us-text span{*/
/*    color: #bc9f6d;*/
/*}*/

.u-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.u-card-img {
    width: 100%;
    border-radius: 50%;
}

.swiper-u {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;

}

.u-card-img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #bc9f6d;
    padding: 5px;
    transition: 0.3s;
}

.u-card-title {
    color: #bc9f6d;
    font-weight: bold;
    margin-top: 8px;
    transition: 0.3s;
    font-size: 16px;
}

.u-card:hover .u-card-img {
    border-color: #289e8d;
}

.u-card:hover .u-card-title {
    color: #289e8d;
}

@media (max-width:767px) {
    .u-card-title {
        font-size: 14px;
        margin-top: 5px;
    }
}


/* new edit  */
@media (max-width: 767px) {
    .nav-wrap-item {
        font-size: 12px;
        flex-wrap: wrap;
    }

    .blog-content-title-main {
        font-size: 14px;
    }

    .blog-content {
        margin-top: 5px;
        font-size: 16px;
    }

    .blog-content p {
        font-size: 16px;
    }

    .navbar-news-info {
        width: 50%;
    }

    .card-blog-info {
        padding-top: 0;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .card-blog-img-body {
        /* height: 150px; */
        /* flex: 0 0 160px; */
    }

    .blog-content {
        font-size: 16px;
        margin-top: 5px;
    }

    .blog-content-title-main {
        font-size: 18px;
    }

    .news-wrap-1-img {
        max-width: 100% !important;
    }

    .news-wrap-1-title {
        font-size: 16px !important;
    }

    .news-title2 {
        font-family: sahel;
        font-size: 14px !important;
    }

    .news-wrap-1-text {
        margin-top: 15px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
    }

    .card-blog-info {
        padding-right: 15px;
    }

    .card-title2 {
        font-size: 11px !important;
    }

    .card-blog-title {
        font-size: 14px;
        height: 40px;
    }

    .card-blog-text {
        font-size: 12px;
        -webkit-line-clamp: 3;
        margin-bottom: 10px;
        margin-top: 10px;
        height: 55px;
    }

    .card-blog-date span {
        font-size: 12px;
    }

    .news-wrap-3-item.active::before {
        display: none;
    }

    .card-blog-2-title {
        font-size: 14px;
        height: 40px;
    }

    .card-blog {
        padding: 10px;
    }

    .card-blog-2-text {
        font-size: 12px;
        height: 95px;
        text-align: right;
    }

    .card-blog-2-more {
        font-size: 10px;
    }

    .card-blog-2-date {
        font-size: 10px;
    }

    .news-wrap-4-title {
        font-size: 18px;
    }

    .news-wrap-4-number {
        width: 32px;
        height: 32px;
        font-size: 20px;
        padding-top: 5px;
    }

    .news-wrap-4-text {
        font-size: 15px;
        margin-top: 5px;
    }

    .fc-toolbar h2 {
        font-size: 14px;
        margin-top: 8px;
    }

    .fc-day-header.fc-widget-header {
        font-size: 14px;
    }

    .news-wrap-5-item-img {
        /* height: 240px; */
    }

    .news-wrap-5 {
        margin-top: 20px;
    }

    .news-wrap-row {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .news-wrap-3-item-body {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .news-wrap-3-item {
        font-size: 16px;
    }

    .aj-row-2-item-body {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .aj-row-2-item {
        font-size: 16px;
        padding: 0px 15px;
    }

    .about-us-title {
        font-size: 18px;
    }

    .about-us-text {
        font-size: 14px;
    }

    .news-footer {
        margin-top: 30px;
        padding: 0;
    }

    .news-footer-header {
        font-size: 18px;
    }

    .nav-wrap-item a {
        color: #fff;
        margin-right: 0;
        font-size: 12px;
    }

    .nav-wrap-item {
        font-size: 12px;
    }

    .nav-wrap-item span {
        font-size: 12px;
        margin-left: 5px;
    }

    .gallery-item-3-title {
        font-size: 18px;
    }

    .gallery-item-3-inner {
        background-image: unset;
        position: absolute;
        bottom: 0;
        background: #000000c2;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gallery-item {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .gallery-item-img-body {
        height: 180px;
        flex: 0 0 180px;
    }

    .gallery-item-badge-1 {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
    }

    .gallery-item-badge-2 {
        font-size: 14px;
        text-align: center;
    }

    .pagination {
        justify-content: space-between;
        margin-top: 25px;
    }

    .n-book-img-body {
        height: 250px;
        flex: 0 0 250px;
    }

    .aj-neshast-img-body {
        height: 250px;
        flex: 0 0 250px;
    }

    .n-book-title {
        font-size: 14px;
    }

    .card-blog-info {
        padding-right: 15px;
    }

    .card-pod .card-blog-title {
        font-size: 15px;
    }

    .card-pod .card-blog-text {
        font-size: 13px;
        overflow: hidden;
        -webkit-line-clamp: 4;
        height: 78px;
        text-align: right;
    }

    .card-pod-badge-1 {
        font-size: 12px;
        padding: 5px;
        text-align: center;
    }

    .card-pod-badge-2 {
        font-size: 12px;
        padding: 5px;
        text-align: center;
    }

    .news-wrap-6-title {
        font-size: 18px;
    }

    .sp-alert {
        font-size: 18px;
        font-size: 16px;
    }

    .sp-form-group label {
        font-size: 16px;
    }

    .resane-wrap-1 img {
        width: 100% !important;
        height: 100% !important;
    }

    .aj-row-2-item {
        padding: 0px 15px;
        font-size: 16px;
    }

    .resane-wrap-2-item-body {
        margin-bottom: 20px;
    }

    .animation-box-info-text {
        font-size: 14px;
        text-align: right;
    }

    .animation-box-info-title {
        font-size: 14px;
    }

    .podcast-text {
        font-size: 14px;
        text-align: justify;
        line-height: normal;

    }

    .podcast-info {
        padding-right: 15px;
        padding-left: 15px;
    }

    .n-book-title-2 {
        font-size: 14px;
    }

    .nk-wrap-3-item.active::before {
        display: none;
    }

    .box-authentication {
        box-shadow: 0 0px 6px #00000042;
        padding: 20px;
        border-radius: 10px;
    }

    .box-authentication h4 {
        font-size: 20px;
        font-weight: 600;
        color: #737373;
    }

    .box-authentication ul {
        list-style: none;
        padding: 0;
    }

    .box-authentication ul li {
        margin-top: 10px;
    }
}







/* dropdown */
.dropdown a {
    font-family: Sahel;
    font-size: 16px;
    color: #289e8d;
    margin-right: 20px;
    transition: 0.3s;
}

.dropdown a::after {
    margin-top: -2px;
    margin-right: 10px;
    border: 0;
    font-family: "raya-icon";
    content: '\f107';
}

.dropdown ul li a::after {
    content: unset;
}

.dropdown .dropdown>a:after {
    display: none;
    content: " ";
    float: right;
    border: 0;
    font-family: "raya-icon";
    content: '\f105';
    margin-top: 0;
    margin-right: 0;
}

.dropdown ul {
    left: 0;
    z-index: 1000;
    display: none;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    position: absolute;
    border: 0;
    border-radius: 5px;
    margin-top: 0px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    min-width: 200px;
    border-radius: 8px;
    font-size: 14px;
    transition: opacity 0.3s ease-in-out;
    left: 0;
    box-shadow: 0 2px 5px #00000063;
}

.dropdown ul li a {
    color: #bc9f6d;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    width: 100%;
    padding: 7px 14px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    font-weight: 600;
}

.dropdown ul li a:hover {
    color: #289e8d !important;
}

.dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color3);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.dropdown .dropdown ul::before {
    content: unset;
}

.dropdown .dropdown {
    position: relative;
    margin-right: -2px;
}

.dropdown .dropdown>ul {
    top: 0;
    left: 100%;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
}

#overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
}

.dropdown .dropdown:hover>a:after {
    border-left-color: #000;
}

.dropdown .dropdown:hover>ul {
    display: block;
}

.dropdown:hover>ul {
    display: block;
}



/* offcanvas */
@media (max-width: 767.5px) {
    .dropdown ul::before {
        content: unset;
    }

    .dropdown a::after {
        content: '\f104';
        font-size: 16px;
        display: none;
    }

    .dropdown .dropdown>a:after {
        margin-top: -2px;
        font-size: 16px;
        float: left;
        content: '\f104';
    }

    .offcanvas-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
    }

    .dropdown ul {
        left: unset;
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
        margin: 0;
        padding: 0;
    }

    .dropdown ul.active {
        right: 0;
    }

    .offcanvas-nav.active {
        right: 0;
    }


    .offcanvas-header {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--color3);
        background-color: var(--color1);
        padding: 0 15px;
        margin-bottom: 10px;
    }


    .offcanvas-header .close {
        background: transparent;
        border: 0;
        color: var(--color3);
        font-size: 20px;
    }

    .offcanvas-header .back {
        background: transparent;
        border: 0;
        color: var(--color3);
        font-size: 20px;
    }

    .nav-item {
        margin-left: 0px;
        display: flex;
    }

    .dropdown ul li a {
        padding: 10px 20px;
        text-align: right;
    }

    .nav-item a {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 14px;
        font-weight: normal;
    }

    .navbar-toggler {
        border: 0;
        margin: 0;
        padding: 0;
        color: var(--color3) !important;
        display: flex;
    }
}


@media (min-width:768px) {
    .offcanvas-header {
        display: none;
    }
}



/* new end  */


.home-btn-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.home-btn {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.home-btn-text {
    position: absolute;
    right: 5px;
    background-color: #626262ba;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px 0px 0px 25px;
    width: 0;
    height: 28px;
    font-size: 13px;
    padding-right: 20px;
    /* transition: 0.3s; */
    visibility: hidden;
    white-space: nowrap;
}


.home-btn-icon {
    width: 32px;
    height: 32px;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: #bc9f6d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.home-btn-icon img {
    width: 20px;
    height: 20px;
}


.home-btn:hover .home-btn-text {
    right: 20px;
    width: auto;
    visibility: visible;
}

.navbar-social {
    flex-direction: column;
    padding-left: 20px;
    padding-bottom: 20px;
}

.navbar-social a {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    transition: 0.3s;
    margin-top: 6px;
    background: #bc9f6d;
    border-radius: 50%;
}

@media (max-width: 767px) {

    .swiper-container-v .swiper-pagination.swiper-pagination-bullets {
        left: 20px;
        display: none;
    }

    .home-btn-icon {
        width: 30px;
        height: 30px;
    }

    .navbar-social a {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev-h {
        right: 10px;
    }

    .swiper-button-next-h {
        left: 10px;
    }

    .swiper-button-prev-h i {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .swiper-button-next-h i {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;

    }


}


/* haram tag tags */



.hr-img-body-right {
    position: relative;
}

.hr-img-body-left {
    position: relative;
}

.hr-img {
    width: 100%;
}


.hr-tag {
    position: absolute;
    color: #fff;
    font-size: 18px;
    z-index: 9;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #bc9f6d;
    min-width: 130px;
    justify-content: start;
}

.hr-tag:hover {
    color: #bc9f6d;
}

.hr-tag::after {
    content: '';
    background: #bc9f6d;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
}

.hr-img-body-left .hr-tag::after {
    right: 0;
}

.hr-img-body-left .hr-tag {
    justify-content: end;
}

@media (max-width:767px) {

    .hr-tag {
        font-size: 16px;
    }

    .hr-tag {
        border-bottom: 2px solid #bc9f6d;
        min-width: 115px;
    }

    .hr-tag::after {
        width: 15px;
        height: 15px;
        top: 18px;
    }
}





/* row bcak  */


.row-back {
    display: block;
}

.row-back-img-body {
    position: relative;
    width: 100%;
    height: 300px;
    flex: 0 0 170px;
    background-color: #07888d;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid #fff;
    border-radius: 100px 100px 0 0;
}

.row-back-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 0.5s;
    padding-top: 20px;
}

.row-back:hover .row-back-img-body .row-back-img {
    transform: scale(1.1);
}

.row-back-text {
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 44px;
    margin-top: 5px;
}

.row-back-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    margin-top: 5px;
}


.new-row-back {
    background: #bf9657;
    padding: 40px;
    margin-top: 40px;
}

.new-row-back .sp-head-title {
    color: #ffffff;
}

.new-row-back .sp-head span {
    background-color: #ffffff;
}

.rd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.rd-body {
    background: #a0c0bb;
    padding: 40px;
    margin-top: 40px;
}

.rd-img {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.rd-img:hover img {
    transform: scale(1.05);
}

.rd-radius {
    border-radius: 50% 0 0 0;
}

.rc-body {
    margin-top: 40px;
}

.rc-1 {
    background: #bf9758;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.rc-item img {
    border-radius: 50%;
    box-shadow: 15px 10px 0px #4b7486;
    max-width: 100%;
}

.rc-2 {
    background: #4b7486;
    height: 50%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.rc-2 .rc-item img {
    box-shadow: 15px 10px 0px #a0c0bb;
}

.rc-3 {
    background: #a0c0bb;
    height: 50%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.rc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}



.rc-item div {
    margin-top: 20px;
    transition: 0.3s;
}


.rc-item:hover div {
    color: #fff;
    font-weight: bold;
}

@media (max-width:767px) {
    .rc-1 {
        background: #bf9758;
        height: 100%;
        min-height: 200px;
    }

    .rc-body {
        margin-top: 30px;
    }


    .new-row-back {
        padding: 20px;
        margin-top: 30px;
    }

    .rd-body {
        padding: 20px;
        margin-top: 30px;
    }
}

@media (min-width:1200px) {
    .row-back-img-body {
        border-radius: 155px 155px 0 0;
    }
}

/*loading */

.loading {
    z-index: 100000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
}

.loading .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    display: grid;
    grid-gap: 25px;
}

.loading .content .logo img {
    width: 150px;
}

.loading .content .icon .box {
    margin: auto;
    display: inline-block;
    text-align: center;
    background: #0fbcf915;
    color: #06aee9;
    border-radius: 15px;
    padding: 10px;
}

.loading .content .text {
    text-align: center;
}

.card-modiran-btn {
    background: #017c82;
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.3s;
}

.card-modiran-btn:hover {
    color: #fff;
    background: #bc9f6d;
}

.nv-btn-show {
    display: none;
}

/* social */
@media (max-width:767px) {
    .nv-btn-list {
        display: none;
    }

    .nv-btn-show {
        width: 39px;
        height: 39px;
        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16);
        background-color: #017c82;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        color: #fff;
        position: relative;
        font-size: 14px;
        margin-top: 9px;
        cursor: pointer;
        text-align: center;
    }
}




.nv-btn-fixed-2 {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.nv-btn-list-2 {
    display: none;
}

.nv-btn-show-2 {
    width: 40px;
    height: 40px;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: #017c82;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.home-btn-2 {
    width: 40px;
    height: 40px;
    transition: 0.3s;
    margin-top: 6px;
    background: #bc9f6d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-btn-text-2 {
    position: absolute;
    left: 5px;
    background-color: #626262ba;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0px 25px 25px 0px;
    width: 0;
    height: 28px;
    font-size: 13px;
    padding-right: 20px;
    visibility: hidden;
    white-space: nowrap;
    z-index: -1;
}

.home-btn-2:hover .home-btn-text-2 {
    left: 30px;
    width: auto;
    visibility: visible;
}

.home-btn-2 img {
    width: 30px;
    height: 30px;
}
li.dropdown::after {
    font-family: "raya-icon";
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 16px;
    color: #bc9f6d;
}

.plyr audio, .plyr iframe, .plyr video {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 220px;
}


