@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color: #000;
    margin: 0; 
}
a { 
    background-color: transparent; 
    text-decoration: none;
    cursor: pointer;
}
a:active,
a:hover { 
    outline: 0; 
}
a:hover {
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

header {
    padding: 30px 0;
    background: #0c5397;
    border-bottom: 6px solid #3d75ac;
}
.header-cotent {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.header-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header-nav ul {
    list-style-type: none;
    display: flex;
    margin: 0;
}
.header-nav ul li {
    margin-left: 45px;
}
.header-nav ul li:first-child {
    margin-left: 0px;
}
.header-nav ul li a {
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.header_name {
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    color: #3b9fdd;
    text-align: right;
    margin-top: 20px
}
footer {
    padding: 70px 0;
    background: #0c5397;
}
.footer-cotent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-nav ul {
    list-style-type: none;
    display: flex;
}
.footer-nav ul li {
    margin-left: 45px;
}
.footer-nav ul li:first-child {
    margin-left: 0px;
}
.footer-nav ul li a {
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.footer_name {
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    color: #3b9fdd;
    text-align: right;
}
.copyright {
    font-size: 14px;
    color: white;
    font-weight: 300;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #3d75ac;
}
.unionbug img {
    width: 120px;
    margin-top: 20px;
}
/*Keyart*/

.hpheyart {
    background-image:url('../img/keyart-bck.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 575px;
}
.hpheyart .container {
    height: 100%;
}
.keyart_content {
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}
.boxed_title {
    font-size: 40px;
    text-transform: uppercase;
    color: white;
    padding: 5px 25px;
    background: #3b9fdd;
}
.full_title {
    font-size: 104px;
    color: white;
    font-weight: 900;
    line-height: 0.9;
    padding-bottom: 120px;
    text-transform: uppercase;
}
.boxed_title span {
    font-size: 22px;
}
.hpcontent {
    padding: 0 0 60px;
}
.hpcontent h1 {
    font-size:92px;
    font-weight: 900;
    color: #0c5397;
    line-height: 0.9;
    padding: 0 0 40px 0;
    margin: 130px 0 30px 0;
    position: relative;
}
.hpcontent h1 span {
    font-size: 37px;
    font-weight: 400;
    display: block;
}
.hpcontent h1:after {
    content: ' ';
    height: 3px;
    width: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #46a3dd;
}
.hpcontent p {
    font-size: 20px;
}
.hpcontent a {
    font-size:22px;
    padding: 5px 30px 5px 15px;
    background: #0c5397;
    display: inline-block;
    color: white;
    margin-top: 25px;
    text-decoration: none;
}
.hpcontent a:hover {
    background: #3b9fdd;
}
.partners {
    padding: 60px 0;
}
.partner_title {
    text-align: center;
}
.partner-list {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 0;
}
.partner_logo {
    width: 20%;
    text-align: center;
    padding: 25px 0;
}
.hard_hat {
    position: relative;
}
.hard_hat img {
    position: absolute;
    top: -180px;
    right: 0;
}
.intro_image {
    position: relative;
}
.intro_image .intro {
    position: absolute;
    top: -80px;
}
.water_left {
    position: absolute;
    left: -135px;
    top: 0;
}
.water_right {
    position: absolute;
    right: 0px;
    top: -50px;
}
.inner_keyart {
    background-image:url('../img/inner-keyart-bck.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 325px;
}
.inner_keyart .container {
    height: 100%;
}
.inner-keyart_content {
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}
.inner-keyart_content .boxed_title {
    font-size: 26px;
    text-transform: uppercase;
    color: white;
    padding: 5px 25px;
    background: #3b9fdd;
}
.inner-keyart_content .full_title {
    font-size: 80px;
    color: white;
    font-weight: 900;
    line-height: 0.9;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.inner_content {
    padding: 60px 0;
}

.inner_content h1 {
    font-size: 60px;
    font-weight: 900;
    color: #0c5397;
    line-height: 0.9;
    padding: 0 0 40px 0;
    margin: 0px 0 30px 0;
    text-transform: uppercase;
    position: relative;
}
.inner_content h1:after {
    content: ' ';
    height: 3px;
    width: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #46a3dd;
}
.inner_content h2 {
    font-size: 30px;
    font-weight: 900;
    color: #0c5397;
    line-height: 0.9;
    margin: 30px 0;
}
.inner_content .wysiwyg ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.inner_content .wysiwyg ul li {
    padding-bottom: 20px;
}
.inner_content .wysiwyg ul li::marker {
  color: #3b9fdd;
}
.inner_content .wysiwyg a {
    color: #3b9fdd;
    text-decoration: none;
}
.sidebar-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar-menu li {
    border-bottom: 1px solid #e0e2e4;
    padding: 15px 0;
}
.sidebar-menu li a {
    font-size: 18px;
    color: #979797;
    padding: 0px 25px;
    display: block;
    font-weight: 400;
    line-height: 1.2;
    transition: .35s cubic-bezier(.25, .46, .45, .94);
    text-transform: uppercase;
}
.sidebar-menu li a:hover {
    text-decoration: none;
    transform: translateX(10px);
    color: #3b9fdd;
}
.sidebar-menu li.active a {
    font-weight: 900;
    color: #3b9fdd;
}
.sidebar-menu li:last-child {
    border-bottom: none;
}
.main-nav .main_menu ul {
    list-style-type: none;
    display: none;
}
.main-nav ul.main_menu li > ul {
    background: black;
    padding: 5px 15px;
    position: absolute;
    top: 36px;
    display: none;
    left: 0;
    z-index: 10;
}
.main-nav ul.main_menu li > ul li {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    background: none;
}
.main-nav ul.main_menu > li {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' viewBox='0 0 333 217'%3E%3Cpath fill='%233b9fdd' d='M149.6,203.75l-136-136c-9.4-9.4-9.4-24.6,0-33.9l22.6-22.6c9.4-9.4,24.6-9.4,33.9,0l96.4,96.4l96.4-96.4c9.4-9.4,24.6-9.4,33.9,0l22.6,22.6c9.4,9.4,9.4,24.6,0,33.9l-136,136C174.2,213.15,159,213.15,149.6,203.75z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 14px;
    padding: 10px 20px 0px 0px;
    position: relative;
}
.main-nav ul.main_menu > li:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' viewBox='0 0 330 216'%3E%3Cpath fill='%233b9fdd' d='M182.5,12.2l136,136c9.4,9.4,9.4,24.6,0,33.9l-22.6,22.6c-9.4,9.4-24.6,9.4-33.9,0l-96.5-96.3l-96.4,96.4c-9.4,9.4-24.6,9.4-33.9,0l-22.7-22.6c-9.4-9.4-9.4-24.6,0-33.9l136-136C157.9,2.8,173.1,2.8,182.5,12.2z'/%3E%3C/svg%3E");
}
.main-nav ul.main_menu > li:hover ul {
    display: block;
    -webkit-animation: rotateMenu .4s ease-in-out forwards;
    animation: rotateMenu .4s ease-in-out forwards;
    transform-origin: top center;
    min-width: 100%;
}
.main-nav ul.main_menu li > ul li:last-child {
    margin: 0;
    border-bottom: none;
}
.main-nav ul.main_menu li > ul li a {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
#contact-form {
    background: white;
    padding: 30px 0px;
    border-radius: 20px;
}
#contact-form label {
    margin-bottom: 10px;
    font-size: 18px;
}
#contact-form input,
#contact-form textarea {
    border:2px solid #0c5397;
}
#contact-form input[type="submit"] {
    background: #3b9fdd;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 23px;
}
#contact-form input[type="submit"]:hover {
    background: #1b68b3;
}
.form-holder.success {
    display: none;
}
h5.message-holder  {
    display: none;
}
h5.message-holder.success  {
    display: block;
    text-align: center;
}