	@font-face {
	  font-family: "header-font";
	   src: url('./font/IRANYekanBoldFaNum.ttf');
	}
	@font-face {
	  font-family: "body-font";
	  src: url('./font/IRANYekanMediumFaNum.ttf');
	}
	@font-face {
	  font-family: "lists-font";
	  src: url('./font/IRANYekanMediumFaNum.ttf');
	}h1, h2, h3, h4, h5, h6, h7	{
	font-family: "header-font"!important;
	}p, em, div	{
		font-family: "body-font"!important;
	}
	li	{
		font-family: "lists-font"!important;
	}
/* box one */
.bg-cati {
  /*! border-radius: 16px; */
  /*! -webkit-transition: .4s; */
  /*! transition: .4s; */
  /*! text-align: center; */
  /*! cursor: pointer; */
  /*! position: relative; */
  /*! box-shadow: -9px 8px 35px 0px rgba(49, 49, 49, .08); */
}

.bg-cati:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -9px 8px 35px 0px rgba(49, 49, 49, .08);

}

.bg-cati:hover p {
  transition: opacity .3s ease;
}

.bg-cati:hover p::after {
  position: absolute;
  bottom: -1px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  content: "";
  width: 80px;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity .3s ease;
  opacity: 1;
}

.bg-cati p {
  text-align: center;
  margin-top: 5px;
}

.bg-cati img {
  transition: all .8s ease;
  margin: 0 auto;
  margin-bottom: 12px;
}


.bg-cati:hover img {
  transform: rotateY(180deg);
}

.bg-cati:hover p::after {
  position: absolute;
  bottom: -1px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  content: "";
  width: 80px;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity .3s ease;
  opacity: 1;
  background-color: red !important;
}

.bg-cati {
  border-radius: 16px;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-shadow: -9px 8px 35px 0px rgba(49, 49, 49, .08);
}

/* widget footer-title */
.ata-footer-title {
  font-size: 13px;
}

.ata-footer-title::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 4px;
  margin-left: 5px;
  border-radius: 10px;
}

.ata-footer-title span {
  font-size: 18px;
  font-weight: 300;
}
