/*
  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;
}

body.en-layout * {
    font-family: 'Barlow' !important;
    text-align: left;
}

body.en-layout i[class*="icon"]::before {
    font-family: 'icomoon' !important;
}

.make-full>.container {
    max-width: 100%;
}

.make-full [class^="col-"] {
    padding: 0;
}

#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---------------------*/
/*---------------------- new-relation ---------------------*/
.header-relation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px 0 10px;
    width: 100%;
}

.header-relation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px 0 10px;
    width: 100%;
}

.header-relation .header-top {
    background-color: transparent;
    border-radius: none;
    border: none !important;
}

.hero-slider .item img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.header-relation .header-info .top-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.header-relation .header-info .top-header .logo-img img {
    filter: brightness(0) invert(1);
}

.header-relation .header-info .top-header .logo-img {
    display: flex;
}

.header-relation .header-info .top-header .logo-img img {
    width: 95px;
}

.header-relation .header-info .top-header .title_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-relation .header-info .top-header .title_wrapper h2 a,
h1 a {
    color: var(--white);
    transition: 0.5s all;
}

.header-relation .header-info .top-header .flag {
    display: flex;
    justify-content: end;
}

.header-relation .header-info .top-header .flag img {
    width: 130px;
}

.header-relation .header-info .header-bottom .navbar-nav {
    margin-right: 0 !important;
}

.header-relation .header-info .header-bottom .navbar {
    background-color: transparent !important;
}

.header-relation .header-info .header-bottom .navbar .nav-item .nav-link {
    color: var(--white);
    font-weight: 500;
    transition: 0.5s all;
}

.header-relation .header-info .header-bottom .navbar .nav-item .nav-link:hover {
    color: var(--blue-1);

}

.header-relation .header-info .header-bottom .navbar .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: block !important;
    pointer-events: none;
}


.header-relation .header-info .header-bottom .navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu {
    border-radius: 10px;
    background-color: var(--white);
    border: none !important;
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu li:first-child {
    border-top: none !important;
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu li {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu li>a {
    font-size: 14px;
    padding: 15px 15px;
    white-space: nowrap;
    text-align: right;
    transition: 0.5s all;
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu li>a:hover {
    color: var(--blue-1);
}

/*---------------------- /new-relation ---------------------*/


/*---------------------- hero-slider ---------------------*/
.content-main .hero-slider {
    position: relative;
}

.content-main .hero-slider .item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(180deg, rgba(0, 0, 0, .56) 0, rgba(0, 0, 0, .46) 22.19%, rgba(0, 0, 0, .32) 48.23%, rgba(0, 0, 0, .48) 77.6%, rgba(0, 0, 0, .47) 100%);
}

.content-main .slider-relation {
    margin-bottom: 40px;
}

.content-main .slider-relation .container {
    max-width: 100%;
}

.content-main .slider-relation .container .col-md-12 {
    padding: 0 !important;
}

/*---------------------- /hero-slider ---------------------*/
.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;
    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;
    z-index: -1;
}

.fa-layout .header-main .mega-menu {
    direction: rtl;
}

.header-main .mega-menu::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    right: 0;
    top: 0;
}

.header-main .mega-menu.show {
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.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: flex-start;
    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.has-submenu {
    flex-direction: column;
}

.header-main .mega-menu .tab-contents ul li.has-submenu ul {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

.header-main .mega-menu .tab-contents ul li.has-submenu ul li {
    margin-bottom: 10px;
}

.header-main .mega-menu .tab-contents ul li.has-submenu ul li a {
    font-size: 14px;
}

.header-main .mega-menu .tab-contents ul li.has-submenu ul li a::before {
    width: 6px;
    height: 6px;
    top: 9px;
}

.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;
}

.en-layout .header-main .mega-menu {
    justify-content: flex-start;
}

.en-layout .header-main .header-top .header-right .navbar-nav li:last-child {
    display: none;
}

.en-layout .header-main .mega-menu .mega-tabs li::before {
    left: auto;
    right: -5px;
}

.en-layout .header-main .mega-menu .tabs-section {
    border-left: none;
    border-right: 5px solid rgba(255, 255, 255, .3);
}

.en-layout .header-main .mega-menu .tab-contents ul {
    padding-right: 0;
    padding-left: 30px;
}

.en-layout .header-main .mega-menu .tab-contents ul li a::before {
    left: -17px;
    right: 0;
}

.en-layout .header-main .mega-menu .close-mega {
    right: 75px;
    left: auto;
}

/*---------------------- 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-top .header-left .site-lang {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 2px;
}

.header-top .header-left a:hover {
    background-color: var(--blue-1);
    transition: .5s all;
}

.header-top .header-left .h-left li a:hover {
    color: var(--blue-1);
}

.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-top .header-left .h-left li a i {
    font-size: 24px;
}

.header-top .header-left .h-left .nav-item .dropdown-menu.show {
    right: -56px !important;
    top: 8px !important;
}

.header-top .header-left .h-left li a img {
    width: 100%;
    transition: 0.5s;
}

.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;
}

.content-main .oneside-slider .carousel-right .item::before {
    display: none;
}

.content-main .oneside-slider .carousel-right::before {
    content: "";
    background-image: url("../images/site/vector.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 195px;
    height: 50px;
    z-index: 9;
    margin: 0 auto;
    right: 0;
}

.content-main .oneside-slider .carousel-right .owl-dots {
    right: 0;
    margin: 0 auto;
    justify-content: center;
    z-index: 99;
}

.content-main .oneside-slider .carousel-right .item a img {
    height: 500px;
    object-fit: cover;
}

/* ----------------------- /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;
}

.content-main .media-section #PdfSiteTab .main-title {
    display: none !important;
}

/* ----------------------- /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 {
    width: 100%;
}

.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;
}

.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;
    margin-top: 80px;
}

.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 i {
    font-size: 30px;
    color: var(--blue-2);
}

.magazines .articles-box .content a span {
    font-family: 'Barlow' !important;
    font-size: 16px;
    font-weight: 600;
}

.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: 18px;
    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-img #photo-face-tag {
    border: 1px solid rgba(79, 185, 179, 0.3);
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    background-color: rgba(79, 185, 179, 0.03);
}

.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 {
    display: flex;
    align-items: center;
}

.main-article .single-post .es-post-content .extra-meta li i {
    color: #dc3545;
    font-size: 20px;
    margin-left: 10px;
}


.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;
    border: 1px solid rgba(79, 185, 179, 0.3);
    width: auto;
    border-radius: 5px;
}

.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;
    border: none;
}

.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;
    border: none;
}

.main-article .single-post .es-post-content .es-meta-wrap .post-title {
    margin-left: 10px;
}

.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;
}

.main-article .single-post .es-post-content .es-meta-wrap .meta-list {
    display: flex;
    align-items: center;
}

.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 .inner-video video {
    width: 100%;
    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-all {
    margin-bottom: 30px;
}

.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: auto;
    padding: 30px;
    gap: 50px;
}

.content-main .assistants .section_three_list_links {
    width: 40%;
    flex: 1 0 25%;
}

.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: flex-start;
    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: all 0.3s;
    font-size: 1rem;
    color: #222;
    display: flex;
    align-items: center;
}

.content-main .assistants .veiw__btn i {
    color: var(--blue-5);
    font-size: 26px;
}

.content-main .assistants .veiw__btn span {
    color: #5c728e;
    transition: 0.5s;
    font-weight: bold;
}

.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 ---------------------*/

.content-main .inner-page-main-content {
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 30px;
    margin-block-end: 30px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    min-height: 500px;
    background-color: rgb(143, 182, 217, 0.1);
    border-radius: 20px;
    border: 1px solid var(--Primary);
    height: 100%;
}

.content-main .inner-pages-all {
    margin-bottom: 30px;
}

.content-main .ck-content>br {
    display: none;
}

.content-main .ck-content * {
    font-family: IranYekan !important;
}

.content-main .ck-content p {
    margin: 0 !important;
}

.content-main .ck-content img {
    border-radius: 15px;
    width: 100% !important;
}

.content-main .ck-content table {
    width: 100% !important;
}

.content-main .ck-content table {
    width: 100% !important;
    border-collapse: collapse;
    font-size: 14px;
    border: 1px solid #ccc;
}

.content-main .ck-content table th,
.content-main .ck-content table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: left;
}

.content-main .ck-content table thead {
    background-color: #f5f5f5;
    font-weight: bold;
}

.content-main .ck-content table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.content-main .ck-content table tbody tr:hover {
    background-color: #f0f8ff;
}

.content-main .ck-content ol {
    padding: 0;
}

.counter-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url('../images/img-uni/img-uni.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(5, 41, 72, 0.5);
}

.counter-section .col-lg-2 .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666%;
    text-align: center;
}

.counter-section .col-lg-2 .content-bx {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px 15px;
    border-radius: 10px;
    overflow: hidden;
}

.counter-section .col-lg-2 .content-bx>* {
    position: relative;
    z-index: 1;
}

.counter-section .col-lg-2 .content-bx .content-text {
    font-size: 28px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    display: flex;
}

.counter-section .col-lg-2 .content-bx .title {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    color: #fff;
}


/*---------------------- projects ---------------------*/
/*---------------------- projects__sidebar ---------------------*/
.content-main .projects {
    width: 100%;
    background-image: url(../images/background-menu/bg-section.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.content-main .projects .projects__sidebar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 1px;
}



.content-main .projects .projects__sidebar .sidebar-inner {
    padding: 30px;
    background-color: rgb(143, 182, 217, 0.1);
    border-radius: 15px;
    border: 1px solid var(--Primary);
    text-align: start;
}

.content-main .projects .projects__sidebar .sidebar-inner .title {
    position: relative;
    margin-bottom: 43px;
    line-height: 27px;
    font-size: 20px;
}

.content-main .projects .projects__sidebar .sidebar-inner .title.title--right::after {
    content: "";
    position: absolute;
    bottom: -13px;
    inset-inline-start: 0;
    width: 79px;
    height: 7px;
    background-color: var(--Primary);
    border-radius: 100px;
}

.content-main .sidebar-inner .title {
    margin-bottom: 43px;
    line-height: 27px;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .scroll-nav-link {
    padding: 10px 15px;
    position: relative;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: start;
    color: #002142;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .title-right {
    display: block;
    position: relative;
    padding-inline-start: 25px;
    font-weight: 600;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .title-left {
    text-transform: uppercase;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .scroll-nav-link:hover {
    background: var(--Primary);
    border-radius: 15px;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .scroll-nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--Primary);
    bottom: -5px;
    left: 0;
    opacity: .5;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item:last-child .scroll-nav-link::after {
    display: none;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .title-right::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--blue-5);
    z-index: 1;
}

/*---------------------- /projects__sidebar ---------------------*/


/*---------------------- projects__content ---------------------*/
/*---------------------- sec-28 ---------------------*/
.content-main .projects__content .content-inner {
    border-radius: 32px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.order__1 {
    order: 1;
    -webkit-order: 1;
}

.order__2 {
    order: 2;
    -webkit-order: 2;
}

.order__3 {
    order: 3;
    -webkit-order: 3;
}

.order__4 {
    order: 4;
    -webkit-order: 4;
}

.order__5 {
    order: 5;
    -webkit-order: 5;
}

.order__6 {
    order: 6;
    -webkit-order: 6;
}

.order__7 {
    order: 7;
    -webkit-order: 7;
}

.order__20 {
    order: 20;
    -webkit-order: 20;
}

.order__19 {
    order: 19;
    -webkit-order: 19;
}

.content-main .projects__content .scroll-content {
    margin-bottom: 20px;
}

.content-main .projects__content .title-row {
    text-align: start;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 15px;
    background: rgb(143, 182, 217, 0.1);
    border: 1px solid var(--Primary);
    border-radius: 15px;
}

.content-main .projects__content .title-row .title.title--colored {
    color: var(--black);
    font-size: 22px;
    line-height: 42px;
    padding-inline-start: 30px;
    position: relative;
}

.content-main .projects__content .title-row .title.title--colored::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--blue-5);
    z-index: 99;
}

.content-main .projects__content .projects__news,
.projects__box {
    background: rgb(143, 182, 217, 0.1);
    border: 1px solid var(--Primary);
    border-radius: 15px;
    padding: 20px 20px 0;
    position: relative;
    overflow: hidden;
}

.content-main .projects__content .projects__news::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 49.79%, #fff 100%);
    border-radius: 0 0 15px 15px;
    transition: .3s linear;
}

.content-main .projects__content .projects__news .tab-content {
    overflow-y: auto;
    scrollbar-width: none;
    transition: .5s;
    height: 360px;
}

.content-main .projects__content .title.title--line {
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    align-items: center;
    justify-content: space-between;
}

.content-main .projects__content .title.title--line.title--line::after {
    content: "";
    position: absolute;
    bottom: -16px;
    inset-inline-start: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 33, 66, .2);
}

.content-main .projects__content .title .title-text {
    font-weight: 700;
    font-size: 18px;
    position: relative;
}

.content-main .projects__content .title .title-text::after {
    content: "";
    position: absolute;
    bottom: -23px;
    inset-inline-start: 0;
    height: 3px;
    width: 100%;
    background-color: var(--Primary);
    border-radius: 15px;
}

.content-main .projects__content .link-labels {
    display: flex;
    gap: 12px;
    margin-inline-start: 60px;
}

.content-main .projects__content .link-labels .btn-pill {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
    position: relative;
    background: var(--blue-1);
    color: #fff;
}

.content-main .projects__content .projects__news__tabs {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.content-main .projects__content .nav-tabs {
    border: none;
    column-gap: 2px;
}

.content-main .projects__content .nav-tabs .nav-tabs .nav-link {
    position: relative;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid var(--Primary);
    font-size: 14px;
    margin-left: 10px;
    border-radius: 5px;
}

.content-main .projects__content .nav-tabs .nav-link.active {
    border: none;
    border: 1px solid var(--Primary);
}

.content-main .projects__content .tab-content {
    max-height: 323px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.content-main .projects__content .news__row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.content-main .projects__content .projects__news .post {
    width: calc(50% - 15px);
}

.content-main .projects__content .post {
    display: flex;
    gap: 18px;
    position: relative;
}

.content-main .projects__content .projects__news .post__img {
    width: 30%;
    height: auto;
    border-radius: 5px;
    position: relative;
}

.content-main .projects__content .post__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.content-main .projects__content .post__img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
    border-radius: 5px;
}

.content-main .projects__content .post__img .post-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 89, 207, .7);
    top: 15px;
    inset-inline-end: 15px;
    font-size: 14px;
    color: #fff;
}

.content-main .projects__content .post__text {
    width: 70%;
}

.content-main .projects__content .life-cel-left .post__text {
    width: 100%;
    margin-top: 20px;
}

.content-main .projects__content .post__text .link-block {
    display: block;
    width: 100%;
}

.content-main .projects__content .post__text .date {
    display: flex;
    gap: 5px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.content-main .projects__content .post__text .date i {
    font-size: 19px;
    color: var(--blue-5);
}

.content-main .projects__content .post__text .post-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: .875em;
    line-height: 24px;
    text-align: start;
    color: var(--blue-3);
    margin-bottom: 5px;
}

.content-main .projects__content .post__text .post-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-align: start;
    color: var(--blue-1);
    transition: .3s cubic-bezier(.25, .1, .3, .73);
}


.content-main .projects__content .post.border-post::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 33, 66, .2);
    position: absolute;
    top: -15px;
    inset-inline-start: 0;
}

.content-main .projects__content .tab-content .projects-news-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 5px;
    position: absolute;
    bottom: 15px;
    inset-inline-end: 15px;
    z-index: 1;
}

.content-main .projects__content .tab-content .projects-news-icons .social-icon {
    width: 38px;
    height: 38px;
    background-color: #ffa700;
    color: #fff;
    border-radius: 10px;
    font-size: 1.25em;
}

.content-main .projects__content .tab-content .projects-news-icons .social-icon a {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-main .projects__content .primary-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
    position: relative;
    background: var(--blue-1);
    color: #fff;
}

/*---------------------- /sec-28 ---------------------*/

/*---------------------- /sec-29 ---------------------*/


.content-main .projects__content .post__text .post-des {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-align: start;
    color: #000;
    overflow: hidden;
    transition: 0.5s all;
    margin-top: 5px;
}

.content-main .projects__content .post__text .post-link {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 15px;
    color: var(--blue-1);
    transition: 0.5s all;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
}

.content-main .projects__content .post__text .post-link .link-icon {
    display: flex;
}

.content-main .projects__content .row-talk {
    margin-top: 30px;
    padding-bottom: 20px;
}

.content-main .projects__content .row-talk .talk-cel {
    margin-bottom: 37px;
}

.content-main .projects__content .talk-cel .post__img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.content-main .projects__content .post-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    border-radius: 15px;
    padding: 0 30px;
    overflow: hidden;
}

.content-main .projects__content .post-card .post__text {
    min-height: 152px;
    padding: 15px 0;
}

.content-main .projects__content .row-talk .owl-dots {
    display: flex;
    justify-content: center;
}

.content-main .projects__content .row-talk .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #acacac;
    margin-inline-end: 5px;
    margin-inline-start: 0;
}

.content-main .projects__content .row-talk .owl-dots .owl-dot.active {
    width: 30px;
    background-color: var(--blue-1);
    border-radius: 100px;
    box-shadow: none;

}

.content-main .projects .projects__content .projects__box {
    display: flex;
    flex-direction: column;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post {
    display: flex;
    gap: 1.5rem;
    border-radius: 10px;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box.projects__faculty .row-life .post {
    flex-direction: column;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box.projects__faculty .row-life .post .post__img {
    max-width: 100%;
    flex: 1 0 auto;
    width: 100%;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box.projects__faculty .row-life .post .post__text {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__img {
    flex: 0 0 35%;
    max-width: 35%;
    position: relative;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__img img {
    width: 100%;
    height: 225px;
    border-radius: 8px;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text {
    flex: 1;
    max-width: 60%;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .link-block .date {
    color: #999;
    font-size: 12px;
    margin-bottom: 0.3rem;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .link-block .post-subtitle {
    color: #e63946;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .link-block .post-title {
    font-size: 16px;
    margin: 10px 0;
    color: var(--blue-1);
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .link-block .post-des {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .post-link {
    margin-top: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #0077b6;
    font-weight: bold;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post.post__img--reverse {
    flex-direction: row-reverse;
}



/*---------------------- /sec-30 ---------------------*/


/*---------------------- sec-31 ---------------------*/
.content-main .projects__content .projects__life .life-cel-inner {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: 30px;
    width: 100%;
}

.content-main .projects__content .projects__life .life-cel-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-main .projects__content .projects__life .post__img {
    width: 295px;
    position: relative;
}

/*---------------------- /sec-31 ---------------------*/

/*---------------------- /sec-33 ---------------------*/
.content-main .projects__content .row-best {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: 30px;
    width: 100%;
}

.content-main .projects__content .row-best .best-right a {
    height: 100%;
}

.content-main .projects__content .row-best .best-right .img-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.content-main .projects__content .row-best .best-right .img-card::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #002142;
    opacity: .2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    z-index: 2;
    transition: .4s cubic-bezier(.25, .1, .3, .73);
}

.content-main .projects__content .row-best .best-right .img-card .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
}

.content-main .projects__content .row-best .best-right .img-card .card-caption {
    position: absolute;
    padding: 15px;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 2;
    color: #fff;
    transition: .4s cubic-bezier(.25, .1, .3, .73);
}

.content-main .projects__content .row-best .best-right .img-card .card-caption .date {
    color: #fff;
}

.content-main .projects__content .row-best .best-right .img-card .card-caption .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 29px;
    text-align: start;
    color: #fff;
}

.content-main .projects__content .row-best .best-left .best-left-inner {
    display: flex;
    justify-content: start;
    column-gap: 30px;
    width: 100%;
}

.content-main .projects__content .row-best .best-left .post__img {
    margin-bottom: 14px;
}

/*---------------------- /sec-33 ---------------------*/

.content-main .projects__content .projects__newup .post__img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/*---------------------- /projects__content ---------------------*/

/*---------------------- /projects ---------------------*/

/* ----------------------- /news-html------------------------- */


/*---------------------- counter ---------------------*/
.content-main .counter-sec {
    margin-bottom: 30px;
    position: relative;

}

.content-main .counter-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url('../images/background-menu/back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.content-main .counter-sec .counter-box {
    background-color: var(--blue-3);
    color: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.content-main .counter-sec .counter-box i {
    font-size: 48px;
    color: var(--blue-5);
    margin-bottom: 10px;
}

.content-main .counter-sec .counter-number {
    font-size: 36px;
    font-weight: bold;
    color: var(--blue-5);
    margin-bottom: 10px;
}

.content-main .counter-sec .counter-text {
    font-size: 16px;
    line-height: 1.7;
}

.content-main .counter-sec .counter-box .btn {
    margin-top: 20px;
    border: 1px solid var(--blue-5);
    color: #fff;
    background-color: transparent;
    border-radius: 25px;
    padding: 5px 20px;
    transition: 0.3s;
}

.content-main .counter-sec .counter-box .btn:hover {
    background-color: var(--blue-5);
    color: var(--black);
}

/*---------------------- /counter ---------------------*/
/*---------------------- contents-sec ---------------------*/
.content-main .contents-sec {
    margin-bottom: 30px;
}

.content-main .contents-sec .section-title {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    display: inline-block;
    color: var(--blue-1);
}

.content-main .contents-sec .section-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 40px;
    height: 4px;
    background-color: var(--blue-1);
    border-radius: 5px;
}

.content-main .contents-sec .slider-controls {
    display: flex;
    align-items: center;
    justify-content: end;

}


.content-main .contents-sec .card-custom-link {
    display: block;
    text-decoration: none;
}

.content-main .contents-sec .card-custom {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 280px;
}

.content-main .contents-sec .card-custom::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: linear-gradient(180deg, rgba(0, 0, 0, .56) 0, rgba(0, 0, 0, .46) 22.19%, rgba(0, 0, 0, .32) 48.23%, rgba(0, 0, 0, .48) 77.6%, rgba(0, 0, 0, .47) 100%);
}

.content-main .contents-sec .card-custom img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.content-main .contents-sec .card-custom-link:hover img {
    transform: scale(1.05);
}

.content-main .contents-sec .card-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: white;
    padding: 20px 15px 10px;
    z-index: 999;
}

.content-main .contents-sec .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-main .contents-sec .card-date {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.content-main .contents-sec .see-all {
    color: var(--blue-1);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.content-main .contents-sec .see-all:hover {
    color: var(--blue-5);
}

/*---------------------- /contents-sec ---------------------*/
/* ---------------group-section------------------ */
.group-section {
    margin-bottom: 30px;
}

.group-section .row .row {
    flex-direction: row;
}

.group-section .group-section {
    background-color: #fff;
}

.group-section .group-box {
    border: 1px solid #ddd;
    border-radius: 16px;
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
    height: 230px;
    cursor: pointer;
    transition: 0.5s all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.group-section .group-box:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    background-color: #005BE4;

}

.group-section .group-box:hover p {
    color: #fff;
}

.group-section .group-box .group-title:hover {
    color: white;
}

.group-section .group-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    object-fit: contain;
}

.group-section .group-title {
    font-size: 0.9rem;
    color: #007bff;
    margin: 0;
}

/* ---------------/group-section------------------ */