@import url(style.css);

.services-section-two {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bg_img {
    width: 100%;
    background-size: cover !important;
    height: 560px;
}

.paralax_bx_title {
    font-size: 33px !important;
    line-height: 50px
}

.pt-70 {
    padding-top: 70px;
}

.list-style-three h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.list-style-three p {
    font-size: 14px !important;
}

.client_logo {
    width: 18%;
    background: #fff;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f5f5f5;
    padding: 15px 20px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.client_logo img {
    max-width: 80%;
}

.btn_readmore {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.btn_readmore i {
    margin-left: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn_readmore:hover i {
    margin-left: 15px;
}

.job_details_content ul {
    padding: 10px;
}

.job_details_content ul li {
    margin-bottom: 10px !important;
    list-style: disc !important;
}

.jb-heading a {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}


.page_nation_containers ul li {
    display: inline-block;
}

.page_nation_containers ul li button {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_nav_active {
    background: var(--bg-theme-color2);
    color: #fff;
}

.page {
    display: none;
}

.page_active {
    display: block;
}

.btn_filter_clear {
    width: 90%;
    height: 35px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    float: right;
}

.services-details__content h6 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 14px;
}

.services-details__content h5 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
}

.services-details__content h4 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
}

.services-details__content h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 20px;
}
.services-details__content h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 22px;
}

.services-details__content h1 {
    margin-bottom: 15px;
    margin-top: 25px;
}



.services-details__content ul {
    padding-left: 15px;
}

.services-details__content ul li {
    list-style: disc;
    margin-bottom: 5px;
}

@media (min-width:1400px) and (max-width:3000px) {
    .bg_img {
        width: 100%;
        background-size: cover !important;
        height: 660px;
    }
}

@media (min-width:300px) and (max-width:600px) {

    .client_logo {
        width: 46%;
    }

    .bg_img {
        background-position: center !important;
    }

    .mobile-nav-toggler {
        color: #fff !important;
    }

    .header-style-two .header-lower {
        height: 80px;
        padding-top: 15px;
    }

    .sticky-header .mobile-nav-toggler {
        color: #000 !important;
    }

    .main-header .logo img {

        max-height: 54px !important;
    }

    .sec-title h2 {
        font-size: 22px !important;
    }

    .paralax_bx_title {
        font-size: 26px !important;
        line-height: 40px;
    }

    .feature-block-five .inner-box {
        text-align: left !important;
    }
}