.foot-service ul {
    column-count: 1;
}
.footer-bottom {
    background: linear-gradient(to left,#d051ac,#d054adc2,#1b9fdd,#158dea);
}
.footer-bottom p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 8px;
}
.footer {
    background: #242424;
}
.tp-caption .btn {
    font-size: 15px;
}
.about h2 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Poppins';
}
.about p{
    font-size: 15px;
    color: #000;
    letter-spacing: 0.5px;
    text-align: justify;
}
.contact-details li {
    position: relative;
    padding-left: 40px;
    min-height: 30px;
    margin-bottom: 10px;
}
.contact-details li i {
    position: absolute;
    left: 0;
}
.focus .icon-box {
    display: flex;
    align-items: center;
}
.gallery .thumb {
    height: 300px;
    background-position: center center;
    background-size: cover;
}
.ser-main {
    display: flex;
    flex-wrap: wrap;
}
.ser-main .mb-sm-40 {
    margin-bottom: 30px;
}
.ser-wrap {
    height: 100%;
    background: #158deacf !important;
}
.focus h3 {
    background: #018bb6;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.owl-carousel .owl-stage {
    display: flex;
}
#services .item {
    height: 100%;
}
#services .item p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-family: 'Poppins';
    font-size: 15px;
}
.tp-bullets{
    display: none;
}
@media (max-width: 768px) {
    .menuzord-brand img {
/*        max-height: 65px;*/
    }
    .call-to-action h3{
        font-size: 18px;
    }
    .divider{
/*        background-image: none !important;*/
/*        background: #01617f !important;*/
    }
    .gallery-isotope.gutter-30 .gallery-item{
        padding-right: 0;
    }
    .inner-header .title{
        font-size: 24px;
    }
    .about p{
        font-size: 14px;
    }
}
