/*
  proj manager: Amin Heidarzadeh
  Author Css: saba mordadi
    
    ---------------- Info ----------------
    
    Date Created:   1402/11/24
    Email:          heydarzadeh@itshams.ir
    Email:          mordadi@itshams.ir


*/

/*---------------------- Public Style ---------------------*/
:root {
    --white: #fff;
    --Primary: #8fb6d9;
    --Primary-1: #DCECFF;
    --blue-1: #0059CF;
    --blue-2: #005477;
    --blue-3: #052948;
    --blue-4: #154472;
    --blue-5: #5bc2e0;
    --blue-6: #0C61AC;
    --black: #000;
    --blue-light: #E7EFF7;
    --light: #F7F9FC;
    --light-2: #7E91A2;
    --light-3: #FDFEFF;
    --text: #959FAE;
}

* {
    font-family: IranYekan;
    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

#Site_Uni .widget-container {
    width: 100%;
}

.lg-outer {
    direction: ltr;
}

.row {
    flex-direction: row-reverse;
}

body {
    margin: 0;
    direction: rtl;
    padding: 0;
    position: relative;
}

a {
    color: #000;
}

svg {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
}


a:hover {
    color: #2388d8;
}

.close-menu {
    display: none;
}

@keyframes rotateLeftHalfCircle {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.systems-sec .tab-pane {
    display: none;
    height: 100%;
}

.systems-sec .tab-pane.active {
    display: block;
}

#StudentsSystem {
    height: 100%;
    display: flex;
}

.responsive-carousel .owl-nav>div {
    position: absolute;
    top: 42%;
}

.responsive-carousel .owl-nav>div.owl-prev {
    right: 0;
}

.responsive-carousel .owl-nav>div.owl-next {
    left: 0;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.main-title {
    margin-bottom: 30px;
}

.main-title h3 {
    margin-right: 16px;
    font-size: 24px;
    color: var(--blue-1);
}

.main-title i {
    font-size: 44px;
    color: #005477;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- header ---------------------*/

/*----------------------mega-menu---------------------*/
.header-main .mega-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 20px;
    direction: rtl;
    height: 100vh;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("/File/17174") center / cover no-repeat;
    opacity: 0;
    transition: 0.4s all;
    visibility: hidden;
}

.header-main .mega-menu::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    right: 0;
}

.header-main .mega-menu.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.header-main .mega-menu .tab-pane {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.header-main .mega-menu .tab-pane.active {
    opacity: 1;
}

.header-main .mega-menu .mega-menu-content {
    display: flex;
    padding: 0 25px;
}

.header-main .mega-menu .tabs-section {
    width: 20%;
    border-left: 5px solid rgba(255, 255, 255, .3);
}

.header-main .mega-menu .mega-tabs {
    list-style: none;
    padding: 0;
}

.header-main .mega-menu .mega-tabs li {
    padding: 5px 0;
    cursor: pointer;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 800;
    color: var(--white) !important;
    position: relative;
}

.header-main .mega-menu .mega-tabs li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: -5px;
    background: rgb(255, 255, 255);
    transition: .3s;
    opacity: 0;
    z-index: 9;
    border-radius: 0;
}

.header-main .mega-menu .mega-tabs li:hover,
.header-main .mega-menu .mega-tabs li.active {
    background: transparent;
    color: var(--blue-1) !important;
}

.header-main .mega-menu .mega-tabs li.active::before {
    opacity: 1;
}

.header-main .mega-menu .title-menu {
    color: var(--white) !important;
    transition: 0.5s;
}

.header-main .mega-menu .title-menu:hover {
    color: var(--blue-1) !important;
}

.header-main .mega-menu .tab-contents {
    position: relative;
    width: 80%;
    padding: 0 20px;
    min-height: 250px;
}

.header-main .mega-menu.system-menu .tab-contents {
    width: 100%;
}

.header-main .mega-menu .tab-pane {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
    pointer-events: none;
}

.header-main .mega-menu .tab-pane.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    pointer-events: auto;
}

.header-main .mega-menu .tab-contents ul {
    display: flex;
    align-items: center;
    padding-right: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.header-main .mega-menu .tab-contents ul li {
    display: flex;
    flex: 0 0 33.3333333%;
    margin-bottom: 20px;
}

.header-main .mega-menu .tab-contents ul li a {
    position: relative;
}

.header-main .mega-menu .tab-contents ul li a::before {
    content: "";
    position: absolute;
    right: -17px;
    width: 8px;
    height: 8px;
    background-color: var(--white);
    border-radius: 50px;
    top: 8px;
}

.header-main .mega-menu .close-mega {
    color: rgba(255, 255, 255, .5);
    position: absolute;
    left: 75px;
    top: 71px;
    font-size: 55px;
    cursor: pointer;
    z-index: 9;
}

.header-main .mega-menu .title-mega {
    display: flex;
    align-items: center;
}

.header-main .mega-menu .title-mega span {
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    color: #fff;
}

.header-main .mega-menu .title-mega i {
    color: #fff;
    font-size: 32px;
    margin-right: 10px;
    margin-left: 5px;
}

/*---------------------- mega-menu ---------------------*/

.header-main .header-top {
    background-color: rgb(143, 182, 217, 0.1);
    border-radius: 32px;
    border: 1px solid var(--Primary);
    margin-bottom: 30px;
}

.header-main .header-top .header-right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header-main .header-top .header-right .navbar-nav {
    gap: 16px;
}

.header-main .header-top .header-right .logo-site img {
    width: 260px;
}

.header-main .header-top .header-right .navbar-nav .nav-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-2);
}

.header-main .header-top .header-right .navbar-nav .nav-item .menu {
    background-color: var(--blue-light);
    padding: 9px 21px;
    border-radius: 8px;

}

.header-main .header-top .header-right .navbar-nav .nav-item:hover .menu {
    color: var(--blue-1);
}

.header-main .header-top .header-right .navbar-nav .nav-item a i {
    font-size: 24px;
}

.header-main .header-top .header-right .navbar-nav .nav-item a img {
    width: 24px;
    height: 24px;
    transition: 0.5s all;
}

.header-main .header-top .header-right .navbar-nav .nav-item a span {
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    transition: 0.5s all;
}

.header-main .header-top .header-right .navbar-nav .nav-item a span:hover {
    border-bottom-color: var(--blue-1);
    color: var(--blue-1);
}

.header-main .header-top .header-left .site-lang {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 2px;
}

.header-main .header-top .header-left a:hover {
    background-color: var(--blue-1);
    transition: .5s all;
}

.header-main .header-top .header-left .h-left li a:hover {
    color: var(--blue-1);
}

.header-main .header-top .header-left .h-left li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue-3);
    background-color: var(--blue-light);
    width: 35px;
    height: 35px;
    margin-right: 7px;
    border-radius: 7px;
}

.header-main .header-top .header-left .h-left li a i {
    font-size: 24px;
}

.header-main .header-top .header-left .h-left .nav-item .dropdown-menu.show {
    right: -56px !important;
    top: 8px !important;
}

.header-main .header-top .header-left .h-left li a img {
    width: 100%;
    transition: 0.5s;
}

.header-main .header-top .header-left .h-left li a:hover img {
    filter: brightness(0) invert(1);
}

/* -----------------------ovarlay-search------------------------- */

.ovarlay-search {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--blue-light);
    left: -100%;
    transition: 0.5s all;
    opacity: 0.9;
}

.ovarlay-search .inputs-box .input-search input::placeholder {
    color: var(--white);
}

.ovarlay-search .inputs-box .input-search {
    display: flex;
    transition: all 0.5s;
    width: 75%;
    position: relative;
}

.ovarlay-search .inputs-box .input-search span {
    cursor: pointer;
}

.ovarlay-search .inputs-box .input-search input {
    border-radius: 0;
    background-color: var(--blue-1);
    padding: 0 32px;
    line-height: 45px;
    width: 100%;
    outline: none !important;
    transition: all 0.5s;
    height: 70px;
    color: var(--white);
}


.ovarlay-search .inputs-box {
    top: 105px;
    width: 82%;
    display: flex;
    align-items: center;
    justify-content: end;
}


.ovarlay-search .inputs-box .btn-search {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 47%;
    left: 19%;
    border-radius: 20%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue-3);
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.ovarlay-search .inputs-box .button-close {
    cursor: pointer;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 24%;
    right: -6%;
    border-radius: 0;
    background-color: var(--blue-1);
    background-clip: content-box;
    display: flex;
    justify-content: center;
    color: var(--white);
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    font-size: 26px;
}

.ovarlay-search.active {
    left: 0;
    transition: 0.5s all;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.ovarlay-search .inputs-box .btn-search .icon-Vector::before {
    color: var(--blue-4);
}

/* ----------------------- /ovarlay-search------------------------- */

/*---------------------/ header--------------------------

/* ----------------------- main------------------------- */

/* ----------------------- slider-section------------------------- */
.content-main .slider-section {
    margin-bottom: 50px;
}

.content-main .slider-section .carousel-right .owl-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.content-main .slider-section .carousel-right .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: var(--Primary-1);
    border-radius: 4px;
    transition: .5s all;
}

.content-main .slider-section .carousel-right .owl-dots .owl-dot.active {
    background-color: var(--blue-1);
    width: 30px;

}

.content-main .slider-section .carousel-left .item::before {
    content: "";
    background-image: url("../images/slider-hero/left-box.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -3px;
    bottom: -109px;
    width: 173px;
    height: 200px;
    z-index: 999;
}

.content-main .slider-section .carousel-left .item a img {
    height: 400px;
    border-radius: 32px;
    border: 1px solid var(--Primary);
}

.content-main .slider-section .carousel-right .item a img {
    height: 400px;
    border-radius: 32px;
    border: 1px solid var(--Primary);
}

.content-main .slider-section .carousel-right .item::before {
    content: "";
    background-image: url("../images/slider-hero/right-box.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -3px;
    bottom: -98px;
    width: 195px;
    height: 200px;
    z-index: 999;
}

.content-main .slider-section .carousel-left .owl-nav {
    display: flex;
    position: absolute;
    right: 40px;
    bottom: 5px;
    width: 70px;
    justify-content: space-between;
}

.content-main .slider-section .carousel-left .owl-nav i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #0059cf;
}

/* ----------------------- /slider-section------------------------- */


/* ----------------------- links-section------------------------ */
.content-main .links-section {
    margin-bottom: 30px;
}

.content-main .links-section .carousel-links .img-links {
    margin-bottom: 45px;
}

.content-main .links-section .carousel-links .img-links a img {
    width: 65px;
    height: auto;
    transition: .5s all;
}

.content-main .links-section .carousel-links .content-info .content-title {
    text-align: center;
}

.content-main .links-section .carousel-links .content-info .content-title a {
    font-size: 16px;
    color: var(--blue-1);
}

.content-main .links-section .carousel-links .item {
    padding: 57px 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--white);
    border: 1px solid var(--blue-light);
    border-radius: 32px;
    height: 275px;
    transition: 0.5s;
}

.content-main .links-section .carousel-links .item:hover {
    background-color: var(--blue-1);

}

.content-main .links-section .carousel-links .item:hover .content-title a {
    color: var(--white);
}

.content-main .links-section .carousel-links .item:hover img {
    filter: brightness(0) invert(1);
}

.content-main .links-section .carousel-links .owl-dots {
    display: block !important;
    display: flex !important;
    justify-content: center;
    gap: 8px;
}

.content-main .links-section .carousel-links .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background-color: var(--Primary-1);
    border-radius: 4px;
    margin-top: 24px;
}

.content-main .links-section .carousel-links .owl-dots .owl-dot.active {
    background-color: var(--blue-1);
    width: 48px;
}

/* ----------------------- /links-section------------------------ */


/* ----------------------- news-section------------------------ */
.content-main .news-section {
    margin-bottom: 30px;
    position: relative;
}


.content-main .news-section .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
}

.content-main .news-section .nav-tabs .archive a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--light-2);
    white-space: nowrap;
    transition: .5s;
}

.content-main .news-section .nav-tabs .archive a:hover {
    color: var(--blue-1);
}

.content-main .news-section .nav-tabs .archive a:hover img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(747%) hue-rotate(180deg) brightness(98%) contrast(92%);
}

.content-main .news-section .nav-tabs ul {
    margin-bottom: 30px;
    border-bottom: 4px solid #E7EFF7;
}

.content-main .news-section .nav-link {
    margin-bottom: -3px !important;
    color: var(--text);
    transition: 0.5s;
}

.content-main .news-section .nav-link:hover {
    border-color: transparent;
    color: var(--blue-1);
}

.content-main .news-section .nav-link.active {
    border-color: transparent;
    border-bottom: 4px solid #005477;
    color: var(--blue-1);
    font-weight: 700;
}

.content-main .news-section .tab-content .news-item {
    background: linear-gradient(0deg, #F5F5F5 0%, #FDFEFF 32%, #F5F5F5 100%);
    padding: 16px;
    border-radius: 32px;
    transition: 0.5s;
    height: 100%;
}


.content-main .news-section .tab-content .news-item:hover {
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
}

.content-main .news-section .tab-content .news-item .item-content .news-img .img-news {
    width: 100%;
    transition: 0.5s;
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
}

.content-main .news-section .tab-content .news-item:hover .news-img .img-news {
    filter: grayscale(100%);
}

.content-main .news-section .tab-content .news-item .item-content .news-info .news-titr {
    font-size: 16px;
    color: var(--blue-2);
    height: 55px;
    display: flex;
    line-height: 1.5;
}

.content-main .news-section .tab-content .news-item .item-content .news-introtext {
    color: var(--blue-3);
    font-size: 14px;
    display: flex;
    height: 45px;
}

.content-main .news-section .tab-content .news-item .news-details .news-date {
    display: flex;
    align-items: center;
    gap: 8px;
}

.content-main .news-section .tab-content .news-item .news-details .news-date span {
    font-size: 12px;
    color: var(--text);
}

.content-main .news-section .tab-content .news-item .news-details .news-date .img-date i {
    font-size: 24px;
    color: var(--light-2);
}

.content-main .news-section .tab-content .news-item .news-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.content-main .news-section .tab-content .news-item .news-details .view-btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--blue-2);
}

.content-main .news-section .tab-content .news-item .news-details .view-btn img {
    width: 15px;
    height: 15px;
}

.content-main .news-section .tab-content .news-item .news-details .view-btn {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}


.content-main .news-section .tab-content .news-item:hover .view-btn {
    opacity: 1;
    pointer-events: auto;
}

/* ----------------------- /news-section------------------------ */


/* ----------------------- systems-sec------------------------ */
.content-main .systems-sec {
    margin-bottom: 30px;
}

.content-main .systems-sec #LearnUni .row {
    flex-direction: row;
}

.content-main .systems-sec .nav-tabs {
    gap: 16px;
    border: none !important;
}

.content-main .systems-sec .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light);
    border: 2px solid var(--Primary-1);
    border-radius: 8px 28px 28px 8px;
    width: 300px;
    height: 100px;
    color: var(--light-2);
    gap: 16px;
    transition: 0.5s;
}

.content-main .systems-sec .tabs {
    gap: 16px;
}

.content-main .systems-sec .nav-tabs .nav-link i {
    font-size: 40px;
}

.content-main .systems-sec .nav-tabs .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(747%) hue-rotate(180deg) brightness(98%) contrast(92%);
}

.content-main .systems-sec .nav-tabs .nav-link:hover {
    color: var(--blue-1);
}

.content-main .systems-sec .nav-tabs .nav-link:hover img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(747%) hue-rotate(180deg) brightness(98%) contrast(92%);
}

.content-main .systems-sec .nav-tabs .nav-link.active {
    background-color: var(--blue-light);
    border: 2px solid var(--Primary);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--blue-6);
    font-weight: 700;

}


.content-main .systems-sec .tab-pane .items-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--light-3);
    box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, 0.08);
    border-radius: 32px 8px 8px 32px;
    padding: 30px 0;
    height: 100%;
}



.content-main .systems-sec .tab-pane .items-tab .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-inline-end: 2px dashed #ebebeb;
    flex: 0 0 20%;
    justify-content: center;
    margin-bottom: 10px;
}

.content-main .systems-sec .tab-pane .items-tab .item:nth-child(5) {
    border: none;
}

.content-main .systems-sec .tab-pane .items-tab .item .img-item img {
    width: 60px;
    height: 60px;
}

.content-main .systems-sec .tab-pane .items-tab .item .text-item {
    font-size: 16px;
    color: var(--blue-6);
    font-weight: 700;
    transition: 0.5s;
}

.content-main .systems-sec .tab-pane .items-tab .item:hover .text-item {
    color: var(--blue-5);
}

.content-main .systems-sec .facts-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 22px 0;
}

.content-main .systems-sec .facts-link .facts {
    display: flex;
    align-items: center;
    gap: 16px;
}

.content-main .systems-sec .facts-link .facts img {
    width: 45px;
    height: 45px;
}

.content-main .systems-sec .facts-link .facts .facts-info {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}

.content-main .systems-sec .facts-link .facts:not(:last-child) .facts-info::before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: var(--Primary);
    position: absolute;
    left: -40px;
}

.content-main .systems-sec .facts-link .facts .facts-info span {
    color: var(--blue-1);
    font-weight: 700;
    white-space: nowrap;
}

/* ----------------------- /systems-sec------------------------ */

/* ----------------------- event-section------------------------ */
.content-main .event-section {
    margin-bottom: 30px;
}

.content-main .event-section .all-events {
    background-color: var(--blue-light);
    width: 100%;
    padding: 15px 0;
}

.content-main .event-section .images-event {
    display: flex;
    justify-content: space-between;
}

.content-main .event-section .images-event .image-event {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 24%;
}

.content-main .event-section .images-event .image-event a {
    height: 100%;
}

.content-main .event-section .images-event .image-event img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: 0.5s;
}

.content-main .event-section .images-event .image-event:hover img {
    filter: brightness(0.5);
}

.content-main .event-section .images-event .image-event .icon-img {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
}

.content-main .event-section .images-event .image-event:hover .icon-img {
    opacity: 1;
}

.content-main .event-section .images-event .image-event .icon-img i {
    font-size: 60px;
    color: #fff;
}


/*---------------------- image zoom ---------------------*/
.fullscreen-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.fullscreen-backdrop img {
    max-width: 90%;
    max-height: 90%;
    cursor: zoom-out;
}

/* ----------------------- /event-section------------------------ */


/* ----------------------- map-section------------------------ */

.content-main .map-section {
    margin-bottom: 30px;
    position: relative;
}

.content-main .map-section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/background/pattern.png");
    position: absolute;
    background-size: cover;
    z-index: -14;
    opacity: .8;
}

.content-main .map-section .row {
    flex-direction: row;
}

.content-main .map-section .text-title {
    font-size: 16px;
    color: var(--light-2);
}

.content-main .map-section .info-map {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 120px;
}

.content-main .map-section .info-map .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border: 1px solid #8FB6D9;
    border-radius: 28px;
    width: 48%;
    gap: 24px;
}

.content-main .map-section .info-map .info h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue-1);
}

.content-main .map-section .info-map .info p {
    font-size: 20px;
    color: var(--blue-1);
    padding: 0 15px;
    text-align: center;

}

.content-main .map-section .map-svg {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .map-section .map-svg::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(to right, #E7EFF7 0%, #E7EFF7 50%, transparent 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content-main .map-section .map-svg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(to right, #E7EFF7 0%, #E7EFF7 50%, transparent 100%);
    width: 625px;
    height: 624px;
    z-index: -1;
}

.content-main .map-section .map-svg::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../images/map/map-shape.svg");
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotateLeftHalfCircle 5s infinite linear;

}

.content-main .map-section .map-svg svg {
    height: auto;

}

.content-main .map-section .map-svg svg path {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.content-main .map-section .map-svg svg path:hover {
    fill: var(--light);
    color: var(--blue-1);
}

/* ----------------------- /map-section------------------------ */

/* ----------------------- uni-section------------------------ */
.content-main .uni-section .row {
    flex-direction: row;
}

.content-main .uni-section.systems-sec .nav-tabs .nav-link {
    border-radius: 32px;
}

.content-main .uni-section .uni-slider {
    position: relative;
    padding: 29px 14px;
    border: solid 1px #8FB6D9;
    border-radius: 32px;
}

.content-main .uni-section .uni-slider .owl-nav i {
    font-size: 24px;
    color: var(--blue-6);
}

.content-main .uni-section .uni-slider .slide-groups {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.content-main .uni-section .uni-slider .slide-groups .img-slide img {
    width: 50px;
    height: 50px;
}

.content-main .uni-section .uni-slider .slide-groups:hover img {
    filter: brightness(1.2);
}

.content-main .uni-section .uni-slider .slide-groups .text-slide {
    font-size: 16px;
    text-align: center;
    color: var(--blue-6);
    transition: 0.5s;
}

.content-main .uni-section .uni-slider .slide-groups .text-slide:hover {
    color: var(--blue-5);
}

.content-main .uni-section .uni-slider .owl-nav.disabled {
    display: block !important;

}

.content-main .uni-section .uni-slider .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 42%;
}

.content-main .uni-section .uni-slider .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    top: 42%;
}

.content-main .uni-section .content-uni {
    gap: 16px;
}



.content-main .uni-section .info-uni .content {
    display: flex;
    align-items: center;
    padding: 45px 15px;
}

.content-main .uni-section .info-uni .content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.content-main .uni-section .info-uni .content a i {
    font-size: 24px;
    color: var(--blue-6);
}

.content-main .uni-section .info-uni .content a span {
    color: var(--blue-2);
    font-size: 16px;
    white-space: nowrap;
    transition: 0.5s;
}

.content-main .uni-section .info-uni .content a span:hover {
    color: var(--blue-5);
}

.content-main .uni-section .info-uni .content a img {
    width: 24px;
    height: 24px;

}

.content-main .uni-section .info-uni .info-top:first-child {
    border-bottom: solid 1px #8FB6D9;
}

.content-main .uni-section .img-uni img {
    width: 100%;
    height: 430px;
    border-radius: 25px;
}

.content-main .uni-section .info-uni {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.content-main .uni-section .info-uni .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border: 1px solid #8FB6D9;
    border-radius: 28px;
    width: 48%;
}

.content-main .uni-section .info-uni .info h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue-1);
}

.content-main .uni-section .info-uni .info p {
    font-size: 20px;
    color: var(--blue-1);
    padding: 0 15px;
    text-align: center;
}

/* ----------------------- /uni-section------------------------ */

/* ----------------------- media-section------------------------ */
.content-main .media-section .nav-tabs .nav-link {
    gap: 8px;
    display: flex;
    align-items: center;
    color: var(--text);
    transition: 0.5s;
}

.content-main .media-section .nav-tabs .nav-link:hover {
    color: var(--blue-1)
}

.content-main .media-section .nav-tabs .nav-link i {
    font-size: 20px;
}

.content-main .media-section .nav-link.active {
    color: var(--blue-2);
}

.content-main .media-section .tab-content .news-item .news-details {
    display: flex;
    align-items: center;
    justify-content: end;
}

.content-main .media-section .tab-content .news-item .news-date span {
    transition: 0.5s;
}

.content-main .media-section .tab-content .news-item:hover .news-date span {
    color: var(--blue-2);
}

.content-main .media-section .item-content img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

.content-main .media-section .item-content .news-img>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .media-section .item-content i {
    color: #fff;
    font-size: 40px;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.content-main .media-section .item-content:hover i {
    opacity: 1;
}

/* ----------------------- /media-section------------------------ */
/* ----------------------- tour-section------------------------ */

.content-main .tour-section {
    margin-bottom: 30px;
}

.content-main .tour-section .tour-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.content-main .tour-section .tour-info .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--light);
    border: 1px solid var(--Primary-1);
    padding: 20px 32px;
    border-radius: 16px;
    transition: 0.5s;
    width: 49%;
}

.content-main .tour-section .tour-info .item .icon-item i {
    font-size: 30px;
    color: var(--blue-2);
}

.content-main .tour-section .tour-info .item:hover {
    background-color: var(--white);
    border: 1px solid var(--light);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.content-main .tour-section .tour-info .item .text-item span {
    color: var(--blue-3);
    font-size: 18px;
    transition: 0.5s;

}

.content-main .tour-section .tour-info .item:hover .text-item span {
    color: var(--blue-2);
}

.content-main .tour-section .tour-info .item .icon-item img {
    width: 30px;
    height: 30px;
    transition: 0.5s;

}

.content-main .tour-section .tour-info .item:hover .icon-item img {
    filter: brightness(2.6);
}


/* ----------------------- /tour-section------------------------ */


/* ----------------------- image-section------------------------ */
.content-main .image-section {
    background-color: var(--blue-light);
    padding: 30px 0;
    margin-bottom: 80px;
}

.content-main .image-section .images {
    display: flex;
    align-items: center;
    gap: 28px;
}

.content-main .image-section .images img {
    width: 100%;
}

/* ----------------------- /image-section------------------------ */

/* ----------------------- /main------------------------- */

/* ----------------------- footer------------------------- */

/* ----------------------- info-footer------------------------- */
.footer-main .info-footer {
    background-color: var(--blue-3);
    padding: 50px 0;
}

.footer-main .info-footer .info-links {
    gap: 30px;
}

.footer-main .info-footer .info-links .box-link .title-link {
    color: var(--light-3);
    font-size: 22px;
    font-weight: 400;
}

.footer-main .info-footer .info-links .box-link .list-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
}

.footer-main .info-footer .info-links .box-link .list-links li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-main .info-footer .info-links .box-link .list-links .style-b::before {
    content: "";
    position: absolute;
    right: -17px;
    width: 5px;
    height: 5px;
    background-color: var(--blue-light);
    border-radius: 50px;
}

.footer-main .info-footer .info-links .box-link .list-links li {
    color: var(--blue-light);

}

.footer-main .info-footer .info-links .box-link .list-links li a {
    font-size: 16px;
    color: var(--light-3);
    border-bottom: 1px solid transparent;
    display: flex;
    gap: 16px;
    transition: 0.5s;
}

.footer-main .info-footer .info-links .box-link .list-links li a:hover {
    color: var(--blue-5);

}

.footer-main .info-footer .info-links .box-link .image-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-main .info-footer .info-links .box-link .image-links i {
    font-size: 28px;
    color: #fff;
    transition: 0.5s;
}

.footer-main .info-footer .info-links .box-link .list-links .icon-list {
    width: 24px;
    height: 24px;

}

.footer-main .info-footer .visit-site {
    background-color: var(--white);
    box-shadow: 0px -25px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 32px;
    padding: 40px 48px;
    width: 84%;
}

.footer-main .info-footer .visit-site h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--blue-1);
    margin-bottom: 32px;
    position: relative;
    opacity: 0.5;
}

.footer-main .info-footer .visit-site .visit span {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-1);
}

.footer-main .info-footer .visit-site .visit-box {
    display: flex;
    justify-content: space-between;
}

.footer-main .info-footer .visit-site .visit-box .visit-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.footer-main .info-footer .visit-site .visit-box .visit-top:first-child::before {
    content: "";
    position: absolute;
    left: -33%;
    width: 2px;
    height: 78px;
    background-color: var(--blue-light);
}

.footer-main .info-footer .visit-site h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 284px;
    height: 2px;
    background-color: var(--blue-light);
    top: 100px;
}

.footer-main .left-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
    margin-top: -100px;
}

.footer-main .enamad-logo {
    background-color: var(--white);
    box-shadow: 0px -25px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 15px 20px;

}

.footer-main .enamad-logo img {
    width: 170px;
}

.footer-main .enamad-logo .footer-main .map-info {
    display: flex;
    justify-content: end;

}

.footer-main .map-info {
    border-radius: 30px;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    height: 200px;
}

.footer-main .map-info iframe {
    height: 100%;
}

/* ----------------------- /info-footer------------------------- */

/* ----------------------- footer-bottom------------------------- */
.footer-main .footer-bottom {
    background-color: var(--Primary);
    padding: 10px 0;
}

.footer-main .row {
    flex-direction: row;
}

.footer-main .footer-bottom .footer-Copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-main .footer-bottom .footer-Copyright span {
    font-size: 14px;
    color: var(--blue-3);
}

/* ----------------------- /footer-bottom------------------------- */
/* ----------------------- /footer------------------------- */
/* ----------------------- news-html------------------------- */

/* ----------------------- news-box------------------------- */
.content-main .news-box {
    background-color: rgb(143, 182, 217, 0.1);
    border-radius: 32px;
    border: 1px solid var(--Primary);
    margin-bottom: 30px;
    padding: 10px;
}

.content-main .news-box .img-news img {
    width: 100%;
    height: 385px;
    border-radius: 30px;
}

.content-main .news-box .info-box .info-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.content-main .news-box .info-box .info-right span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.content-main .news-box .info-box .info-right span i {
    color: #00a6fb;
    font-size: 18px;
}

.content-main .news-box .info-box .info-right .title {
    color: var(--light);
    background-color: var(--blue-1);
    padding: 12px 20px;
    border-radius: 15px;
}


.content-main .news-box .info-box .info-left span {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
}

.content-main .news-box .info-box .info-left span i {
    color: #5c728e;
    font-size: 18px;
}

.content-main .news-box .info-box span {
    color: #5c728e;
}

.content-main .news-box .title-site p {
    line-height: 2;
}

/* ----------------------- quote-container------------------------- */
.content-main .news-box .quote-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.content-main .news-box .quote-container .quote-mark .quote-icon {
    color: var(--blue-1);
    font-size: 50px;
}

.content-main .news-box .quote-container .quote-text {
    position: relative;
    padding-right: 30px;
    font-size: 22px;
}

.content-main .news-box .quote-container .quote-text::before {
    content: "";
    position: absolute;
    right: 0;
    width: 3px;
    height: 69px;
    background-color: var(--blue-5);
}

/* ----------------------- /quote-container------------------------- */

/* ----------------------- dwn-file------------------------- */
.content-main .news-box .dwn-file .btn-gradient {
    background: linear-gradient(135deg, #4e73df, #5bc2e0);
    color: white;
    transition: all 0.3s ease;
    border: none;
}

.content-main .news-box .dwn-file .btn-gradient:hover {
    background: linear-gradient(135deg, #5bc2e0, #4e73df);
    transform: scale(1.05);
}

.content-main .news-box .dwn-file p {
    color: var(--blue-1) !important;
}

/* ----------------------- /dwn-file------------------------- */

/* ----------------------- link------------------------- */

.content-main .news-box .link {
    gap: 30px;

}

.content-main .news-box .link button {
    gap: 10px;
}

.content-main .news-box .link .pdf {
    gap: 10px;
}

.content-main .news-box .link .input input {
    width: 250px;
}

/* ----------------------- /link------------------------- */
/* ----------------------- /news-box------------------------- */


/* ----------------------- categories------------------------- */
.content-main .left-section .title-sec {
    border-right: 3px solid var(--blue-1);
    padding-right: 10px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.content-main .left-section .category-list {
    list-style: none;
    padding: 0;
}

.content-main .left-section .category-list li {
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;

}

.content-main .left-section .category-list li a {
    transition: 0.5s all;
}

.content-main .left-section .category-list li.active a {
    color: var(--blue-1);
}

.content-main .left-section .category-list li a:hover {
    color: var(--blue-1);
}

.content-main .left-section .category-list li i {
    font-size: 16px;
    color: var(--blue-5);
    transition: 0.5s all;
    margin-left: 8px;
}

.content-main .left-section .category-list li:hover i {
    color: var(--blue-1);
}

/* ----------------------- /categories------------------------- */
/* ----------------------- posts-box------------------------- */
.content-main .left-section .posts-box .item img {
    width: 70px;
    height: 70px;
}

.content-main .left-section .posts-box .item .info-item span a {
    font-size: 14px;
    transition: 0.5s all;
}

.content-main .left-section .posts-box .item .info-item span a:hover {
    color: var(--blue-5);
}

.content-main .left-section .posts-box .item .info-item .text-muted {
    display: flex;
    gap: 8px;
}

.content-main .left-section .posts-box .item .info-item .text-muted i {
    font-size: 16px;
    color: var(--blue-5);
}

/* ----------------------- /posts-box------------------------- */
/* ----------------------- /news-html------------------------- */
/*---------------------- /main-blue-box ---------------------*/
.main-blue-box {
    background-color: var(--blue-1);
    border-radius: 12px;
    padding: 30px 20px;
    color: #fff;
    margin-bottom: 70px;
}

.main-blue-box .file-card {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    height: 145px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-blue-box .file-card i {
    font-size: 42px;
    color: var(--blue-1);
}

.main-blue-box .file-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.main-blue-box .file-icon {
    font-size: 2.5rem;
    color: var(--blue-5);
    margin-bottom: 10px;
}

.main-blue-box .file-title span {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    color: #000;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.main-blue-box .file-link {
    font-size: 0.9rem;
    color: var(--blue-5);
    text-decoration: none;
}

.main-blue-box .file-link:hover {
    text-decoration: underline;
}

/*---------------------- /main-blue-box ---------------------*/

/* ----------------------- error------------------------- */
.content-main .error-404-page {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.content-main .error-box {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.content-main .error-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 400px;
}

.content-main .error-text h1 {
    font-size: 130px;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1;
}

.content-main .error-text p {
    font-size: 20px;
    margin-bottom: 30px;
}

.content-main .btn-back {
    background-color: #fff;
    color: #2a5298;
    border-radius: 30px;
    padding: 12px 35px;
    font-weight: bold;
    border: none;
    transition: 0.3s ease;
}

.content-main .btn-back:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.content-main .error-image {
    flex: 1 1 300px;
    text-align: center;
}

.content-main .error-image img {
    max-width: 100%;
    height: auto;
}

/* ----------------------- /error------------------------- */
/*---------------------- magazines ---------------------*/
.magazines {
    margin-bottom: 30px;
}

.magazines .box-item {
    text-align: center;
    border: solid 1px #8FB6D9;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--blue-light);
    height: 232px;
}

.magazines .box-item img {
    height: 160px;
    width: auto;
    border-radius: 5px;
}

.magazines .box-item .img-box {
    display: flex;
    justify-content: center;
}

.magazines .box-item h6 {
    margin-top: 22px;
    font-size: 14px;
    color: var(--blue-1);
    font-family: 'Barlow' !important;
    font-weight: 600;
}

.magazines .articles-box {
    display: flex;
    flex-direction: column;
    /* gap: 23px; */
}

.magazines .articles-box .content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    transition: 0.5s all;
    text-align: center;
    border: solid 1px #8FB6D9;
    border-radius: 10px;
    padding: 19px;
    background-color: var(--blue-light);

}

.magazines .articles-box .content a span {
    font-family: 'Open Sans' !important;
}

.magazines .articles-box .content a span:first-child {
    font-size: 14px;
    font-weight: 600;
}

.magazines .articles-box .content a .date {
    font-size: 14px;
    color: var(--text);

}

/*---------------------- /magazines ---------------------*/

/*---------------------- single post ---------------------*/
.main-article .single-post .row {
    flex-direction: row;
    width: 100%;
}

.main-article .single-post .single-post-head .news-info ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.main-article .single-post .single-post-head .news-info ul li {
    margin-inline-end: 10px;
    display: flex;
    align-items: center;
}

.main-article .single-post .single-post-head .news-info ul li i {
    color: #d54956;
    font-size: 25px;
    margin-left: 5px;
}

.main-article .single-post .single-post-head .news-tools ul {
    display: flex;
}

.main-article .single-post .single-post-head .news-tools ul li {
    margin-left: 10px;
}

.main-article .single-post .single-post-head .news-tools a {
    color: #007bff;
    border-bottom: 1px dashed #007bff;
}

.main-article .single-post .single-post-head .news-tools i {
    font-size: 1.7em;
    color: #00366c;
    transition: .3s;
}

.main-article .single-post .es-post-content .es-post-header {
    margin-bottom: 15px;
}

.main-article .single-post .es-post-content .news-head h3 {
    font-weight: 600;
    font-size: 16px;
    color: #004e88;
    line-height: 28px;
}

.main-article .single-post .es-post-content .news-head h1 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    line-height: 2;
    margin-bottom: 5px;
    text-align: justify;
}

.main-article .single-post .es-post-content .news-lead p {

    border-radius: 15px;
    margin: 30px 0;
    background: #eff3f6;
    padding: 10px 15px;
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;

}

.main-article .single-post .es-post-content .news-content .news-img {
    float: left;
    width: 50%;
    margin: 0 30px 15px 0;
}

.main-article .single-post .es-post-content .news-content .news-long {
    text-align: justify;
}

.main-article .single-post .es-post-content .news-content .news-img img {
    border: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 15px;
}

.main-article .single-post .es-post-content .extra-meta li {
    list-style-type: none;
    color: #002142;
}

.main-article .single-post .es-post-content .extra-meta li i {
    color: #dc3545;
}

.main-article .single-post .es-post-content .extra-meta li span {
    font-weight: 700;
    color: #dc3545;
}

.main-article .single-post .es-post-content .shorturl-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.main-article .single-post .es-post-content .shorturl-wrap .input-group {
    display: flex;
    flex-direction: row-reverse;
}

.main-article .single-post .es-post-content .shorturl-wrap .input-group #shorturlitem {
    padding: 8px;
    border-radius: 5px 0 0 5px;
    text-align: left;
    min-width: 50px;
    width: auto;
    max-width: 200px;
}

.main-article .single-post .es-post-content .shorturl-wrap .input-group .btn-shorturl-wrap {
    background: #003366;
    border-radius: 0 5px 5px 0;
    color: white;
    width: 120px;
}

.main-article .single-post .es-post-content .es-meta-wrap .post-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}

.main-article .single-post .es-post-content .es-meta-wrap ul {
    display: flex;
    padding: 0;
    margin: 15px 0;
}

.main-article .single-post .es-post-content .es-meta-wrap ul li {
    position: relative;
    margin: 0 0 5px 5px;
}

.main-article .single-post .es-post-content .es-meta-wrap ul li a {
    padding: 10px 15px;
    background: #f2f2f2;
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
    border-bottom: 1px dashed #007bff;
    border-radius: 10px;
}

.side-widget {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
    background-color: rgba(79, 185, 179, 0.03);
    border: 1px solid rgba(79, 185, 179, 0.3);
    transition: .3s;
    text-align: start;
}

.side-widget .sidebar-list {
    margin-top: 15px;
    max-height: 495px;
    width: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    transition: .5s;
}

.side-widget .sidebar-list li {
    margin-bottom: 15px;
    width: 100%;
}

.side-widget .sidebar-list li a {
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
    display: inline-block;
    width: 100%;
}

.side-widget .sidebar-list li a h5 {
    font-size: .875rem;
    color: #002347;
    transition: .3s;
}

.side-widget .sidebar-list li a .date {
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    align-items: center;
}

.side-widget .sidebar-list li a .date i {
    font-size: 14px;
    margin-inline-end: 5px;
}

.side-widget .sidebar-list li a .date span {
    font-size: 10px;
    font-weight: 500;
}

.side-widget .side-arch {
    background-color: #FFA330;
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    font-weight: 700;
    font-size: .875rem;
    position: absolute;
    inset-inline-end: 5px;
    bottom: 5px;
    z-index: 99;
    transition: .3s;
}

.side-widget .shadow-white {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to top, white, transparent);
    border-radius: 0 0 15px 15px;
    transition: .3s;
    display: inline-block;
}

.main-article .es-post-gallery .post-title h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}

.main-article .es-post-gallery .inner-post-gallery {
    background: rgba(255, 236, 227, 0.5);
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.main-article .es-post-gallery .inner-post-gallery img {
    padding: 5px;
    border-radius: 15px;
}

.content-main .user-comments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.content-main .user-comments .about-info .title-logo.title-blog-logo::before {
    width: 16px;
    height: 12px;
}

.content-main .info-comments {
    list-style-type: none;
    padding-right: 0;
}

.content-main .info-comments .all-response {
    background: #FCFCFD;
    display: flex;
    padding: 12px 18px;
    flex-direction: column;
    gap: 18px;
    border-radius: 12px;
    margin-bottom: 16px;
}



.content-main .comments-box .name-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-main .comments-box .dateText {
    color: var(--gray-700);
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}

.content-main .comments-box ul {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.content-main .comments-box .name-box .control-input .img-user {
    max-width: 16px;
}

.content-main .comments-box .name-box .control-input .img-user img {
    width: 50px;
    height: 50px;
}

.content-main .comments-box .name-box .control-input {
    display: flex;
    align-items: center;
    gap: 50px;
}

.content-main .comments-box .name-box .control-input .img-user {
    display: flex;
}

.content-main .comments-box .name-box .control-input .userName {
    color: var(--gray-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
}

.content-main .comments-box .name-box .user-title {
    color: var(--gray-700);
    font-weight: 500;
    font-size: 16px;
    line-height: 2.4;
}

.content-main .comments-box .text-user {
    color: var(--gray-700);
    text-align: justify;
    line-height: 2.4;
}

.content-main .comments-box .Response .res-user {
    border: none;
    background: transparent;

}

.content-main .comments-box .Response .res-user .res-icon-1 {
    font-size: 18px;
    color: #98A2B3;

}

.content-main .comments-box .Response .res-user .res-icon-2 {
    font-size: 16px;
    color: #98A2B3;

}

.content-main .comments-box .Response .res-user span {
    color: var(--gray-700);
    font-size: 12px;
    margin: 0 12px 0 12px;
    line-height: 16px;
    font-weight: 300;
}

.content-main .comments-box .Response .res-user {
    display: flex;
}

.content-main .comments-box .Response-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.content-main .comments-box .Response-box .answering-btn {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 12px;
}

.content-main .comments-box .Response-box .answering-btn i {
    font-size: 18px;
    color: var(--blue-1);


}


.content-main .comments-box .Response-box .answering-btn .replay {
    color: var(--blue-1);
    line-height: 18px;
}

.content-main .comments-box.answer-box .Response-box {
    justify-content: end;

}

.content-main .comments-box.answer-box {
    list-style-type: none;
    margin-right: 12px;
}

.content-main .comments-box .Response .res-user[aria-expanded="false"] .res-icon-2 {
    transform: rotate(-90deg);
    transition: 0.5s all;
}


.content-main .comments-box .Response .res-user[aria-expanded="true"] .res-icon-2 {
    transition: 0.5s all;
    transform: rotate(90deg);
}

.content-main .comments-box .Response-box .answering-btn[aria-expanded="false"] {
    color: var(--blue-1);
}

.content-main .comments-box .Response-box .answering-btn[aria-expanded="true"] .res-icon-1 {
    color: var(--blue-5);
}

.content-main .comments-box .Response-box .answering-btn[aria-expanded="true"] .replay {
    color: var(--blue-5);
}

.content-main .user-comments .title-logo {
    color: var(--blue-1);
}

.content-main .user-comments .base-btn {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 12px 16px;
    gap: 12px;
    font-size: 18px;
    background-color: var(--blue-1);
    color: var(--white);
}

.content-main .users-box .input-form {
    display: flex;
    position: relative;
    width: 100%;
}

.content-main .users-box .input-form .control-input {
    display: flex;
    padding: 0 42px 0 10px;
    border-radius: 8px;
    border: 1px solid #F2F4F7;
    background: #FCFCFD;
    min-height: 45px;
    outline: none;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.6;
}

.content-main .users-box .user-info-box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
}


.content-main .users-box .input-form .control-input::placeholder {
    color: #667085;
    text-align: right;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;

}

.content-main .users-box .input-form .users-icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    gap: 12px;
}

.content-main .users-box .input-form .users-icon i {
    font-size: 18px;
    color: #98A2B3;
}


.content-main .users-box .input-form.description .control-input {
    padding: 12px 16px;
    margin-bottom: 18px;
}

.content-main .users-box .content-main .users-box .description .des-user::placeholder {
    font-size: 16px;
}

.content-main .users-box .content-main .users-box.m-comment {
    margin-right: 12px;
}

.content-main .users-box .btn {
    display: flex;
    justify-content: flex-end;
}

.content-main .users-box .btn .base-btn {
    background-color: var(--blue-5);
    padding: 8px 15px;
    border-radius: 8px;
    color: var(--white);
    border: none;
}

.content-main .users-box .form-select {
    background: none;
    border: none;
    padding: 0;
}

.content-main .users-box .refresh-button {
    background: none;
    border: none;
}

.content-main .users-box .input-control {
    display: flex;
    padding: 0 42px 0 10px;
    border-radius: 8px;
    border: 1px solid #F2F4F7;
    background: #FCFCFD;
    min-height: 45px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.6;
}

/*---------------------- /single post ---------------------*/


/*---------------------- assistants ---------------------*/
.content-main .assistants {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.content-main #Outlook_Deputy > .container:first-child {
    width: 100%;
    max-width: 100%;
}
.content-main .assistants .container .col-12 {
    padding: 0;
}

.content-main .assistants .title-site {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content-main .assistants .title-site h2 {
    font-size: 22px;
    color: var(--white);
}

.content-main .assistants .title-site p {
    color: var(--white);
}

.content-main .assistants .title-site::before {
    content: "";
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 35px;
    height: 7px;
    width: 60px;
    background-color: white;
    border-radius: 10px;
}

.content-main .assistants .view__center .veiw {
    background-color: var(--white);
    border-radius: 30px;
    height: 490px;
    padding: 30px;
    gap: 50px;
}

.content-main .assistants .section_three_list_links {
    width: 40%;
    flex: 1 0 25%;
    margin-inline-start: clamp(10px, 4vw, 60px);
}

.content-main .assistants .section_three_list_links ul {
    border-inline-end: 1px solid #D9D9D9;
}


.content-main .assistants .box_section_two {
    flex: 1 0 65%;
}

@media (max-width: 992px) {
    .content-main .assistants .section_three_list_links {
        flex: 1 0 100%;
        margin-top: 40px;
        margin-inline-start: 0;
    }

    .content-main .assistants .view__center .head-section__3 {
        margin-bottom: 15px;
    }

    .content-main .assistants .view__buttons ul {
        margin-bottom: 0;
    }

    .content-main .assistants .box_section_two {
        flex: 1 0 100%;
        width: 100%;
    }

    .content-main .assistants .view-content__right {
        padding-top: 0;
    }
}

.content-main .assistants .head-section__3 {
    width: 100%;
}

.content-main .assistants .head-section_right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.content-main .assistants .head-section_right i {
    color: var(--blue-1);
}

.content-main .assistants .head-section__3 .head-section_right {
    margin-bottom: 25px;
}

.content-main .assistants .head-section__3 .head-section_right h4 {
    color: var(--blue-1);
    font-size: 18px;
}

.content-main .assistants .view-content__right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.content-main .assistants .view-content__right p {
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}


.content-main .assistants .view__buttons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-main .assistants .view__buttons li {
    margin-bottom: 10px;
}

.content-main .assistants .veiw__btn {
    background: none;
    border: none;
    padding: 10px 15px;
    width: 100%;
    text-align: right;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 1rem;
    color: #222;
}

.content-main .assistants .veiw__btn i {
    color: var(--blue-5);
}

.content-main .assistants .veiw__btn span {
    color: #5c728e;
    transition: 0.5s;
}

.content-main .assistants .veiw__btn span:hover {
    color: var(--blue-1);
}


.content-main .assistants .view-tab__content {
    display: none;
}

.content-main .assistants .view-tab__content.active {
    display: flex !important;
}

/*---------------------- /assistants ---------------------*/
