.logo h1 {
    margin: 0;
    color: #fff;
    font-weight: 900;
}
.logo h1 span {
    display: block;
    font-size: 28px;
}
.main-slider,
.inner-banner {
    margin-top: -80px;
}
.fact-counter-section a.view-more {
    color: #fff;
    background: #1baad6;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    display: inline-block;
    max-width: 295px;
    width: 100%;
    text-align: center;
    line-height: 54px;
    height: 54px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 25px;
}
.fact-counter-section a.view-more:before {
    background: #252525;
}
.progress-box {
    padding-right: 80px;
}
.fact-counter-section .progress-box p {
    text-align: justify;
    font-size: 18px;
}
.bottom-footer {
    background: #1baad6;
}
.social {
    margin-top: 30px;
}
.social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1baad6;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s ease all;
}
.social a:hover {
    background: #1abcc4;
}
.single-feature-style-one {
    height: 100%;
}
.feature-style-one .clearfix {
    display: flex;
}
.service-details-page .service-details-content h4 {
    font-size: 20px;
    color: #1baad6;
    margin-bottom: 20px;
    font-weight: 700;
}
.service-details-page .service-details-content h4 strong {
    font-size: 16px;
    font-weight: 600;
    color: #1abcc4;
}
.service-details-page .service-details-content ul {
    padding-left: 15px;
}
.service-details-page .service-details-content ul li {
    margin-bottom: 5px;
}
.service-details-page .service-details-content ul li :last-child {
    margin-bottom: 0;
}
.service-details-page .service-details-content ul li strong {
    font-weight: 500;
    color: #252525;
}
.service-details-page .service-details-content .img-box {
    margin-bottom: 30px;
}
.about-content .list-items {
    padding: 0;
    list-style: none;
}
.about-content .list-items li {
    margin-bottom: 5px;
}
.about-content .list-items li i {
    color: #1baad6;
}
.about-content .list-item {
    padding: 0 0 0 10px;
}
.about-content .list-item li {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin: 0;
    margin-bottom: 0px;
    text-align: justify;
    margin-bottom: 5px;
}
.about-content .list-item li strong {
    color: #1abcc4;
}
.single-portfolio-style-two {
    background: #1baad6;
    color: #fff;
    text-align: center;
}
.header-home-one .navbar-header {
    display: none;
}
@media (max-width: 767px) {
    .logo h1 {
        font-size: 32px;
    }
    .logo h1 span {
        font-size: 24px;
    }
    .header-top .single-header-right-info .text-box h3 {
        font-size: 15px;
    }
    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
        min-height: 550px;
    }
    .progress-box {
        padding-right: 0;
    }
    .single-service-style-three .text-box {
        padding: 0;
    }
    .single-service-style-three .text-box .inner h3 {
        font-size: 20px;
    }
    .single-portfolio-style-two h4 {
        font-size: 16px;
    }
    .inner-banner h3 {
        font-size: 26px;
        line-height: 38px;
    }
    .service-details-page .service-details-content h3 {
        font-size: 24px;
    }
    .service-details-page .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .sec-title h3 {
        font-size: 36px;
    }
    .feature-style-one .clearfix {
        flex-direction: column;
    }
    .feature-style-one .single-feature-style-one {
        padding: 30px 15px;
    }
    .header-home-one .navbar-header {
        display: block;
    }
}
