@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'nexablack';
    src: local( 'nexablack'),
    url('/fonts/nexa-black.woff2') format('woff2'),
    url('/fonts/nexa-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}
@font-face {
    font-family: 'nexalight';
    src: local( 'nexalight'),
    url('/fonts/nexa-light.woff2') format('woff2'),
    url('/fonts/nexa-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    color: #232c42;
    margin: 0; 
}
a { 
    background-color: transparent; 
}
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 900;
}
header {
    width:100%;
    position: absolute;
    left:0;
    top:0;
    height: 200px;
    border-top: 8px solid #ee033e;
}
#nav-icon {
    display:none;
}

.top_header {
    height: 46px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(238,3,62,1) 50%);
}
.mid_header {
    height: 76px;
    background: rgb(255,255,255);
    display: flex;
    align-items: center;
}
.top_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
    background: white;
    height: 46px;
}
.header_social {
    height: 46px;
    padding-left: 100px;
    background: rgb(238, 3, 62);
    background: linear-gradient(225deg, rgba(238, 3, 62, 1) 80%, rgba(255, 255, 255, 1) 80%);
}

.mid_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
a.logo {
    position: absolute;
    top: -65px;
    left: 0;
}

.bottom_header {
    height: 63px;
    background: rgb(238,3,62);
    background: linear-gradient(315deg, rgba(238,3,62,0) 60%, rgba(255,255,255,1) 60%);

}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.hp-keyart {
    padding:130px 0 0;
    font-size: 20px;
    height: 890px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hp-keyart h1 {
    font-size: 130px;
    line-height: 1;
    font-weight: 900;
    padding-bottom: 20px;
    font-family: "Poppins", serif;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}
.red_keyart_field {
    font-weight: 900;
    color: white;
    font-size: 61px;
    background: #ee033e;
    padding: 0 15px 0 100px;
    background: rgb(238, 3, 62);
    background: linear-gradient(315deg, rgba(238, 3, 62, 1) 90%, rgba(255, 255, 255, 0) 90%);
    text-align: center;
    
}
.white_keyart_field {
    font-weight: 500;
    color: black;
    font-size: 24px;
    padding: 5px 66px 5px 10px;
    background: rgb(255, 255, 255);
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 90%);
    margin-top: 60px;
    display: inline-flex;
    text-align: center;
}

.white_keyart_field a,
.white_keyart_field a:visited
.white_keyart_field a:hover{
    z-index: 100;
    color: black;
}

/**************************** HP What we do ******************************************/

.whatwedo {
    background: white;
    min-height: 500px;
    border-top: 6px solid #ee033e;
    position: relative;
    padding-bottom: 50px;
}
.whatwedo .trapezoid {
    width: 700px;
    height: 60px;
    background: white;
    clip-path: polygon(0% 100%, 10% 0%, 90% 0%, 100% 100%);
    position: absolute;
    top: -59px;
    transform: translateX(-50%);
    left: 50%;
}
.whatwedo h1 {
    font-size: 80px;
    font-weight: 900;
    margin: 70px 0 30px;
    line-height: 1;
}
.whatwedo .slide-content h2 {
    font-size: 37px;
    font-weight: 900;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
}
.whatwedo .slide-content h2:after {
    position: absolute;
    left:0;
    bottom:0;
    content: '';
    height:1px;
    width:125px;
    background-color: #ee033e;
}
.whatwedo .slide-content p {
    font-size: 18px;
    padding-right: 10px;
}
.whatwedo .slide-content {
    padding-right: 20px;
}
.whatwedo_slide img {
    width: 100%;
    height: auto;
}
/**************************** HP About us ******************************************/

.aboutus {
    background-color: #f0f0f0;

}
.aboutus_holder .content-section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.aboutus_holder .content-section h1 {
    font-size: 40px;
    font-weight: 900;
    position: relative;
    margin-top:65px;
    padding-top: 35px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
}
.aboutus_holder .content-section h1:before {
    position: absolute;
    left:0;
    top:0;
    content: '';
    height:2px;
    width:125px;
    background-color: #ee033e;
}
.aboutus_holder .content-section p {
    font-size: 18px;
}
.aboutus_holder .content-section .decoration {
    position: absolute;
    top: 0;
    left: -110px;
    z-index: -1;
}
.aboutus_holder .image-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
.aboutus .top_rail {
    display: block;
    height: 60px;
    background: rgb(240,240,240);
    background: linear-gradient(45deg, rgba(240,240,240,1) 50%, rgba(255,255,255,1) 50%);
}
/**************************** HP location ******************************************/

.hp-location {
    background-color: #ee033e;
    color: white;
}
.location_holder {
    padding: 90px 0;
}
.hp-location h1,
.hp-location h1 a {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    color: white;
}
.hp-location .top_rail {
    display: block;
    height: 60px;
    background: rgb(238,3,62);
    background: linear-gradient(315deg, rgba(238,3,62,1) 50%, rgba(240,240,240,1) 50%);
}
/**************************** inner keyart ******************************************/
.inner_keyart {
    padding:130px 0 0;
    font-size: 20px;
    height: 570px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_keyart h1 {
    font-size: 92px;
    line-height: 1;
    font-weight: 900;
    padding-bottom: 0px;
    padding-right:30px;
    text-transform: uppercase;
    font-family: "Poppins", serif;
    color: white;
    text-align: right;
    margin: 0;
}
.inner_keyart .red_keyart_field {
    font-weight: 900;
    display: inline-block;
    color: white;
    font-size: 44px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 0 30px 0 100px;
    background: rgb(238, 3, 62);
    background: linear-gradient(315deg, rgba(238, 3, 62, 1) 89%, rgba(255, 255, 255, 0) 89%);
}

/**************************** inner content ******************************************/

.inner_content {
    background-color: #fff;
    position: relative;
    padding: 90px 0;
}
.inner_content .top_rail {
    display: block;
    position:absolute;
    top:-60px;
    height: 60px;
    width: 100%;
    background: rgb(238, 3, 62);
    background: linear-gradient(225deg, rgba(238, 3, 62, 0) 55%, rgba(255, 255, 255, 1) 55%);
}
.content_area h1 {
    font-size: 60px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.content_area h1:after {
    position: absolute;
    left:0;
    bottom:0;
    content: '';
    height:2px;
    width:125px;
    background-color: #ee033e;
}
.content_area  p {
    font-size: 18px;
}
.content_area a {
    color:#ee033e;
}
ul.crossbox {
    list-style-type: none;
    padding: 0;
}
ul.crossbox li {
    background: url(../img/crossbox.webp) no-repeat left center;
    padding: 5px 0 5px 40px;
}
.black-button {
    background: black;
    padding: 8px 15px;
    color: white;
    margin-top: 20px;
    display: inline-block;
}
/**************************** HP news ******************************************/
.hp_news {
    background-color: #fff;
}
.hp_news .top_rail {
    display: block;
    height: 60px;
    background: rgb(238,3,62);
    background: linear-gradient(225deg, rgba(238,3,62,1) 50%, rgba(255,255,255,1) 50%);
}
.news-holder {
    padding: 90px 0;
}
/**************************newsfeed*********************************************/
.news_feed h2 {
    font-size: 54px;
    color: #000;
    font-weight: 700;
}
.list .news_feed {
    border-bottom: 1px solid #ee033e;
}
.news_feed, .hp_news .list li:nth-last-child(2) {
    border-bottom: none;
}
.news_feed .list {
    list-style-type: none;
    padding:0;
}
.news_feed .news {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    padding: 10px 0;
    display: block; 
}
.news_feed .news:last-of-type {
    border-bottom: none;
}
.news_feed a.all_news {
    font-size: 18px;
    color: white;
    font-weight: 400;
    background-color: #ee033e;
    padding: 5px 40px 5px 15px;
    display: inline-block;
    text-decoration: none;
    margin-top: 50px;
    background-image: url('data:image/svg+xml, <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.96967 7.46967C10.2626 7.17678 10.7374 7.17678 11.0303 7.46967L15.0303 11.4697C15.3232 11.7626 15.3232 12.2374 15.0303 12.5303L11.0303 16.5303C10.7374 16.8232 10.2626 16.8232 9.96967 16.5303C9.67678 16.2374 9.67678 15.7626 9.96967 15.4697L13.4393 12L9.96967 8.53033C9.67678 8.23744 9.67678 7.76256 9.96967 7.46967Z" fill="%23ffffff"></path></g></svg>');
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 28px;
}
.promoted_news {
    border-top: 4px solid #ee033e;
    font-size: 18px;
    font-weight: 400;
}
.hp_news .list {
    list-style-type: none;
    padding: 0;
}
.promoted_news img { 
    width:100%;
    height: auto;
}
.promoted_news h3 {
    font-weight:700;
    font-size: 30px;
    color: #000;
    margin: 40px 0 30px 0;
}
.promoted_news a {
    font-size: 18px;
    color: white;
    font-weight: 400;
    background-color: #000000;
    padding: 5px 40px 5px 15px;
    display: inline-block;
    text-decoration: none;
    background-image: url('data:image/svg+xml, <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.96967 7.46967C10.2626 7.17678 10.7374 7.17678 11.0303 7.46967L15.0303 11.4697C15.3232 11.7626 15.3232 12.2374 15.0303 12.5303L11.0303 16.5303C10.7374 16.8232 10.2626 16.8232 9.96967 16.5303C9.67678 16.2374 9.67678 15.7626 9.96967 15.4697L13.4393 12L9.96967 8.53033C9.67678 8.23744 9.67678 7.76256 9.96967 7.46967Z" fill="%23ffffff"></path></g></svg>');
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 28px;
}
.news_listing .list {
    list-style-type: none;
}
.news_listing .promoted_news { 
    border-bottom: 1px solid 4px solid #ee033e;
    padding-bottom: 30px;
}
/* sidebar menu */
.sidebar-menu {
    list-style-type: none;
    padding:0;
    margin:0;
}
.sidebar-menu li a {
    border-bottom: 1px solid #e0e2e4;
}
.sidebar-menu li.is-last a{
    border-bottom: none;
}
.sidebar-menu li a {
    font-size: 18px;
    color: #737373;
    padding: 0px 22px;
    display: block;
    line-height: 48px;
    text-transform: uppercase;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.sidebar-menu li.active a {
    font-weight:900;
    color: #000000;
}
.sidebar-menu li a:hover {
    text-decoration: none;
    color: #000000;
    transform: translateX(10px);
}
/**************************** Footer ******************************************/
footer {
    padding-top: 0px;
    background-color: #000;
}

footer .top_rail {
    display: block;
    height: 60px;
    background: rgb(255,255,255);
    background: linear-gradient(225deg, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%);
}
.footer_copy {
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    border-top:1px solid #333333;
    padding: 40px 0 150px 0;
    margin-top: 45px;
    color: white;
}
.footer_center {
    font-weight:300;
    font-size: 16px;
}
.footer_social {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 140px;
}
footer a {
    color: white;
    text-decoration: underline;
}
.footer_holder {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0;
}
.bottom_nav {
   margin-top: 50px; 
}
.bottom_nav nav a {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #ee033e;
    margin-right: 45px;
    text-decoration: none;    
    margin-top: 50px;
}
.bottom_nav nav a:last-child {
    margin-right: 0px;
}
.footer_nav nav a {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-size: 21px;
    color: white;
    margin-right: 70px;
    text-decoration: none;
}
.footer_nav nav a:last-child {
    margin-right: 0px;
}

@media only screen and (max-width: 1400px) {

    
}
@media only screen and (max-width: 1200px) {

    
}
.form-holder.success {
   /* display: none;*/
}
h3.message-holder  {
    display: none;
    color:black;
}
h3.message-holder.success  {
    display: block;
}
.header-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-holder .menu-holder {
    display: none;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    backdrop-filter: blur(17px);
    height: 100vh;
    background:rgba(0, 0, 0, 0.8);
     z-index: 1000;
}
.header-holder .menu-holder.open {
    display: block;
}
.header-holder .main_menu {
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
}
.header-holder .main_menu li a {
    font-size: 57px;
    color: white;
    font-weight: 900;
    line-height: 70px;
}
.header-holder .main_menu li {
    margin-bottom: 40px;
    text-align: center;
}
.header-holder .logo {
    position: relative;
    width: 400px;
    height: 130px;
    
}
.header-holder .logo a {
    position: absolute;
    z-index: 1100;
    width: 400px;
}
body.open-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#nav-icon {
    z-index: 1100;
}

.main_menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding:0;
}
.main_menu > li {
    margin-left: 70px;
    position: relative;
}
.main_menu li a {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-size: 21px;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}
.main_menu li .subnav a {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size:18px;
    color: #737373;
    text-transform: uppercase;
    text-decoration: none;
}
.main_menu li .subnav a:hover {
    color: #000000;
}
.main_menu li .subnav li {
    border-bottom: 1px solid #e0e2e4;
    line-height: 48px;
}
.main_menu li .subnav li:last-child {
    border-bottom: none;
}
.main_menu > li:first-child {
    margin-left: 0px;
}

.main_menu li ul {
    list-style-type: none;
    padding: 20px 20px 10px;
    min-width: 320px;
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 10;
    background: white;
}
.main_menu li:hover ul {
    display: block;
}
.main_menu li ul a {
    text-transform: capitalize;
}
.header-holder #nav-icon {
    display: none;
    width: 70px;
    height: 45px;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-top: 28px;
}
.top_menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding:0;
}
.top_menu > li {
    margin-left: 45px;
    position: relative;
}
.top_menu li a {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color:  #ee033e;
    text-transform: uppercase;
    text-decoration: none;
}

.top_menu > li:first-child {
    margin-left: 0px;
}
footer .top_menu {
    justify-content: flex-start;
}
footer .main_menu li a {
    color: white;
}
.from-holder.success {
    display: none;
}
.message-holder {
    display: none;
}
.message-holder.success {
    display: flex;
    text-align: center;
    color: black;
}
#apprentice-application input,
#contact-form input,
#contact-form textarea,
#apprentice-application select {
    border-radius:0;
    border-color:#ee033e;
    border-width:2px;
}
#apprentice-application label,
#contact-form label {
    font-weight:900;
    font-size: 22px;
    margin: 15px 0 5px;
}
#apprentice-application .checkboxes-list .inner-group {
        display: flex;
    }
#apprentice-application  .radio-inline label {
    margin: 0 10px 5px 0;
}
#apprentice-application  .radio-inline label input {
    margin-right: 5px;
}
#apprentice-application input[type="submit"] {
    background: black;
    color: white;
    font-size:21px;
    font-weight: 400;
    border: none;
    padding: 7px 10px;
    margin-top: 30px;
}
#contact-form input[type="submit"] {
    background: black;
    color: white;
    font-size:21px;
    font-weight: 400;
    border: none;
    padding: 7px 10px;
    margin-top: 30px;
}
.whatwedo .slick-controls {
    margin-bottom: 30px;
    text-align: right;
    
}
.whatwedo .slick-controls img {
    margin-left: 20px;
}
.video-bg {
    width: 100%;
    height: 770px;
    position: absolute;
    right: 0;
}