* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html,
form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
li {
    list-style: none;
}

a,
a:hover,
a:focus {
    border: 0;
    outline: none;
    text-decoration: none;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 43px;
}

h3 {
    font-size: 17px;
}

h6 {
    font-size: 25px;
}

p {
    font-size: 16px;
}

a:focus,
input:focus {
    outline: none;
}

.width100 {
    width: 100% !important;
}

.lh_1 {
    line-height: 1 !important;
}

.gap60 {
    padding: 60px 0;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background-image: url("../../assets/images/oli-user-banner.png");
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.hbil_img {
    width: 100%;
    height: auto;
}

.home_banner_login_inner {
    box-shadow: 0 5px 19px -10px #000;
    background: #fff;
}

.home_banner_login_right {
    padding: 25px 50px 18px 25px;
}

.hblr_inner {
    margin-top: 18px;
}

.hblr_inner h3 {
    text-align: center;
    color: #284055;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 18px;
}

.custom_control {
    border: none;
    border-bottom: 2px solid #1436DE;
    border-radius: 0;
}

.custom_control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #1436DE;
}

.hblr_inner_button {
    margin-top: 40px;
}

.login_button {
    border-radius: 30px;
    background-color: #1436DE;
    color: #fff;
    font-size: 18px;
    width: 120px;
}

.fingertips {
    padding: 50px 0;
}

.fingertips {
    text-align: center;
}

.fingertips h2 {
    color: #1436DE;
    font-size: 22px;
}

.fingertips p {
    margin-top: 10px;
    color: #373737;
}

.fingertips h1 {
    color: #434344;
    font-weight: 800;
    font-size: 22px;
    margin-top: 30px;
}

.home_banner_two_block {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 19px -10px #000;
    padding: 10px;
}

.home_banner_two_block p {
    text-align: right;
    font-size: 13px;
}

.home_banner_two_block h6 {
    color: #3E3E3E;
    font-size: 15px;
    font-weight: 700;
}

.home_banner_icon {
    margin-top: 2px;
}

.home_banner_icon i {
    font-size: 16px;
    margin-right: 1px;
    color: #dfc611;
}

.home_banner_two_block h3 {
    margin: 10px 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.experience_p p {
    font-size: 14px;
    margin: 8px 0;
    text-align: unset;
}

.home_banner_two_block h5 {
    text-transform: uppercase;
    font-size: 14px;
}

.home_banner_two_block_inner {
    position: relative;
    cursor: pointer;
    height: 350px;
    margin-bottom: 30px;
}

.home_banner_two_block {
    height: 350px;
}

.home_banner_two_block_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(20, 54, 222, .8);
    width: 100%;
    display: flex;
    align-items: center;
    height: 0;
    transition: all 500ms ease-in-out 0ms;
    overflow: hidden;
    border-radius: 8px;
}

.news_over_con {
    padding: 20px;
    text-align: center;
    width: 100%;
}

.news_over_con a {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
}

.home_banner_two_block_inner:hover .home_banner_two_block_hover {
    height: 100%;
    transition: all 500ms ease-in-out 0ms;
}

@media (max-width: 767px) {
    body {
        padding: 30px 0;
    }
}


/* menu */