* {
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

html {
	scroll-behavior: smooth;
	text-decoration: none;
}

h1 {
	color: #1c3654;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 48px;
}

h2 {
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
	margin: 0px 0px 20px 0px;
	font-size: 30px;
}

h3 {
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
	margin: 0px 0px 20px 0px;
	font-size: 22px;
}

h4 {
	color: #1c3654;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 7px 0px;
	font-size: 15px;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 1.2;
}

.subheading {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/*----------------------------------*/

header {
    padding: 10px 25px 0px 25px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo_section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_container {
    width: 920px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------------------------------*/

#nav_section {
    padding: 0px 0 0 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_container {
    width: 920px;
    background-color: #E0E0E0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #053b6d;
}

.navi {
    position: relative;
    width: 230px;
    height: 70px;
}

.navi img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.navi #img2:hover {
    opacity: 0;
    Cursor: pointer;
}

/*----------------------------------*/

#beam_section {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beam_container {
    width: 920px;
    height: 28px;
    background-color: #E0E0E0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------------------------------*/

#content_section {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_container {
    width: 920px;
    background-color: #E0E0E0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-card1 {
	width: 720px;
	padding: 20px 10px;
    text-align: center;
	border: 0px solid #053b6d;
}

.content-card2 {
	width: 200px;
	padding: 0px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 0px solid #1b1b1b;
}

.content-card3 {
	width: 600px;
	padding: 20px 10px 20px 30px;
    text-align: left;
	border: 0px solid #053b6d;
}

li {
	margin: 0px 0px 0px 30px;
}

.content-card4 {
	width: 330px;
	padding: 0px 10px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 0px solid #1b1b1b;
}

.content-card5 {
	width: 340px;
	padding: 20px 10px;
    text-align: center;
	border: 0px solid #053b6d;
}

.content-card6 {
	width: 580px;
	padding: 0px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 0px solid #1b1b1b;
}

.content-card7 {
	width: 880px;
    padding: 20px 10px 20px 10px;
    text-align: left;
	border: 0px solid #053b6d;
}

/*----------------------------------*/

#refere_section {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refere1_container {
    width: 920px;
    padding: 40px 0px 10px 0px;
    background-color: #E0E0E0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refere2_container {
    width: 920px;
    padding: 10px 0px 50px 0px;
    background-color: #E0E0E0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refere-card {
	width: 600px;
	padding: 20px 10px 20px 30px;
    text-align: left;
	border: 0px solid #053b6d;
}

li {
	margin: 0px 0px 0px 30px;
}

/*----------------------------------*/

#footer_section {
	padding: 0px 25px 20px 25px;
	background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 0px solid #a71d89;
}

.footer-flex_container {
	width: 920px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E0E0E0;
	border-top: 1px solid #1c3654;
    border-radius: 0 0 10px 10px;
}

.footer-card1 {
	width: 49%;
	padding: 0px 0px;
	border: 0px solid #053b6d;
}

.footer-card6 {
	width: 49%;
	padding: 0px 0px;
    text-align: right;
	border: 0px solid #1b1b1b;
}

/*----------------------------------*/

a:link {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}

a:visited {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #1c3654;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 14px;
}

a.one:link {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
}

a.one:visited {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
}

a.one:hover {
	color: #1c3654;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
}