body {
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    overflow-x: hidden;
    font-weight: normal;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 38px;
    color: #fff;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}

.h2-title {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}

.h3-title {
    font-weight: 500;
    font-size: 28px;
    color: #051937;
    line-height: 1;
}

.h4-title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.p-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

span.dark-text {
    font-weight: bold;
    color: #051937;
}


/*------main-banner------*/

.main-banner .bg-light {
    background-color: transparent !important;
    display: block;
    padding-top: 8px;
    margin: 0 auto;
    display: block;
}

.navbar-expand-lg.scrolled {
    background-color: #1d479b !important;
    padding-top: 8px;
}

.main-banner .d-inline-block.website {
    float: right;
}

.main-banner .d-inline-block.website a {
    color: #fff;
}

.main-banner .d-inline-block.website a i {
    font-style: normal !important;
}

.main-banner .d-inline-block.website a:hover {
    color: #fff;
    text-decoration: none;
}

.main-banner button:focus {
    outline: none;
}

.main-banner button {
    border-radius: 8px;
    border: none;
    color: #fff;
    margin-top: -2px;
    padding: 5px 14px;
    font-size: 16px;
    box-shadow: 0 0 9px rgba(255, 255, 255, 0.27);
}

.main-banner button.blue-bg {
    background-color: #89FEFC;
    color: #150E42;
}

.main-banner button.cp-bg {
    background-color: #183378;
}

.main-banner button.cp-bg:hover,
.main-banner button.blue-bg:hover {
    background-color: #00205b !important;
    border-color: #00205b !important;
    color: #fff !important;
}

.main-banner .top-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    max-width: 1140px;
}

.cp-link a:hover {
    color: inherit;
    text-decoration: none;
}

.cp-link .fa-globe {
    color: #fff;
}

.main-banner {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 500px;
}

.main-banner .h1-title {
    color: #fff;
    font-size: 38px;
    text-align: center;
}

.main-banner .h2-title {
    color: #fff;
    font-weight: 400;
}

.main-banner .banner-button .form-group .btn-primary {
    width: 100% ! important;
}
/**/

h2.title-border-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

h2.title-border-bottom:after {
    content: '';
    display: block;
    height: 5px;
    width: 112px;
    border-radius: 5px;
    background: #0045C2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

ul.bullet-style {
    padding: 0;
}

ul.bullet-style li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

ul.bullet-style li:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 23px;
    color: #170072;
}


/*key-pillars*/

.key-pillars {
    background-image: url(../images/vector_bg.svg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
}

.key-pillars .row {
    z-index: 2;
    position: relative;
}

.key-pillars:before {
    content: '';
    display: block;
    background: rgba(4, 5, 14, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}

.key-pillars h2 {
    color: #53D8FF;
}

.key-pillars .h2-title {
    font-size: 28px;
}

h2.title-border-left {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

h2.title-border-left:after {
    content: '';
    display: block;
    height: 5px;
    width: 69px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.objectives_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.objectives_list li {
    width: 30%;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    margin: 1% 0.5%;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #000;
    background: #f3f0ff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.17);
}

.objectives_list li:nth-child(4) {
    width: 41%;
}

.objectives_list li:nth-child(5) {
    width: 41%;
}

.objectives_list li:hover {
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.17);
    color: #fff;
    background: #1d479b;
    transform: translateY(-10px);
    transition: all 1s ease;
}

.bottom_section {
    background: #F3F2F2;
    padding: 20px;
}

.bottom_section h2.title-border-left:after {
    background: #0045C2;
    margin-left: 0;
}

.quote_text {
    position: relative;
}

.quote_text:after {
    display: inline-block;
    content: "";
    background: url('../images/quote_symbol.svg');
    width: 22px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.quote_text::before {
    display: inline-block;
    content: "";
    background: url('../images/quote_symbol.svg');
    width: 25px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.main_object_section {
    background: #F3F2F2;
}

.main_section .h1-title {
    color: #000;
}

.main_section .top_line {
    font-size: 25px;
    line-height: 1.1;
}


@media only screen and (max-width: 991px) {
    .h2-title,
    .product .h2-title {
        font-size: 20px;
    }
    .key-pillars .h2-title {
        font-size: 18px;
    }
    .h5-title {
        font-size: 16px;
    }
    .h3-title {
        font-size: 20px;
    }
    ul.intelligent1 {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .top-footer {
        padding-top: 20px;
    }
    .form-border .btn-primary {
        font-size: 15px;
        padding: 8px 14px;
    }
    .p-title {
        font-size: 16px;
    }
    .h1-title {
        font-size: 25px;
    }
    .h4-title {
        font-size: 22px;
    }
    .main-banner.mobile-main-banner {
        background: url('../images/Hnet-image.gif') !important;
        min-height: 513px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .objectives_list li {
        width: 48% !important;
        margin: 1%;
    }
    .overlay_div p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .objectives_list li {
        padding: 15px 15px;
        display: block;
        margin: 1.5%;
        width: 100% !important;
    }
}

@media (max-width:575px) {
    .key_pillars_list ul {
        margin-bottom: 0;
    }
    .key_pillars_list ul li {
        width: 100%;
        margin: 2% 0;
    }
    .key_pillars_list li img {
        height: auto;
    }
    .key_pillars_list ul li:last-child {
        margin-bottom: 0;
    }
    .assessment_action img {
        max-width: 65%;
    }
}