section.header_section {
    height: 100px;
    /* text-align: center; */
    position: fixed;
    top: 0;
    z-index: 999999;
    background-color: #fff;
}

.web_logo {
    text-align: center;
    width: 20%;
    margin: auto;
}

section {
    display: block;
    float: left;
    width: 100%;
    margin: auto;
}

section.header_section_menu {
    background: #94bf3c;
    position: fixed;
    top: 100px;
    z-index: 999999;
}

section.footer_section {
    background: #21252b;
    padding: 10px 0 0px;
    width: 100%;
    margin: 0 auto;
    float: left;
    color: #fff;
}

section.footer_section a {
    color: #fff;
    text-decoration: none;
}

section.footer_section a:hover {
    color: #94bf3c;
}

section.header_section_menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

section.header_section_menu ul li a:hover {
    color: #fff;
}
section.header_section_menu ul li a:focus {
    outline: none !important;
    color: #fff;
}

.projects_list ul li {
    position: relative;
    list-style: none;
}

.projects_list ul li::after {
    background: url(../images/arrow-right.png);
    background-size: 10px auto;
    content: "";
    height: 10px;
    left: -15px;
    position: absolute;
    top: 6px;
    width: 10px;
    background-repeat: no-repeat;
}
section.main_section {
    min-height: 68vh;
    margin-top: 120px;
}
.projects_list ul li a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.projects_list ul li a:hover {
    color: #94bf3c;
}
h4.terms_name {
    background: #94bf3c;
    padding: 2%;
    color: #fff;
    margin-top: 7%;
}

::-webkit-scrollbar{
        display: none;
}