.font-10 {
    font-size: 10px;
}

.height600 {
    height: 600px;
}

.benifits li {
    align-items: center !important;
}

.benifits li span {
    color: #fff;
}

.text-blue {
    color: var(--blue);
}

#footer .list-icons li i {
    color: var(--primary) !important;
}

.footer-logo img {
    height: 80px;
}

section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.stats img {
    height: 80px;
    margin-bottom: 15px;
    transition: all ease 0.5s;
}

.stats:hover img {
    transform: translateY(-20px);
}

.stats h5 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 15px 0;
}

.contact-widget-single p a {
    color: #777;
    line-height: 26px;
    text-decoration: none !important;
}

.card {
    margin: 5px;
}

.card-text {
    font-size: 20px;
    font-weight: 600;
}

/* ========= blog css start ======== */



.blog-link a {
    border: 2px solid #27338a;
    padding: 5px 10px;
    color: #27338a;
    border-radius: 5px;
    transition: all .5s;
}

.blog-link a:hover {
    border: 2px solid #dc3545;
    padding: 5px 10px;
    color: #dc3545;
    border-radius: 5px;
    transition: all .5s;
}

.blog-list li {
    margin-bottom: 15px;
}

.blog-h2 {
    font-size: 35px;
    text-transform: capitalize;
}

.blog-img a img {
    width: 100%;
}

.blog-text {
    padding: 25px 10px;
}

.blog-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 200px;
}

.blog-detail p {
    text-align: justify;
}

.blog-box {
    /* box-shadow: 5px 10px 15px #e4dddd; */
    margin-bottom: 30px;
    transition: all ease 0.5s;
    border-bottom: 5px solid var(--primary);


}

.blog-box:hover {
    border-radius: 25px;
    box-shadow: 5px 10px 15px #e4dddd;

}

img.blog-side-img {
    margin: 0 auto;
    display: flex;
}

.blog-width {
    width: 300px;
    margin: 0px 0px;
    text-align: center;
}

/* blog css end  */

/* =======  Our Products css start =======  */

ul.detail-list li {
    list-style: none;
}

strong.list-title {
    color: #192682;
}

.lable-heading {
    color: gray;
}

select.label-option {
    color: gray;
    width: 230px;
    height: 40px;
    margin-left: 30px;
}

/* img{
    width: 100%;
} */

/* Our Products css end  */

@media(max-width:767px) {

    .proposal-form {
        margin-top: 30px;
    }

    body {
        font-size: 11px;
    }


}

.error-page {
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.error-page h2 {
    font-weight: 600;
    margin-bottom: 10px !important;
}
.iti {
    width: 100%;
}