.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #eb1b2b;
}
.animate-borders {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #eb1b2b;
}
.animate-borderes {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #eb1b2b;
}


.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}
.animate-borders:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #e2e3e5;
    border-right: 10px solid #e0e1e3;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}
.animate-borderes:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #464751;
    border-right: 10px solid #464751;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.tw-mt-20 {
    margin-top: 20px !important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.section-title h2 {
    font-size: 45px!important;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}
.section-title h2 span {
    font-size: 45px!important;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    color: #eb1b2b;
}

.donate-area::before {
    content: '';
    position: absolute;
    background: rgba(238, 233, 233, 0.3607843137254902)!important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
}

.donate-area {
    background-image: url(../../assets/img/bg_linen.png)!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.text-black{color: #000!important;}

.mt-mb-90{    margin: 90px 0;}

.achievement-area .section-title {
    text-align: center!important;
    margin-bottom: 10px;
}

.achievement-content .item p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center!important;
}

.achievement-area::after, .achievement-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../../assets/img/basa-img.jpg)!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.page-title {
    background-image: url(../../assets/img/bg-ab.png)!important;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
}

  .fa-chevron-down  {font-weight: normal;
    color: #6d6969;
    font-size: 14px;}


    @media only screen and (max-width: 991px){
.main-menu-area  .fa-chevron-down{
    display:none;
}
}