
body {
    font-family: Raleway;
}

::selection {
    background-color: #b56600;
    color: #fff;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
    color: #17629b !important;
}

.nav-link:hover {
    background: #b56600;
    color: #fff !important;
    border-radius: 10px 10px 0 10px;

}




.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.dropdown-menu {
    background: #17629b;
    color: white;
    transition: opacity 2s ease-out;

}

.dropdown-item:hover {
    background: #b56600;
    color: #fff !important;
}

.construction_section h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    color: #17629b;
}

.construction_section h1 span {
    font-weight: 400;
}

.bottom-to-top {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay:hover .bottom-to-top {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #17629b;
    opacity: 0.9;
    display: block;

}

.bottom-to-top:hover .overlay-text {
    display: block;

}

.overlay-text {
    display: none;
}

.fs-14-fw-400 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #333;

}

.fs-35-fw-700 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;

}

.related_accounting h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #17629b;
}

.related_accounting h3 span {
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    color: #17629b;
}

.related_accounting i {
    color: #17629b;
    font-size: 43px;
}

.related_accounting .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}

.border-bottom-5 {
    /* width: 10px; */
    border-bottom: 5px solid #b56600;
}

footer .list-unstyled a {
    color: #17629b;
    font-size: 14px;
    font-weight: 500;
}

footer .list-unstyled a:hover {
    color: #b56600;
}

footer .subFooter i {
    height: 35px;
    width: 35px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #aaa;
    border: solid 3px #aaa;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    transition: .4s;
}

footer .subFooter i:hover {
    color: #17629b;
    transition: .4s;
    background: #b56600;
    border-color: #b56600
}
.about_us h2 span{
    font-weight: 700;
    font-size: 25px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #b56600;
    color: #17629b;
}

.payslip h1, .about_us h1, .contact_us h1{
    font-weight: 700;
    font-size: 32;
    background-color: #b56600;
    color: #17629b;
}
.about_us .form-control, .contact_us .form-control{
    border: 1px solid #ddd;
    padding: 13px 7px;
    outline: medium none;
    border-radius: 0;
    font: 14px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #eee;
}