.aboutt h2 {
	text-align: center;
}

.contact-title h2 {
   text-align: center;
   font-weight: 600;
   color: #fff;
   padding-top: 43px;
   font-size: 23px;
}
.contact-title p {
   text-align: center;
   font-weight: 600;
   color: #fff;
   font-size: 20px;
}

.bord {
    border-top: 3px solid #99989824;
    padding-top: 60px;
}
#section07 a {
  padding-top: 80px;
}
#section07 a span {
  position: absolute;
  bottom: 74px;
  left: 52%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  bottom: 24px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  bottom: 48px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes sdb07 {
  0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.pcgoster {
        display: none !important;
    }

    .mobilgoster {
        display: block !important;
    }
@media screen and (max-width: 800px) { 

    .pcgoster {
        display: none !important;
    }

    .mobilgoster {
        display: block !important;
    }


}