* {
box-sizing: border-box;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
scroll-behavior: smooth;
}
::-moz-placeholder {
color: #fff;
}
::placeholder {
color: #fff;
}
.navigation-container {
max-width: 100%;
margin: 0;
padding: 50px;
}
.navigation-menu {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
background-color: #005198 !important;
transition: background-color 0.5s;
padding-block: 15px;
position: fixed;
top: 0;
z-index: 9999;
width: 100%;
}
.navigation-menu a {
text-decoration: none;
color: #FFF;
text-transform: uppercase;
font-size: 22px;
}
.site-identity-logo h1 img {
width: 100%;
max-width: 50px;
}
.site-identity-logo:hover {
color: #2E77E5;
}
.navigation-menu__labels {
list-style: none;
display: flex;
gap: 25px;
}
.navigation-menu__labels > li > a:hover {
color: #2E77E5;
}
#toggleMenu,
.navigation-menu label {
display: none;
}
@media screen and (max-width: 991px) {
.main-menu {
width: 100%;
max-height: 0;
overflow: hidden;
opacity: 1;
}
.navigation-menu label {
display: inline-flex;
align-items: center;
cursor: pointer;
color: #000;
}
}
@media screen and (max-width: 991px) and (max-width: 991px) {
.navigation-menu label li a {
border-bottom: 1px solid #fff;
width: 100%;
text-align: center;
padding: 0 0 25px;
}
}
@media screen and (max-width: 991px) {
.navigation-menu__labels {
flex-direction: column;
align-items: center;
gap: 45px;
font-size: 32px;
margin-top: 10px;
padding: 20px;
}
#toggleMenu:checked ~ .main-menu {
height: 100vh;
max-height: 100vh;
}
.navigation-menu label i {
color: #FFF;
font-size: 30px;
}
}
.topnav {
overflow: hidden;
background-color: #333;
display: flex;
justify-content: space-around;
align-items: center;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #04AA6D;
color: white;
}
.topnav .icon {
display: none;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav {
display: block;
}
.topnav.responsive {
position: relative;
}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.space {
padding: 80px 0;
}
.space-top {
padding: 80px 0 0;
}
.space-bottom {
padding: 0 0 80px;
}
#MRAC {
padding: 90px 0 0;
display: flex;
}
@media (max-width: 991px) {
#MRAC {
padding: 80px 0 0;
height: auto;
}
}
#MRAC .box {
width: 100%;
max-width: 850px;
margin: auto;
}
#MRAC .box h2 {
padding: 0px 0px 25px 0px;
text-align: center;
}
#MRAC .box .all {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: flex-start;
}
@media (max-width: 991px) {
#MRAC .box .all {
flex-direction: column;
padding: 0 15px;
}
}
#MRAC .box .all .single {
width: 100%;
max-width: 45%;
}
@media (max-width: 991px) {
#MRAC .box .all .single {
max-width: 100%;
}
}
#MRAC .box .all .single .box-sub {
background: rgba(0, 81, 152, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.3px);
-webkit-backdrop-filter: blur(6.3px);
border: 1px solid rgba(0, 81, 152, 0.3);
padding: 25px;
margin: 0 0 25px;
}
#MRAC .box .all .single .box-sub ul {
padding: 10px 25px;
}
#MRAC .box .all .single .box-sub ul li {
padding: 0 0 10px;
}
#form {
background: #005198;
color: #FFF;
}
#form h2 {
padding: 0 0 25px;
text-align: center;
font-size: 25px;
text-transform: uppercase;
}
#form h3 {
padding: 0 0 18px;
text-align: left;
font-size: 20px;
text-transform: uppercase;
}
@media (max-width: 991px) {
#form h3 {
text-align: center;
}
}
#form .screen-reader-response {
display: none !important;
}
#form form {
width: 100%;
max-width: 550px;
margin: auto;
}
#form form .all {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #005198;
padding: 15px;
border-radius: 5px;
background: rgba(0, 81, 152, 0.49);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.3px);
-webkit-backdrop-filter: blur(6.3px);
border: 1px solid rgba(0, 81, 152, 0.3);
}
#form form .all .single {
padding: 15px 0;
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
justify-content: space-between;
}
#form form .all .single .wpcf7-not-valid-tip {
color: red;
font-weight: bold;
}
#form form .all .single p {
display: flex;
flex-direction: column;
width: 100%;
}
#form form .all .single .single-sub {
padding: 0px;
width: 100%;
max-width: 45%;
}
#form form .all .single input {
width: 100%;
background: transparent;
border: unset;
border-bottom: 1px solid #fff;
color: #fff;
padding: 10px;
font-size: 18px;
margin: 0 0 5px;
}
#form form .wpcf7-response-output {
margin: 15px 0 0;
text-align: center;
color: red;
font-weight: bolder;
font-size: 24px;
}
#form form p input[type=submit] {
padding: 10px;
width: 100%;
max-width: 180px;
border-radius: 5px;
margin: 25px auto 0;
display: block;
border: unset;
font-size: 16px;
font-weight: bolder;
text-transform: uppercase;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 30px;
}
@media (max-width: 991px) {
footer {
margin-top: 0;
}
}