.about-section-animate .header p {
  text-align: center;
  margin-bottom: 45px;
  color: #070504;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.4px;
  max-width: 1065px;
}
.about-section-animate .header h2 {
    color: #162835;
    font-size: 30px;
    text-align: center;
    line-height: 51px;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'MontserratSemiBold';
}

.about-info-block .about-body {
  margin-top: 12px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

.about-info-block .about-body-wrapper {
  position: relative;
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.about-info-block .about-body-text-wrapper {
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84%;
  overflow: auto;
  z-index: 10;
  overscroll-behavior-y: none;
}

.about-info-block .about-body-text-wrapper::-webkit-scrollbar {
  width: 8px;
}

.about-info-block .about-body-text-wrapper::-webkit-scrollbar-track {
  background: transparent; 
}
 
.about-info-block .about-body-text-wrapper::-webkit-scrollbar-thumb {
  background: #E9E8EB;
  border-radius: 5px;
}

.about-info-block .about-body-text-wrappe::-webkit-scrollbar-thumb:hover {
  background: #909090; 
}

.about-info-block .about-body-wrapper img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.about-info-block h2 {
  color: #162835;
  font-size: 25px;
  line-height: 32px;
  font-family: 'MontserratMedium';
  letter-spacing: 1.25px; 
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.about-section-animate .main-about-content.main-about-content-slider {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  pointer-events: none;
}

.about-section-animate .main-about-content.main-about-content-slider.slider-working {
  pointer-events: auto;
}

.about-section-animate .main-about-content.main-about-content-slider .slick-slide {
  margin: 0 !important;
  overflow: unset;
}

.about-section-animate .main-about-content.main-about-content-slider .slick-slide > div {
  height: 100%;
}

.about-section-animate-slider .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.about-section-animate-slider .slick-arrows-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  transition: all 0.5s linear;
  margin-top: 32px;
}

.about-section-animate-slider .slick-arrows-container .off-btn.slick-prev,
.about-section-animate-slider .slick-arrows-container .off-btn.slick-next {
  pointer-events: none;

}

.about-section-animate-slider .slick-arrows-container .off-btn.slick-prev::before,
.about-section-animate-slider .slick-arrows-container .off-btn.slick-next::before {
  opacity: 0.25;
}

.about-section-animate .slick-prev,
.about-section-animate-slider .slick-next {
  background: transparent;
  color: #343a40;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}

.about-section-animate .slick-prev::before,
.about-section-animate-slider .slick-next::before {
  color: #343a40;
  font-size: 32px;
}

.about-section-animate-slider .slick-next {
  margin-left: 20px;
}

.about-section-animate .main-about-content.main-about-content-slider .slick-slide.showup .about-info-block .about-body-text-wrapper {
  transform: translateY(0);
}

.about-section-animate .main-about-content.main-about-content-slider .slick-slide.showup .about-info-block .about-body-wrapper img {
  opacity: 0;
}

.about-section-animate .main-about-content.main-about-content-slider .slick-slide.showup .about-info-block .about-info-index {
  background-color: #343a40;
}

.about-section-animate .main-about-content.main-about-content-slider .slick-slide.showup .about-info-block.special .about-info-index {
  background-color: #b6802e;
}

.about-section-animate .main-about-content.main-about-content-slider .slick-slide.showup .about-info-block .about-info-index span {
  color: #fff;
}

.about-section-animate .main-about-content.main-about-content-slider .slick-slide.showup .about-info-block p {
  opacity: 1;
}

.about-section-animate .main-about-content.main-about-content-slider .about-info-block {
  width: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}

.about-section-animate .about-info-block p {
    font-size: 14px;
    line-height: 20px;
    color: #162835; 
    margin: 0;
    transition: all 0.3s linear;
    transition-delay: 0.1s;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
  .about-section-animate .main-about-content.main-about-content-slider .about-info-block {
    width: 100%;
    max-width: 100%;
  }  
}
@media screen and (max-width: 991px) {
  .about-section-animate .main-about-content.main-about-content-slider .about-info-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .about-section-animate .about-info-block p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about-section-animate .main-about-content .about-info-block {
      width: 100%;
      max-width: 100%;
  }
}

.about-section-animate .header p {
  text-align: center;
  margin-bottom: 45px;
  color: #070504;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.4px;
}

.about-section-animate .header h2 {
    color: #162835;
    font-size: 30px;
    text-align: center;
    line-height: 51px;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'MontserratSemiBold';
}

.about-section-animate .main-about-content.main-about-content-slider {
  display: flex;
  flex-wrap: nowrap;
}

.about-section-animate .main-about-content.main-about-content-slider .about-info-block {
  width: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .about-section-animate .main-about-content.main-about-content-slider .about-info-block {
    width: 100%;
    max-width: 100%;
  }
  
  .about-section-animate .header p { 
      max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .about-section-animate .main-about-content.main-about-content-slider .about-info-block {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-section-animate .main-about-content.main-about-content-slider .about-info-block {
      width: 100%;
      max-width: 100%;
  }
}

/* Animation about style */
.about-header {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.main-about-content.main-about-content-slider {
  display: flex;
  width: 100px;
  flex-wrap: nowrap;
}

.about-col-title,
.about-info-index,
.about-info-index span {
  transition: all .3s ease-out;
  transition-delay: 0.1s;
}

.about-info-index {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #343a40;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-info-index span {
  color: #343a40;
  font-weight: 700;
}

.about-info-block:hover {
  cursor: context-menu;
}

.about-info-block:hover .about-body-text-wrapper {
  transform: translateY(0);
}

.about-info-block:hover .about-body-wrapper img {
  opacity: 0;
}

.about-info-block:hover .about-info-index {
  background-color: #343a40;
}

.about-info-block.special .about-info-index {
  border: 2px solid #b6802e;
  background-color: #b6802e;
}

.about-info-block.special .about-info-index span {
  color: #fff;
}

.about-info-block.special .about-col-title {
  color: #b6802e;
}

.about-info-block.special:hover .about-info-index {
  background-color: #b6802e;
}

.about-info-block:hover .about-info-index span {
  color: #fff;
}

.about-section-animate .about-info-block:hover p {
  opacity: 1;
}

.about-section-animate-slider .about-info-block {
  margin-top: 0;
}

.animate-right-dots-block,
.animate-left-dots-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.about-section-animate-slider .animate-right-dots-block {
  right: -18%;
}

.about-section-animate-slider .animate-right-dots-block:not(:first-child) {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.3s;
}

.about-section-animate-slider .slick-track {
    display: flex !important;
}

.about-section-animate-slider .slick-slide {
  height: inherit !important;
}

.about-section-animate .main-about-content.main-about-content-slider .slick-slide.visible .animate-right-dots-block,
.about-section-animate .main-about-content.main-about-content-slider.visible-dots .animate-right-dots-block {
  opacity: 1;
}

.animate-left-dots-block {
  left: 0;
}

.animated-dot {
  transition: all .3s linear;
  background-color: #343a40;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 12px;
  opacity: 0.2;
	animation-name: dot-flashing;
	animation-duration: 1.9s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

@keyframes dot-flashing {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; }
}

.animated-dot.animated-dot-1 {
  margin-left: 0;
  animation-delay: 0.9s;
}

.animated-dot.animated-dot-2 {
  animation-delay: 1s;
}

.animated-dot.animated-dot-3 {
  animation-delay: 1.1s;
}

.animated-dot.animated-dot-4 {
  animation-delay: 1.2s;
}

.animated-dot.animated-dot-5 {
  animation-delay: 1.3s;
}

.animate-dots-block.paused .animated-dot {
  animation-iteration-count: initial;
	animation-fill-mode: forwards;
}