

body {
    font-family: 'Inter', sans-serif!important;
    color: #4a4a4a;
    letter-spacing: -.25px;
    line-height: 1.6;
}

a {
    color: #15c02d;
    text-decoration: none;
}
a:hover, a:hover .heading{color: #15c02d !important;}

header {
    height: 65px;
    text-align: center;
    background-color: #000000 !important;
    margin-bottom: 20px;
}

header a.nav-link {color:#fff;}

div#navbarNav {
    justify-content: flex-end;
}

nav.navbar.navbar-expand-lg {
    margin: 0;
    padding: 0;
}

a.logo-area {
    width: 188px;
    height: 66px;
    background: #fff;
    padding: 10px 0 0 20px;
    float: left;
    box-shadow: 0.1rem -0.6rem 2rem 0 rgb(0 0 0 / 40%);
}

h1.main-heading {
    border-bottom: 2px solid #15c02d;
    margin-bottom: 25px;
    padding-bottom: 17px;
    font-size: 30px;
    color: #15c02d;
    width: 96%;
}

.listing .title {
    font-size: 20px;
    border-left: 3px solid #15c02d;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 600;
    color: #333;
    margin-top: 25px;
    background: #ebebeb;
    padding: 17px 10px;
}


.listing ul li {
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.listing ul li a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}


.post-wrap > ul.nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgb(173 173 173);
    width: 96%;
}

.post-wrap > ul > li:first-child {
    width: 150px;
    height: 150px;
    background: #efefef;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}


.post-wrap > ul > li:first-child .img-fluid {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.post-wrap > ul > li:last-child {
    width: 79%;
}

a.anchor-link {
    color: #5c5c5c !important;
}

.post-wrap > ul.nav .heading {
    font-size: 20px;
    font-weight: 400;
    color: #141414;
    margin-bottom: 5px;
    line-height: 1.4;
}

.post-wrap > ul.nav .date {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #888888;
    font-weight: 400;
    text-transform: uppercase;
}



.post-wrap > ul.nav p {
    margin-bottom: 10px;
    line-height: 1.4;
}


.buzzwords-wrap.tag-wrap ul li > a {
    padding: 5px 6px;
    border-radius: 4px;
    margin-bottom: 6px;
    display: block;
}

.tag-wrap ul li > a {
    font-size: 10px;
    color: #4a4a4a;
    text-transform: uppercase;
    background-color: rgb(233 233 233 / 44%);
    margin-right: 8px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 5px 13px;
    border-radius: 20px;
}

.tag-wrap ul li {
    margin-bottom: 5px;
    display: flex;
}

.tag-wrap ul li {
    margin-bottom: 5px;
    display: flex;
}




 /* details page css */

 .details-work-wrap {width: 96%;}
 .breadcrumbs-wrap {
    padding: 8px 10px;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
    border-left: 1px solid #15c02d;
    margin-top: 0px;
}


.breadcrumbs-wrap span {
    color: #bbb9b9;
}


h1.main-heading.main-heading2 {
    font-size: 28px;
    width: 100%;
    margin-bottom: 0px;
    border: 0;
    padding-bottom: 0px;
}

.big-banner.fig-caption {
    box-shadow: none;
    margin: 0!important;
}

.big-banner.mb-3.fig-caption {
    margin-top: 20px;
}

.big-banner.mb-3 {
    position: relative;
}

.news-post .big-banner {
    height: auto;
}

.inner-banner-cont {  width: 100%; margin-bottom: 20px;}
.big-banner {
    width: 100%;
    height: 378px;
    border-radius: 5px;
    box-shadow: 0px 8px 12px #00000029;
}

..inner-banner-cont > img {
    border-radius: 5px 5px 0px 0px;
}

.inner-banner-cont figcaption {
    padding: 10px;
    font-size: 14px;
    background: whitesmoke;
    text-align: left;
    border-radius: 0 0 5px 5px;
}


.big-banner .img-fluid {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}


.details-work-wrap h2, .details-work-wrap h2 strong {
    font-size: 26px;
    color: #3C3C3C;
    font-weight: 600;
    margin-bottom: 15px;
}

.author-name { margin-bottom: 20px;}



.page-404-wrap {
    text-align: center;
    margin: 55px 0;
   
}


.page-404-wrap h1 {
    font-size: 74px;
    font-weight: 900;
    background: linear-gradient(to bottom, #00d158, #f9a61d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-404-wrap a {
    background: #efefef;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    color: #000;
}



















footer {
    height: 45px;
    text-align: center;
    background-color: #f1f1f1;
    margin-top: 25px;
    line-height: 45px;
}


footer .container {
    flex-wrap: nowrap;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 14px;
}


ul.nav.privacy_term {
    margin-left: 4px;
}

ul.nav.privacy_term a {
    color: #000;
}















@media (max-width:991px){

    header {
        height: auto;
    }

    header .navbar-collapse {
        border-top: solid 1px #a39f9f;
    }
}


@media (max-width:767px){

    .post-wrap > ul.nav .heading {
        font-size: 18px;
    }

    .details-work-wrap {
        width: 100%;
        --bs-gutter-x: 0!important;
    }
    h1.main-heading.main-heading2 {
        font-size: 24px;

    }
    .details-work-wrap h2, .details-work-wrap h2 strong {
        font-size: 22px;
    }





    footer {
        height: auto
    }

    footer .container {
        flex-wrap: wrap;
        line-height: 26px;
        padding-top: 7px;
    }





}


@media (max-width:575px){

    .post-wrap > ul.nav {
        padding-bottom: 8px;
        width: 93%;
        margin: 0 auto 18px;
    }

    .post-wrap > ul > li:first-child {
        width: 90px;
        height: 60px;
    }

    .big-banner {
        width: 100%;
        height: 190px;
    }








}












