/*
  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: #ffff;
    --brown-black: #0c61ac;
    --brown-seclight: #64b5f6;
    --light-color: #f1f6f9;
    --text-color: #787880;
    --navybrown-color: #603601;
    --gray: #9babc5;
    --lighttext: #acb1b7;
    --brown-text: #787880;
    --color-gray: #9BA4B466;
    --Brown-Gray: #E3E6F3;
    --brown-light: #834A02;
    --font-18: 18px;
    --font-16: 16px;
}

@keyframes scrolldown {
    0% {
        transform: translateY(20%) rotate(180deg);
        opacity: 0.7;
    }

    50% {
        transform: translateY(0%) rotate(180deg);
        opacity: 0.5;
    }

    100% {
        transform: translateY(20%) rotate(180deg);
        opacity: 0.7;
    }
}

body {
    background-color: var(--white);
    margin: 0;
    padding: 0 !important;
    direction: rtl;
    position: relative;
}


a {
    color: #000;
}

* {
    font-family: IRANSans;
    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

svg {
    width: 100%;
}

.pd-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

section {
    float: right;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.topbar {
    display: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
}

.show-overlay {
    display: flex !important;
}

a:hover {
    color: #2388d8;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    overflow: hidden;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
    z-index: 9;
}

.navbar-brand {
    display: none;
}

.container {
    width: 100%;
    padding: 0 6%;
}

.smartmenu-div {
    width: 100% !important;
    padding: 0 !important;
}

.yamm-fw {
    display: none !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

/*---------------------- /Public Style ---------------------*/
/*---------------------- header-main ---------------------*/

.header-main .header-top .header-top .header-right .date-time {
    display: flex;
    align-items: center;
}

.header-main .header-top .header-top .header-right .date-time i {
    font-size: 25px;
    color: var(--brown-black);
}

.header-main .header-top .header-top .header-right .date-time .date-text {
    font-weight: 700;
    color: var(--brown-black);
    line-height: 22px;
    padding-right: 15px;
}

.header-main .header-top .header-top .header-right .date-time #time {
    width: 62px;
}

.header-main .header-top .header-top .header-right {
    display: flex;
    align-items: center;
}

.header-main .header-top .header-top .header-right .welcome-text {
    color: var(--gray);
    font-weight: 700;
    margin-right: 30px;
}

.header-main .header-top .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-main .header-top .header-top .header-left .info-header-left {
    display: flex;
    align-items: center;
    margin-right: 30px;
    transition: .5s all;
}

.header-main .header-top .header-top .header-left .info-header-left a {
    color: var(--lighttext);
    transition: .5s all;
}

.header-main .header-top .header-top .header-left .info-header-left:hover a {
    color: var(--brown-black);
}

.header-main .header-top .header-top .header-left .info-header-left img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.header-main .header-top .header-top .header-left .info-header-left i {
    font-size: 25px;
    margin-right: 10px;
    color: var(--text-color);
    transition: .5s all;
}

.header-main .header-top .header-top .header-left .info-header-left:hover i {
    color: var(--brown-seclight);
}


.header-main .header-top .header-top .header-left {
    display: flex;
    align-items: center;
}

.header-main .header-menu {
    background-color: var(--brown-black);
    display: flex;
}

.header-main .header-menu .logo-header {
    display: flex;
    align-items: center;
    position: relative;
}

.header-main .header-menu .logo-header>a {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}

.header-main .header-menu .logo-header .img-logo img {
    width: 150px;
  filter: brightness(0) invert(1);
}

.header-main .header-menu .logo-header .text-logo {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.header-main .header-menu .logo-header .text-logo1 {
    color: var(--white);
    font-size: 20px;
    font-weight: 900;
}

.header-main .header-menu .logo-header .text-logo2 {
    color: var(--white);
    font-size: 15.8px;
    font-weight: 400;
}

.header-main .header-menu {
    position: relative;
}

.header-main .header-menu::before {
    content: "";
    position: absolute;
    background-image: url("../images/header/flag.png");
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    width: 340px;
    height: 100%;
}

.header-main .header-menu .header-top-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class {
    width: 100%;
}

.header-main .header-menu .header-top-menu .navbar-box .navbar-default {
    margin: 0;
    background-color: transparent;
    border: none;
    min-height: auto;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    position: absolute;
    padding: 0 15px;
    border-radius: 15px;
    z-index: 1022;
    top: 75px;
    right: 0;
    left: -148px;
    background-color: var(--brown-seclight);
    min-width: 290px;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav .dropdown-menu li:last-child a {
    border: none;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav .dropdown-menu::before {
    content: "";
    position: absolute;
    background-image: url("../images/header/before-sub-menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 26px;
    top: -15px;
    height: 40px;
    right: 25px;
    z-index: 1022;
    box-shadow: none;
    background-size: 90px;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav li.open>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav li .dropdown-menu .dropdown-submenu {
    position: relative;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav li .dropdown-menu .dropdown-submenu a::before {
    content: "\e922";
    font-family: 'icomoon' !important;
    position: absolute;
    color: var(--brown-black);
    font-weight: 500;
    font-size: var(--font-16);
    top: 11px;
    left: 0;
    transition: .5s all;
    transform: rotate(90deg);
    opacity: 1;
    transition: .5s all;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav li .dropdown-menu .dropdown-submenu:hover a::before {
    opacity: 0;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav li .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: auto;
    top: 0;
    right: 100%;
    background-color: var(--brown-black);
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav li .dropdown-menu .dropdown-submenu .dropdown-menu::before {
    background-image: url("../images/header/before-sub-menubrown.svg");
    right: -9px;
    top: 5px;
    transform: rotate(90deg);
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav li .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav .dropdown-menu a {
    color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 10px;
    transition: .5s all;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav .dropdown-menu a:hover {
    color: rgba(255, 255, 255, 1);
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav>li>a {
    color: var(--white);
    display: flex;
    align-items: center;
    transition: .5s all;
    cursor: pointer;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav>li>a:hover {
    color: var(--brown-seclight);
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav li a b {
    border: none;
    transition: .5s all;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav>li>a:hover b::before {
    transform: rotate(180deg);
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav li a b::before {
    content: "\e922";
    font-family: 'icomoon' !important;
    position: absolute;
    color: var(--brown-seclight);
    font-weight: 500;
    font-size: var(--font-16);
    top: 18px;
    left: 0;
    transition: .5s all;
}

.header-main .header-menu .header-top-menu .desc-box .desc-text {
    display: flex;
    flex-direction: column;
}

.header-main .header-menu .header-top-menu .desc-box .desc-text1 {
    color: var(--white);
    font-size: var(--font-18);
    font-weight: 700;
}

.header-main .header-menu .header-top-menu .desc-box .desc-text2 {
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
}

.header-main .header-menu .header-top-menu .desc-box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-main .header-menu .header-top-menu .icon-desc {
    background-color: var(--white);
    padding: 12px;
    border-radius: 15px;
    margin-right: 15px;
    color: var(--brown-black);
    transition: .5s all;
}

.header-main .header-menu .header-top-menu .desc-box:hover .icon-desc {
    border-radius: 50%;
}

.header-main .header-menu .header-top-menu .icon-desc i {
    font-size: 24px;
    transition: .5s all;
}

.header-main .header-menu .header-top-menu .desc-box:hover .icon-desc i {
    color: var(--brown-black);
}

/*---------------------- /header-main ---------------------*/
/*---------------------- content-main ---------------------*/
/*---------------------- slideshow-main ---------------------*/
.content-main .slideshow-main {
    margin-top: 50px;
}

.content-main .slideshow-main .swiper-container {
    width: 100%;
    padding: 0 6% 0;
}

.content-main .slideshow-main .swiper-slide {
    position: relative;
    height: 480px;
    transition: all 0.2s;
    margin-left: 50px;
}

.content-main .slideshow-main .swiper-slide.swiper-slide-active::before,
.content-main .slideshow-main .swiper-slide.swiper-slide-active::after {
    content: "";
    width: 600px;
    height: 250px;
    transform: rotate(-3deg);
    background: rgba(119, 119, 119, 0.50);
    box-shadow: 0px 20px 30px 0px rgba(119, 119, 119, 0.50);
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.content-main .slideshow-main .swiper-slide.swiper-slide-active::after {
    transform: rotate(3deg);
    left: auto;
    right: 10px;
}

.content-main .slideshow-main .swiper-slide.swiper-slide-prev,
.content-main .slideshow-main .swiper-slide.swiper-slide-next {
    opacity: 0.09;
    filter: grayscale(100%);
}

.content-main .slideshow-main .swiper-slide>a {
    position: relative;
    background-color: var(--linecolor);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    z-index: 20;
}

.content-main .slideshow-main .swiper-slide>a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    opacity: .3;
    border-radius: 20px;
    transition: .5s all;
    background: linear-gradient(180deg, rgba(27, 28, 41, 0.8) 0%, rgb(0, 0, 0) 100%), url(<path-to-image>), #000 80% / cover no-repeat;
}

.content-main .slideshow-main .swiper-slide figure {
    height: 100%;
}

.content-main .slideshow-main .swiper-slide .image-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-main .slideshow-main .swiper-button-next::after,
.content-main .slideshow-main .swiper-button-prev::after {
    content: "\e908";
    font-family: 'icomoon';
    font-size: 80px;
    color: var(--white);
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.3));
    transition: all 0.4s;
    font-weight: 900;
}

.content-main .slideshow-main .swiper-button-next:hover::after,
.content-main .slideshow-main .swiper-button-prev:hover::after {
    color: var(--brown-seclight);
}

.content-main .slideshow-main .swiper-button-next,
.content-main .slideshow-main .swiper-button-prev {
    top: 45%;
    background: none !important;
}

.content-main .slideshow-main .swiper-button-next {
    left: auto !important;
    right: 130px !important;
    transform: scaleX(-1) !important;
}

.content-main .slideshow-main .swiper-button-prev {
    right: auto !important;
    left: 130px !important;
}

.content-main .slideshow-main .arrow-bottom {
    background: url('../images/slider/curve.svg') no-repeat bottom center / 230px;
    width: 230px;
    height: 80px;
    position: absolute;
    transform: scaleY(-1);
    bottom: -44px;
    right: 0;
    left: 0;
    z-index: 50;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--brown-seclight);
    padding-top: 30px;
    transition: all 0.4s;
}

.content-main .slideshow-main .arrow-bottom i {
    transform: rotate(180deg);
    font-weight: 900;
    animation: scrolldown 1.2s ease-in-out infinite 0.15s;
}

.content-main .slideshow-main .arrow-bottom:hover {
    color: var(--brown-black);
}



.content-main .slideshow-main .SwiperMultimedia .swiper-slide img {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
    transform: none !important;
    min-height: 100% !important;
    min-width: 100% !important;
}

.content-main .slideshow-main .SwiperMultimedia .overlaytext {
    width: 100%;
    top: auto !important;
    bottom: 5%;
}

.content-main .slideshow-main .SwiperMultimedia .overlaytext .title {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}

.content-main .slideshow-main .SwiperMultimedia .overlaytext .text {
    color: var(--Brown-Gray);
    font-size: 14px;
    text-align: right;
    width: 50%;
    margin-top: 15px;
    line-height: 1.8;
}

/*---------------------- /slideshow-main ---------------------*/
/*---------------------- services-section ---------------------*/
.content-main .services-section {
    margin: 50px 0;
}

.content-main .services-section .title-services {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 51px;
}

.content-main .services-section .title-services h3 {
    color: var(--brown-black);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.content-main .services-section .title-services span {
    color: var(--text-color);
    font-size: var(--font-16);
    font-weight: 400;
}

.content-main .services-section .item-services {
    border-bottom: 1px solid #e3e6f3;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 20px;
    width: 20%;

}

.content-main .services-section .item-services:not(:nth-child(5n+5)) {
    border-left: 1px solid #e3e6f3;
}

.content-main .services-section .item-services:nth-child(n+6) {
    border-bottom: none;
}

.content-main .services-section .items-service {
    display: flex;
    flex-wrap: wrap;
}

.content-main .services-section .item-services .content-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.content-main .services-section .item-services .img-service i {
    display: flex;
    width: 80px;
    height: 80px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: var(--light-color);
    font-size: 35px;
    margin-bottom: 30px;
    color: var(--text-color);
    transition: 0.5s all;
}

.content-main .services-section .item-services:hover .img-service i {
    background: var(--brown-black);
    color: var(--white);

}

.content-main .services-section .item-services .content-info .content-title {
    color: var(--brown-black);
    font-size: var(--font-18);
    font-weight: 700;
    margin-bottom: 5px;
    transition: 0.5s all;
}

.content-main .services-section .item-services .content-info .content-title a {
    transition: 0.5s all;
}

.content-main .services-section .item-services:hover .content-info .content-title a {
    color: var(--brown-seclight);
}

.content-main .services-section .item-services .content-info .content-text {
    color: var(--lighttext);
    font-size: var(--font-16);
    font-weight: 400;
    transition: .5s all;
}

.content-main .services-section .item-services:hover .content-info .content-text {
    color: var(--brown-black);
}

.content-main .member-list .services-section .item-services {
    width: 25%;
}

.content-main .member-list .services-section .item-services:nth-child(5) {
    border-left: 1px solid #e3e6f3;
    border-bottom: none;
}

.content-main .member-list .services-section .item-services:nth-child(4),
.content-main .member-list .services-section .item-services:nth-child(8) {
    border-left: none;
}

.content-main .member-list .services-section .item-services img {
    width: 70px;
    margin-bottom: 20px;
}

/*---------------------- /services-section ---------------------*/
/*---------------------- site-news ---------------------*/
.content-main .site-news {
    margin-bottom: 50px;
}

.content-main .site-news .main-title {
    margin-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-main .site-news .main-title .news-archiv a {
    color: var(--lighttext);
    display: flex;
    align-items: center;
    font-size: var(--font-16);
    transition: .5s all;
}

.content-main .site-news .main-title .news-archiv a:hover {
    color: var(--brown-seclight);
}

.content-main .site-news .main-title .news-archiv a i {
    margin-right: 5px;
    font-size: 26px;
}

.content-main .site-news .main-title .module-header h3 {
    color: var(--brown-black);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}

.content-main .site-news .main-title .module-header .down-title {
    color: var(--brown-text);
    font-size: var(--font-16);
    font-weight: 400;
}

.content-main .site-news .line-news .flexslider .slides .slide-groups .News_Titr {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--brown-text);
    font-size: var(--font-16);
    line-height: 30px;
    transition: .5s all;
}

.content-main .site-news .line-news .flexslider .slides .slide-groups:hover .News_Titr {
    color: var(--brown-black);
}

.content-main .site-news .line-news .flexslider .slides .slide-groups:hover::before {
    background: #0c61ac;
    color: var(--white);
}

.content-main .site-news .line-news .flexslider .slides .slide-groups {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.content-main .site-news .line-news .flexslider .slides .slide-groups:last-child {
    margin: 0;
}

.content-main .site-news .line-news .flexslider .slides .slide-groups::before {
    content: "\e909";
    font-family: 'icomoon' !important;
    width: 50px;
    height: 50px;
    color: var(--lighttext);
    border-radius: 15px;
    background: var(--light-color);
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: 0.5s all;
    position: absolute;
}

.content-main .site-news .line-news .flexslider .slides .slide-groups .news-item {
    display: flex;
    flex-direction: column-reverse;
    padding-right: 65px;
}

.content-main .site-news .line-news .flexslider .slides .slide-groups .news-item .news-details .news-date {
    float: right !important;
    color: var(--lighttext);
    font-size: 14px;
}

.content-main .site-news .line-news .flexslider .slides .slide-groups .news-item .news-details .news-date i {
    display: none !important;
}

.content-main .site-news .slider-news .news-item {
    padding: 0;
}

.content-main .site-news .slider-news .news-item .item-row {
    position: relative;
    width: 100%;
    float: right;
}

.content-main .site-news .slider-news .news-item .news-image {
    width: 100%;
    position: relative;
}

.content-main .site-news .slider-news .news-item .news-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    opacity: .3;
    border-radius: 20px;
    transition: .5s all;
    background: linear-gradient(180deg, rgba(27, 28, 41, 0.8) 0%, rgb(0, 0, 0) 100%), url(<path-to-image>), #000 80% / cover no-repeat;
}

.content-main .site-news .slider-news .news-item .news-image:hover::before {
    opacity: 0;
}

.content-main .site-news .slider-news .news-slider .owl-stage-outer {
    border-radius: 25px;
    border: 3px solid var(--Brown-Gray);
}

.content-main .site-news .slider-news .news-item .news-img img {
    width: 100%;
    height: 400px;
    transition: .5s all;
    object-fit: cover;
}

.content-main .site-news .slider-news .news-item .news-image:hover img {
    transform: scale(1.05);
}

.content-main .site-news .slider-news .news-info {
    width: 100%;
    float: right;
    position: absolute;
    bottom: 30px;
    z-index: 9;
    color: var(--white);
    padding: 0 30px;
}

.content-main .site-news .slider-news .news-info .news-titr .News_Titr {
    color: var(--white);
    font-size: var(--font-18);
    line-height: 1.5;
    height: 55px;
}

.content-main .site-news .slider-news .down-two .news-info .news-titr .News_Titr {
    font-size: 14px;
    height: 40px;
}

.content-main .site-news .slider-news .down-two .news-item .news-details {
    bottom: 70px;
}

.content-main .site-news .slider-news .news-item .news-details {
    position: absolute;
    bottom: 90px;
    right: 30px;
    color: var(--white);
    z-index: 99;
}

.content-main .site-news .slider-news .news-item .news-details i {
    display: none;
}

.content-main .site-news .slider-news .owl-dots {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9;
    display: flex;
}

.content-main .site-news .slider-news .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.30);
    margin-left: 5px;
    transition: .5s all;
}

.content-main .site-news .slider-news .owl-dots .owl-dot.active {
    background-color: var(--white);
}

.content-main .site-news .slider-news .owl-dots .owl-dot:hover {
    background-color: var(--white);
}

.content-main .site-news .slider-news .down-two {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.content-main .site-news .slider-news .down-two .slide-groups {
    width: 49%;
}

.content-main .site-news .slider-news .down-two .news-item .news-img img {
    height: 190px;
}

.content-main .site-news .slider-news .down-two .news-item .news-image {
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid var(--Brown-Gray);
}

/*---------------------- /site-news ---------------------*/
/*---------------------- Multi Media ---------------------*/
.content-main .MP #ctl01_lblNamahangListTitle {
    color: var(--brown-black);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center
}
.lastet-video .list-namahang .namahang-style .view-info {
    background-color: var(--brown-seclight) !important;
}
.lastet-video .list-namahang .namahang-style .img-namahang::before {
    content: "\e91c" !important;
    font-family: 'icomoon' !important;
}
.content-main .nezam-media {
    background-color: var(--brown-black);
    padding: 50px 0;
    position: relative;
    width: 100%;
    float: right;
}

.content-main .nezam-media .multimedia>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-main .nezam-media .multimedia>.container::before,
.content-main .nezam-media .multimedia>.container::after {
    display: none;
}

.content-main .nezam-media .multimedia>.container .news-archiv a {
    color: var(--lighttext);
    display: flex;
    align-items: center;
    font-size: var(--font-16);
    transition: .5s all;
}

.content-main .nezam-media .multimedia>.container .news-archiv a i {
    margin-right: 5px;
    font-size: 26px;
}

.content-main .nezam-media .multimedia .section-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.content-main .nezam-media .multimedia .section-title span {
    color: var(--white);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}

.content-main .nezam-media .multimedia .section-title span.down-title {
    color: var(--Brown-Gray);
    font-size: var(--font-16);
    font-weight: 400;
}

.content-main .nezam-media .row {
    margin: 0;
}

.content-main .nezam-media .media-title {
    text-align: center;
    color: var(--white);
    margin-bottom: 21px;
    position: relative;
    z-index: 9;
}

.content-main .nezam-media .multimedia-box .col-lg-8 {
    display: none;
}

.content-main .nezam-media .multimedia-box .col-lg-4 {
    width: 100%;
    padding: 0;
}

.content-main .nezam-media .multimedia-box .col-lg-12 {
    padding: 0;
}

.content-main .nezam-media .multimedia-small-box .multimedia-small {
    position: relative;
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
    transition: .5s all;

}


.content-main .nezam-media .multimedia-small-box .multimedia-small:hover .multimedia-small-image img {
    transform: scale(1.3) rotate(5deg);
}

.content-main .nezam-media .multimedia-small-box .multimedia-small::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: .3;
    background: linear-gradient(180deg, rgba(27, 28, 41, 0.00) 0%, rgba(27, 28, 41, 0.50) 100%), lightgray 50% / cover no-repeat;
    border-radius: 30px;
    transition: .5s all;
}

.content-main .nezam-media .multimedia-small-box .multimedia-small:hover::before {
    opacity: 0;
}

.content-main .nezam-media .multimedia-small-box .multimedia-small .media-time span {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 10px;
    background: rgba(27, 28, 41, 0.50);
    display: inline-flex;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    top: 20px;
    left: 20px;
}

.content-main .nezam-media .multimedia-small-box .row>div {
    width: 32%;
    padding: 0;
}

.content-main .nezam-media .multimedia-small-box {
    display: flex;
}

.content-main .nezam-media .multimedia-small-box .multimedia-small>a {
    height: 100%;
    display: inline-block;
    width: 100%;
}

.content-main .nezam-media .multimedia-small-box .multimedia-small .multimedia-small-image {
    height: 100%;
    border: 2px solid #fff;
    border-radius: 30px;
    overflow: hidden;
}

.content-main .nezam-media .multimedia-small-box .multimedia-small .multimedia-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;

}

.content-main .nezam-media .multimedia-small-box .multimedia-small .nasim {
    position: absolute;
    bottom: 10px;
    width: 90%;
    padding: 0 10px;
    right: 18px;
    z-index: 9;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.content-main .nezam-media .multimedia-small-box .multimedia-small .nasim a {
    color: var(--white);
    font-size: 14px;
}

.content-main .nezam-media .multimedia-small-box .multimedia-small-icon {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 45%;

}

.content-main .nezam-media .multimedia-small-box .multimedia-small-icon i {
    font-size: 25px;
    color: #fff;
    border-radius: 100px;
    background: var(--brown-seclight);
    transition: all 0.3s;
    padding: 20px;
}

.content-main .nezam-media .multimedia-small-box .multimedia-small:hover .multimedia-small-icon i {
    background-color: var(--brown-black);
}

.content-main .nezam-media .multimedia-small-box .row {
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content-main .nezam-media .multimedia-small-box .row::before,
.content-main .nezam-media .multimedia-small-box .row::after {
    display: none;
}

/*---------------------- /Multi Media ---------------------*/
/*---------------------- map-section ---------------------*/
.content-main .map-section {
    background-color: var(--light-color);
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    margin-bottom: 50px;
    padding-top: 70px;
}

.content-main .map-section::before {
    content: "";
    background-image: url("../images/map/tabriz-map.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 630px;
    height: 1100px;
    position: absolute;
    right: 0;
}

.content-main .map-section::after {
    content: "";
    width: 600px;
    height: 300px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(241, 245, 251, 0.00) 0%, rgba(241, 245, 251, 0.80) 100%);
}

.content-main .map-section .map-office .title-office h3 {
    color: var(--brown-black);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}

.map-section .map-office .title-office {
    margin-bottom: 51px;
}

.content-main .map-section .map-office .title-office span {
    color: var(--brown-text);
    font-size: var(--font-16);
    font-weight: 400;
}

.content-main .map-section .map-office {
    display: flex;
    flex-direction: column;
}

.content-main .map-section .map-office .item-list a {
    display: flex;
    flex-direction: column;
}

.content-main .map-section .map-office .lists-map {
    display: flex;
    flex-wrap: wrap;
}

.content-main .map-section .map-office .item-list .title-list {
    color: var(--brown-text);
    font-size: var(--font-16);
    transition: 0.5s all;
    font-weight: 500;
}

.content-main .map-section .map-office .item-list .title-list:hover {
    color: var(--brown-black);
}

.content-main .map-section .map-office .item-list .title-list.text-list {
    color: var(--lighttext);
}

.content-main .map-section .map-office .item-list {
    width: 25%;
    margin-bottom: 50px;
}

/*---------------------- /map-section ---------------------*/
/*---------------------- faq-section ---------------------*/
.content-main .faq-section {
    margin-bottom: 50px;
}

.content-main .faq-section .tab-box .nav.nav-tabs {
    border: none;
    display: flex;
    margin-bottom: 25px;
    position: relative;
}

.content-main .faq-section .tab-box .nav.nav-tabs a {
    color: var(--text-color);
    font-size: var(--font-18);
    font-weight: 700;
    line-height: 28px;
    transition: 0.5s all;
    border: none;
    cursor: pointer;
}

.content-main .faq-section .tab-box .nav.nav-tabs a:hover {
    color: var(--brown-seclight);
}

.content-main .faq-section .tab-box .nav.nav-tabs li.active a {
    color: var(--brown-seclight);
}

.content-main .faq-section .tab-box .nav.nav-tabs li:first-child a {
    padding-right: 0;
}

.content-main .faq-section .tab-box .nav.nav-tabs .go-danesh {
    position: absolute;
    left: 0;
}

.content-main .faq-section .tab-box .nav.nav-tabs .go-danesh a {
    font-weight: 500;
    font-size: var(--font-16);
    display: flex;
    align-items: center;
}

.content-main .faq-section .tab-box .nav.nav-tabs .go-danesh a i {
    margin-right: 5px;
}


.content-main .faq-section .tab-box .tab-content .view-box {
    color: var(--lighttext);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.content-main .faq-section .tab-box .tab-content .view-box i {
    font-size: var(--font-18);
    margin-right: 5px;
    transform: rotate(90deg);
}

.content-main .faq-section .list-questions .item-qst {
    border-radius: 15px;
    border: 1px solid var(--Brown-Gray);
    background: var(--white);
    padding: 25px 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.content-main .faq-section .list-questions .item-qst.active {
    background-color: var(--brown-black) !important;
    border: none;
}

.content-main .faq-section .list-questions .item-qst .head-qst {
    position: relative;
    transition: all 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-main .faq-section .list-questions .item-qst.active .head-qst .title-qst {
    color: var(--white);
}

.content-main .faq-section .list-questions .item-qst .head-qst::after {
    content: "";
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 100%);
    position: absolute;
    bottom: -15px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
}

.content-main .faq-section .list-questions .item-qst.active .head-qst::after {
    width: 94%;
    opacity: 1;
    visibility: visible;
}

.content-main .faq-section .list-questions .item-qst .head-qst .view-answer {
    transition: all 0.4s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--lighttext);
    font-weight: 700;
    flex: 1 0 auto;
}

.content-main .faq-section .list-questions .item-qst .head-qst .view-answer i {
    margin-right: 5px;
    transform: rotate(90deg);
    font-weight: bold;
}

.content-main .faq-section .list-questions .item-qst.active .view-answer {
    display: none;
}

.content-main .faq-section .list-questions .item-qst .title-qst {
    transition: all 0.4s;
    margin: 0;
    color: var(--brown-black);
    font-size: var(--font-16);
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content-main .faq-section .list-questions .item-qst .answer-box {
    padding: 30px 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    padding-bottom: 0;
}

.content-main .faq-section .list-questions .item-qst .answer-box p {
    line-height: 2.2;
    color: var(--white);
    height: 95px;
}

.content-main .faq-section .list-questions .item-qst.active .answer-box {
    display: block;
    opacity: 1;
    visibility: visible;
}

.content-main .faq-section .list-questions .item-qst .answer-box .ans {
    background-color: var(--brown-seclight);
    padding: 3px 15px;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    border-radius: 8px;
    margin-left: 10px;
}

.content-main .faq-section .links-box {
    padding: 30px;
    background-color: var(--brown-black);
    border-radius: 30px;
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-main .faq-section .links-box::before {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: var(--brown-light);
    filter: blur(50px);
    position: absolute;
    right: 25%;
    top: 19%;
    z-index: 99;

}

.content-main .faq-section .links-box .items-link {
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.20);
    background: var(--white);
    padding: 20px 15px;
    z-index: 99;
    background-clip: padding-box;
    margin-bottom: 20px;
    width: 48%;
}

.content-main .faq-section .links-box .items-link .list-item .icon-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .faq-section .links-box .items-link .list-item .icon-list i {
    padding: 16px;
    border-radius: 20px;
    background: var(--light-color);
    font-size: 30px;
    color: var(--brown-seclight);
    margin-bottom: 30px;
    transition: .5s all;

}

.content-main .faq-section .links-box .items-link .text-links h4 {
    color: var(--brown-black);
    font-size: var(--font-18);
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    transition: .5s all;
}

.content-main .faq-section .links-box .items-link:hover .icon-list i {
    background: var(--brown-black);
    color: var(--white);
    transition: 0.5s;
}

.content-main .faq-section .links-box .items-link:hover .text-links h4 {
    color: var(--brown-seclight);
}

.content-main .faq-section .links-box .items-link .text-links span {
    color: var(--lighttext);
    font-size: var(--font-16);
    font-weight: 400;
    display: flex;
    justify-content: center;
    text-align: center;
}

.content-main .faq-section .links-box .messages-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 20px;
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.20);
    background-clip: padding-box !important;
    background: var(--white);
    width: 100%;
    z-index: 999;
}

.content-main .faq-section.information-section .links-box .messages-box {
    margin-bottom: 35px;
}

.content-main .faq-section .links-box .messages-box .messages-Content {
    display: flex;
    align-items: center;

}

.content-main .faq-section .links-box .messages-box .messages-Content .messages-icon i {
    border-radius: 20px;

    background: var(--brown-black);
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 30px;
    margin-left: 13px;
    color: var(--white);
}

.content-main .faq-section .links-box .messages-box .messages-Content a {
    color: var(--brown-black);
    font-size: var(--font-18);
    font-weight: 700;
}

.content-main .faq-section .links-box .messages-box .button-base {

    background: none;
    border: none;
    color: var(--lighttext);
    font-size: var(--font-16);
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    transition: .5s all;
}

.content-main .faq-section .links-box .messages-box .button-base i {
    font-size: 22px;
    color: var(--lighttext);
    margin-right: 5px;
    transition: .5s all;
}

.content-main .faq-section .links-box .messages-box .button-base:hover,
.content-main .faq-section .links-box .messages-box .button-base:hover i {
    color: var(--brown-seclight);
}

/*---------------------- /faq-section ---------------------*/
/*---------------------- units-section ---------------------*/
.content-main .units-section .units-box .title-units {
    color: var(--brown-black);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}

.content-main .units-section .units-box .text-units {
    color: var(--text-color);
    font-size: var(--font-16);
    font-weight: 400;
}

.content-main .units-section .units-box span {
    color: var(--text-color);
    font-size: var(--font-16);
    font-weight: 400;
}

.content-main .units-section .units-box {
    margin-bottom: 60px;
}

.content-main .units-section .unitsinner-carousel {
    display: flex;
    justify-content: space-between;

}

.content-main .units-section .units-carousel .item-units .icon-unitsIcon,
.content-main .units-section .unitsinner-carousel .item-units .icon-unitsIcon {
    display: flex;
    justify-content: center;
}

.content-main .units-section .units-carousel .item-units .icon-unitsIcon i,
.content-main .units-section .unitsinner-carousel .item-units .icon-unitsIcon i {

    font-size: 35px;
    color: var(--text-color);
    border-radius: 25px;
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px;
    transition: .5s all;
    display: flex;
}

.content-main .units-section .units-carousel .item-units,
.content-main .units-section .unitsinner-carousel .item-units {
    background-color: var(--light-color);
    border-radius: 30px;
    transition: 0.5s all;
    width: 210px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-main .units-section .unitsinner-carousel .item-units {
    flex-direction: column;
    width: 19%;
}

.content-main .units-section .units-carousel .item-units .text-units,
.content-main .units-section .unitsinner-carousel .item-units .text-units a {
    color: var(--brown-black);
    font-size: var(--font-18);
    margin-bottom: 14px;
    font-weight: 700;
    transition: .5s all;
}

.content-main .units-section .units-carousel .item-units:hover .text-units a,
.content-main .units-section .unitsinner-carousel .item-units:hover .text-units a {
    color: var(--white);
}

.content-main .units-section .units-carousel .item-units span,
.content-main .units-section .unitsinner-carousel .item-units span {
    color: var(--lighttext);
    font-size: var(--font-16);
    font-weight: 400;
    text-align: center;
    transition: .5s all;
}

.content-main .units-section .units-carousel .item-units .info-units,
.content-main .units-section .unitsinner-carousel .item-units .info-units {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-main .units-section .units-carousel .item-units:hover,
.content-main .units-section .unitsinner-carousel .item-units:hover {
    background-color: var(--brown-black);
}

.content-main .units-section .units-carousel .item-units:hover .icon-unitsIcon i,
.content-main .units-section .unitsinner-carousel .item-units:hover .icon-unitsIcon i {
    color: var(--brown-seclight);
}

.content-main .units-section .units-carousel .item-units:hover .info-units span,
.content-main .units-section .unitsinner-carousel .item-units:hover .info-units span {
    color: var(--white);
}

.content-main .units-section .units-carousel .owl-nav {
    display: flex !important;
    position: absolute;
    left: 0;
    top: -110px;
    background-color: var(--light-color);
    padding: 5px 12px;
    border-radius: 100px;
}

.content-main .units-section .units-carousel .owl-nav .owl-next,
.content-main .units-section .units-carousel .owl-nav .owl-prev {
    color: var(--lighttext);
    font-size: 22px;
    transition: .5s all;
}

.content-main .units-section .units-carousel .owl-nav .owl-next {
    transform: rotate(90deg);
    margin-right: 30px;
}

.content-main .units-section .units-carousel .owl-nav .owl-prev {
    transform: rotate(-90deg);
}

.content-main .units-section .units-carousel .owl-nav .owl-prev:hover,
.content-main .units-section .units-carousel .owl-nav .owl-next:hover {
    color: var(--brown-seclight);
}

/*---------------------- units-section ---------------------*/



/*---------------------- nezam-tab ---------------------*/

.content-main .nezam-tab {
    margin-top: 50px;
}

.content-main .nezam-tab .nav-tabs>li {
    float: right;
}

.content-main .nezam-tab .nav-tabs>li a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
}

.content-main .nezam-tab .nav-tabs>li.active {
    border-bottom: 2px solid var(--brown-black);
}

.content-main .nezam-tab .nav-tabs>li.active a {
    color: #424242;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
}

.content-main .nezam-tab .nav-tabs {
    border: none;
    position: relative;
}

.content-main .nezam-tab .nav-tabs::after {
    content: "";
    width: 100%;
    background: #f2f4f6;
    height: 1px;
    display: block;
}

.content-main .nezam-tab .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.content-main .nezam-tab .right-news {
    margin: 0;
}

.content-main .nezam-tab .tab-content .tab-pane table,
td,
th {
    border: 1px solid #ddd;
    text-align: left;
}


.content-main .nezam-tab .tab-content .tab-pane table {
    border-collapse: collapse;
    width: 100%;
}

.content-main .nezam-tab .tab-content .tab-pane th,
td {
    padding: 15px;
    text-align: start;
}

.content-main .nezam-tab .tab-content {
    padding: 10px 0;
}

/*---------------------- /nezam-tab ---------------------*/

/*---------------------- /content-main ---------------------*/
/*---------------------- inner-pages ---------------------*/
.section-body {
    width: 100%;
}

.section-body .content-box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.section-body .content-box.content-justify {
    justify-content: start !important;
}

.section-body .content-box .items {
    overflow: hidden;
    width: 18%;
    background: #f1f6f9;

    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
    margin-left: 15px;
    border-radius: 30px;
    transition: all 0.5s;
}

.section-body .content-box .items:hover {
    background: #4e1f01;

}

.section-body .content-box .items .item-image img {
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 25px;
}


.section-body .content-box .items .item-image a {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.section-body .content-box .items .item-content {
    text-align: center;

}

.section-body .content-box .items .item-content .item-title a {

    font-weight: 700;
    transition: .5s all;
    color: #4e1f01;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}

.section-body .content-box .items:hover .item-title a {
    color: #ffff;
}



.section-body .content-box .items .item-content .item-name {
    font-size: 16px;
    color: #acb1b7;
    margin-top: 8px;
    font-weight: 400;
    text-align: center;
    transition: .5s all;
}


.section-body .heading-top {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.section-body .heading-top .sub-title {
    color: #ABADBA;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.section-body .heading-top .title {
    color: #4e1f01;
    font-size: 20px;
    font-weight: 700;

}

.section-body .bb-inner {
    margin-bottom: 80px;
}

.section-body .field .table {
    background-color: transparent;
}

.section-body .field th {
    text-align: left;
}

.section-body .field table,
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.section-body .field table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 10px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.section-body .field table>thead>tr>th,
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.section-body .field table>caption+thead>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.section-body .field table>tbody+tbody,
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.section-body .field table .table,
.table .table {
    background-color: #fff;
}

.section-body .field .table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.section-body .field .table-bordered {
    border: 1px solid #ddd;
}

.section-body .field .table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.section-body .field .table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.section-body .field .table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.section-body .field .table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

.section-body .field table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

.section-body .field table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.section-body .field .table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.section-body .field .table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.section-body .field .table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.section-body .field .table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.section-body .field .table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.section-body .field .table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.section-body .field .table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.section-body .field .table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.section-body .field .table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.section-body .field .table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.section-body .field table {
    width: 100% !important;
    margin-bottom: 25px;
    border: 1px solid #ddd;
}

.section-body .field table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
    border-color: #ddd;
    border-width: 1px 1px 1px 0;
    border-style: solid;
}

.section-body .field table thead th h5 {
    display: flex;
    justify-content: center;
    color: var(--white);
}

.section-body .field table>thead>tr>th,
table>thead>tr>td {
    border-bottom-width: 2px;
    background-color: var(--brown-black);
}

.section-body .field table>thead>th,
td h5 {
    display: flex;
    justify-content: center;
    background-color: var(--brown-black);
    padding: 15px;
    color: var(--white);
}

.section-body .field table>thead>th,
td h5 span {
    color: var(--white) !important;
}

.content-main .inner-title .module-header {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.content-main .inner-title .news-tools {
    display: none;
}

.content-main .inner-title .panel_link_bold {
    color: var(--lighttext);
    display: flex;
    align-items: center;
    font-size: var(--font-16);
    transition: .5s all;
}

.content-main .inner-title .panel_link_bold:hover {
    color: var(--brown-seclight);
}

.content-main .inner-title .panel_link_bold i {
    margin-right: 5px;
    font-size: 26px;
}

.content-main .inner-news {
    margin-bottom: 0;
}

.content-main .information-section {
    margin-top: 50px;
}

.content-main .inner-news .slides {
    display: flex;
    flex-wrap: wrap;
}

.content-main .inner-news .slides .slide-groups {
    width: 50%;
}

.content-main .site-news.inner-news .line-news .flexslider .slides .slide-groups:last-child {
    margin-bottom: 30px;
}

/*----------------- table-section ---------------------*/
.content-main .table-section table {
    width: 100%;
    border: 1px solid #ddd;
}

.content-main .table-section {
    margin-top: 20px;
}

.content-main .table-section table th {
    text-align: center;
    padding: 10px;
}

.content-main .table-section tbody .file--application-pdf {
    background-image: url(../images/app/application-pdf.png);
    background-repeat: no-repeat;
    background-position: right;
}

.content-main .table-section tbody .file--application-pdf a {
    margin-right: 20px;
}

.content-main .table-section table>tbody>tr>td {
    border-width: 1px 1px 1px 1px;
}

.content-main .sec-contact-me .form-contact-section {
    padding: 30px 5px 0;
    width: 100%;
    float: right;
    margin: 0;
}

.content-main .sec-contact-me .form-contact-section .contactus-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-top: 40px;
}

.content-main .sec-contact-me .form-contact-section .contactus-body>div:nth-child(7) {
    width: 100%;
}

.content-main .sec-contact-me .form-contact-section .contactus-body>div:nth-child(7) .form-control {
    height: 150px;
    resize: none;
}

.content-main .sec-contact-me .form-contact-section .contactus-body>div:nth-child(8) {
    flex-direction: row;
    align-items: center;
}

.content-main .sec-contact-me .form-contact-section .contactus-body>div:nth-child(8) .form-group .control-label {
    margin: 0;
}

.content-main .sec-contact-me .form-contact-section .contactus-body>div:nth-child(9) .control-label {
    display: none;
}

.content-main .sec-contact-me .form-contact-section .contactus-body .form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: 33%;
}

.content-main .sec-contact-me .form-contact-section .contactus-body .form-group .col-md-9 {
    width: auto;
}

.content-main .sec-contact-me .form-contact-section .form-select {
    padding: 10px 15px;
}

.content-main .sec-contact-me .form-contact-section .control-label {
    width: auto;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: right;
    height: 30px;
    display: flex;
    color: var(--brown-black);
}

.content-main .sec-contact-me .form-contact-section .chosen-container-single .chosen-single {
    border: 1px solid var(--brown-seclight);
    border-radius: 12px;
    height: 45px;
    width: 100%;
    padding: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    box-shadow: none;
    background: no-repeat;
}

.content-main .sec-contact-me .form-contact-section .chosen-container-single .chosen-single div b {
    background-position: 0 10px;
}

.content-main .sec-contact-me .form-contact-section .form-control {
    border: 1px solid var(--brown-seclight);
    border-radius: 12px;
    height: 45px;
    width: 100%;
    padding: 12px;
    font-weight: 500;
}

.content-main .sec-contact-me .form-contact-section .input-control::placeholder {
    font-size: 12px;
    font-weight: 500;
}

.content-main .sec-contact-me .form-contact-section textarea.input-control {
    min-height: 120px;
}

.content-main .inputs-tbl .pagination {
    display: flex;
    justify-content: center;
}

.content-main .inputs-tbl .page-item {
    display: none !important;
}

.content-main .inputs-tbl .page-item.previous,
.content-main .inputs-tbl .page-item.next {
    display: block !important;
    margin-left: 10px;
}

/*---------------------- /table-section ---------------------*/


/*---------------------- contacts-section ---------------------*/
.content-main .contacts-section {
    margin: 30px 0;
}

.content-main .contacts-section .heading-top .sub-title {
    color: #ABADBA;
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 600;
}

.content-main .contacts-section .heading-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.content-main .contacts-section .heading-top .sub-contacts {
    color: var(--brown-black);
    font-size: 36px;
    font-weight: 700;

    padding-bottom: 0;

}

.content-main .contacts-section .box-item {
    position: relative;
    padding: 0 30px;
    width: 88%;
}

.content-main .contacts-section .box-item i {
    color: var(--brown-black);
    font-size: 16px;
    margin-left: 6px;

}

.content-main .contacts-section .box-item .title-item {
    font-size: 18px;

    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.content-main .contacts-section .box-item .address-item {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.content-main .contacts-section .box-item .phone-item {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.content-main .contacts-section .box-item::after {
    content: '';
    width: 1px;
    height: 174px;
    background: rgba(0, 0, 0, 0.1);
    right: -2px;
    top: -20px;
    position: absolute;
    z-index: 1;
}

.content-main .contacts-section .contacts-carousel .owl-dots.disabled {
    display: block;
}

.content-main .contacts-section .contacts-carousel .owl-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 2%;
    bottom: -38%;
}

.content-main .contacts-section .contacts-carousel .owl-dots .owl-dot {

    display: block;
    width: 22px;
    height: 10px;
    border-radius: 50px;
    margin-left: 10px;

    background-color: var(--brown-black);


}

.content-main .contacts-section .contacts-carousel .owl-dots .owl-dot.active {

    background-color: var(--brown-seclight);
}

.content-main .mtitle {
    color: var(--brown-black);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 40px;
}

/*---------------------- /contacts-section ---------------------*/

/*---------------------- cartable-section ---------------------*/
.content-main .cartable-section .title-desc p {
    color: var(--brown-black);
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 700;
    text-align: justify;
}


.content-main .cartable-section .content-inner {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    margin-bottom: 15px;
}

.content-main .cartable-section .content-inner .title a {
    color: var(--brown-black);
    font-size: 18px;
    font-weight: 700;
}

.content-main .cartable-section .content-inner .desc-text p {
    font-size: 12px;
    color: var(--brown-text);
    font-weight: 500;
    margin-top: 10px;
}

/*---------------------- /cartable-section ---------------------*/
/*---------------------- /inner-pages ---------------------*/
/*---------------------- footer-main ---------------------*/

.footer-main .footer-section {

    background-color: var(--brown-black);
    height: 490px;
    margin-top: 350px;

}

.footer-main .footer-section .footer-box .Info-title-footer {
    display: flex;
}

.footer-main .footer-section .footer-box .subtitle h5 {
    color: var(--white);
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
}

.footer-main .footer-box {
    display: flex;
    justify-content: space-between;
}

.footer-main .footer-section .footer-box .Info-title-footer .information-li {

    font-size: var(--font-16);
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-main .footer-section .footer-box .Info-title-footer .information-li a {
    color: var(--Brown-Gray);
    display: flex;
    align-items: center;
    transition: .5s all;
}

.footer-main .footer-section .footer-box .Info-title-footer .information-li a:hover {
    color: var(--brown-seclight);
}

.footer-main .footer-section .footer-box {
    padding-top: 75px;
    align-items: center;
}

.footer-main .footer-section .footer-box .Info-title-footer UL {
    margin-left: 34px;
}

.footer-main .footer-section .footer-box .Info-title-footer .information-li .footer-arrow-icon i {
    font-size: 22px;
}

.footer-main .footer-section .footer-about {
    border-radius: 30px;
    background: var(--white);
    box-shadow: 0px -4px 50px 0px rgba(27, 28, 41, 0.06);
    padding: 50px 50px 30px 50px;
    width: 34%;
    margin-top: -380px;
}

.footer-main .footer-section .footer-about .footer-logo img {
    color: var(--brown-black);
    width: 130px;
}

.footer-main .footer-section .footer-about .text-footer {
    display: flex;
    flex-direction: column;
    margin-bottom: 52px;
    text-align: center;
}

.footer-main .footer-section .footer-about .text-footer .text-footer1 {
    color: var(--brown-black);
    font-size: 20px;
    font-weight: 900;
}

.footer-main .footer-section .footer-about .text-footer .text-footer2 {
    color: var(--brown-black);
    font-size: 16px;
    font-weight: 400;
}

.footer-main .footer-section .footer-about .footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-main .footer-section .footer-about .address-footer .information-footer .title-address {
    color: var(--lighttext);
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}

.footer-main .footer-section .footer-about .address-footer .information-footer .text-address {
    color: var(--lighttext);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}


.footer-main .footer-section .address-footer .information-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.footer-main .footer-section .address-footer {
    margin-bottom: 52px;
}

.footer-main .footer-section .footer-about .paragraph-footer {
    color: var(--lighttext);
    font-size: var(--font-18);
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 52px;
}

.footer-main .footer-section .footer-about .Logos-box {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.footer-main .footer-section .footer-about .Logos-box img {
    max-width: 100%;
    margin-right: 21px;
}

.footer-main .footer-section .footer-about .social-footer .social-icons i {
    font-size: 30px;
    transition: 0.5s all;
    color: var(--lighttext);
}

.footer-main .footer-section .footer-about .social-footer .social-icons i:hover {
    color: var(--brown-black);
}

.footer-main .footer-section .footer-about .social-footer .social-icons a {
    display: flex;
}

.footer-main .footer-section .footer-about .social-footer ul {
    display: flex;
    justify-content: center;
}

.footer-main .footer-section .footer-about .social-footer .social-icons:not(:first-child) {
    margin-right: 30px;
}

.footer-main .footer-Websites {
    background-color: var(--brown-seclight);
    padding: 25px 0;
}

.footer-main .footer-Websites .item-wrap {
    display: flex;
    justify-content: space-between;
    width: 400%;
    overflow: hidden;
}

.footer-main .footer-Websites .example-carousel {
    overflow: hidden;
    direction: ltr;
}

.footer-main .footer-Websites .item-wrap .item a {
    font-family: IRANnastaliq !important;
    font-size: 22px;
    color: var(--brown-black);
    transition: 0.5s all;
    line-height: 2;
}

.footer-main .footer-Websites .item-wrap .item a:hover {
    color: var(--white);
}

.footer-main .bottom-footer {
    padding: 20px 0;
}

.footer-main .bottom-footer .footer-Copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-main .bottom-footer .footer-Copyright span {
    color: var(--lighttext);
    font-size: var(--font-16);
    font-weight: 500;
    line-height: 30px;
}

.footer-main .bottom-footer .footer-Copyright span a {
    color: var(--brown-black);
}

/*---------------------- /footer-main ---------------------*/