.block-center, .block-center .owl-stage-outer {
    display: flex;
    justify-content: center;
}
.block-center .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}
section.split.section .content-inner .details-list .images {
    margin-bottom: 15px;
}
/*section#banner .cta-content > * {
    color: #000000;
}
.white-text .container * {
    color: #ffffff;
}
.black-text .container * {
    color: #000000;
}
#cool-facts .black-text .fact-count h4 {
    color: #000000!important;
}
.black-section-title .section-title {
   color: #000000!important;
}
section#banner.white-text .cta-content > * {
    color: #ffffff;
}*/
#pricing .plan-info *{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 1rem;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}
#pricing .plan-info ul{
    list-style: none;
    padding-left: 0;
}
#pricing .plan-info ul li:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-right: 5px;
}
section#testimonial .testimonial-footer p:first-child:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-right: 5px;
}
.map {
    width: 100%;
    height: 400px;
}
footer#footer ul li {
    margin-right: 20px;
}
.footer-widget.col-md-12.col-xs-12.aos-init.aos-animate h3.small-title,
.footer-widget.col-md-12.col-xs-12.aos-init.aos-animate .social-footer{
    margin-top: 30px;
}
footer#footer .section {
    padding: 35px 0;
}
.blog-post-footer ul.post-meta li {
    width: 105px;
}
.blog-pagination ul.pagination li a,
.blog-pagination ul.pagination li.active span{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-right: 15px !important;
    color: #333;
}
.blog-pagination ul.pagination li a:hover,
.blog-pagination ul.pagination li.active span {
    background: #97ca33 none repeat scroll 0 0;
    border: 1px solid #97ca33;
    color: #fff;
}
/*.blog-pagination ul.pagination li:first-child a:before {
    color: #333;
    content: "\f104";
    font: normal normal normal 16px/1 FontAwesome;
}
.blog-pagination ul.pagination li:first-child a:hover:before,
.blog-pagination ul.pagination li:first-child a{
    color: #fff;
    padding-right: .5rem;
}
.blog-pagination ul.pagination li:first-child a:hover {
    color: #97ca33;
    padding-right: 0;
}*/
.blog-pagination ul.pagination li.disabled {
    display: none;
}
footer.blog-post-footer.clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer.blog-post-footer.clearfix ul.post-meta.pull-left{
    margin-bottom: 8px;
}

#clients .client-item-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}
#clients .owl-stage .owl-item.active {
    height: 100%;
}
.cta-section::before {
    background-color: rgba(51, 51, 51, 0.5);
}
#team .team-item figure figcaption .details {
    position: relative;
}
.center-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
section#featured .featured-box .featured-content h4 {
    color: #6f6f6f;
}
#team .team-item figure figcaption {
     height: 100%;
     position: absolute;
     top: 0;
     background: rgba(0, 0, 0, 0.85);
     opacity: 0;
     width: 100%;
     transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
 }
#team .team-item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    height: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#team .team-item,
#team .col-sm-6.col-md-3.aos-init.aos-animate {
    width: 100%;
    height: 100%;
}
#carousel-area .carousel-inner .carousel-item img {
    width: 100%;
    opacity: 0.5;
    height: calc(100vh - 107px);
    object-fit: cover;
}
#carousel-area .carousel-indicators {
    bottom: 40px;
}
.arrow-button {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 19;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15%;
    margin-left: 15%;
    color: #fdfeffcc;
}
.arrow-button:before {
    content: "\f107";
    font: normal normal normal 35px/1 FontAwesome;
}
.arrow-button:hover {
    cursor: pointer;
}
#carousel-area .carousel-item .carousel-caption {
    top: 35%;
}

@media (max-width: 567px) {
    #main-menu ul > li > a {
        padding: 12px 10px;
    }
    #carousel-area .carousel-item {
        height: 270px;
    }
    .section {
        padding: 0px 10px;
    }
    .section-title {
        padding: 0px 0 15px;
    }
    #service-block-main .service-item {
        margin: 20px 0;
    }
    .pricing-table {
        margin: 10px 0;
    }
    #cool-facts .fact-block {
        margin: 0px 0;
    }
    footer .footer-widget {
        margin: 0px 0;
    }
    .page-header-section .row {
        padding: 10px 0;
    }
    .section-padding {
         padding: 0;
    }
    .mb-50 {
        margin-bottom: 10px;
    }
    .page-header-content h2 {
        margin-bottom: 0;
    }
    .navbar {
        padding: 0 15px;
    }
    nav.navbar a.navbar-brand h1 {
        margin: 0;
    }
    .navbar-light .navbar-brand {
        padding: 0;
    }
    nav.navbar.navbar-light {
        min-height: 60px;
    }
    .page-header-area {
        height: 40px;
    }
    div#about-image .row {
        padding: 0;
    }
    #clients #clients-scroller .client-item-wrapper {
        padding: 30px;
    }
    .center-row {
        flex-direction: column;
    }
    div#clients-scroller {
        margin: 0;
    }
    .block-center .owl-stage-outer {
        display: flex;
        justify-content: unset;
    }
    .featured-wrapper img {
        height: 200px;
    }
    .owl-carousel .owl-item img, .featured-wrapper img {
        object-fit: cover;
    }
    .blog-post-footer ul li a {
        padding: 0 12px;
    }
    .blog-post-footer ul.post-meta li {
        margin: 3px 3px;
    }
    .blog-post-footer {
        padding: 5px;
    }
    #carousel-area .carousel-item {
        height: calc(100vh - 155px)!important;
    }
}