@media(min-width: 992px) {
    .contact-address-wrap {
        margin-left: 40px;
    }
}

.contact-map {
    width: 100%;
    height: 400px;
}

.header-404 {
    font-size: 300px;
    line-height: 300px;
    color: #172b56;
}

.btn-404 {
    padding: 12px 30px;
    border-radius: 10px;
    width: 150px;
    background: #fd4a36;
    color: #fff;
    font-weight: bold;
    transition: all .5s;
    font-size: 16px;
    display: inline-block;
}

.btn-404:hover {
    color: #fff;
    border-radius: 30px;
}

.project-feature-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding: 7px 0;
}

.project-feature-item span:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.project-feature-item span:last-child {
    font-size: 15px;
}

.project-btn-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: end;
}

.project-modal-btn {
    background: #fd4a36;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    transition: all .5s;
}

.project-modal-btn:hover,
.project-modal-btn:focus {
    border-radius: 15px;
    color: #fff;
}

.other-posts-carousel.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    display: block;
    height: 45px;
    width: 45px;
    background: #fd4a36 !important;
    border-radius: 50%;
    text-align: center;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-posts-carousel.owl-carousel .owl-nav .owl-prev {
    left: -55px;
}

.other-posts-carousel.owl-carousel .owl-nav .owl-next {
    right: -55px;
}

.other-posts-carousel.owl-carousel .owl-nav.disabled {
    display: block;
}

.other-posts-carousel.owl-carousel .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i {
    color: #fff;
    line-height: 0 !important;
}

@media(max-width: 1199px) {
    .other-posts-carousel.owl-carousel .owl-nav .owl-prev {
        left: -35px;
    }

    .other-posts-carousel.owl-carousel .owl-nav .owl-next {
        right: -35px;
    }
}

/*responsive styles*/
@media(max-width: 576px) {
    .c-filters>ul {
        display: flex;
        overflow-x: auto;
    }

    .c-filters li.filter {
        white-space: nowrap;
    }

    .services-grid-wrap {
        max-width: 100%;
    }

    .home-services-row .first-col {
        order: 2;
    }

    .home-services-row .second-col {
        margin-bottom: 1.5rem;
    }

    .custom-services-grid {
        padding: 0;
    }

    h2.home-section-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .header-404 {
        font-size: 200px;
        line-height: 200px;
    }

    .other-posts-carousel.owl-carousel .owl-nav {
        display: none !important;
    }

}

.footer-widget {
    position: relative;
}

.footer-widget ul,
.footer-widget ol {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.footer-widget ul li,
.footer-widget ol li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 17px;
    color: #a8a9b3;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.footer-widget ul li a,
.footer-widget ol li a {
    position: relative;
    color: #8e939f;
    display: block;
    transition: .3s;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.footer-widget ul li a:hover,
.footer-widget ol li a:hover {
    color: #fff;
    transition: .3s;
}

.footer-widget ul.footer-social-media li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.footer-social-media {
    display: flex;
    flex-wrap: wrap;
}

ul.footer-social-media a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #a0a5b1;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 32px;
}

.footer-widget ul.footer-social-media li a:hover {
    color: #fff;
}

ul.footer-social-media a:hover {
    border-color: #fd4a36;
    background-color: #fd4a36;
}

.footer-contact-icon {
    font-size: 40px;
    color: #fd4a36;
}

.fab {
    color: black;
}

.project-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .project-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 30px;
    }
}

.post-meta {
    position: relative;
}

.post-meta ul,
.post-meta ol {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.post-meta ul li,
.post-meta ol li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 17px;
    color: #a8a9b3;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.post-meta ul li a,
.post-meta ol li a {
    position: relative;
    color: #8e939f;
    display: block;
    transition: .3s;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.post-meta ul li a:hover,
.post-meta ol li a:hover {
    color: #fff;
    transition: .3s;
}

.post-meta ul.post-social-media li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.post-social-media {
    display: flex;
    flex-wrap: wrap;
}

ul.post-social-media a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #a0a5b1;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 32px;
}

.post-meta ul.post-social-media li a:hover {
    color: #fff;
}

ul.post-social-media a:hover {
    border-color: #fd4a36;
    background-color: #fd4a36;
}

.page-checklist ul li{
    font-size: 20px;
}
.page-checklist ul li i{
    margin-right: 15px;
    vertical-align: middle;
    color:green
}
.post-date span{
    font-size: 16px;
    color: #172b56;
}
.post-date i{
    font-size: 20px;
    margin-right: 5px;
    color:#fd4a36;
}
.post-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-share{
    display: flex;
    margin-bottom: 0;
    margin-bottom: 10px;
}
.post-share li a {
    background: #fd4a36;
    margin-right: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    font-size: 15px;
}
.post-share li a i {
    width: 15px;
    height: 15px;
}
.post-summary{
    font-weight: bold;
}

.ps-item-thumb{
    /* float: left; */
    margin-right: 15px;
    width: 100px;
    flex-shrink: 0;
}
.ps-item-title a{
    font-size: 15px;
    color: #242424;
    line-height: 20px;
    font-weight: bold;
}
.ps-item-title a:hover{
    color: #fd4a36;
}
.post-sidebar-item{
    margin-top: 5px;
    padding-top: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.post-sidebar-item:last-child{
    border: 0;
}
/* .ps-item-title{
    margin-top: -5px;
    overflow: hidden;
} */
.post-date.sidebar i{
    font-size: 14px;
}
.post-date.sidebar span {
    font-size: 14px;
    color: #1a1a1a;
}
.post-sidebar-title h3{
    color: #172b56;
    position: relative;
}
.post-sidebar-title h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 70px;
    background-color: #eb372e;
}