

a {
    text-decoration: none !important;
    color: inherit !important;
}

.hero_section_content_div h1 {
    font-size: 52px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.hero_section_content_div p {
    font-size: 20px;
    line-height: 28px;
}

.hero_form_input input {
    margin-bottom: 20px;
    padding-left: 16px;
    width: 100%;
    line-height: 44px;
    border: 1px solid #000091;
    border-radius: 6px;
    color: #000;
}

.hero_form_input input:hover {
    border-radius: 0px;
}

.hero_form_input input::placeholder {
    color: #000;
    font-weight: 500;
}

.hero_form_input input:focus {
    outline: none;
}

.hero_form_submit_btn button {
    width: 100%;
    background-color: #000091;
    line-height: 44px;
    color: #fff;
    border-radius: 6px;
}

.hero_form_submit_btn button:hover {
    background-color: #000091;
}

.foem_main_div {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    padding: 48px;
    border-radius: 6px;
}

.opporunity_section {
    
    padding-block: 36px;
    text-align: center;
    background: #cbcbfa2e;
    padding-inline: 28px;
}

.opporunity_section h1 {
    font-size: 46px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.opporunity_section p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.item_list_div {
    text-align: center;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    padding: 44px 26px;
    border-radius: 6px;
    border-top: 2px solid #000091;
    width: 100%;
}

.item_list_div h4 {
    color: #000;
}

.item_list_div p {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin-bottom: 0;
}

.step_list_item {

    padding: 70px 6px 40px;
    text-align: center;
    position: relative;
    border-radius: 6px;
    border: 1px solid #000091;
}

.step_heading {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #000091;
    /* padding: 6px 16px; */
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 4px;
    width: 65px;
    line-height: 65px;
    border-radius: 50%;
}

.step_list_item p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
}

.testi_div {
    background: #050544;
    padding: 40px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}

.testi_div p {
    font-size: 18px;
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 16px;
}
.owl-stage {
    height: 100%;
    display: flex !important;
;
}
.owl-item {
    display: flex
;
}