margin-top: 150px;
margin-top: 150px;
margin-top: 150px;
margin-top: 150px;

body::-webkit-scrollbar {
    width: 15px;

    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #F0F0F0;

    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #447478;

    /* color of the scroll thumb */
    border-radius: 20px;

    /* roundness of the scroll thumb */
}

.h3 {
    color: #378676;
}

.wow {
    margin: 0 0 30px 0;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.logo-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100px;
    background: #a2b29f;
    z-index: -1;
}

.banner-sec.banner-image {
    margin: 100px 0 0 0;
    padding: 0px;
}

.navbar-simple .navbar-nav .nav-link {
    padding: 3.4rem 0.5rem;
}

.banner-text {
    margin: 10% 20% 0 10%;
}

.banner-blog {
    width: 100%;
}

.about-list li {
    margin: 20px 30px 0 0;
    text-indent: -25px;
    padding-left: 46px;
    font-weight: 300;
    font-size: 18px;
}

.blog-date {
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    margin: 50 0 0 0px;
}

.post-date {
    font-weight: 100;
}

.post-details {
    text-align: center;
}

@media screen and (max-width : 991px ){
    .bg-standalone .careers-banner {
        background-color: #A2B29F;
        background-size: cover;
        height: 100px;
        margin: 100px 0 0 0;
        padding: 70px 0;
    }
}

.container.heading-area {
    margin-top: 200px;
}

.ui-block-04.about .image-holder img {
    padding-bottom: 50px;
    margin: 100px 0px 0 0;
    border-radius: 500px 500px 0 0;
}

@media screen and (max-width : 991px ){
    .container.heading-area {
        margin-top: 30px;
    }

    .ui-block-04.about .image-holder img {
        padding-bottom: 50px;
        margin: 0px 0px;
        border-radius: 500px 500px 0 0;
    }
}
}
