/*
Theme Name: Pofo Child
version: 1.2
Description: abcd
Author: Naeem
Theme url: #
Template: pofo
*/
.home_counter_sec .counter-style {
    text-align: center;
	padding: 20px 0px;
}
section, .default-page-space {
    padding: 45px 0 !important;
}
.pofo-footer-wrapper {
    background-color: #000 !important;
    padding: 10px 0px !important;
}
.pofo-footer-wrapper .footer-logo {
    max-height: max-content;
}
.pofo-footer.site-footer {
    border-top: 1px solid #fff;
}
.about_me .text-middle-line:before {
    border-bottom: 0px solid !important;
}
.about_me .swiper-slide .text-large {
    white-space: normal;
    width: 100%;
}
.record_downloads a,.record_downloads {
  color: #ff0000 !important;
  animation: blinkHighlight 1.5s infinite;
}

@keyframes blinkHighlight {
  0% { opacity: 1; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}

@media screen and (max-width: 768px) {
.about_me .swiper-slide .text-large {
    white-space: normal;
}

.about_me .swiper-slide .xs-height-250px {
    height: max-content !IMPORTANT;
}

.about_me .swiper-container.swiper-container-horizontal {
    height: max-content !important;
}
	.about_me .swiper-slide .col-md-6.col-sm-6.col-xs-12.cover-background.xs-height-400px {
    height: 450px !important;
}
}