/*
  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;
  --yellow: #C19850;
  --green: #0C403B;
  --beige: rgba(222, 189, 137, 0.90);
  --gray: #686868;

}
.topbar {
  display: none;
}
@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;
  direction: rtl;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  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;
}

.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;
}


.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;
}


/*---------------------- /Public Style ---------------------*/
/*---------------------- header-main ---------------------*/
.header-main {
  position: relative;
  width: 100%;
  float: right;
}

.header-main::before {
  content: "";
  background-image: url("../images/header/Group.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 244px;
  height: 246px;
  z-index: 999;
  transform: rotate(180deg);
}

.header-main::after {
  content: "";
  background-image: url("../images/header/Group.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 246px;

}

.header-main .header-top {
  background: linear-gradient(0deg, #C19850 0%, #C19850 100%);
  position: relative;
  padding-bottom: 13px;
}

.header-main .header-menu .header-top-menu .navbar-box .menu-class .navbar-nav>li>a:hover {
 color: var(--yellow);
}

.header-main .header-top::before {
  content: "";
  background-image: url("../images/header/Group.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 246px;

}

.header-main .header-top .logo-site {
  display: flex;
  justify-content: center;

}

.header-main .header-top::before {
  content: "";
  background-image: url("../images/header/bk-yellow\ 1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 210px;
}

.header-main .header-top .logo-site img {
  width: 40%;
}

.header-main .header-top .header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 40px;
}

.header-main .header-top .header-info .date-text span {
  color: var(--green);
  font-size: 18px;
}



.header-left {
  display: flex;
  align-items: center;
}

.header-left ul li a {
  display: flex;
}

.header-left ul li a img {
  width: 100%;

}

.header-left ul {
  display: flex;
  align-items: center;
}

.header-left ul li a img {
  width: 20px;
  display: flex;
  align-items: center;
}

.header-left ul li {
  margin-left: 8px;
  position: relative;
  z-index: 9999;
}

.header-main .header-top .header-info .lists ul {
  display: flex;
  align-items: center;
}

.header-main .header-top .header-info .lists ul li a {
  color: var(--white);
  transition: 0.5s all;
  font-weight: 400;

}

.header-main .header-top .header-info .lists ul li a:hover {
  filter: brightness(150%);
}

.header-main .header-top .header-info .lists ul li a:hover {
  color: var(--Gold-Color);
  font-weight: 900;

}

.header-main .header-top .header-info .lists ul li:not(:last-child)::after {
  content: "";
  display: flex;
  width: 8px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--Black-Color);
  margin: 0 20px;

}

.header-main .header-menu {
  display: flex;
  background-color: var(--green);
}

.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 {
  max-width: 100%;
}

.header-main .header-menu .logo-header .text-logo {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.header-main .header-menu .logo-header .text-logo1 {
  color: var(--white);
  font-size: 18px;
  font-weight: 900;

}

.header-main .header-menu .logo-header .text-logo2 {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.header-main .header-menu {
  position: relative;
}

.header-main .header-menu .header-top-menu {
  position: relative;
  display: flex;
  padding: 5px 0;
  align-items: center;
  justify-content: space-between;
}

.header-main .header-menu .header-top-menu .header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.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;
  z-index: 999;
  position: relative;
}

.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(--Black-Color) !important;
}

.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(--green) !important;
}

.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 .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 260px;
}

.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::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 .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>li>a {
  color: var(--white);
  display: flex;
  align-items: center;
  transition: .5s all;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}

.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: "\e903";
  font-family: 'icomoon' !important;
  position: absolute;
  color: var(--white);
  font-weight: 500;
  font-size: 9px;
  top: 18px;
  left: 0;
  transition: .5s all;
  opacity: 0.3;
}

.header-main .header-menu .header-top-menu .desc-box .form-group {
  border-radius: 200px;
  background: var(--beige);
  display: inline-flex;
  height: 36px;
  padding: 10px 20px;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  z-index: 999;
}

.header-main .header-menu .header-top-menu .desc-box .form-group .search-input {
  display: flex;
  position: relative;
}


.header-main .header-menu .header-top-menu .desc-box .form-group .search-input input {
  display: flex;
  border: none;
  outline: none;
  width: 88%;
  background: transparent;
  padding: 0;
}

.header-main .header-menu .header-top-menu .desc-box .form-group .search-input input::placeholder {
  color: var(--green);
  font-size: 18px;
}

.header-main .header-menu .header-top-menu .desc-box .form-group button {
  background: none;
  border: none;
  position: absolute;
  left: 12px;
  top: 5px;
  display: flex;
  padding: 0;
  color: var(--green);
}

.header-main .header-menu .header-top-menu .desc-box .form-group button i {
  font-size: 30px;
  color: var(--Black-Color);
  transition: 0.5s all;
}


.close-input {
  display: none;
  cursor: pointer;
}

.header-main .header-menu .header-top-menu .image-logo img {
  width: 190px;
  height: 100%;
}


.header-main .header-menu .header-top-menu .options {
  display: none;
}

.header-main .header-menu .header-top-menu .close-menu {
  display: none;
}

/*---------------------- /header-main ---------------------*/
/*---------------------- content-main ---------------------*/

/*---------------------- slider-section---------------------*/
.content-main .slider-section {
  margin-bottom: 98px;
}

.content-main .slider-section .news-slider {
  display: flex;
  background: var(--white);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
  margin-top: 80px;
  border-radius: 15px;
}

.content-main .slider-section .slide-groups .item-row {
  display: flex;
  align-items: center;
  position: relative;
  padding: 35px 0;
}

.content-main .slider-section .slide-groups .item-row::before {
  content: "";
  background-image: url("../images/slider/11.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -16px;
  width: 305px;
  height: 360px;
  top: 0;
}

.content-main .slider-section .slide-groups .item-row .news-img {
  width: 100%;
  padding: 11px 12px 11px 40px;
}


.content-main .slider-section .slide-groups .item-row .news-info .News_STitr {
  color: var(--green);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  z-index: 999;
  position: relative;
}

.content-main .slider-section .slide-groups .item-row .news-info .News_Titr {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  width: 65%;
  margin-bottom: 20px;
  line-height: 203%;
}

.content-main .slider-section .slide-groups .item-row .news-info .news-introtext {
  color: var(--gray);
  text-align: justify;
  font-family: IRANSansWebFaNum;
  font-size: 16px;
  font-weight: 400;
  width: 65%;
  line-height: 203%;
}

.content-main .slider-section .news-slider .owl-nav img {
  width: 37px;
}

.content-main .slider-section .news-slider .owl-nav .owl-prev {
  position: absolute;
  right: 50%;
  bottom: 2px;
}

.content-main .slider-section .news-slider .owl-nav .owl-next {
  position: absolute;
  left: 40%;
  bottom: 2px;
}

.content-main .slider-section .news-slider .owl-dots {
  left: 42%;
  position: absolute;
  bottom: 2%;
  display: flex;
  align-items: center;
}

.content-main .slider-section .news-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 15px;
  background-color: var(--green);
  margin-left: 15px;
}

/*---------------------- /slider-section ---------------------*/


/*---------------------- arcive-section ---------------------*/
.content-main .arcive-section {
  margin-bottom: 50px;
}

.content-main .arcive-section .flexslider {
  display: flex;
}

.content-main .arcive-section .flexslider .slide-groups {
  display: flex;
}

.content-main .arcive-section .flexslider .slide-groups .news-item .item-row {
  background-color: var(--beige);
  display: flex;
  flex-direction: column;
  border-radius: 15px;
}


.content-main .arcive-section .flexslider .slide-groups .item-row .news-info .News_Titr {
  color: #000;
  text-align: justify;
  font-family: IRANSansWebFaNum;
  font-size: 18px;
  font-weight: 700;
  line-height: 203%;
  border-radius: 15px;
  transition: 0.5s;
}

.content-main .arcive-section .flexslider .slide-groups .item-row .news-info .News_Titr:hover {
  color: var(--green);
}

.content-main .arcive-section .flexslider .slide-groups .item-row .news-info {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
}

.content-main .arcive-section .flexslider .slide-groups .item-row .news-info .news-introtext {
  color: var(--green);
  text-align: justify;
  font-family: IRANSansWebFaNum;
  font-size: 18px;
  font-weight: 400;
  line-height: 203%;
}

.content-main .arcive-section .flexslider .slide-groups .news-details {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -7px;
  right: 78px;
}

.content-main .arcive-section .flexslider .slide-groups .news-details .news-date {
  color: var(--yellow);
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

.content-main .arcive-section .flexslider .slide-groups .item-row .news-img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}


.content-main .arcive-section .news-tools {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.content-main .arcive-section .news-tools a {
  border-radius: 5px;
  background: var(--green);
  padding: 10px 58px;
  color: var(--white);
  margin-top: 20px;
}

/*---------------------- /arcive-section ---------------------*/

/*---------------------- links-section---------------------*/
.content-main .links-section .flex-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.content-main .links-section .flex-link .links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-main .links-section .flex-link .links .back img {
  width: 245px;
}

.content-main .links-section .flex-link .links .link-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.content-main .links-section .flex-link .links .link-item .icon-link {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.content-main .links-section .flex-link .links .link-item .text-link {
  color: var(--green);
  font-size: 20px;
  font-weight: 500;
  transition: 0.5s;
}

.content-main .links-section .flex-link .links .link-item .text-link:hover {
  font-size: 18px;
}

/*---------------------- /links-section ---------------------*/


/*---------------------- book-section ---------------------*/
.content-main .book-section {
  background-image: url("../images/site/rasane-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 113px;
  border-top: 1px solid #C19850;
  border-bottom: 1px solid #C19850;
}

.content-main .book-section .flexslider .slide-groups .item-row {
  display: flex;
  align-items: center;
}

.content-main .book-section .flexslider {
  display: flex;
  flex-direction: column-reverse !important;
}

.content-main .book-section .down-title {
  color: var(--yellow);
  font-size: 40px;
  font-weight: 700;
  line-height: 203%;
}

.content-main .book-section .flexslider .slide-groups .item-row .news-img {
  width: 100%;
}

.content-main .book-section .flexslider .slide-groups .item-row .news-img img {
  width: 100%;
}

.content-main .book-section .flexslider .slide-groups .item-row .news-info .news-introtext {
  width: 100%;
  color: #000;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 203%;
  text-align: justify;
}

/*---------------------- /book-section ---------------------*/
/*---------------------- tab-section---------------------*/
.content-main .tab-section {
  margin-bottom: 50px;
}

.content-main .tab-section .nav {
  display: flex;
  justify-content: space-between;
}

.content-main .tab-section .nav.nav-tabs {
  border-bottom: none;
}

.content-main .tab-section .nav li {
  position: relative;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-main .tab-section .nav li a {
  text-align: center;
  margin-top: -37px;
}

.content-main .tab-section .back-tab {
  background-color: var(--white);
  box-shadow: 0px 0px 25px 5px rgba(217, 217, 217, 1);
  border-radius: 15px;
  padding: 80px 10px;
}

.content-main .tab-section .nav li::before {
  content: "";
  background-image: url("../images/site/rectangle.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -58px;
  right: 0;
  width: 300px;
  height: 96px;
}

.content-main .multimedia-box {
  margin-top: 50px;
}

.content-main .multimedia-box .container .row {
  display: flex;
  width: 106%;
}

.content-main .multimedia-box .container .row .col-lg-4 {
  width: 100%;
}

.content-main .multimedia-box .multimedia-small-box .multimedia-small .multimedia-small-image {
  display: flex;
  justify-content: center;
  position: relative;
  margin-right: -106px;
}


.content-main .multimedia-box .multimedia-small-box .multimedia-small .multimedia-small-image img {
  height: 160px;
  width: 150px;
}

.content-main .multimedia-box .multimedia-small {
  position: relative;
  z-index: 999;
}

.content-main .multimedia-box .multimedia-small::before {
  content: "";
  background-image: url("../images/site/news.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 69%;
  right: -16%;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*---------------------- /tab-section---------------------*/

/*---------------------- /content-main ---------------------*/


/*---------------------- footer-main ---------------------*/
/*---------------------- footer-section ---------------------*/

.footer-main .footer-section {
  position: relative;
  background: linear-gradient(0deg, #C19850 0%, #C19850 100%);

  padding: 18px 0;
}

.footer-main .footer-section::before {
  content: "";
  background-image: url("../images/header/bk-yellow\ 1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.footer-main .footer-section .list-footer {
  position: relative;
  padding-top: 10px;
}

.footer-main .footer-section .list-footer::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 65px;
  bottom: 0;

}


.footer-main .footer-section .list-footer ul {
  display: flex;
  justify-content: center;
}

.footer-main .footer-section .list-footer ul li {
  margin-left: 65px;
}

.footer-main .footer-section .list-footer ul li a {
  color: var(--green);
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s;
}

.footer-main .footer-section .list-footer ul li a:hover {
  font-weight: 700;
}

.footer-main .footer-section .bottom-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 62px;
}

.footer-main .footer-section .bottom-footer p {
  color: var(--green);
  font-size: 18px;
  font-weight: 400;
}

/*---------------------- /footer-section ---------------------*/
/*---------------------- /footer-main ---------------------*/