body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h6,
h6,
ul,
li,
p,
a {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.header {
    padding: 20px 0;
}

.logo img {
    max-width: 150px;
}

.header_inner {
    display: flex;
    justify-content: space-between;
}

.menu_outer ul li {
    display: inline-block;
}

.menu_outer {
    display: flex;
    align-items: center;
}

.menu_outer li a {
    padding: 10px 12px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}

.join_us_outer {
    background: #30a6db;
    padding: 24px;
    color: #fff;
}

.join_us_outer h3 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 20px;
}

.join_us_outer p {
    font-size: 14px;
    text-align: center;
}

.join_us_outer a {
    display: inline-block;
    background: #002b48;
    padding: 0 27px;
    color: #fff;
    text-transform: capitalize;
    line-height: 35px;
    margin-top: 20px;
}

.home_register_outer {
    text-align: center;
}

.join_us_outer_right_header {
    text-align: center;
}

.join_us_outer_right_header p {
    font-size: 14px;
    margin-top: 5px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 0;
}

.join_us_outer_right_header h3 {
    font-size: 20px;
    font-weight: bold;
}

.top_level_oute {
    margin-top: 25px;
    text-align: center;
    width: 45%;
}

.top_level_oute h3 {
    font-weight: bold;
    font-size: 23px;
    border-bottom: 2px solid #000;
    padding-bottom: 9px;
    margin-bottom: 16px;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.top_level_oute ul li {
    font-size: 13px;
}

.about_us_item h5 {
    background: #30a6db;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 16px;
}

.about_us_item {
    margin-bottom: 40px;
}

.about_us_item p {
    text-align: justify;
    font-size: 13px;
}

.quick_menu_outer ul li {
    background: #117ac6;
    margin-bottom: 5px;
}

.quick_menu_outer ul li a {
    color: #fff;
    text-transform: capitalize;
    padding: 6px 15px;
    display: block;
}

.quick_menu_outer {
    margin-top: -160px;
}

.about_ous_outer {
    padding-top: 32px;
}

.about_quicklink_outer {
    padding-bottom: 50px;
}

.quick_menu_outer ul li:hover {
    background: #002b48;
}

.menu_toggle {
    font-size: 28px;
    position: absolute;
    right: 15px;
    top: 16px;
    cursor: pointer;
    display: none;
}

.ibcann_register_wrapper {
    background: #ddd;
    padding: 50px 0
}

.ibcann_register_outer {
    width: 398px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 20px;
}

.ibcann_register_outer input {
    width: 98%;
    border: 1px solid #777;
    text-transform: capitalize;
    margin-bottom: 15px;
    border-radius: 0;
    height: 35px;
    font-size: 14px;
    padding-left: 15px;
}

.ibcann_register_outer input[type="submit"] {
    background: #851117;
    border: none !important;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.ibcann_register_outer h6 {
    background: #CDCDCD;
    padding: 6px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: -20px -20px 20px;
}

.header.header_fixed {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.commin_soon_inner {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: #851117;
}

.commin_soon_inner { 
    flex-direction: column;
}

.commin_soon_inner a {
     display: inline-block;
     background: #851117;
     font-size: 14px;
     color: #fff;
     padding: 0 19px;
     line-height: 34px;
     border-radius: 5px;
     margin-top: 12px;
     margin-right: 29px;
}