html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
li,
b,
strong,
span,
a {
    font-family: 'Poppins', sans-serif !important;
}

.banner-area h2{
    text-align: left !important;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

.wd-100p {
    width: 100% !important;
}

.project-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-item>.icon {
    margin-bottom: 0 !important;
    padding-right: 20px;
}

.project-item>.info>h4 {
    margin-bottom: 0 !important;
}

.toast {
    opacity: 1 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 8px !important;
}

.clients-area .client-items .partner-box .item {
    height: 120px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.toast-message {
    line-height: 1.2em !important;
}

.brand-area .brand img {
    width: 80%;
    padding: 10px;
    margin: 0 !important;
}

.ob-fit {
    object-fit: cover;
    height: 100%;
}

.page-item.active .page-link {
    background-color: #f35a38;
    border-color: #f35a38;
}

.pagination li .page-link {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    color: #f35a38;
    font-weight: 800;
}

.sidebar-item.recent-post .thumb img {
    height: 75px;
    width: 100%;
    object-fit: cover;
}

.heading-center h2 {
    font-weight: 700;
    margin-bottom: 0;
}

.nav-login-dist {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .main-services-box .item {
        display: flex;
        padding: 0;
        text-align: left;
        float: left;
    }

    .mobile-top {
        position: absolute;
        top: 53%;
        padding: 0 !important;
        text-align: center;
    }

    .mobile-jst {
        width: 100% !important;
    }

    .mobile-top h2 {
        font-size: 24px !important;
    }

    .mobile-height {
        min-height: 45vh;
    }
}

@media (max-width: 500px) {
    .nav-login-dist {
        display: inline-block !important;
    }

    .breadcrumb-area h1 {
        font-size: 30px;
        margin-top: 70px
    }

}
