/*----------------------------------

 header-index
----------------------------------*/
.header-index {
  margin: 10px 0;
}

.header-index .line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header-index .logo-index {
  width: 150px;
}

.header-index p.Manager-index {
  width: 750px;
  padding: 10px 0;
  border-top: 1px white dashed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-index p.Manager-index span {
  padding-right: 10px;
}

.header-index p.Manager-index i {
  margin-bottom: 2px;
  margin-right: 2px;
}

.header-index .search {
  width: 270px;
}


/*----------------------------------
 ریسپانسیو 
----------------------------------*/
@media screen and (max-width: 799px) {
  .header-index p.Manager-index {
    width: 100%;
  }

  .header-index .nav-main {
    margin: 0;
  }
}

/*----------------------------------
 MaxMan-index
----------------------------------*/
.MaxMan-index {
  background: #ced9cf;
}

.MaxMan-index .line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0 0;
}

.MaxMan-index h1 {
  color: #25384d;
  font-size: 33px;
  margin-bottom: 30px;
}

.MaxMan-index p {
  font-size: 17px;
}

.MaxMan-index p span {
  font-family: javan;
  font-size: 20px;
  font-weight: 100;
}

.MaxMan-index p span:nth-child(1) {
  color: #4d7752;
}

.MaxMan-index p span:nth-child(2) {
  color: #25384d;
}

.MaxMan-index p span:nth-child(3) {
  color: #4d7752;
}

.MaxMan-index i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #5417a5;
  animation-name: animation;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

/*----------------------------------
 index ul.Select-Site
----------------------------------*/
.index ul.Select-Site {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  margin: 20px auto;
}


.index ul.Select-Site a.aaa {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  background-color: #b6ceb8;
  text-align: center;
  border-radius: 5px;
}

.index ul.Select-Site a.bbb {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  background-color: #ced9cf;
  text-align: center;
  border-radius: 5px;
}

.index ul.Select-Site a.aaa p {
  font-size: 30px;
  font-weight: 600;
  font-family: Plasma;
  color: #222f3e;
}

.index ul.Select-Site a.bbb p {
  font-size: 30px;
  font-weight: 600;
  font-family: Plasma;
  color: #222f3e;
}

.index ul.Select-Site a span {
  font-size: 20px;
  font-family: javan;
  padding-right: 10px;
  font-weight: 100;
}