* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Slab', serif;
	margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Remove Bootstrap Container padding  */
.container {
    padding: 0;
}

/* Typograpy wrap  */
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #013D50;
}

p {
    margin-bottom: 0;
}

/* End Typograpy  */





/* Header Wrap  */
.header {
    margin-bottom: 92px;
}

.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0px;
    border-bottom: 8px solid #027194;
}

.logo {
    width: 290px;
    cursor: pointer;
}

.logo img {
    width: 100%;
}

.main_menu ul {
    display: flex;
    align-items: center;
}

.main_menu ul li {
    height: 60px;
    line-height: 60px;
    background: #027194;
    margin-left: 20px;
    padding: 0px 25px;
    border-radius: 10px;
    transition: .3s ease;
}

.main_menu ul li:hover {
    background: rgba(47, 119, 141, 0.945);
}

.main_menu ul li a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: #fff !important;
    font-weight: 600;
}

/* End Header  */


/* Company Ase wrap  */
.ase_sec_heading {
    font-size: 40px;
    padding-bottom: 98px;
	word-break: break-word;
}

.ase_box_wrap {
    width: 100%;
    height: 360px;
    background: #027194;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 70px;
}

.ase_box_wrap h2 {
    color: #fff;
}

.ase_box_row {
    padding: 31px 36px;
}

.ase_box_wrap h2 {
    text-transform: uppercase;
    margin-bottom: 67px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
}

.ase_box_wrap h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100px;
    height: 8px;
    background: #fff;
}

.ase_box_wrap ul {
    margin-left: 4px;
}

.ase_box_wrap ul li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

.ase_box_wrap ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
}

.ase_list_content_wrap ul li {
    margin-bottom: 82px;
}

.ase_list_content_wrap ul li h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 66px;
    position: relative;
}

.ase_list_content_wrap ul li h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100px;
    height: 8px;
    background: #013D50;
}

.ase_list_p_italic {
    font-style: italic;
    color: #027194 !important;
    margin-bottom: 28px;
}

.ase_list_content_wrap ul li p {
    font-size: 18px;
    color: #013D50;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.ase_bottom_box_wrap {
    width: 100%;
    height: 330px;
    background: #027194;
    color: #fff;
    padding: 40px 40px;
    border-radius: 10px;
	margin-bottom: 100px;
}

.ase_bottom_box_left h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

.ase_bottom_box_left h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    width: 100px;
    height: 8px;
    background: #fff;
}

.ase_bottom_box_left h2:first-child {
    margin-bottom: 60px;
}

.ase_bottom_box_wrap ul li h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
}

.ase_bottom_box_wrap ul li a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
}

.ase_bottom_box_wrap ul li:first-child {
    margin-bottom: 28px;
}

.ase_bottom_box_wrap ul li span {
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 3px;
}

/* End Ase Company  */




/* Legal Notice Area  */
.ase_legal_notice_heading {
    font-size: 40px;
    padding-bottom: 98px;
}

.ase_legal_notice h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ase_legal_notice h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

h3.legal_notice_sub_heading {
    margin-bottom: 32px;
}

h4.legal_notice_sub_heading {
    margin-bottom: 24px;
}

.ase_legal_notice ul li {
    margin-bottom: 30px;
}

.ase_legal_notice ul li span,
.ase_legal_notice ul li span a {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #013D50;
    font-weight: 500;
    text-decoration: none;
}

.ase_legal_notice p {
    font-size: 18px;
    color: #013D50;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 28px;
}

.ase_legal_notice:first-of-type {
    margin-bottom: 66px;
}

.legal_notice_etc {
    font-size: 40px;
    font-weight: 800;
    transform: rotate(-12deg);
}

.ase_flag_img {
    height: 24px;
    border-radius: 4px;
    margin-right: 8px;
}

.ase_flag_div {
    float: right;	
}

/* End Legal Notice Area  */