.Header {
  background: #7a4ab9 !important;
  color: #fff;
  padding: 1rem;
  text-align: right;
}
.headingorg
{
	color: #ffae00  !important;
    text-decoration: none  !important;
}
.headingdark
{
	color: #212529  !important;
    text-decoration: none  !important;
}

.Font-Shabnam-bold {
  font-family: Shabnam_Bold !important;
}

.Pointer {
  cursor: pointer !important;
}

.btn-bnp {
  background: #7a4ab9 !important;
  color: #fff;
}
.btn-bnp:hover {
  background: #a64ab9 !important;
  color: #fff;
}

.btn-outline-bnp {
  border: 2px solid #7a4ab9 !important;
  color: #7a4ab9;
}
.btn-outline-bnp:hover {
  border: 2px solid #a64ab9 !important;
  color: #a64ab9;
}

.start-1 {
  --animate-duration: 2s;
}
.start-2 {
  --animate-duration: 3s;
}
.start-3 {
  --animate-duration: 4s;
}
.start-4 {
  --animate-duration: 5s;
}

.Card-Samane {
  transition: 0.4s;
  border: 2px solid #7a4ab9 !important;
  border-radius: 8px;
}
.Card-Samane:hover{
  transition: 0.4s;
  -webkit-box-shadow: -1px 0px 24px 5px rgba(168, 163, 168, 1);
  -moz-box-shadow: -1px 0px 24px 5px rgba(168, 163, 168, 1);
  box-shadow: -1px 0px 24px 5px rgba(168, 163, 168, 1);
  transform: scale(1.07);
}

.Atr{
  border: 1px solid #c49fdd !important;
  border-radius: 8px !important;
  color: #ffffff;
  padding-top: 6%;
  padding-bottom: 6%;
}

.Footer{
  border-top: 3px dashed #7a4ab9 !important;
  /* border-bottom: 3px dashed #7a4ab9 !important; */
  margin-bottom: 20px;;
}