.note-sec {
    background: #F9F9F9;
}

.note-sec .note-cont {
    padding-top: 40px;
}

.note-sec .note-cont h2 {
    background-image: linear-gradient(to right top, #6a849e, #4a6f84, #31516a, #1e3848, #1c5367);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    min-height: 60px;
    overflow: visible;
}


.note-sec .note-cont p {
    text-align: center;
    color: #33334f;
    font-size: 16px;
    font-weight: lighter;
    line-height: 26px;
}

.talent-top .logo-sec {
    margin-top: 7px !important;
}

.talent-top {
    background: #ffffff !important;
    border-bottom: 1px solid #1e3848;;
}

.talent-top .title {
    color: #1e3848;
}

.skill-sec .skill-inner li input[type="reset"],
.skill-sec .skill-inner li input[type="submit"] {
    background: #1e3848;
}

.skill-sec .skill-inner li input[type="reset"]:hover,
.skill-sec .skill-inner li input[type="submit"]:hover {
    background: #000000;
}

.candidate-sec .candidate-cont .reister-btn {
    background: #1e3848;
}

.candidate-sec .candidate-cont .reister-btn:hover {
    background: #000000;
}

.develop-sec .develop-cont ul li .box-sec .candidate-btn {
    background: #1e3848;
}

.develop-sec .develop-cont ul li .box-sec .candidate-btn:hover {
    background: #000000;
}

.consultant-sec .left-sec .request,
.consultant-sec .left-sec .contact,
.consultant-sec .left-sec .info {
    background: #1e3848;
    border: 2px solid #1e3848;
}


.consultant-sec .left-sec .request:hover,
.consultant-sec .left-sec .contact:hover,
.consultant-sec .left-sec .info:hover {
    border: 2px solid #1e3848;
    color: #1e3848;
}

.consultant-sec .right-sec .info-btn {
    background: #1e3848;
    border: 2px solid #1e3848;
}

.consultant-sec .right-sec .info-btn:hover {
    border: 2px solid #1e3848;
    color: #1e3848;
}

.consultant-sec .left-sec .register-btn {
    background: #1e3848;
    border: 2px solid #1e3848;
}

.consultant-sec .left-sec .register-btn:hover {
    border: 2px solid #1e3848;
    color: #1e3848;
}

.consultant-sec .right-sec .quite-sec .info-btn {
    background: #1e3848;
    border: 2px solid #1e3848;
}

.consultant-sec .right-sec .quite-sec .info-btn:hover {
    border: 2px solid #1e3848;
    color: #1e3848;
}

.develop-sec .develop-cont > ul > li .box-sec .heading {
    background-image: linear-gradient(to right top, #6a849e, #4a6f84, #31516a, #1e3848, #1c5367);
}

.develop-sec .develop-cont ul li .box-sec .sub-head {
    background-image: linear-gradient(to right top, #6a849e, #4a6f84, #31516a, #1e3848, #1c5367);
}

.consultant-sec,
.skill-sec,
.develop-sec {
    background: #F9F9F9;
}

/*Footer elements*/
div#lpi {
    padding-top: 50px;
    padding-bottom: 20px;
}

div#lpi p {
    font-size: 14px;
    margin-bottom: 40px;
}

div#lpi h3 {
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 700;
}

div#lpi .btn {
    margin-right: 8px;
}

div#footer-nav {
    color: #ABCAD8;
    background-color: #4A4A4A;
    padding-top: 30px;
    padding-bottom: 60px;
}

div#footer {
    color: #ABCAD8;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000000;
    font-size: 13px;
}

div#footer-nav a, div#footer a {
    color: #ABCAD8;
}

div#footer a {
    text-transform: lowercase;
}

div#footer-nav a:hover, div#footer a:hover {
    text-decoration: underline;
}

div#footer-nav h3 {
    font-size: 16px;
    border-bottom: 1px solid #81929A;
    padding-bottom: 10px;
}

div#footer-nav li {
    font-size: 13px;
}

div#footer div#page-top {
    text-align: right;
}

div#lpi img {
    display: block;
    margin-top: 15px;
    float: right;
}

div#eln {
    padding-top: 30px;
    padding-bottom: 60px;
}

div#eln hr {
    margin-top: 0;
}

div#eln img {
    display: block;
    margin-top: 22px;
    float: right;
}

@media (max-width: 767px) {
    div#footer, div#footer #page-top {
        text-align: center !important;
    }

    div#footer #page-top {
        margin-top: 8px;
    }

    div#footer-nav {
        text-align: center;
    }
}